Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
__init__ (self, *args, **kwargs) | |
Var (self) | |
Min (self) | |
SetMin (self, m) | |
Max (self) | |
SetMax (self, m) | |
Value (self) | |
Bound (self) | |
SetRange (self, l, u) | |
SetValue (self, v) | |
__eq__ (self, element) | |
__ne__ (self, element) | |
Public Member Functions inherited from ortools.constraint_solver.pywrapcp.AssignmentElement | |
Activate (self) | |
Deactivate (self) | |
Activated (self) | |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Properties inherited from ortools.constraint_solver.pywrapcp.AssignmentElement | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Definition at line 3204 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.IntVarElement.__init__ | ( | self, | |
* | args, | ||
** | kwargs ) |
Reimplemented from ortools.constraint_solver.pywrapcp.AssignmentElement.
Definition at line 3207 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.IntVarElement.__eq__ | ( | self, | |
element ) |
Definition at line 3238 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.IntVarElement.__ne__ | ( | self, | |
element ) |
Definition at line 3241 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.IntVarElement.Bound | ( | self | ) |
Definition at line 3229 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.IntVarElement.Max | ( | self | ) |
Definition at line 3220 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.IntVarElement.Min | ( | self | ) |
Definition at line 3214 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.IntVarElement.SetMax | ( | self, | |
m ) |
Definition at line 3223 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.IntVarElement.SetMin | ( | self, | |
m ) |
Definition at line 3217 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.IntVarElement.SetRange | ( | self, | |
l, | |||
u ) |
Definition at line 3232 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.IntVarElement.SetValue | ( | self, | |
v ) |
Definition at line 3235 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.IntVarElement.Value | ( | self | ) |
Definition at line 3226 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.IntVarElement.Var | ( | self | ) |
Definition at line 3211 of file pywrapcp.py.
|
static |
Definition at line 3205 of file pywrapcp.py.