|
Jafar
|
generic constraint More...
generic constraint
Definition at line 28 of file constraints.hpp.
#include <constraints.hpp>

Public Member Functions | |
| Constraint (int id_, int idWP_) | |
| Constraint (int id_, std::vector< int > idWP_) | |
| int | getId () const |
| std::vector< int > | getDomain () const |
| int | getDomainSize () const |
| bool | isInDomain (int wpId) const |
| ConstraintType | getType () const |
| virtual void | apply (Interval &inter) |
Protected Member Functions | |
| void | setType (ConstraintType type_) |
Private Attributes | |
| int | id |
| int | size |
| std::vector< int > | idWP |
| ConstraintType | type |
| Generated on Wed Oct 15 2014 00:37:44 for Jafar by doxygen 1.7.6.1 |
|