Package | Description |
---|---|
org.chocosolver.solver |
A package devoted to Model and resolution tools.
|
org.chocosolver.solver.search.loop.move |
Class and Description |
---|
IMoveFactory
Interface to define how to explore the search space from a macro perspective
(DFS, LDS, LNS, etc.)
|
Move
The "Move" component
(Inspired from "Unifying search algorithms for CSP" N.
|
Class and Description |
---|
Move
The "Move" component
(Inspired from "Unifying search algorithms for CSP" N.
|
MoveBinaryDFS
A move dedicated to run a Depth First Search with binary decisions.
|
MoveBinaryLDS
A move dedicated to run an Limited Discrepancy Search[1] (LDS) with binary decisions.
|
Copyright © 2017. All rights reserved.