|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
import java.util.ArrayList;import java.util.HashSet;import java.util.List;import java.util.Set;import org.jdom2.Document;import org.jdom2.Element;import frodo2.solutionSpaces.Addable;import frodo2.solutionSpaces.AddableInteger;import frodo2.solutionSpaces.UtilitySolutionSpace;import frodo2.solutionSpaces.vehiclerouting.CompoundSpace;
Classes | |
| class | frodo2.benchmarks.vehiclerouting.XCSPparserVRPODPOP< U extends Addable< U > > |
| Wrapper around the XCSPparserVRP that inserts CompoundSpaces for all the variables that occur in the problem. More... | |
Packages | |
| package | frodo2.benchmarks.vehiclerouting |