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

Go to the source code of this file.

Classes

class  ortools.linear_solver.python.linear_solver_natural_api._FakeMPVariableRepresentingTheConstantOffset
 
class  ortools.linear_solver.python.linear_solver_natural_api.LinearExpr
 
class  ortools.linear_solver.python.linear_solver_natural_api.VariableExpr
 
class  ortools.linear_solver.python.linear_solver_natural_api.ProductCst
 
class  ortools.linear_solver.python.linear_solver_natural_api.Constant
 
class  ortools.linear_solver.python.linear_solver_natural_api.SumArray
 
class  ortools.linear_solver.python.linear_solver_natural_api.LinearConstraint
 

Namespaces

namespace  ortools
 
namespace  ortools.linear_solver
 
namespace  ortools.linear_solver.python
 
namespace  ortools.linear_solver.python.linear_solver_natural_api
 

Functions

 ortools.linear_solver.python.linear_solver_natural_api.CastToLinExp (v)
 
 ortools.linear_solver.python.linear_solver_natural_api.Sum (*args)
 

Variables

 ortools.linear_solver.python.linear_solver_natural_api.inf = float("inf")
 
 ortools.linear_solver.python.linear_solver_natural_api.OFFSET_KEY = _FakeMPVariableRepresentingTheConstantOffset()
 
 ortools.linear_solver.python.linear_solver_natural_api.SumCst = Sum