Google OR-Tools v9.11
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 555 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 982 of file pywraplp.py.
ortools.linear_solver.pywraplp.ExportModelAsMpsFormat | ( | * | args | ) |
Definition at line 985 of file pywraplp.py.
ortools.linear_solver.pywraplp.FindErrorInModelProto | ( | input_model | ) |
Definition at line 988 of file pywraplp.py.
ortools.linear_solver.pywraplp.setup_variable_operator | ( | opname | ) |
Definition at line 991 of file pywraplp.py.
ortools.linear_solver.pywraplp.cvar = _pywraplp.cvar |
Definition at line 962 of file pywraplp.py.
ortools.linear_solver.pywraplp.kDefaultDualTolerance |
Definition at line 965 of file pywraplp.py.
ortools.linear_solver.pywraplp.kDefaultIncrementality |
Definition at line 967 of file pywraplp.py.
ortools.linear_solver.pywraplp.kDefaultPresolve |
Definition at line 966 of file pywraplp.py.
ortools.linear_solver.pywraplp.kDefaultPrimalTolerance |
Definition at line 964 of file pywraplp.py.
ortools.linear_solver.pywraplp.kDefaultRelativeMipGap |
Definition at line 963 of file pywraplp.py.