Functions
OSiLReader.cpp File Reference
#include "OSiLReader.h"
Include dependency graph for OSiLReader.cpp:

Go to the source code of this file.

Functions

void yygetOSInstance (const char *osil, OSInstance *osinstance, OSiLParserData *parserData, OSgLParserData *osglData, OSnLParserData *osnlData) throw (ErrorClass)
 
int osillex_init (void **ptr_yy_globals)
 
int osillex_destroy (void *scanner)
 
void osilset_extra (OSiLParserData *parserData, void *yyscanner)
 

Detailed Description

Author
Robert Fourer, Horand Gassmann, Jun Ma, Kipp Martin,
Remarks
Copyright (C) 2005-2011, Robert Fourer, Horand Gassmann, Jun Ma, Kipp Martin, Northwestern University, and the University of Chicago. All Rights Reserved. This software is licensed under the Eclipse Public License. Please see the accompanying LICENSE file in root directory for terms.

Definition in file OSiLReader.cpp.

Function Documentation

void yygetOSInstance ( const char *  osil,
OSInstance osinstance,
OSiLParserData parserData,
OSgLParserData osglData,
OSnLParserData osnlData 
)
throw (ErrorClass
)

at this point here we have parsed everything through <linearConstraintCoefficients> we have done so without bison and just moved the pointer on osil to point to what is past the linear part call the flex scanner and start scanning the nonlinear part of the problem

at this point here we have parsed everything through <linearConstraintCoefficients> we have done so without bison and just moved the pointer on osil to point to what is past the linear part call the flex scanner and start scanning the nonlinear part of the problem

Definition at line 8641 of file OSParseosil.tab.cpp.

int osillex_init ( void **  ptr_yy_globals)

Definition at line 7419 of file OSParseosil.cpp.

int osillex_destroy ( void scanner)

Definition at line 7515 of file OSParseosil.cpp.

void osilset_extra ( OSiLParserData parserData,
void yyscanner 
)