All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MPSInput Class Reference
Detailed DescriptionReads MPS input files. A right-hand side for the objective function is allowed but ignored. Definition at line 35 of file mpsinput.h. Member Enumeration Documentation
Definition at line 48 of file mpsinput.h.
Definition at line 43 of file mpsinput.h. Constructor & Destructor Documentation
Definition at line 101 of file mpsinput.h. References MPSInput::m_buf, MPSInput::m_f0, MPSInput::m_f1, MPSInput::m_f2, MPSInput::m_f3, MPSInput::m_f4, MPSInput::m_f5, MPSInput::m_objname, and MPSInput::m_probname.
Definition at line 119 of file mpsinput.h. References MPSInput::m_f0, MPSInput::m_f1, MPSInput::m_f2, MPSInput::m_f3, MPSInput::m_f4, and MPSInput::m_f5. Member Function Documentation
Definition at line 196 of file mpsinput.h. References MPSInput::insertName(), MPSInput::m_ignored, MPSInput::m_lineno, MPSInput::m_max_ignore, MSG_WARNING, MPSInput::readLine(), and soplex::spxout. Referenced by soplex::readBounds(), soplex::readCols(), soplex::readRanges(), and soplex::readRhs().
Definition at line 135 of file mpsinput.h. References MPSInput::m_f0. Referenced by SPxBasis::readBasis(), soplex::readBounds(), soplex::readCols(), soplex::readName(), soplex::readObjname(), soplex::readObjsen(), soplex::readRanges(), soplex::readRhs(), and soplex::readRows().
Definition at line 137 of file mpsinput.h. References MPSInput::m_f1. Referenced by SPxBasis::readBasis(), soplex::readBounds(), soplex::readCols(), soplex::readName(), soplex::readObjname(), soplex::readObjsen(), soplex::readRanges(), soplex::readRhs(), and soplex::readRows().
Definition at line 139 of file mpsinput.h. References MPSInput::m_f2. Referenced by SPxBasis::readBasis(), soplex::readBounds(), soplex::readCols(), soplex::readRanges(), soplex::readRhs(), and soplex::readRows().
Definition at line 141 of file mpsinput.h. References MPSInput::m_f3. Referenced by SPxBasis::readBasis(), soplex::readBounds(), soplex::readCols(), soplex::readRanges(), and soplex::readRhs().
Definition at line 143 of file mpsinput.h. References MPSInput::m_f4. Referenced by soplex::readBounds(), soplex::readCols(), soplex::readRanges(), and soplex::readRhs().
Definition at line 145 of file mpsinput.h. References MPSInput::m_f5. Referenced by soplex::readCols(), soplex::readRanges(), and soplex::readRhs().
Definition at line 153 of file mpsinput.h. References MPSInput::m_has_error. Referenced by SPxBasis::readBasis(), and SPxLP::readMPS().
Inserts Insert Definition at line 242 of file mpsinput.cpp. References MPSInput::m_f1, MPSInput::m_f2, MPSInput::m_f3, MPSInput::m_f4, and MPSInput::m_f5. Referenced by MPSInput::entryIgnored(), soplex::readBounds(), soplex::readRanges(), and soplex::readRhs().
Definition at line 155 of file mpsinput.h. References MPSInput::m_is_integer. Referenced by soplex::readCols().
Definition at line 133 of file mpsinput.h. References MPSInput::m_lineno.
Definition at line 149 of file mpsinput.h. References MPSInput::m_objname. Referenced by soplex::readCols(), and soplex::readRows().
Definition at line 151 of file mpsinput.h. References MPSInput::m_objsense. Referenced by SPxLP::readMPS().
Definition at line 147 of file mpsinput.h. References MPSInput::m_probname. Referenced by soplex::readName().
reads an MPS format data line and parse the fields. read a MPS format data line and parse the fields. Definition at line 58 of file mpsinput.cpp. References BLANK, MPSInput::BOUNDS, soplex::clear_from(), MPSInput::COLUMNS, MPSInput::m_buf, MPSInput::m_f0, MPSInput::m_f1, MPSInput::m_f2, MPSInput::m_f3, MPSInput::m_f4, MPSInput::m_f5, MPSInput::m_input, MPSInput::m_is_integer, MPSInput::m_is_new_format, MPSInput::m_lineno, MPSInput::m_section, MSG_DEBUG, soplex::patch_field(), MPSInput::RANGES, MPSInput::RHS, and soplex::spxout. Referenced by MPSInput::entryIgnored(), SPxBasis::readBasis(), soplex::readBounds(), soplex::readCols(), soplex::readName(), soplex::readObjname(), soplex::readObjsen(), soplex::readRanges(), soplex::readRhs(), and soplex::readRows().
Definition at line 131 of file mpsinput.h. References MPSInput::m_section. Referenced by SPxBasis::readBasis(), and SPxLP::readMPS().
Definition at line 173 of file mpsinput.h. References MPSInput::m_objname, and MPSInput::MAX_LINE_LEN. Referenced by soplex::readObjname(), and soplex::readRows().
Definition at line 179 of file mpsinput.h. References MPSInput::m_objsense. Referenced by soplex::readObjsen().
Definition at line 167 of file mpsinput.h. References MPSInput::m_probname, and MPSInput::MAX_LINE_LEN. Referenced by soplex::readName().
Definition at line 162 of file mpsinput.h. References MPSInput::m_section. Referenced by SPxBasis::readBasis(), soplex::readBounds(), soplex::readCols(), soplex::readName(), soplex::readObjname(), soplex::readObjsen(), soplex::readRanges(), soplex::readRhs(), and soplex::readRows().
Definition at line 189 of file mpsinput.h. References MPSInput::ENDATA, MPSInput::m_has_error, MPSInput::m_lineno, MPSInput::m_section, MSG_ERROR, and soplex::spxout. Referenced by SPxBasis::readBasis(), soplex::readBounds(), soplex::readCols(), SPxLP::readMPS(), soplex::readName(), soplex::readObjname(), soplex::readObjsen(), soplex::readRanges(), soplex::readRhs(), and soplex::readRows(). Member Data Documentation
the line buffer Definition at line 67 of file mpsinput.h. Referenced by MPSInput::MPSInput(), and MPSInput::readLine().
first field in a line Definition at line 69 of file mpsinput.h. Referenced by MPSInput::field0(), MPSInput::MPSInput(), MPSInput::readLine(), and MPSInput::~MPSInput().
second field in a line Definition at line 71 of file mpsinput.h. Referenced by MPSInput::field1(), MPSInput::insertName(), MPSInput::MPSInput(), MPSInput::readLine(), and MPSInput::~MPSInput().
third field in a line Definition at line 73 of file mpsinput.h. Referenced by MPSInput::field2(), MPSInput::insertName(), MPSInput::MPSInput(), MPSInput::readLine(), and MPSInput::~MPSInput().
fourth field in a line Definition at line 75 of file mpsinput.h. Referenced by MPSInput::field3(), MPSInput::insertName(), MPSInput::MPSInput(), MPSInput::readLine(), and MPSInput::~MPSInput().
fifth field in a line Definition at line 77 of file mpsinput.h. Referenced by MPSInput::field4(), MPSInput::insertName(), MPSInput::MPSInput(), MPSInput::readLine(), and MPSInput::~MPSInput().
sixth field in a line Definition at line 79 of file mpsinput.h. Referenced by MPSInput::field5(), MPSInput::insertName(), MPSInput::MPSInput(), MPSInput::readLine(), and MPSInput::~MPSInput().
is set to Definition at line 65 of file mpsinput.h. Referenced by MPSInput::hasError(), and MPSInput::syntaxError().
Number of already ignored entries. Definition at line 89 of file mpsinput.h. Referenced by MPSInput::entryIgnored().
the input stream from which the file is read Definition at line 59 of file mpsinput.h. Referenced by MPSInput::readLine().
Definition at line 85 of file mpsinput.h. Referenced by MPSInput::isInteger(), and MPSInput::readLine().
line number Definition at line 61 of file mpsinput.h. Referenced by MPSInput::entryIgnored(), MPSInput::lineno(), MPSInput::readLine(), and MPSInput::syntaxError().
Maximal number of ignored entries for which a warning will be issued. Definition at line 91 of file mpsinput.h. Referenced by MPSInput::entryIgnored().
objective name Definition at line 83 of file mpsinput.h. Referenced by MPSInput::MPSInput(), MPSInput::objName(), and MPSInput::setObjName().
objctive sense (maximization or minimization) Definition at line 63 of file mpsinput.h. Referenced by MPSInput::objSense(), and MPSInput::setObjSense().
problem name Definition at line 81 of file mpsinput.h. Referenced by MPSInput::MPSInput(), MPSInput::probName(), and MPSInput::setProbName().
Definition at line 57 of file mpsinput.h. Referenced by MPSInput::readLine(), MPSInput::section(), MPSInput::setSection(), and MPSInput::syntaxError().
|