0.11.0.dev0
Pre-release
Pre-release
Prelude
Add support for real-valued variables.
New Features
- Add C++
Vartype::REAL, a new variable type for real-valued variables.
- Support variables with
Vartype::REALin C++QuadraticModel.
- Add
Vartype.REAL, a new variable type for real-valued variables.
- Add
Real()andReals()functions for creating quadratic models with a single real-valued variable.
- Support variables with
Vartype.REALinQuadraticModel.
ConstrainedQuadraticModel.to_file()now uses serialization format 1.3. This format is backwards compatibile.
- Add
vartypeandlinear_onlyarguments toConstrainedQuadraticModel.num_biases().
- Add
vartypeandinclude_objectivearguments toConstrainedQuadraticModel.num_quadratic_variables().
Deprecation Notes
- In the future,
ConstrainedQuadraticModel.num_quadratic_variables()will also include the objective towards the count by default.