Definition at line 20 of file SolutionCollector.cs.
|
| | SolutionCollector (Solver solver, Assignment assignment) |
| | SolutionCollector (Solver solver) |
| override void | Install () |
| override string | ToString () |
| void | Add (IntVar var) |
| void | Add (IntVarVector vars) |
| void | Add (IntervalVar var) |
| void | Add (IntervalVarVector vars) |
| void | Add (SequenceVar var) |
| void | Add (SequenceVarVector vars) |
| void | AddObjective (IntVar objective) |
| void | AddObjectives (IntVarVector objectives) |
| override void | EnterSearch () |
| int | SolutionCount () |
| bool | HasSolution () |
| Assignment | Solution (int n) |
| Assignment | LastSolutionOrNull () |
| long | WallTime (int n) |
| long | Branches (int n) |
| long | Failures (int n) |
| long | ObjectiveValue (int n) |
| long | ObjectiveValueFromIndex (int n, int index) |
| long | Value (int n, IntVar var) |
| long | StartValue (int n, IntervalVar var) |
| long | EndValue (int n, IntervalVar var) |
| long | DurationValue (int n, IntervalVar var) |
| long | PerformedValue (int n, IntervalVar var) |
| int[] | ForwardSequence (int n, SequenceVar var) |
| int[] | BackwardSequence (int n, SequenceVar var) |
| int[] | Unperformed (int n, SequenceVar var) |
| delegate string | SwigDelegateSolutionCollector_0 () |
| delegate void | SwigDelegateSolutionCollector_1 () |
| delegate void | SwigDelegateSolutionCollector_2 () |
| delegate void | SwigDelegateSolutionCollector_3 () |
| delegate void | SwigDelegateSolutionCollector_4 (global::System.IntPtr b) |
| delegate void | SwigDelegateSolutionCollector_5 (global::System.IntPtr b, global::System.IntPtr d) |
| delegate void | SwigDelegateSolutionCollector_6 (global::System.IntPtr d) |
| delegate void | SwigDelegateSolutionCollector_7 (global::System.IntPtr d) |
| delegate void | SwigDelegateSolutionCollector_8 (global::System.IntPtr d, bool apply) |
| delegate void | SwigDelegateSolutionCollector_9 () |
| delegate void | SwigDelegateSolutionCollector_10 () |
| delegate void | SwigDelegateSolutionCollector_11 () |
| delegate void | SwigDelegateSolutionCollector_12 () |
| delegate bool | SwigDelegateSolutionCollector_13 () |
| delegate bool | SwigDelegateSolutionCollector_14 () |
| delegate void | SwigDelegateSolutionCollector_15 () |
| delegate bool | SwigDelegateSolutionCollector_16 () |
| delegate bool | SwigDelegateSolutionCollector_17 (global::System.IntPtr delta, global::System.IntPtr deltadelta) |
| delegate void | SwigDelegateSolutionCollector_18 () |
| delegate void | SwigDelegateSolutionCollector_19 () |
| delegate bool | SwigDelegateSolutionCollector_20 () |
| delegate void | SwigDelegateSolutionCollector_21 () |
| delegate int | SwigDelegateSolutionCollector_22 () |
| delegate void | SwigDelegateSolutionCollector_23 (global::System.IntPtr visitor) |
| delegate void | SwigDelegateSolutionCollector_24 () |
| | SearchMonitor (Solver s) |
| virtual void | RestartSearch () |
| virtual void | ExitSearch () |
| virtual void | BeginNextDecision (DecisionBuilder b) |
| virtual void | EndNextDecision (DecisionBuilder b, Decision d) |
| virtual void | ApplyDecision (Decision d) |
| virtual void | RefuteDecision (Decision d) |
| virtual void | AfterDecision (Decision d, bool apply) |
| virtual void | BeginFail () |
| virtual void | EndFail () |
| virtual void | BeginInitialPropagation () |
| virtual void | EndInitialPropagation () |
| virtual bool | AcceptSolution () |
| virtual bool | AtSolution () |
| virtual void | NoMoreSolutions () |
| virtual bool | LocalOptimum () |
| virtual bool | AcceptDelta (Assignment delta, Assignment deltadelta) |
| virtual void | AcceptNeighbor () |
| virtual void | AcceptUncheckedNeighbor () |
| virtual bool | IsUncheckedSolutionLimitReached () |
| virtual void | PeriodicCheck () |
| virtual int | ProgressPercent () |
| virtual void | Accept (ModelVisitor visitor) |
| Solver | solver () |
| delegate string | SwigDelegateSearchMonitor_0 () |
| delegate void | SwigDelegateSearchMonitor_1 () |
| delegate void | SwigDelegateSearchMonitor_2 () |
| delegate void | SwigDelegateSearchMonitor_3 () |
| delegate void | SwigDelegateSearchMonitor_4 (global::System.IntPtr b) |
| delegate void | SwigDelegateSearchMonitor_5 (global::System.IntPtr b, global::System.IntPtr d) |
| delegate void | SwigDelegateSearchMonitor_6 (global::System.IntPtr d) |
| delegate void | SwigDelegateSearchMonitor_7 (global::System.IntPtr d) |
| delegate void | SwigDelegateSearchMonitor_8 (global::System.IntPtr d, bool apply) |
| delegate void | SwigDelegateSearchMonitor_9 () |
| delegate void | SwigDelegateSearchMonitor_10 () |
| delegate void | SwigDelegateSearchMonitor_11 () |
| delegate void | SwigDelegateSearchMonitor_12 () |
| delegate bool | SwigDelegateSearchMonitor_13 () |
| delegate bool | SwigDelegateSearchMonitor_14 () |
| delegate void | SwigDelegateSearchMonitor_15 () |
| delegate bool | SwigDelegateSearchMonitor_16 () |
| delegate bool | SwigDelegateSearchMonitor_17 (global::System.IntPtr delta, global::System.IntPtr deltadelta) |
| delegate void | SwigDelegateSearchMonitor_18 () |
| delegate void | SwigDelegateSearchMonitor_19 () |
| delegate bool | SwigDelegateSearchMonitor_20 () |
| delegate void | SwigDelegateSearchMonitor_21 () |
| delegate int | SwigDelegateSearchMonitor_22 () |
| delegate void | SwigDelegateSearchMonitor_23 (global::System.IntPtr visitor) |
| delegate void | SwigDelegateSearchMonitor_24 () |
| void | Dispose () |
| | BaseObject () |