Preconfigured SoPlex LP solver. More...
#include <assert.h>
#include "limits.h"
#include <iostream>
#include <strings.h>
#include "soplex.h"
#include "soplex/spxfileio.h"
#include "soplex/statistics.h"
#include "soplex/mpsinput.h"
Go to the source code of this file.
Namespaces | |
soplex | |
Everything should be within this namespace. | |
Macros | |
#define | SET_MAX_LINE_LEN 500 |
maximum length of lines in settings file More... | |
#define | DEFAULT_REFACTOR_INTERVAL 200 |
default setting for LU refactorization interval More... | |
Preconfigured SoPlex LP solver.
Definition in file soplex.cpp.
#define DEFAULT_REFACTOR_INTERVAL 200 |
default setting for LU refactorization interval
Definition at line 36 of file soplex.cpp.
Referenced by SoPlex::setIntParam().
#define SET_MAX_LINE_LEN 500 |
maximum length of lines in settings file
Definition at line 34 of file soplex.cpp.
Referenced by SoPlex::_parseSettingsLine(), SoPlex::loadSettingsFile(), and SoPlex::parseSettingsString().