Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
__init__ (self, *args, **kwargs) | |
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") | |
Definition at line 3185 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.AssignmentElement.__init__ | ( | self, | |
* | args, | ||
** | kwargs ) |
Reimplemented in ortools.constraint_solver.pywrapcp.IntervalVarElement, ortools.constraint_solver.pywrapcp.IntVarElement, and ortools.constraint_solver.pywrapcp.SequenceVarElement.
Definition at line 3188 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.AssignmentElement.Activate | ( | self | ) |
Definition at line 3192 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.AssignmentElement.Activated | ( | self | ) |
Definition at line 3198 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.AssignmentElement.Deactivate | ( | self | ) |
Definition at line 3195 of file pywrapcp.py.
|
static |
Definition at line 3186 of file pywrapcp.py.