|
Timetabler
|
Struct for the type used by actions in the parser. More...
#include <custom_parser.h>

Public Member Functions | |
| Object () | |
| Initialize object members. | |
Public Attributes | |
| bool | isNot |
| bool | classSame |
| bool | slotSame |
| bool | classNotSame |
| bool | slotNotSame |
| bool | courseExcept |
| int | integer |
| Timetabler * | timetabler |
| ConstraintAdder * | constraintAdder |
| ConstraintEncoder * | constraintEncoder |
| FieldValuesType | fieldType |
| std::vector< int > | courseValues |
| std::vector< int > | instructorValues |
| std::vector< int > | programValues |
| std::vector< int > | isMinorValues |
| std::vector< int > | segmentValues |
| std::vector< int > | classValues |
| std::vector< int > | slotValues |
| Clauses | constraint |
| std::vector< Clauses > | constraintAnds |
| std::vector< Clauses > | constraintVals |
Struct for the type used by actions in the parser.
Definition at line 27 of file custom_parser.h.
1.8.13