% Basic command. % lipsol --- reads and solves an LP problem in either % MAT, MPS or LPP format. % % Other commands. % lpformats -- explains MPS, MAT and LPP formats. % lipconfig -- configuration function for LIPSOL. % listmat --- lists MAT-files in /lipsol/matdir. % listmps --- lists MPS-files in /lipsol/mpsdir. % listlpp --- lists LPP-files in /lipsol/lppdir. % listall --- lists all problems reachable by LIPSOL. % readlpp --- reads an LPP file into workspace. % viewlpp --- displays the LPP model in workspace. % savelpp --- saves an LPP model in workspace into a file. % sol2lpp --- converts xsol to xlpp (solution to LPP model). % % Use "help command_name" for more details for each command.