Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
synchronized void | delete () |
RevLong (long val) | |
long | value () |
void | setValue (Solver s, long val) |
Protected Member Functions | |
RevLong (long cPtr, boolean cMemoryOwn) | |
void | finalize () |
Static Protected Member Functions | |
static long | getCPtr (RevLong obj) |
static long | swigRelease (RevLong obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
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 18 of file RevLong.java.
|
protected |
Definition at line 22 of file RevLong.java.
com.google.ortools.constraintsolver.RevLong.RevLong | ( | long | val | ) |
Definition at line 58 of file RevLong.java.
synchronized void com.google.ortools.constraintsolver.RevLong.delete | ( | ) |
Definition at line 48 of file RevLong.java.
|
protected |
Definition at line 44 of file RevLong.java.
|
staticprotected |
Definition at line 27 of file RevLong.java.
void com.google.ortools.constraintsolver.RevLong.setValue | ( | Solver | s, |
long | val ) |
Definition at line 66 of file RevLong.java.
|
staticprotected |
Definition at line 31 of file RevLong.java.
long com.google.ortools.constraintsolver.RevLong.value | ( | ) |
Definition at line 62 of file RevLong.java.
|
protected |
Definition at line 20 of file RevLong.java.