Uses of Class
org.projog.clp.Variable
-
Packages that use Variable Package Description org.projog.clp A constraint logic programming library for finite domains. -
-
Uses of Variable in org.projog.clp
Fields in org.projog.clp declared as Variable Modifier and Type Field Description private Variable[]ClpConstraintStore.EnforceAll. variablesprivate Variable[]ClpConstraintStore. variablesFields in org.projog.clp with type parameters of type Variable Modifier and Type Field Description private java.util.Map<Variable,java.util.List<java.lang.Integer>>ClpConstraintStore.Builder. constraintsByVariableprivate java.util.Map<Variable,java.util.List<java.lang.Integer>>ClpConstraintStore. constraintsByVariableprivate java.util.List<Variable>ClpConstraintStore.Builder. variablesMethods in org.projog.clp that return Variable Modifier and Type Method Description VariableClpConstraintStore.Builder. createVariable()VariableClpConstraintStore. getVariable(int idx)Methods in org.projog.clp with parameters of type Variable Modifier and Type Method Description ClpConstraintStore.EnforceAllClpConstraintStore.Builder. enforce(Variable... e)longClpConstraintStore. getValue(Variable id)Method parameters in org.projog.clp with type arguments of type Variable Modifier and Type Method Description ClpConstraintStore.EnforceAllClpConstraintStore.Builder. enforce(java.util.List<Variable> e)Constructors in org.projog.clp with parameters of type Variable Constructor Description EnforceAll(ClpConstraintStore.Builder builder, Variable[] variables)
-