DotNet Reference

.Net Reference

Detailed Description

Definition at line 108 of file NetDecisionBuilder.cs.

Public Member Functions

override void RunWrapper (Solver solver)
 This methods wraps the calls to next() and catches fail exceptions. More...
 
virtual void Run (Solver solver)
 This is the new method to subclass when defining a .Net decision builder. More...
 
override int Priority ()
 
override string ToString ()
 

Member Function Documentation

◆ Priority()

override int Priority ( )
inline

Definition at line 132 of file NetDecisionBuilder.cs.

◆ Run()

virtual void Run ( Solver  solver)
inlinevirtual

This is the new method to subclass when defining a .Net decision builder.

Definition at line 129 of file NetDecisionBuilder.cs.

◆ RunWrapper()

override void RunWrapper ( Solver  solver)
inline

This methods wraps the calls to next() and catches fail exceptions.

Definition at line 113 of file NetDecisionBuilder.cs.

◆ ToString()

override string ToString ( )
inline

Definition at line 136 of file NetDecisionBuilder.cs.


The documentation for this class was generated from the following file: