|
|
delpi
0.0.1
DElta-complete LP solver
|
After compilation, the delpi binary will be located in the bazel-bin/delpi directory. There are several options to run it, and any of the following methods can be used:
From now on, the snippets will assume that the delpi binary has been added to the PATH.
By default, delpi expects the path to the problem file as the only positional argument. The file can be in the MPS format. If left unspecified, the program will look at the file extension to determine the format.
delpi can be used in stdin mode, where the user can input is received from the standard input. Note that in this case the format must be specified explicitly.
When the stdin mode is used, the problem must be typed directly in the terminal. To signal delpi the end of the input, press Ctrl+D two times. This will start the solver.