| [ Performance World Home | Board | Tools | PerformanceLib | Links | GamsWorld group | Search | Contact ] |
|---|
See a sample GENERIC data file G.gen.
1. InputFileName: Model filename
2. ModelType: LP, MIP, NLP, etc.
3. SolverName: Name of the solver
4. Direction: 0=min, 1=max
5. ModelStatus: GAMS model return status - see the GAMS return codes section.
6. SolverStatus: GAMS solver return status - see the GAMS return codes section.
7. ObjectiveValue: Value of objective function
8. SolverTime: Resource time used (sec)
The trace file must contain the header with * Trace Record Definition
and the next line with the column headers, i.e. * InputFileName, ....
A sample header may look like this:
* Trace Record Definition * InputFileName,ModelType,SolverName,Direction,ModelStatus,SolverStatus,ObjectiveValue,SolverTime aa01,LP,LPsolver1,0,1,1,5.55354363882243E+04,1.55800000000000E+01 aa03,LP,LPsolver1,0,1,1,4.96163636363636E+04,7.70000000000000E+00 ...