![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Classes | |
| class | _SwigNonDynamicMeta |
| class | Constraint |
| class | ModelExportOptions |
| class | MPSolverParameters |
| class | Objective |
| class | Solver |
| class | Variable |
Functions | |
| _swig_repr (self) | |
| _swig_setattr_nondynamic_instance_variable (set) | |
| _swig_setattr_nondynamic_class_variable (set) | |
| _swig_add_metaclass (metaclass) | |
| __lshift__ (*args) | |
| ExportModelAsLpFormat (*args) | |
| ExportModelAsMpsFormat (*args) | |
| FindErrorInModelProto (input_model) | |
| setup_variable_operator (opname) | |
Variables | |
| cvar = _pywraplp.cvar | |
| kDefaultRelativeMipGap | |
| kDefaultPrimalTolerance | |
| kDefaultDualTolerance | |
| kDefaultPresolve | |
| kDefaultIncrementality | |
| ortools.linear_solver.pywraplp.__lshift__ | ( | * | args | ) |
Definition at line 558 of file pywraplp.py.
|
protected |
Class decorator for adding a metaclass to a SWIG wrapped class - a slimmed down version of six.add_metaclass
Definition at line 49 of file pywraplp.py.
|
protected |
Definition at line 19 of file pywraplp.py.
|
protected |
Definition at line 40 of file pywraplp.py.
|
protected |
Definition at line 27 of file pywraplp.py.
| ortools.linear_solver.pywraplp.ExportModelAsLpFormat | ( | * | args | ) |
Definition at line 985 of file pywraplp.py.
| ortools.linear_solver.pywraplp.ExportModelAsMpsFormat | ( | * | args | ) |
Definition at line 988 of file pywraplp.py.
| ortools.linear_solver.pywraplp.FindErrorInModelProto | ( | input_model | ) |
Definition at line 991 of file pywraplp.py.
| ortools.linear_solver.pywraplp.setup_variable_operator | ( | opname | ) |
Definition at line 994 of file pywraplp.py.
| ortools.linear_solver.pywraplp.cvar = _pywraplp.cvar |
Definition at line 965 of file pywraplp.py.
| ortools.linear_solver.pywraplp.kDefaultDualTolerance |
Definition at line 968 of file pywraplp.py.
| ortools.linear_solver.pywraplp.kDefaultIncrementality |
Definition at line 970 of file pywraplp.py.
| ortools.linear_solver.pywraplp.kDefaultPresolve |
Definition at line 969 of file pywraplp.py.
| ortools.linear_solver.pywraplp.kDefaultPrimalTolerance |
Definition at line 967 of file pywraplp.py.
| ortools.linear_solver.pywraplp.kDefaultRelativeMipGap |
Definition at line 966 of file pywraplp.py.