César Santos
César Santos
Perhaps I missed a configuration option to handle this, but currently cppimport puts all the generated files in the same place as the source. I would much prefer if the...
### Environment - Pythonnet version: 2.4.0 - Python version: 3.6 - Operating System: Windows ### Details - Describe what you were trying to get done. Prevent access to static fields...
Following up from my boolean modelling issue, one of the nicest features of Gurobi, CPLEX and SCIP are indicator constraints. They make modelling complex boolean constraints extremely easy, in fact...
When using the export prefix option, it is added twice to the "enum body" structs: PrefixEnum_PrefixCase_Body; The second prefix is not necessary.
There are a few settings in cbindgen that generate helper C++ methods for working with tagged enums, but they all seem tied to derive helper methods: - derive_helper_methods: false -...
Right now when working with PyCSP3, you create _one_ model in a script, which is then compiled to XCSP3 when executed. I would much rather have the option to script...