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

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]
 

Detailed Description

An interface for in memory storage of optimization problems.

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.