Uses of Interface
org.chocosolver.solver.search.loop.learn.Learn
-
Packages that use Learn Package Description org.chocosolver.solver A package devoted to Model and resolution tools.org.chocosolver.solver.search.loop.learn -
-
Uses of Learn in org.chocosolver.solver
Fields in org.chocosolver.solver declared as Learn Modifier and Type Field Description protected Learn
Solver. L
The learning component of this search loopMethods in org.chocosolver.solver that return Learn Modifier and Type Method Description Learn
Solver. getLearner()
Methods in org.chocosolver.solver with parameters of type Learn Modifier and Type Method Description void
Solver. setLearner(Learn l)
Replaces the current learn withl
-
Uses of Learn in org.chocosolver.solver.search.loop.learn
Classes in org.chocosolver.solver.search.loop.learn that implement Learn Modifier and Type Class Description class
LearnNothing
Created by cprudhom on 02/09/15.class
LearnSignedClauses<E extends ExplanationForSignedClause>
A learn implementation that is able to learn signed clause on failure.
-