Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
override void | RunWrapper (Solver solver) |
virtual void | Run (Solver solver) |
override int | Priority () |
override string | ToString () |
Public Member Functions inherited from Google.OrTools.ConstraintSolver.Demon | |
Demon () | |
void | Inhibit (Solver s) |
void | Desinhibit (Solver s) |
delegate string | SwigDelegateDemon_0 () |
delegate void | SwigDelegateDemon_1 (global::System.IntPtr s) |
delegate int | SwigDelegateDemon_2 () |
Public Member Functions inherited from Google.OrTools.ConstraintSolver.BaseObject | |
void | Dispose () |
BaseObject () | |
Additional Inherited Members | |
Protected Member Functions inherited from Google.OrTools.ConstraintSolver.Demon | |
override void | Dispose (bool disposing) |
Protected Member Functions inherited from Google.OrTools.ConstraintSolver.BaseObject | |
Protected Attributes inherited from Google.OrTools.ConstraintSolver.BaseObject | |
bool | swigCMemOwn |
Package Functions inherited from Google.OrTools.ConstraintSolver.Demon | |
Package Functions inherited from Google.OrTools.ConstraintSolver.BaseObject | |
Static Package Functions inherited from Google.OrTools.ConstraintSolver.Demon | |
Static Package Functions inherited from Google.OrTools.ConstraintSolver.BaseObject |
Definition at line 108 of file NetDecisionBuilder.cs.
|
inlinevirtual |
Reimplemented from Google.OrTools.ConstraintSolver.Demon.
Definition at line 132 of file NetDecisionBuilder.cs.
|
inlinevirtual |
This is the new method to subclass when defining a .Net decision builder.
Definition at line 129 of file NetDecisionBuilder.cs.
|
inlinevirtual |
This methods wraps the calls to next() and catches fail exceptions.
Reimplemented from Google.OrTools.ConstraintSolver.Demon.
Definition at line 113 of file NetDecisionBuilder.cs.
|
inlinevirtual |
Reimplemented from Google.OrTools.ConstraintSolver.Demon.
Definition at line 136 of file NetDecisionBuilder.cs.