public class TimetableXMLSaver extends TimetableSaver
Parameter | Type | Comment |
---|---|---|
General.Output | String |
Folder with the output solution in XML format (solution.xml) |
Xml.ConvertIds | Boolean |
If true, ids are converted (to be able to make input data public) |
Xml.ShowNames | Boolean |
If false, names are not exported (to be able to make input data public) |
Xml.SaveBest | Boolean |
If true, best solution is saved. |
Xml.SaveInitial | Boolean |
If true, initial solution is saved. |
Xml.SaveCurrent | Boolean |
If true, current solution is saved. |
Xml.ExportStudentSectioning | Boolean |
If true, student sectioning is saved even when there is no solution. |
Modifier and Type | Field and Description |
---|---|
static boolean |
ANONYMISE |
Constructor and Description |
---|
TimetableXMLSaver(Solver<Lecture,Placement> solver) |
Modifier and Type | Method and Description |
---|---|
void |
save()
Save the solution
|
void |
save(File outFile) |
getAssignment, getModel, getSolution, getSolver, run, setCallback
public static boolean ANONYMISE
public TimetableXMLSaver(Solver<Lecture,Placement> solver)
public void save() throws Exception
TimetableSaver
save
in class TimetableSaver
Exception
- thrown when save failsCopyright © 2016 UniTime LLC. All Rights Reserved.