home *** CD-ROM | disk | FTP | other *** search
- * All rights reserved
- * Solve the LP problem in the current file
- * By Timo Salmi Thu 26-Dec-91
- *
- * To compile this macro apply QMAC LINSOLVE.MAC LINSOLVE.QMA /A- /B
- *
- * To use this command macro you need the following programs and files
- * QMAC.EXE macro translator from /pc/editor/qmac215.zip
- * LINSOLVE.EXE from /pc/ts/tslin33.zip (or whatever is current)
- *
- * Before compiling the macro, edit the paths (c:\matem) to conform to
- * where you have your own files.
- *
- * To make this macro available you can e.g. first invoke the main
- * menu (usually F10) and select Macro: Read Macro: linsolve.mac. Then
- * you can invoke it with ALT-5. Or you can make it part of your key
- * default key definition file (see QEdit documentation for the
- * details)
-
- * ┌─────────────────────────────────────────────────┐
- * │ Solve the LP problem in the current file, ALT-5 │
- * └─────────────────────────────────────────────────┘
- @5 MacroBegin
- Dos 'c:\matem\linsolve /i'
- CurrentFilename
- Return
-