![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
An interface for in memory storage of optimization problems.
Classes | |
| class | BadLinearConstraintIdError |
| class | BadVariableIdError |
| class | LinearConstraintMatrixIdEntry |
| class | LinearObjectiveEntry |
| class | ModelStorage |
| class | QuadraticEntry |
| class | QuadraticTermIdKey |
| class | StorageUpdateTracker |
| class | UsedUpdateTrackerAfterRemovalError |
Variables | |
| ModelStorageImpl = TypeVar("ModelStorageImpl", bound=ModelStorage) | |
| ModelStorageImplClass = Type[ModelStorageImpl] | |
| ortools.math_opt.python.model_storage.ModelStorageImpl = TypeVar("ModelStorageImpl", bound=ModelStorage) |
Definition at line 440 of file model_storage.py.
| ortools.math_opt.python.model_storage.ModelStorageImplClass = Type[ModelStorageImpl] |
Definition at line 441 of file model_storage.py.