1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title> |
---|
2 | Online Help and Basic Usage |
---|
3 | </title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="CLP User Guide"><link rel="up" href="ch05.html" title="Chapter 5. |
---|
4 | The CLP Executable |
---|
5 | "><link rel="prev" href="ch05.html" title="Chapter 5. |
---|
6 | The CLP Executable |
---|
7 | "><link rel="next" href="ch05s03.html" title="A Sample Session"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"> |
---|
8 | Online Help and Basic Usage |
---|
9 | </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch05.html">Prev</a> </td><th width="60%" align="center">Chapter 5. |
---|
10 | The CLP Executable |
---|
11 | </th><td width="20%" align="right"> <a accesskey="n" href="ch05s03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id4776615"></a> |
---|
12 | Online Help and Basic Usage |
---|
13 | </h2></div></div></div><p> |
---|
14 | The executable has some command-completion functionality as well as some online |
---|
15 | help. Below is a table with some examples which summarize these capabilities. |
---|
16 | </p><div class="table"><a name="id4776627"></a><p class="title"><b>Table 5.1. Command examples for the clp executable</b></p><table summary="Command examples for the clp executable" border="0"><colgroup><col><col></colgroup><thead><tr><th align="left"> |
---|
17 | Command |
---|
18 | </th><th align="left"> |
---|
19 | Result |
---|
20 | </th></tr></thead><tbody><tr><td> |
---|
21 | <span><b class="command">?</b></span> |
---|
22 | </td><td> |
---|
23 | Gives a list of all commands |
---|
24 | </td></tr><tr><td> |
---|
25 | <span><b class="command">p?</b></span> |
---|
26 | </td><td> |
---|
27 | Gives a list of all commands which begin with <p>. |
---|
28 | </td></tr><tr><td> |
---|
29 | <span><b class="command">p??</b></span> |
---|
30 | </td><td> |
---|
31 | Gives a list of all commands which begin with <p>., with a short |
---|
32 | explanation for each. |
---|
33 | </td></tr><tr><td> |
---|
34 | <span><b class="command">primals??</b></span> |
---|
35 | </td><td> |
---|
36 | If is this is enough to uniquely determine a command (in this example, |
---|
37 | <span><b class="command">primalS</b></span>, for primal simplex), a long explanation |
---|
38 | is given. |
---|
39 | </td></tr></tbody></table></div><p> |
---|
40 | In addition, matching a name without a ? will either execute the command or give |
---|
41 | the value of the corresponding parameter as follows: |
---|
42 | <b class="userinput"><tt><span><b class="command">primalw</b></span></tt></b> will give the current value of the |
---|
43 | <i class="parameter"><tt>primalWeight</tt></i> parameter while |
---|
44 | <b class="userinput"><tt><span><b class="command">primalw 1.0e7</b></span></tt></b> will change it to |
---|
45 | <tt class="literal">1.0e7</tt>. |
---|
46 | </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch05.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch05.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch05s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 5. |
---|
47 | The CLP Executable |
---|
48 | </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> A Sample Session</td></tr></table></div></body></html> |
---|