wweber
wweber
Columns can have case sensitive names, this needs to be accounted for when emitting REFERENCES table(column)
**Describe the bug** View lookup using `context=` does not support abstract base classes in Pyramid 1.10.4 on Python 3.8.3. **To Reproduce** Experiment with the following code: ```python # A CoolClass...
I'm using version 4.1.1 and the SVG related functions don't seem to be included in the declaration files for any platform.
**Describe the bug** A segfault occurs during reoptimization when using concurrent solving. **To Reproduce** Run this program: ```python from pyscipopt import Model model = Model() x = model.addVar(lb=0.0, ub=10.0) y...
**Describe the bug** Calling `solveConcurrent()` segfaults when using SCIP with the tinycthread task implementation. **To Reproduce** Run a model with `solveConcurrent()` with SCIP compiled with this option. **Expected behavior** The...