public class NAryTreeFullILPDelegate extends AbstractNAryTreeLPDelegate<NAryTreeFullILPTail>
cldCnt, columns, leaf2sync, maxValRHS, relaxed, rows, solvers, threads, timeOut, treeSize, types, useInt, useORrows, useSemCon, varUpBo
algorithm, classes, configurationNumber, headCompressor, localStateBuilder, node2cost, scaling, tree
Constructor and Description |
---|
NAryTreeFullILPDelegate(AStarAlgorithm algorithm,
NAryTree tree,
int configurationNumber,
int[] node2cost,
int threads,
boolean useOrRows) |
Modifier and Type | Method and Description |
---|---|
TreeRecord |
createInitialRecord(NAryTreeHead head,
nl.tue.astar.Trace trace)
instantiates a record for the given head.
|
NAryTreeFullILPTail |
createInitialTail(NAryTreeHead head)
creates the initial tail for the given head.
|
NAryTreeFullILPTailCompressor |
getTailDeflater() |
NAryTreeFullILPTailCompressor |
getTailInflater() |
canUtilizeMsgfunc, deleteLPs, estimate, getNumberVariables, getSyncMoveVar, isIntVariables, msgfunc, printLp, setAllowImplicitOrTermination, setupRhs, setupRhsByte, setupRhsShort
enabledIterator, enabledIterator, getActivitiesFor, getAStarAlgorithm, getClassOf, getCostFor, getEventClass, getHeadBasedEqualOperation, getHeadBasedHashOperation, getHeadDeflater, getHeadInflater, getIndexOf, getLogMoveCost, getModelMoveCost, getScaling, getState, getStateBuilder, getStateSizeInBytes, getTree, isBlocked, isFinal, isLeaf, numEventClasses, numNodes, setPushDownUnderAND, setStateSpace, toString
public NAryTreeFullILPDelegate(AStarAlgorithm algorithm, NAryTree tree, int configurationNumber, int[] node2cost, int threads, boolean useOrRows)
public NAryTreeFullILPTailCompressor getTailInflater()
public NAryTreeFullILPTailCompressor getTailDeflater()
public NAryTreeFullILPTail createInitialTail(NAryTreeHead head)
nl.tue.astar.Delegate
public TreeRecord createInitialRecord(NAryTreeHead head, nl.tue.astar.Trace trace)
nl.tue.astar.Delegate
createInitialRecord
in interface nl.tue.astar.Delegate<NAryTreeHead,NAryTreeFullILPTail>
createInitialRecord
in class AbstractNAryTreeDelegate<NAryTreeFullILPTail>