Query: clp
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CLP(1) General Commands Manual CLP(1)NAMEclp - linear program solverSYNOPSISclp filename [ options ] solutionfileDESCRIPTIONThis manual page documents briefly the clp command. clp -- interface to the coin linear programming solver. clp solves the following linear optimization program: minimize c^t x such that: row_lb <= Ax <= row_ub column_lb <= x <= column_ubOPTIONSWhen no options are given clp enters the interactive command line mode. Otherwise the program enters a batch mode, for which a summary of options is included below. For a complete description, see /usr/share/doc/coinor-libclp-doc. -help Show summary of options. -primalsimplex solve the problem using the primal simplex method -dualsimplex solve the problem using the dual simplex method -maximize maximize the problemSEE ALSOglpsol(1),dsdp5(1) This program is fully documented in the accompanying html documentation which can be found in /usr/share/doc/coinor-libclp-doc if the coinor-libclp-doc package is installed.AUTHORclp was written by John J. Forrest <jjforre@us.ibm.com> et.al. This manual page was written by Soeren Sonnenburg <sonne@debian.org>, for the Debian project (but may be used by others). May 7, 2008 CLP(1)
Related Man Pages |
---|
clp(1) - debian |
dsdp5(1) - debian |
weka(1) - debian |
cbc(1) - suse |
dsdp5(1) - suse |
Similar Topics in the Unix Linux Community |
---|
how would you solve this problem? |
c++ file read |
unix socket programming |
How Can I share a socket between childs? |
Cutting lines if conditions are met |