qs
Class reader
java.lang.Object
qs.reader
- public class reader
- extends java.lang.Object
Use the reader as a command line tool to read linear problems from files/strings and
reformat/pretty print them.
Usage: java qs.reader [- below -] prob_file
or java.qs.solver [- below -] -S <string>
-L input is in lp format (default: mps)
-s print information about problem to stdout
-l f write lp in LP format to file f
-m f write lp in MPS format to file f
Method Summary |
static void |
main(java.lang.String[] argv)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
main
public static void main(java.lang.String[] argv)
toString
public java.lang.String toString()