Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
__init__ (self, val) | |
Value (self) | |
SetValue (self, s, val) | |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
This class adds reversibility to a POD type. It contains the stamp optimization. i.e. the SaveValue call is done only once per node of the search tree. Please note that actual stamps always starts at 1, thus an initial value of 0 will always trigger the first SaveValue.
Definition at line 3776 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.RevInteger.__init__ | ( | self, | |
val ) |
Reimplemented in ortools.constraint_solver.pywrapcp.NumericalRevInteger.
Definition at line 3788 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.RevInteger.SetValue | ( | self, | |
s, | |||
val ) |
Definition at line 3794 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.RevInteger.Value | ( | self | ) |
Definition at line 3791 of file pywrapcp.py.
|
static |
Definition at line 3785 of file pywrapcp.py.