Method | Description | |
---|---|---|
Abs ( ) : |
||
Add ( |
||
Add ( int value ) : |
||
Equals ( |
||
Equals ( |
||
Equals ( |
||
Equals ( int value ) : void | ||
Equals ( int value, ConstraintTypes cType ) : void | ||
Equals ( int value, ConstraintTypes cType, int weight ) : void | ||
Ge ( ConstraintTypes cType, int weight ) : void | ||
Ge ( |
||
Ge ( |
||
Ge ( |
||
Ge ( int value ) : void | ||
Ge ( int value, ConstraintTypes cType ) : void | ||
Ge ( int value, ConstraintTypes cType, int weight ) : void | ||
Gt ( |
||
Gt ( |
||
Gt ( |
||
Gt ( int value ) : void | ||
Gt ( int value, ConstraintTypes cType ) : void | ||
Gt ( int value, ConstraintTypes cType, int weight ) : void | ||
IntVariable ( Cream.Network net ) : System | ||
IntVariable ( Cream.Network net, |
Initializes a new instance of the IntVariable class. Constructs an integer variable of the network with an initial integer domain d and a default name. This constructor is equivalent to IntVariable(network, d, null).
|
|
IntVariable ( Cream.Network net, |
Initializes a new instance of the IntVariable class. Constructs an integer variable of the network with an initial integer domain d and a name specified by the parameter name. When the parameter name is null, default names (v1, v2, and so on) are used.
|
|
IntVariable ( Cream.Network net, String name ) : System | ||
IntVariable ( Cream.Network net, int value ) : System | ||
IntVariable ( Cream.Network net, int value, String name ) : System | ||
IntVariable ( Cream.Network net, int lo, int hi ) : System | ||
IntVariable ( Cream.Network net, int lo, int hi, String name ) : System | ||
Le ( |
||
Le ( |
||
Le ( |
||
Le ( int value ) : void | ||
Le ( int value, ConstraintTypes cType ) : void | ||
Le ( int value, ConstraintTypes cType, int weight ) : void | ||
Lt ( |
||
Lt ( |
||
Lt ( |
||
Lt ( int value ) : void | ||
Lt ( int value, ConstraintTypes cType ) : void | ||
Lt ( int value, ConstraintTypes cType, int weight ) : void | ||
Max ( |
||
Max ( int value ) : |
||
Min ( |
||
Min ( int value ) : |
||
Multiply ( |
||
Multiply ( int value ) : |
||
Negate ( ) : |
||
NotEquals ( |
||
NotEquals ( |
||
NotEquals ( |
||
NotEquals ( int value ) : void | ||
NotEquals ( int value, ConstraintTypes cType ) : void | ||
NotEquals ( int value, ConstraintTypes cType, int weight ) : void | ||
Sign ( ) : |
||
Subtract ( |
||
Subtract ( int value ) : |
public Equals ( |
||
v | ||
cType | ConstraintTypes | |
return | void |
public Equals ( |
||
v | ||
cType | ConstraintTypes | |
weight | int | |
return | void |
public Equals ( int value, ConstraintTypes cType ) : void | ||
value | int | |
cType | ConstraintTypes | |
return | void |
public Equals ( int value, ConstraintTypes cType, int weight ) : void | ||
value | int | |
cType | ConstraintTypes | |
weight | int | |
return | void |
public Ge ( ConstraintTypes cType, int weight ) : void | ||
cType | ConstraintTypes | |
weight | int | |
return | void |
public Ge ( |
||
v | ||
cType | ConstraintTypes | |
return | void |
public Ge ( |
||
v | ||
cType | ConstraintTypes | |
weight | int | |
return | void |
public Ge ( int value, ConstraintTypes cType ) : void | ||
value | int | |
cType | ConstraintTypes | |
return | void |
public Ge ( int value, ConstraintTypes cType, int weight ) : void | ||
value | int | |
cType | ConstraintTypes | |
weight | int | |
return | void |
public Gt ( |
||
v | ||
cType | ConstraintTypes | |
return | void |
public Gt ( |
||
v | ||
cType | ConstraintTypes | |
weight | int | |
return | void |
public Gt ( int value, ConstraintTypes cType ) : void | ||
value | int | |
cType | ConstraintTypes | |
return | void |
public Gt ( int value, ConstraintTypes cType, int weight ) : void | ||
value | int | |
cType | ConstraintTypes | |
weight | int | |
return | void |
public IntVariable ( Cream.Network net ) : System | ||
net | Cream.Network | |
return | System |
public IntVariable ( Cream.Network net, |
||
net | Cream.Network | /// the network /// |
d | /// the initial integer domain /// | |
return | System |
public IntVariable ( Cream.Network net, |
||
net | Cream.Network | /// the network /// |
d | /// the initial integer domain /// | |
name | string | /// the name of the variable, or null for a default name /// |
return | System |
public IntVariable ( Cream.Network net, String name ) : System | ||
net | Cream.Network | |
name | String | |
return | System |
public IntVariable ( Cream.Network net, int value ) : System | ||
net | Cream.Network | |
value | int | |
return | System |
public IntVariable ( Cream.Network net, int value, String name ) : System | ||
net | Cream.Network | |
value | int | |
name | String | |
return | System |
public IntVariable ( Cream.Network net, int lo, int hi ) : System | ||
net | Cream.Network | |
lo | int | |
hi | int | |
return | System |
public IntVariable ( Cream.Network net, int lo, int hi, String name ) : System | ||
net | Cream.Network | |
lo | int | |
hi | int | |
name | String | |
return | System |
public Le ( |
||
v | ||
cType | ConstraintTypes | |
return | void |
public Le ( |
||
v | ||
cType | ConstraintTypes | |
weight | int | |
return | void |
public Le ( int value, ConstraintTypes cType ) : void | ||
value | int | |
cType | ConstraintTypes | |
return | void |
public Le ( int value, ConstraintTypes cType, int weight ) : void | ||
value | int | |
cType | ConstraintTypes | |
weight | int | |
return | void |
public Lt ( |
||
v | ||
cType | ConstraintTypes | |
return | void |
public Lt ( |
||
v | ||
cType | ConstraintTypes | |
weight | int | |
return | void |
public Lt ( int value, ConstraintTypes cType ) : void | ||
value | int | |
cType | ConstraintTypes | |
return | void |
public Lt ( int value, ConstraintTypes cType, int weight ) : void | ||
value | int | |
cType | ConstraintTypes | |
weight | int | |
return | void |
public Multiply ( |
||
v | ||
return |
public NotEquals ( |
||
v | ||
cType | ConstraintTypes | |
return | void |
public NotEquals ( |
||
v | ||
cType | ConstraintTypes | |
weight | int | |
return | void |
public NotEquals ( int value, ConstraintTypes cType ) : void | ||
value | int | |
cType | ConstraintTypes | |
return | void |
public NotEquals ( int value, ConstraintTypes cType, int weight ) : void | ||
value | int | |
cType | ConstraintTypes | |
weight | int | |
return | void |
public Subtract ( |
||
v | ||
return |