examples.Naive Class Reference
Inherits org.gecode.Branching.Detailed Description
This class implements a naive branching.It is equivalent to using BVAR_NONE combined with BVAL_MIN.
Definition at line 140 of file QueensJavaPropagator.java.
Public Member Functions | |
| Naive (Space home, VarArray< IntVar > x0) | |
| boolean | status (Space home) |
| JavaBranchingDesc | description (Space home) |
| ExecStatus | commit (Space home, JavaBranchingDesc d, long a) |
Static Public Member Functions | |
| static void | post (Space home, VarArray< IntVar > x) |
Constructor & Destructor Documentation
Definition at line 148 of file QueensJavaPropagator.java.
Member Function Documentation
| boolean examples.Naive.status | ( | Space | home | ) | [virtual] |
| JavaBranchingDesc examples.Naive.description | ( | Space | home | ) | [virtual] |
| ExecStatus examples.Naive.commit | ( | Space | home, | |
| JavaBranchingDesc | d, | |||
| long | a | |||
| ) | [virtual] |
Definition at line 179 of file QueensJavaPropagator.java.
The documentation for this class was generated from the following file:
