Scippy

SoPlex

Sequential object-oriented simPlex

How to use the SoPlex command line

Running the command line binary of SoPlex without any arguments displays a list of options. You can write a parameter file with default parameters by using option –saveset=FILENAME.set. After changing parameter values in this file you can use it by with –loadset=FILENAME.set. The most frequently used parameters have abbreviations.

For compatibility the command line interface of SoPlex versions 1.x is available when you compile SoPlex with "make LEGACY=true" (using the provided Makefile) or compile with the preprocessor define SOPLEX_LEGACY.