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.

Classes

class  SoPlex::Settings
 class of parameter settings More...
 

Namespaces

namespace  soplex
 Everything should be within this namespace.
 

Macros

#define SET_MAX_LINE_LEN   500
 maximum length of lines in settings file
 

Detailed Description

Preconfigured SoPlex LP solver.

Definition in file soplex.cpp.

Macro Definition Documentation

#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().