Uses of Class
org.chocosolver.solver.search.strategy.decision.DecisionPath
-
Packages that use DecisionPath Package Description org.chocosolver.solver A package devoted to Model and resolution tools.org.chocosolver.solver.learn org.chocosolver.solver.search.loop.lns.neighbors -
-
Uses of DecisionPath in org.chocosolver.solver
Fields in org.chocosolver.solver declared as DecisionPath Modifier and Type Field Description protected DecisionPath
Solver. dpath
The current decisionMethods in org.chocosolver.solver that return DecisionPath Modifier and Type Method Description DecisionPath
Solver. getDecisionPath()
-
Uses of DecisionPath in org.chocosolver.solver.learn
Methods in org.chocosolver.solver.learn with parameters of type DecisionPath Modifier and Type Method Description void
ExplanationForSignedClause. learnSolution(DecisionPath path)
-
Uses of DecisionPath in org.chocosolver.solver.search.loop.lns.neighbors
Methods in org.chocosolver.solver.search.loop.lns.neighbors with parameters of type DecisionPath Modifier and Type Method Description void
INeighbor. fixSomeVariables(DecisionPath decisionPath)
Deprecated.
-