|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.Choco
choco.DeprecatedChoco
public class DeprecatedChoco
Created by IntelliJ IDEA. User: charles Date: 6 août 2008 Time: 16:08:55 This class must contain every deprecated method of the Choco class. The idea is that we can easily unbranch deprecated method to update tests.
Field Summary |
---|
Fields inherited from class choco.Choco |
---|
FALSE, LOGGER, MAX_UPPER_BOUND, MIN_LOWER_BOUND, ONE, TRUE, ZERO |
Method Summary | |
---|---|
RealConstantVariable |
around(double d)
Deprecated. |
static RealConstantVariable |
constant(String name,
double value)
Deprecated. |
static SetVariable |
constant(String name,
int... value)
Deprecated. |
static IntegerConstantVariable |
constant(String name,
int value)
Deprecated. |
RealConstantVariable |
cst(double d)
Deprecated. |
RealConstantVariable |
cst(double a,
double b)
Deprecated. |
static Constraint |
cumulative(IntegerVariable[] starts,
IntegerVariable[] ends,
IntegerVariable[] durations,
int[] heights,
int capa,
String... options)
Deprecated. |
static Constraint |
cumulative(IntegerVariable[] starts,
IntegerVariable[] ends,
IntegerVariable[] durations,
IntegerVariable[] heights,
IntegerVariable capa,
String... options)
Deprecated. |
static Constraint |
cumulative(IntegerVariable[] starts,
IntegerVariable[] durations,
IntegerVariable[] heights,
IntegerVariable capa,
String... options)
Deprecated. |
static Constraint |
cumulative(String name,
IntegerVariable[] starts,
IntegerVariable[] ends,
IntegerVariable[] durations,
IntegerVariable[] heights,
IntegerVariable capa,
String... options)
Deprecated. |
static Constraint |
cumulative(String name,
TaskVariable[] tasks,
IntegerVariable[] heights,
IntegerVariable capa,
String... options)
Deprecated. |
static Constraint |
cumulative(TaskVariable[] tasks,
int[] heights,
int capa,
String... options)
Deprecated. |
static Constraint |
disjunctive(IntegerVariable[] starts,
int[] durations,
String... options)
Deprecated. |
static Constraint |
disjunctive(IntegerVariable[] starts,
IntegerVariable[] ends,
IntegerVariable[] durations,
String... options)
Deprecated. |
static Constraint |
disjunctive(IntegerVariable[] starts,
IntegerVariable[] durations,
String... options)
Deprecated. |
static Constraint |
disjunctive(String name,
IntegerVariable[] starts,
IntegerVariable[] ends,
IntegerVariable[] durations,
IntegerVariable uppBound,
String... options)
Deprecated. |
static IntegerVariable |
makeBinTreeIntVar(String name,
ArrayList<Integer> values)
Create a binary tree domain for integer variable |
static IntegerVariable |
makeBinTreeIntVar(String name,
int[] values)
Create a binary tree domain for integer variable |
static IntegerVariable |
makeBinTreeIntVar(String name,
int binf,
int bsup)
Create a binary tree domain for integer variable |
static IntegerVariable[] |
makeBinTreeIntVarArray(String name,
int size,
int binf,
int bsup)
Create an array of integer variable with a binary tree domain |
static IntegerVariable[][] |
makeBinTreeIntVarArray(String name,
int dim,
int dim2,
int binf,
int bsup)
Create an double array of integer variable with a binary tree domain |
static IntegerVariable |
makeBoundIntVar(String name,
int binf,
int bsup)
Deprecated. |
static IntegerVariable[] |
makeBoundIntVarArray(String name,
int size,
int binf,
int bsup)
Deprecated. |
static IntegerVariable[][] |
makeBoundIntVarArray(String name,
int dim1,
int dim2,
int binf,
int bsup)
Deprecated. |
static SetVariable |
makeBoundSetVar(String name,
int binf,
int bsup)
Deprecated. |
static SetVariable[] |
makeBoundSetVarArray(String name,
int n,
int binf,
int bsup)
Deprecated. |
static SetVariable |
makeConstantSetVar(String name,
int... value)
Deprecated. |
static RealConstantVariable |
makeConstantVar(String name,
double value)
Deprecated. |
static IntegerConstantVariable |
makeConstantVar(String name,
int value)
Deprecated. |
static IntegerVariable |
makeEnumIntVar(String name,
ArrayList<Integer> values)
Creates a new search variable with an enumerated domain |
static IntegerVariable |
makeEnumIntVar(String name,
int[] values)
Creates a new search variable with an enumerated domain |
static IntegerVariable |
makeEnumIntVar(String name,
int binf,
int bsup)
Deprecated. |
static IntegerVariable[] |
makeEnumIntVarArray(String name,
int size,
int binf,
int bsup)
Deprecated. |
static IntegerVariable[][] |
makeEnumIntVarArray(String name,
int dim,
int dim2,
int binf,
int bsup)
Deprecated. |
static SetVariable |
makeEnumSetVar(String name,
int binf,
int bsup)
Deprecated. |
static SetVariable[] |
makeEnumSetVarArray(String name,
int n,
int binf,
int bsup)
Deprecated. |
static IntegerVariable |
makeIntVar(String name,
VariableType type,
int binf,
int bsup)
Deprecated. |
protected static IntegerVariable[] |
makeIntVarArray(String name,
VariableType type,
int n,
int binf,
int bsup)
Deprecated. |
protected static IntegerVariable[][] |
makeIntVarArray(String name,
VariableType type,
int n,
int m,
int binf,
int bsup)
Deprecated. |
static IntegerVariable |
makeLinkedListIntVar(String name,
int[] values)
Deprecated. |
static IntegerVariable |
makeLinkedListIntVar(String name,
int binf,
int bsup)
Deprecated. |
static SetVariable[] |
makeSetVarArray(String name,
int n,
int binf,
int bsup)
Deprecated. |
static Constraint |
occurenceMax(int value,
IntegerVariable occurence,
IntegerVariable... vars)
Deprecated. |
static Constraint |
occurenceMin(int value,
IntegerVariable occurence,
IntegerVariable... vars)
Deprecated. |
static Constraint |
preceding(IntegerVariable v1,
int dur1,
IntegerVariable v2,
int dur2,
IntegerVariable bool)
Deprecated. |
static Constraint |
preceding(TaskVariable t1,
TaskVariable t2)
Deprecated. |
static Constraint |
preceding(TaskVariable t1,
TaskVariable t2,
IntegerVariable direction)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Deprecated public static IntegerVariable makeIntVar(String name, VariableType type, int binf, int bsup)
@Deprecated protected static IntegerVariable[] makeIntVarArray(String name, VariableType type, int n, int binf, int bsup)
@Deprecated protected static IntegerVariable[][] makeIntVarArray(String name, VariableType type, int n, int m, int binf, int bsup)
@Deprecated public static IntegerVariable makeEnumIntVar(String name, int binf, int bsup)
public static IntegerVariable makeEnumIntVar(String name, int[] values)
name
- the name of the variablevalues
- allowed in the domain (may be unsorted, but not with duplicates !)
public static IntegerVariable makeEnumIntVar(String name, ArrayList<Integer> values)
name
- the name of the variablevalues
- allowed in the domain (may be unsorted, but not with duplicates !)
@Deprecated public static IntegerVariable[] makeEnumIntVarArray(String name, int size, int binf, int bsup)
@Deprecated public static IntegerVariable[][] makeEnumIntVarArray(String name, int dim, int dim2, int binf, int bsup)
public static IntegerVariable makeBinTreeIntVar(String name, int binf, int bsup)
name
- the name of the variablebinf
- the lower bound of the variablebsup
- the upper bound of the variables
public static IntegerVariable makeBinTreeIntVar(String name, int[] values)
name
- the name of the variablevalues
- array of allowed values
public static IntegerVariable makeBinTreeIntVar(String name, ArrayList<Integer> values)
name
- the name of the variablevalues
- list of allowed values
public static IntegerVariable[] makeBinTreeIntVarArray(String name, int size, int binf, int bsup)
name
- the name of the variablesize
- size of the arraybinf
- the lower bound of every variablebsup
- the upper bound of every variables
public static IntegerVariable[][] makeBinTreeIntVarArray(String name, int dim, int dim2, int binf, int bsup)
name
- the name of the variabledim
- size of the arraydim2
- size of the arraybinf
- the lower bound of every variablebsup
- the upper bound of every variables
@Deprecated public static IntegerVariable makeBoundIntVar(String name, int binf, int bsup)
@Deprecated public static IntegerVariable[] makeBoundIntVarArray(String name, int size, int binf, int bsup)
@Deprecated public static IntegerVariable[][] makeBoundIntVarArray(String name, int dim1, int dim2, int binf, int bsup)
@Deprecated public static IntegerVariable makeLinkedListIntVar(String name, int binf, int bsup)
@Deprecated public static IntegerVariable makeLinkedListIntVar(String name, int[] values)
@Deprecated public RealConstantVariable around(double d)
[d - epsilon, d + epilon]
.
@Deprecated public RealConstantVariable cst(double d)
@Deprecated public RealConstantVariable cst(double a, double b)
@Deprecated public static Constraint preceding(TaskVariable t1, TaskVariable t2)
Choco#precedence(TaskVariable, TaskVariable)}
@Deprecated public static Constraint preceding(IntegerVariable v1, int dur1, IntegerVariable v2, int dur2, IntegerVariable bool)
Choco#precedenceDisjoint(IntegerVariable, int, IntegerVariable, int, IntegerVariable)}
@Deprecated public static Constraint preceding(TaskVariable t1, TaskVariable t2, IntegerVariable direction)
Choco#precedenceDisjoint(TaskVariable, TaskVariable, IntegerVariable)}
@Deprecated public static Constraint cumulative(String name, TaskVariable[] tasks, IntegerVariable[] heights, IntegerVariable capa, String... options)
@Deprecated public static Constraint cumulative(TaskVariable[] tasks, int[] heights, int capa, String... options)
@Deprecated public static Constraint cumulative(String name, IntegerVariable[] starts, IntegerVariable[] ends, IntegerVariable[] durations, IntegerVariable[] heights, IntegerVariable capa, String... options)
@Deprecated public static Constraint cumulative(IntegerVariable[] starts, IntegerVariable[] ends, IntegerVariable[] durations, IntegerVariable[] heights, IntegerVariable capa, String... options)
@Deprecated public static Constraint cumulative(IntegerVariable[] starts, IntegerVariable[] ends, IntegerVariable[] durations, int[] heights, int capa, String... options)
@Deprecated public static Constraint cumulative(IntegerVariable[] starts, IntegerVariable[] durations, IntegerVariable[] heights, IntegerVariable capa, String... options)
@Deprecated public static Constraint disjunctive(IntegerVariable[] starts, int[] durations, String... options)
starts
- to scheduledurations
- of each taskoptions
- options of the variable
@Deprecated public static Constraint disjunctive(IntegerVariable[] starts, IntegerVariable[] durations, String... options)
@Deprecated public static Constraint disjunctive(IntegerVariable[] starts, IntegerVariable[] ends, IntegerVariable[] durations, String... options)
@Deprecated public static Constraint disjunctive(String name, IntegerVariable[] starts, IntegerVariable[] ends, IntegerVariable[] durations, IntegerVariable uppBound, String... options)
@Deprecated public static SetVariable[] makeSetVarArray(String name, int n, int binf, int bsup)
@Deprecated public static SetVariable makeBoundSetVar(String name, int binf, int bsup)
@Deprecated public static SetVariable[] makeBoundSetVarArray(String name, int n, int binf, int bsup)
@Deprecated public static SetVariable makeEnumSetVar(String name, int binf, int bsup)
@Deprecated public static SetVariable[] makeEnumSetVarArray(String name, int n, int binf, int bsup)
@Deprecated public static Constraint occurenceMin(int value, IntegerVariable occurence, IntegerVariable... vars)
Choco.occurrenceMin(int, choco.kernel.model.variables.integer.IntegerVariable, choco.kernel.model.variables.integer.IntegerVariable[])
@Deprecated public static Constraint occurenceMax(int value, IntegerVariable occurence, IntegerVariable... vars)
Choco.occurrenceMax(int, choco.kernel.model.variables.integer.IntegerVariable, choco.kernel.model.variables.integer.IntegerVariable[])
@Deprecated public static SetVariable makeConstantSetVar(String name, int... value)
@Deprecated public static RealConstantVariable makeConstantVar(String name, double value)
@Deprecated public static IntegerConstantVariable makeConstantVar(String name, int value)
@Deprecated public static SetVariable constant(String name, int... value)
@Deprecated public static RealConstantVariable constant(String name, double value)
@Deprecated public static IntegerConstantVariable constant(String name, int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |