Scippy

SoPlex

Sequential object-oriented simPlex

soplex.cpp File Reference

Preconfigured SoPlex LP solver. More...

#include <assert.h>
#include "limits.h"
#include <iostream>
#include <strings.h>
#include "soplex.h"
#include "spxfileio.h"
#include "spxgithash.h"
#include "statistics.h"
#include "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...
 

Detailed Description

Preconfigured SoPlex LP solver.

Definition in file soplex.cpp.

Macro Definition Documentation

◆ DEFAULT_REFACTOR_INTERVAL

#define DEFAULT_REFACTOR_INTERVAL   200

default setting for LU refactorization interval

Definition at line 38 of file soplex.cpp.

Referenced by SoPlex::setIntParam().

◆ SET_MAX_LINE_LEN

#define SET_MAX_LINE_LEN   500

maximum length of lines in settings file

Definition at line 36 of file soplex.cpp.

Referenced by SoPlex::_parseSettingsLine(), SoPlex::loadSettingsFile(), and SoPlex::parseSettingsString().