Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
model_storage.py File Reference

Go to the source code of this file.

Classes

class  ortools.math_opt.python.model_storage.LinearConstraintMatrixIdEntry
 
class  ortools.math_opt.python.model_storage.LinearObjectiveEntry
 
class  ortools.math_opt.python.model_storage.QuadraticTermIdKey
 
class  ortools.math_opt.python.model_storage.QuadraticEntry
 
class  ortools.math_opt.python.model_storage.StorageUpdateTracker
 
class  ortools.math_opt.python.model_storage.UsedUpdateTrackerAfterRemovalError
 
class  ortools.math_opt.python.model_storage.BadVariableIdError
 
class  ortools.math_opt.python.model_storage.BadLinearConstraintIdError
 
class  ortools.math_opt.python.model_storage.ModelStorage
 

Namespaces

namespace  ortools
 
namespace  ortools.math_opt
 
namespace  ortools.math_opt.python
 
namespace  ortools.math_opt.python.model_storage
 

Variables

 ortools.math_opt.python.model_storage.ModelStorageImpl = TypeVar("ModelStorageImpl", bound=ModelStorage)
 
 ortools.math_opt.python.model_storage.ModelStorageImplClass = Type[ModelStorageImpl]