Results 5 issues of bkurtz

## Description We found a need for one of our models to be able to configure the CLP solver used for initial solves of CBC models and non-integer problems when...

* cattrs version: main (290d162a589acf10ea63b825b7b283e23ca7698a) * Python version: 3.9.10 * Operating System: macOS 12.5.1 ### Description NewType support was recently added in #255 (see also #94), but appears to have...

The idea here would be to make this change globally in `AudioStream.h` rather than locally with a hacky override in `output_dac.cpp`. Please consider this change in conjunction with PaulStoffregen/cores#456, which...

The original code here (from 345b03b31f54e21d848e65a84c86e32cd0aaa630) was introduced in 2015 with the aspirational comment that Teensy-LC will eventually have Audio support but at 22 kHz instead of 44 kHz. Now,...

CyCoinModel allocates a C++ object `CppSelf` and fails to deallocate it. A simple test script allocating `CyCoinModel` objects in a loop and deleting them shows significant memory leaked prior to...