Command Line Tool¶
The Flowty command line tool can solve Flowty models written to file in .lp/.mps plus .graph format, see how to read and write models.
After installing Flowty the solver is available as a command line tool. Running
flowty -h
displays the options.
How To¶
An example run is
flowty TimeLimit=100 NumThreads=8 instance.lp
which will solve the model instance.lp
and the corresponding instance.graph
in the same directory as the .lp file.
Get Current Version¶
To get the version of the installed Flowty solver run
flowty -v