Gecode::ProjectorPropagatorSpec Class Reference
#include <projectors-compiler.hh>
Detailed Description
Specification for a C++ finite set propagator.Definition at line 49 of file projectors-compiler.hh.
Public Attributes | |
| std::string | _name |
| The name of the propagator. | |
| std::string | _namespace |
| The namespace to place the propagator in. | |
| int | _arity |
| Arity of the generated propagator, 0 meaning n-ary. | |
| bool | _reified |
| Whether this propagator is reified. | |
| bool | _negated |
| Whether this propagator is negated. | |
| ProjectorSet | _ps |
Member Data Documentation
| std::string Gecode::ProjectorPropagatorSpec::_name |
| std::string Gecode::ProjectorPropagatorSpec::_namespace |
Arity of the generated propagator, 0 meaning n-ary.
Definition at line 57 of file projectors-compiler.hh.
Definition at line 63 of file projectors-compiler.hh.
The documentation for this class was generated from the following file:
- gecode/set/projectors-compiler.hh (Revision: 4790)
