Classes | Enumerations
OSnl2OS.h File Reference
#include "OSoLReader.h"
#include "OSOption.h"
#include "OSInstance.h"
#include "OSnLNode.h"
#include "OSMathUtil.h"
#include <string>
#include <vector>
Include dependency graph for OSnl2OS.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OS_AMPL_SUFFIX
 
class  OSnl2OS
 The OSnl2OS Class. More...
 

Enumerations

enum  OS_AMPL_SUFFIX_TYPE { OS_AMPL_SUFFIX_TYPE_integer, OS_AMPL_SUFFIX_TYPE_double }
 
enum  OS_AMPL_SUFFIX_SCOPE { OS_AMPL_SUFFIX_SCOPE_variables, OS_AMPL_SUFFIX_SCOPE_constraints, OS_AMPL_SUFFIX_SCOPE_objectives, OS_AMPL_SUFFIX_SCOPE_problems }
 
enum  OS_AMPL_SUFFIX_DIRECTION { OS_AMPL_SUFFIX_DIRECTION_toSolver, OS_AMPL_SUFFIX_DIRECTION_toAMPL, OS_AMPL_SUFFIX_DIRECTION_both, OS_AMPL_SUFFIX_DIRECTION_local }
 

Enumeration Type Documentation

Enumerator
OS_AMPL_SUFFIX_TYPE_integer 
OS_AMPL_SUFFIX_TYPE_double 

Definition at line 48 of file OSnl2OS.h.

Enumerator
OS_AMPL_SUFFIX_SCOPE_variables 
OS_AMPL_SUFFIX_SCOPE_constraints 
OS_AMPL_SUFFIX_SCOPE_objectives 
OS_AMPL_SUFFIX_SCOPE_problems 

Definition at line 54 of file OSnl2OS.h.

Enumerator
OS_AMPL_SUFFIX_DIRECTION_toSolver 
OS_AMPL_SUFFIX_DIRECTION_toAMPL 
OS_AMPL_SUFFIX_DIRECTION_both 
OS_AMPL_SUFFIX_DIRECTION_local 

Definition at line 62 of file OSnl2OS.h.