Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
BaseLns (IntVarVector vars) | |
virtual void | InitFragments () |
virtual bool | NextFragment () |
void | AppendToFragment (int index) |
int | FragmentSize () |
override bool | HasFragments () |
delegate string | SwigDelegateBaseLns_0 () |
delegate void | SwigDelegateBaseLns_1 (global::System.IntPtr assignment) |
delegate void | SwigDelegateBaseLns_2 () |
delegate bool | SwigDelegateBaseLns_3 () |
delegate bool | SwigDelegateBaseLns_4 () |
delegate bool | SwigDelegateBaseLns_5 () |
delegate void | SwigDelegateBaseLns_6 () |
delegate bool | SwigDelegateBaseLns_7 () |
Public Member Functions inherited from Google.OrTools.ConstraintSolver.IntVarLocalSearchOperator | |
IntVarLocalSearchOperator (IntVarVector vars, bool keep_inverse_values) | |
IntVarLocalSearchOperator (IntVarVector vars) | |
override bool | HoldsDelta () |
override void | Start (Assignment assignment) |
virtual bool | IsIncremental () |
int | Size () |
long | Value (long index) |
IntVar | Var (long index) |
virtual bool | SkipUnchanged (int index) |
long | OldValue (long index) |
long | PrevValue (long index) |
void | SetValue (long index, long value) |
bool | Activated (long index) |
void | Activate (long index) |
void | Deactivate (long index) |
bool | ApplyChanges (Assignment delta, Assignment deltadelta) |
void | RevertChanges (bool change_was_incremental) |
void | AddVars (IntVarVector vars) |
virtual void | OnStart () |
delegate string | SwigDelegateIntVarLocalSearchOperator_0 () |
delegate void | SwigDelegateIntVarLocalSearchOperator_1 (global::System.IntPtr assignment) |
delegate void | SwigDelegateIntVarLocalSearchOperator_2 () |
delegate bool | SwigDelegateIntVarLocalSearchOperator_3 () |
delegate bool | SwigDelegateIntVarLocalSearchOperator_4 () |
delegate bool | SwigDelegateIntVarLocalSearchOperator_5 () |
delegate bool | SwigDelegateIntVarLocalSearchOperator_6 (int index) |
delegate void | SwigDelegateIntVarLocalSearchOperator_7 () |
delegate bool | SwigDelegateIntVarLocalSearchOperator_8 () |
Public Member Functions inherited from Google.OrTools.ConstraintSolver.LocalSearchOperator | |
LocalSearchOperator () | |
virtual bool | MakeNextNeighbor (Assignment delta, Assignment deltadelta) |
virtual void | Reset () |
delegate string | SwigDelegateLocalSearchOperator_0 () |
delegate bool | SwigDelegateLocalSearchOperator_1 (global::System.IntPtr delta, global::System.IntPtr deltadelta) |
delegate void | SwigDelegateLocalSearchOperator_2 (global::System.IntPtr assignment) |
delegate void | SwigDelegateLocalSearchOperator_3 () |
delegate bool | SwigDelegateLocalSearchOperator_4 () |
delegate bool | SwigDelegateLocalSearchOperator_5 () |
Public Member Functions inherited from Google.OrTools.ConstraintSolver.BaseObject | |
void | Dispose () |
BaseObject () | |
virtual string | ToString () |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Protected Member Functions inherited from Google.OrTools.ConstraintSolver.IntVarLocalSearchOperator | |
override void | Dispose (bool disposing) |
virtual bool | MakeOneNeighbor () |
Protected Member Functions inherited from Google.OrTools.ConstraintSolver.LocalSearchOperator | |
override void | Dispose (bool disposing) |
Protected Member Functions inherited from Google.OrTools.ConstraintSolver.BaseObject |
Additional Inherited Members | |
Protected Attributes inherited from Google.OrTools.ConstraintSolver.BaseObject | |
bool | swigCMemOwn |
Package Functions inherited from Google.OrTools.ConstraintSolver.IntVarLocalSearchOperator | |
Package Functions inherited from Google.OrTools.ConstraintSolver.LocalSearchOperator | |
Package Functions inherited from Google.OrTools.ConstraintSolver.BaseObject | |
Static Package Functions inherited from Google.OrTools.ConstraintSolver.IntVarLocalSearchOperator | |
Static Package Functions inherited from Google.OrTools.ConstraintSolver.LocalSearchOperator | |
Static Package Functions inherited from Google.OrTools.ConstraintSolver.BaseObject |
Definition at line 20 of file BaseLns.cs.
|
inline |
Definition at line 57 of file BaseLns.cs.
|
inline |
Definition at line 71 of file BaseLns.cs.
|
inlineprotectedvirtual |
Reimplemented from Google.OrTools.ConstraintSolver.BaseObject.
Definition at line 44 of file BaseLns.cs.
|
inline |
Definition at line 75 of file BaseLns.cs.
|
inlinevirtual |
Reimplemented from Google.OrTools.ConstraintSolver.LocalSearchOperator.
Definition at line 80 of file BaseLns.cs.
|
inlinevirtual |
Definition at line 62 of file BaseLns.cs.
|
inlinevirtual |
Definition at line 66 of file BaseLns.cs.
delegate string Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_0 | ( | ) |
delegate void Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_1 | ( | global.System.IntPtr | assignment | ) |
delegate void Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_2 | ( | ) |
delegate bool Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_3 | ( | ) |
delegate bool Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_4 | ( | ) |
delegate bool Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_5 | ( | ) |
delegate void Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_6 | ( | ) |
delegate bool Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_7 | ( | ) |