MAiNGO Reader Writer Utility
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nmaingo
 NreaderWriter
 CConstraintAuxiliary struct for representing a constraint
 CMAiNGOReaderWriterClass for reading in GAMS convert files and writing problem.h files out of it. Moreover, it can read in bab.log files. It is not the fastest implementation possible but still pretty good, e.g., it is not needed to go through the GAMS file multiple times if it is known that all convert files look the same. This does not have to be true, e.g., the gams file could have been manipulated! Thus, reading the file more than once is the safest way, even if it's not the fastest one
 COptimizationVariableAuxiliary struct for representing an optimization variable. Mostly copied from MAiNGOutils.h