summaryrefslogtreecommitdiff
path: root/help/en_US/scilab_en_US_help/sym_addConstr.html
diff options
context:
space:
mode:
Diffstat (limited to 'help/en_US/scilab_en_US_help/sym_addConstr.html')
-rw-r--r--help/en_US/scilab_en_US_help/sym_addConstr.html91
1 files changed, 0 insertions, 91 deletions
diff --git a/help/en_US/scilab_en_US_help/sym_addConstr.html b/help/en_US/scilab_en_US_help/sym_addConstr.html
deleted file mode 100644
index 230d2f8..0000000
--- a/help/en_US/scilab_en_US_help/sym_addConstr.html
+++ /dev/null
@@ -1,91 +0,0 @@
-<html><head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>sym_addConstr</title>
- <style type="text/css" media="all">
- @import url("scilab_code.css");
- @import url("xml_code.css");
- @import url("c_code.css");
- @import url("style.css");
- </style>
- </head>
- <body>
- <div class="manualnavbar">
- <table width="100%"><tr>
- <td width="30%">
- <span class="previous"><a href="section_508f0b211d17ea6769714cc144e6b731.html">&lt;&lt; Symphony Native Functions</a></span>
-
- </td>
- <td width="40%" class="center">
- <span class="top"><a href="section_508f0b211d17ea6769714cc144e6b731.html">Symphony Native Functions</a></span>
-
- </td>
- <td width="30%" class="next">
- <span class="next"><a href="sym_addVar.html">sym_addVar &gt;&gt;</a></span>
-
- </td>
- </tr></table>
- <hr />
- </div>
-
-
-
- <span class="path"><a href="index.html">FOSSEE Optimization Toolbox</a> &gt;&gt; <a href="section_19f4f1e5726c01d683e8b82be0a7e910.html">FOSSEE Optimization Toolbox</a> &gt; <a href="section_508f0b211d17ea6769714cc144e6b731.html">Symphony Native Functions</a> &gt; sym_addConstr</span>
-
- <br /><br />
- <div class="refnamediv"><h1 class="refname">sym_addConstr</h1>
- <p class="refpurpose">Add a new constraint</p></div>
-
- <div class="refsynopsisdiv"><h3 class="title">Calling Sequence</h3>
- <div class="synopsis"><pre><span class="functionid">sym_addConstr</span><span class="default">(</span><span class="default">coeff</span><span class="default">,</span><span class="default">type</span><span class="default">,</span><span class="default">bound1</span><span class="default">[,</span><span class="default">bound2</span><span class="default">])</span></pre></div></div>
-
- <div class="refsection"><h3 class="title">Description</h3>
-
- <p class="para">This function adds a new constraint from scratch. Supported types of constraints are less than or equal to, more than or equal to, equal to, or ranged.</p>
- <p class="para">The last argument is only required for ranged constraints. For the other types of constraints, only the third argument is required.</p></div>
-
- <div class="refsection"><h3 class="title">Arguments</h3>
-
- <dl><dt><span class="term">coeff</span>
- <dd><p class="para">Sparse matrix representing coefficients of the variables in the new constraint (must have 1 row and number of columns equal to number of variables)</p></dd></dt>
- <dt><span class="term">type</span>
- <dd><p class="para">Type of the new constraint. Supported types: less than or equal to (&#0034;L&#0034;), greater than or equal to (&#0034;G&#0034;), equal to (&#0034;E&#0034;), or ranged (&#0034;R&#0034;)</p></dd></dt>
- <dt><span class="term">bound1</span>
- <dd><p class="para">The first (or only) bound for the constraint</p></dd></dt>
- <dt><span class="term">bound2</span>
- <dd><p class="para">The second bound for ranged constraints. The two bounds for ranged constraints can be in any order.</p></dd></dt></dl></div>
-
- <div class="refsection"><h3 class="title">Return value</h3>
-
- <p class="para">Returns 0</p></div>
-
- <div class="refsection"><h3 class="title">Examples</h3>
-
- <div class="programlisting"><table border="0" width="100%"><tr><td width="98%"><pre class="scilabcode"><span class="scilabid">sym_addConstr</span><span class="scilabopenclose">(</span><a class="scilabcommand" href="scilab://sparse">sparse</a><span class="scilabopenclose">(</span><span class="scilabopenclose">[</span><span class="scilabnumber">0</span><span class="scilabdefault">,</span><span class="scilabnumber">0</span><span class="scilabdefault">,</span><span class="scilabnumber">1</span><span class="scilabdefault">,</span><span class="scilabnumber">0</span><span class="scilabdefault">,</span><span class="scilabnumber">2</span><span class="scilabopenclose">]</span><span class="scilabopenclose">)</span><span class="scilabdefault">,</span><span class="scilabstring">&#0034;</span><span class="scilabstring">R</span><span class="scilabstring">&#0034;</span><span class="scilabdefault">,</span><span class="scilabnumber">0</span><span class="scilabdefault">,</span><span class="scilabnumber">10</span><span class="scilabopenclose">)</span></pre></td><td valign="top"><a href="scilab://scilab.execexample/"><img src="ScilabExecute.png" border="0"/></a></td><td valign="top"><a href="scilab://scilab.editexample/"><img src="ScilabEdit.png" border="0"/></a></td><td></td></tr></table></div>
- <div class="programlisting"><table border="0" width="100%"><tr><td width="98%"><pre class="scilabcode"><span class="scilabid">sym_addConstr</span><span class="scilabopenclose">(</span><a class="scilabcommand" href="scilab://sparse">sparse</a><span class="scilabopenclose">(</span><span class="scilabopenclose">[</span><span class="scilabnumber">0</span><span class="scilabdefault">,</span><span class="scilabnumber">0</span><span class="scilabdefault">,</span><span class="scilabnumber">1</span><span class="scilabdefault">,</span><span class="scilabnumber">1</span><span class="scilabdefault">,</span><span class="scilabnumber">0</span><span class="scilabopenclose">]</span><span class="scilabopenclose">)</span><span class="scilabdefault">,</span><span class="scilabstring">&#0034;</span><span class="scilabstring">G</span><span class="scilabstring">&#0034;</span><span class="scilabdefault">,</span><span class="scilabnumber">4</span><span class="scilabopenclose">)</span></pre></td><td valign="top"><a href="scilab://scilab.execexample/"><img src="ScilabExecute.png" border="0"/></a></td><td valign="top"><a href="scilab://scilab.editexample/"><img src="ScilabEdit.png" border="0"/></a></td><td></td></tr></table></div></div>
-
- <div class="refsection"><h3 class="title">Authors</h3>
-
- <ul class="itemizedlist"><li class="member">Keyur Joshi</li></ul></div>
- <br />
-
- <div class="manualnavbar">
- <table width="100%">
- <tr><td colspan="3" class="next"><a href="http://bugzilla.scilab.org/enter_bug.cgi?product=Scilab%20software&component=Documentation%20pages" class="ulink">Report an issue</a></td></tr>
-<tr>
- <td width="30%">
- <span class="previous"><a href="section_508f0b211d17ea6769714cc144e6b731.html">&lt;&lt; Symphony Native Functions</a></span>
-
- </td>
- <td width="40%" class="center">
- <span class="top"><a href="section_508f0b211d17ea6769714cc144e6b731.html">Symphony Native Functions</a></span>
-
- </td>
- <td width="30%" class="next">
- <span class="next"><a href="sym_addVar.html">sym_addVar &gt;&gt;</a></span>
-
- </td>
- </tr></table>
- <hr />
- </div>
- </body>
-</html>