FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
JaCoPxcspParser.java File Reference
import java.lang.reflect.Array;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.jdom2.Document;
import org.jdom2.Element;
import org.jacop.constraints.AlldifferentCloneable;
import org.jacop.constraints.CumulativeCloneable;
import org.jacop.constraints.Constraint;
import org.jacop.constraints.DecomposedConstraint;
import org.jacop.constraints.Diff2Cloneable;
import org.jacop.constraints.ElementIntegerCloneable;
import org.jacop.constraints.ElementVariableCloneable;
import org.jacop.constraints.ExtensionalConflictVACloneable;
import org.jacop.constraints.ExtensionalSupportSTRCloneable;
import org.jacop.constraints.LinearIntCloneable;
import org.jacop.core.FailException;
import org.jacop.core.IntDomain;
import org.jacop.core.IntVarCloneable;
import org.jacop.core.IntervalDomain;
import org.jacop.core.StoreCloneable;
import org.jacop.core.Var;
import frodo2.algorithms.XCSPparser;
import frodo2.solutionSpaces.Addable;
import frodo2.solutionSpaces.AddableInteger;
import frodo2.solutionSpaces.DCOPProblemInterface;
import frodo2.solutionSpaces.ProblemInterface;
import frodo2.solutionSpaces.UtilitySolutionSpace;
import frodo2.solutionSpaces.crypto.AddableBigInteger;
import frodo2.solutionSpaces.hypercube.ScalarHypercube;
Include dependency graph for JaCoPxcspParser.java:

Classes

class  frodo2.solutionSpaces.JaCoP.JaCoPxcspParser< V extends Addable< V > >
 An XCSP parser that generates spaces based on JaCoP. More...
enum  frodo2.solutionSpaces.JaCoP.JaCoPxcspParser< V extends Addable< V > >.ConstraintType
 Constraint type. More...

Packages

package  frodo2.solutionSpaces.JaCoP
 Package handling the interface with the JaCoP solver.