C# Class Cream.Sequential

Inheritance: Constraint
Show file Open project: kikoanis/CSharpCream Class Usage Examples

Public Methods

Method Description
Sequential ( Cream.Network net, Variable v, int l ) : System
Sequential ( Cream.Network net, Variable v, int l, ConstraintTypes cType ) : System
Sequential ( Cream.Network net, Variable v, int l, ConstraintTypes cType, int weight ) : System
ToString ( ) : String

Protected Methods

Method Description
Copy ( Cream.Network net ) : Constraint
IsModified ( ) : bool
IsSatisfied ( ) : bool
Satisfy ( Trail trail ) : bool

Method Details

Copy() protected method

protected Copy ( Cream.Network net ) : Constraint
net Cream.Network
return Constraint

IsModified() protected method

protected IsModified ( ) : bool
return bool

IsSatisfied() protected method

protected IsSatisfied ( ) : bool
return bool

Satisfy() protected method

protected Satisfy ( Trail trail ) : bool
trail Trail
return bool

Sequential() public method

public Sequential ( Cream.Network net, Variable v, int l ) : System
net Cream.Network
v Variable
l int
return System

Sequential() public method

public Sequential ( Cream.Network net, Variable v, int l, ConstraintTypes cType ) : System
net Cream.Network
v Variable
l int
cType ConstraintTypes
return System

Sequential() public method

public Sequential ( Cream.Network net, Variable v, int l, ConstraintTypes cType, int weight ) : System
net Cream.Network
v Variable
l int
cType ConstraintTypes
weight int
return System

ToString() public method

public ToString ( ) : String
return String