Uses of Class
net.sf.cpsolver.exam.model.ExamModel

Packages that use ExamModel
net.sf.cpsolver.exam Examination Timetabling Solver. 
net.sf.cpsolver.exam.heuristics Examination Timetabling: Solution Heuristics. 
net.sf.cpsolver.exam.model Examination Timetabling: Model. 
net.sf.cpsolver.exam.reports Examination Timetabling: Reports. 
 

Uses of ExamModel in net.sf.cpsolver.exam
 

Methods in net.sf.cpsolver.exam with parameters of type ExamModel
static void Test.createReports(ExamModel model, File outDir, String outName)
          Generate exam reports
 

Uses of ExamModel in net.sf.cpsolver.exam.heuristics
 

Methods in net.sf.cpsolver.exam.heuristics with parameters of type ExamModel
 Neighbour ExamConstruction.checkLocalOptimality(ExamModel model)
          Find a new assignment of one of the assigned exams that improves the time cost ExamPlacement.getTimeCost() and for which there is a set of available rooms Exam.findBestAvailableRooms(ExamPeriodPlacement).
 

Uses of ExamModel in net.sf.cpsolver.exam.model
 

Constructors in net.sf.cpsolver.exam.model with parameters of type ExamModel
ExamInstructor(ExamModel model, long id, String name)
           
ExamRoom(ExamModel model, long id, String name, int size, int altSize, int coordX, int coordY)
          Constructor
ExamStudent(ExamModel model, long id)
          Constructor
 

Uses of ExamModel in net.sf.cpsolver.exam.reports
 

Constructors in net.sf.cpsolver.exam.reports with parameters of type ExamModel
ExamAssignments(ExamModel model)
          Constructor
ExamCourseSectionAssignments(ExamModel model)
          Constructor
ExamInstructorConflicts(ExamModel model)
          Constructor
ExamNbrMeetingsPerDay(ExamModel model)
          Constructor
ExamPeriodUsage(ExamModel model)
          Constructor
ExamRoomSchedule(ExamModel model)
          Constructor
ExamRoomSplit(ExamModel model)
          Constructor
ExamStudentBackToBackConflicts(ExamModel model)
          Constructor
ExamStudentConflicts(ExamModel model)
          Constructor
ExamStudentConflictsBySectionCourse(ExamModel model)
          Constructor
ExamStudentConflictsPerExam(ExamModel model)
          Constructor
ExamStudentDirectConflicts(ExamModel model)
          Constructor
ExamStudentMoreTwoADay(ExamModel model)
          Constructor