C# Class Cream.IntFunc

Inheritance: Constraint
Afficher le fichier Open project: kikoanis/CSharpCream

Méthodes publiques

Méthode Description
IntFunc ( Cream.Network net, int a, Variable v0, Variable v1 ) : System
IntFunc ( Cream.Network net, int a, Variable v0, Variable v1, ConstraintTypes cType ) : System
IntFunc ( Cream.Network net, int a, Variable v0, Variable v1, ConstraintTypes cType, int weight ) : System
IntFunc ( Cream.Network net, int a, Variable v0, int x1 ) : System
IntFunc ( Cream.Network net, int a, Variable v0, int x1, ConstraintTypes cType ) : System
IntFunc ( Cream.Network net, int a, Variable v0, int x1, ConstraintTypes cType, int weight ) : System
IntFunc ( Cream.Network net, int a, int x0, Variable v1 ) : System
IntFunc ( Cream.Network net, int a, int x0, Variable v1, ConstraintTypes cType ) : System
IntFunc ( Cream.Network net, int a, 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
IntFunc ( Cream.Network net, int a, Variable v, ConstraintTypes cType = ConstraintTypes.Hard ) : System
IntFunc ( Cream.Network net, int a, Variable v, ConstraintTypes cType, int weight ) : System
SatisfyABS ( Variable v0, Variable v1, Trail trail ) : bool
SatisfyNEGATE ( Variable v0, Variable v1, Trail trail ) : bool
SatisfySIGN ( 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

IntFunc() public méthode

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

IntFunc() public méthode

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

IntFunc() public méthode

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

IntFunc() public méthode

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

IntFunc() public méthode

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

IntFunc() public méthode

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

IntFunc() public méthode

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

IntFunc() public méthode

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

IntFunc() public méthode

public IntFunc ( Cream.Network net, int a, int x0, Variable v1, ConstraintTypes cType, int weight ) : System
net Cream.Network
a 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