|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
import java.util.concurrent.locks.Condition;import org.jacop.core.IntVarCloneable;import org.jacop.search.ConsistencyListener;import org.jacop.search.Search;import org.jacop.search.SelectChoicePoint;import org.jacop.search.SimpleSolutionListener;import frodo2.solutionSpaces.Addable;
Classes | |
| class | frodo2.solutionSpaces.JaCoP.IterSolutionListener< V extends Addable< V > > |
| This solution listener is a part of the JaCoPutilSpace iterator that allows us to simulate a JaCoP master/slave search combination where the slave is an optimization search while the master is not. More... | |
Packages | |
| package | frodo2.solutionSpaces.JaCoP |
| Package handling the interface with the JaCoP solver. | |