|
OS
2.10.1
|
The OSosrl2ampl Class. More...
#include <OSosrl2ampl.h>
Public Member Functions | |
| OSosrl2ampl () | |
| the OSosrl2ampl class constructor More... | |
| ~OSosrl2ampl () | |
| the OSosrl2ampl class destructor More... | |
| bool | writeSolFile (std::string osrl, ASL *asl, std::string filename) |
| Convert the solution to AMPL .sol format. More... | |
The OSosrl2ampl Class.
Definition at line 44 of file OSosrl2ampl.h.
| OSosrl2ampl::OSosrl2ampl | ( | ) |
the OSosrl2ampl class constructor
| OSosrl2ampl::~OSosrl2ampl | ( | ) |
the OSosrl2ampl class destructor
| bool OSosrl2ampl::writeSolFile | ( | std::string | osrl, |
| ASL * | asl, | ||
| std::string | filename | ||
| ) |
Convert the solution to AMPL .sol format.
| osrl | is a string containing the result information |
| asl | is a pointer to an ASL data structure |
| filename | is the name of the output file (e.g., as returned from the solver). |
1.8.11