![]() |
Google OR-Tools v9.12
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 4016 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.RevInteger.__init__ | ( | self, | |
val ) |
Definition at line 4028 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.RevInteger.SetValue | ( | self, | |
s, | |||
val ) |
Definition at line 4034 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.RevInteger.Value | ( | self | ) |
Definition at line 4031 of file pywrapcp.py.
|
static |
Definition at line 4025 of file pywrapcp.py.