ommx.v1#
Classes
Name |
Description |
|---|---|
Constraint type capability flag for non-standard constraint types. |
|
Variable bound wrapper for Python |
|
Constraint wrapper for Python |
|
Decision variable in an optimization problem. |
|
Equality type for constraints |
|
EvaluatedNamedFunction wrapper for Python |
|
General mathematical function of decision variables. |
|
Optimization problem instance. |
|
Kind of decision variable |
|
Linear function of decision variables. |
|
NamedFunction wrapper for Python |
|
A one-hot constraint: exactly one variable must be 1, the rest must be 0. |
|
Optimality status of a solution |
|
Parameter in an optimization problem. |
|
Polynomial function of decision variables. |
|
Quadratic function of decision variables. |
|
Relaxation status of a solution |
|
RemovedConstraint wrapper for Python. |
|
A removed indicator constraint together with the reason it was removed. |
|
A removed one-hot constraint together with the reason it was removed. |
|
A removed SOS1 constraint together with the reason it was removed. |
|
The output of sampling-based optimization algorithms, e.g. simulated annealing (SA). |
|
Collection of State samples |
|
Sense of optimization (minimize or maximize) |
|
Idiomatic wrapper of ommx.v1.Solution protobuf message. |
|
A SOS1 (Special Ordered Set type 1) constraint: at most one variable can be non-zero. |
|
State wrapper for Python |
Type Aliases