java.lang.Object
org.maxicp.search.DFSLinearizer
- All Implemented Interfaces:
DFSListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbranchingAction(Runnable action) voidclear()org.maxicp.search.Actionget(int i) voidvoidintsize()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.maxicp.search.DFSListener
branch, fail, solution
-
Constructor Details
-
DFSLinearizer
public DFSLinearizer()
-
-
Method Details
-
branchingAction
- Specified by:
branchingActionin interfaceDFSListener
-
saveState
- Specified by:
saveStatein interfaceDFSListener
-
restoreState
- Specified by:
restoreStatein interfaceDFSListener
-
clear
public void clear()- Specified by:
clearin interfaceDFSListener
-
size
public int size() -
get
public org.maxicp.search.Action get(int i)
-