C# Class Cream.IntComparison

Inheritance: Constraint
Afficher le fichier Open project: kikoanis/CSharpCream Class Usage Examples

Méthodes publiques

Méthode Description
IntComparison ( Cream.Network net, int comp, Variable v0, Variable v1 ) : System
IntComparison ( Cream.Network net, int comp, Variable v0, Variable v1, ConstraintTypes cType ) : System
IntComparison ( Cream.Network net, int comp, Variable v0, Variable v1, ConstraintTypes cType, int weight ) : System
IntComparison ( Cream.Network net, int comp, Variable v0, int x1 ) : System
IntComparison ( Cream.Network net, int comp, Variable v0, int x1, ConstraintTypes cType ) : System
IntComparison ( Cream.Network net, int comp, Variable v0, int x1, ConstraintTypes cType, int weight ) : System
IntComparison ( Cream.Network net, int comp, int x0, Variable v1 ) : System
IntComparison ( Cream.Network net, int comp, int x0, Variable v1, ConstraintTypes cType ) : System
IntComparison ( Cream.Network net, int comp, int x0, Variable v1, ConstraintTypes cType, int weight ) : System
ToString ( ) : String

Méthodes protégées

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

Private Methods

Méthode Description
IntComparison ( Cream.Network net, int comp, Variable v, ConstraintTypes cType = ConstraintTypes.Hard ) : System
IntComparison ( Cream.Network net, int comp, Variable v, ConstraintTypes cType, int weight ) : System
SatisfyLE ( Variable v0, Variable v1, Trail trail ) : bool
SatisfyLT ( Variable v0, Variable v1, Trail trail ) : bool

Method Details

Copy() protected méthode

protected Copy ( Cream.Network net ) : Constraint
net Cream.Network
Résultat Constraint

IntComparison() public méthode

public IntComparison ( Cream.Network net, int comp, Variable v0, Variable v1 ) : System
net Cream.Network
comp int
v0 Variable
v1 Variable
Résultat System

IntComparison() public méthode

public IntComparison ( Cream.Network net, int comp, Variable v0, Variable v1, ConstraintTypes cType ) : System
net Cream.Network
comp int
v0 Variable
v1 Variable
cType ConstraintTypes
Résultat System

IntComparison() public méthode

public IntComparison ( Cream.Network net, int comp, Variable v0, Variable v1, ConstraintTypes cType, int weight ) : System
net Cream.Network
comp int
v0 Variable
v1 Variable
cType ConstraintTypes
weight int
Résultat System

IntComparison() public méthode

public IntComparison ( Cream.Network net, int comp, Variable v0, int x1 ) : System
net Cream.Network
comp int
v0 Variable
x1 int
Résultat System

IntComparison() public méthode

public IntComparison ( Cream.Network net, int comp, Variable v0, int x1, ConstraintTypes cType ) : System
net Cream.Network
comp int
v0 Variable
x1 int
cType ConstraintTypes
Résultat System

IntComparison() public méthode

public IntComparison ( Cream.Network net, int comp, Variable v0, int x1, ConstraintTypes cType, int weight ) : System
net Cream.Network
comp int
v0 Variable
x1 int
cType ConstraintTypes
weight int
Résultat System

IntComparison() public méthode

public IntComparison ( Cream.Network net, int comp, int x0, Variable v1 ) : System
net Cream.Network
comp int
x0 int
v1 Variable
Résultat System

IntComparison() public méthode

public IntComparison ( Cream.Network net, int comp, int x0, Variable v1, ConstraintTypes cType ) : System
net Cream.Network
comp int
x0 int
v1 Variable
cType ConstraintTypes
Résultat System

IntComparison() public méthode

public IntComparison ( Cream.Network net, int comp, int x0, Variable v1, ConstraintTypes cType, int weight ) : System
net Cream.Network
comp int
x0 int
v1 Variable
cType ConstraintTypes
weight int
Résultat System

IsModified() protected méthode

protected IsModified ( ) : bool
Résultat bool

IsSatisfied() protected méthode

protected IsSatisfied ( ) : bool
Résultat bool

Satisfy() protected méthode

protected Satisfy ( Trail trail ) : bool
trail Trail
Résultat bool

ToString() public méthode

public ToString ( ) : String
Résultat String