Uses of Class
de.rwth.swc.coffee4j.engine.TupleList
-
Packages that use TupleList Package Description de.rwth.swc.coffee4j.engine de.rwth.swc.coffee4j.engine.constraint -
-
Uses of TupleList in de.rwth.swc.coffee4j.engine
Methods in de.rwth.swc.coffee4j.engine that return types with arguments of type TupleList Modifier and Type Method Description java.util.List<TupleList>TestModel. getErrorTupleLists()java.util.List<TupleList>TestModel. getForbiddenTupleLists()Constructor parameters in de.rwth.swc.coffee4j.engine with type arguments of type TupleList Constructor Description TestModel(int strength, int[] parameterSizes, java.util.Collection<TupleList> forbiddenTupleLists, java.util.Collection<TupleList> errorTupleLists) -
Uses of TupleList in de.rwth.swc.coffee4j.engine.constraint
Methods in de.rwth.swc.coffee4j.engine.constraint that return TupleList Modifier and Type Method Description TupleListConstraint. getTupleList()Methods in de.rwth.swc.coffee4j.engine.constraint with parameters of type TupleList Modifier and Type Method Description java.util.List<Constraint>ConstraintConverter. convert(TupleList tupleList)ConstraintCheckerConstraintCheckerFactory. createConstraintCheckerWithNegation(TestModel testModel, TupleList toBeNegated)ConstraintCheckerDiagnosticConstraintCheckerFactory. createConstraintCheckerWithNegation(TestModel testModel, TupleList toBeNegated)ConstraintCheckerHardConstraintCheckerFactory. createConstraintCheckerWithNegation(TestModel testModel, TupleList toBeNegated)ConstraintCheckerNoConstraintCheckerFactory. createConstraintCheckerWithNegation(TestModel testModel, TupleList toBeNegated)ConstraintCheckerSoftConstraintCheckerFactory. createConstraintCheckerWithNegation(TestModel testModel, TupleList toBeNegated)Method parameters in de.rwth.swc.coffee4j.engine.constraint with type arguments of type TupleList Modifier and Type Method Description java.util.List<Constraint>ConstraintConverter. convertAll(java.util.Collection<TupleList> tupleLists)Constructors in de.rwth.swc.coffee4j.engine.constraint with parameters of type TupleList Constructor Description Constraint(TupleList tupleList, java.util.function.Function<org.chocosolver.solver.Model,org.chocosolver.solver.constraints.Constraint> function)Constructor parameters in de.rwth.swc.coffee4j.engine.constraint with type arguments of type TupleList Constructor Description ConstraintList(java.util.Collection<TupleList> tupleLists)
-