Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ortools.linear_solver.pywraplp Namespace Reference

Classes

class  _SwigNonDynamicMeta
class  Solver
class  Objective
class  Variable
class  Constraint
class  MPSolverParameters
class  ModelExportOptions

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

Function Documentation

◆ __lshift__()

ortools.linear_solver.pywraplp.__lshift__ ( * args)

Definition at line 559 of file pywraplp.py.

◆ _swig_add_metaclass()

ortools.linear_solver.pywraplp._swig_add_metaclass ( metaclass)
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.

◆ _swig_repr()

ortools.linear_solver.pywraplp._swig_repr ( self)
protected

Definition at line 19 of file pywraplp.py.

◆ _swig_setattr_nondynamic_class_variable()

ortools.linear_solver.pywraplp._swig_setattr_nondynamic_class_variable ( set)
protected

Definition at line 40 of file pywraplp.py.

◆ _swig_setattr_nondynamic_instance_variable()

ortools.linear_solver.pywraplp._swig_setattr_nondynamic_instance_variable ( set)
protected

Definition at line 27 of file pywraplp.py.

◆ ExportModelAsLpFormat()

ortools.linear_solver.pywraplp.ExportModelAsLpFormat ( * args)

Definition at line 986 of file pywraplp.py.

◆ ExportModelAsMpsFormat()

ortools.linear_solver.pywraplp.ExportModelAsMpsFormat ( * args)

Definition at line 989 of file pywraplp.py.

◆ FindErrorInModelProto()

ortools.linear_solver.pywraplp.FindErrorInModelProto ( input_model)

Definition at line 992 of file pywraplp.py.

◆ setup_variable_operator()

ortools.linear_solver.pywraplp.setup_variable_operator ( opname)

Definition at line 995 of file pywraplp.py.

Variable Documentation

◆ cvar

ortools.linear_solver.pywraplp.cvar = _pywraplp.cvar

Definition at line 966 of file pywraplp.py.

◆ kDefaultDualTolerance

ortools.linear_solver.pywraplp.kDefaultDualTolerance

Definition at line 969 of file pywraplp.py.

◆ kDefaultIncrementality

ortools.linear_solver.pywraplp.kDefaultIncrementality

Definition at line 971 of file pywraplp.py.

◆ kDefaultPresolve

ortools.linear_solver.pywraplp.kDefaultPresolve

Definition at line 970 of file pywraplp.py.

◆ kDefaultPrimalTolerance

ortools.linear_solver.pywraplp.kDefaultPrimalTolerance

Definition at line 968 of file pywraplp.py.

◆ kDefaultRelativeMipGap

ortools.linear_solver.pywraplp.kDefaultRelativeMipGap

Definition at line 967 of file pywraplp.py.