Skip to content

How to Run

Akis Papadopoulos edited this page Dec 8, 2016 · 1 revision

Prerequisities

In order to use this software in any platform (win, mac, unix) you must have installed the JRE (Java Runtime Enviroment) into the system and set the JAVA_HOME path as well.

How to execute

Assuming you have already installed a JRE into your system and set the JAVA_HOME, you can run the software by executing the following command into the terminal,

java -jar simplex-solver-<version>.jar

in the very rare case you did not set the JAVA_HOME enviroment variable, you must locate the folder where the JRE is installed in the hard disk and execute the following command into the terminal,

path/to/jre/bin/java -jar simplex-solver-<version>.jar

In the folder data/ of the repository you can find various examples of linear problems in textual form in order to parse them into the software.

Clone this wiki locally