Méthode | Description | |
---|---|---|
Count ( Network net ) : System | ||
Count ( Network net, ConstraintTypes cType ) : System | ||
Count ( Network net, Variable v ) : System | ||
Count ( Network net, Variable v, ConstraintTypes cType ) : System | ||
ToString ( ) : String |
Méthode | Description | |
---|---|---|
Copy ( Network net ) : Constraint | ||
IsModified ( ) : bool | ||
IsSatisfied ( ) : bool | ||
Satisfy ( Trail trail ) : bool |
protected Copy ( Network net ) : Constraint | ||
net | Network | |
Résultat | Constraint |
public Count ( Network net, ConstraintTypes cType ) : System | ||
net | Network | |
cType | ConstraintTypes | |
Résultat | System |
public Count ( Network net, Variable v ) : System | ||
net | Network | |
v | Variable | |
Résultat | System |
public Count ( Network net, Variable v, ConstraintTypes cType ) : System | ||
net | Network | |
v | Variable | |
cType | ConstraintTypes | |
Résultat | System |