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::REAL
in 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.REAL
inQuadraticModel
.
ConstrainedQuadraticModel.to_file()
now uses serialization format 1.3. This format is backwards compatibile.
- Add
vartype
andlinear_only
arguments toConstrainedQuadraticModel.num_biases()
.
- Add
vartype
andinclude_objective
arguments toConstrainedQuadraticModel.num_quadratic_variables()
.
Deprecation Notes
- In the future,
ConstrainedQuadraticModel.num_quadratic_variables()
will also include the objective towards the count by default.