Read MPS format files. More...
#include <assert.h>
#include <ctype.h>
#include <string.h>
#include "soplex/spxdefines.h"
#include "soplex/mpsinput.h"
#include "soplex/spxout.h"
Go to the source code of this file.
Namespaces | |
soplex | |
Everything should be within this namespace. | |
Macros | |
#define | PATCH_CHAR '_' |
#define | BLANK ' ' |
Functions | |
static void | clear_from (char *buf, int pos) |
fill the line from pos up to column 80 with blanks. More... | |
static void | patch_field (char *buf, int beg, int end) |
change all blanks inside a field to PATCH_CHAR. More... | |
Read MPS format files.
Definition in file mpsinput.cpp.
#define BLANK ' ' |
Definition at line 29 of file mpsinput.cpp.
Referenced by soplex::clear_from(), soplex::patch_field(), and MPSInput::readLine().
#define PATCH_CHAR '_' |
Definition at line 28 of file mpsinput.cpp.
Referenced by soplex::patch_field().