Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ortools.math_opt.python.model_storage Namespace Reference

Detailed Description

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]

Variable Documentation

◆ ModelStorageImpl

ortools.math_opt.python.model_storage.ModelStorageImpl = TypeVar("ModelStorageImpl", bound=ModelStorage)

Definition at line 440 of file model_storage.py.

◆ ModelStorageImplClass

ortools.math_opt.python.model_storage.ModelStorageImplClass = Type[ModelStorageImpl]

Definition at line 441 of file model_storage.py.