#include <cassert>#include <vector>#include <string>#include <iostream>#include <utility>#include "solver_config.h"


Go to the source code of this file.
Data Structures | |
| struct | Udine::Course |
| struct | Udine::Room |
| struct | Udine::RoomCapacityLess |
| struct | Udine::MRoom |
| struct | Udine::Curriculum |
| struct | Udine::Restriction |
| struct | Udine::Pattern |
| class | Udine::Instance |
Namespaces | |
| namespace | Udine |
Typedefs | |
| typedef std::vector< Course > | Udine::Courses |
| typedef std::vector< Room > | Udine::Rooms |
| typedef std::vector< MRoom > | Udine::MRooms |
| typedef std::vector< MRooms > | Udine::MRoomsVersions |
| typedef std::vector< int > | Udine::CourseIds |
| typedef std::vector< Curriculum > | Udine::Curricula |
| typedef std::vector< Restriction > | Udine::Restrictions |
| typedef std::vector< Pattern > | Udine::PatternDB |
1.5.9