ApCoCoA-1:SAT.GetResult: Difference between revisions

From ApCoCoAWiki
Stadler (talk | contribs)
Stadler (talk | contribs)
No edit summary
Line 1: Line 1:
<command>
<command>
     <title>SAT.GetResult</title>
     <title>SAT.GetResult</title>
     <short_description>Looks up the configuration of the indeterminates in the file "output" produced by a SAT-Solver.</short_description>
     <short_description>Looks up the configuration of the indeterminates in the file <quotes>output</quotes> produced by a SAT-Solver.</short_description>
<syntax>
<syntax>
SAT.GetResult():LIST
SAT.GetResult():LIST
Line 7: Line 7:
<description>
<description>
<itemize>
<itemize>
<item>@return: List with the configuration of the indeterminates, that solves the polynomial system.</item>
<item><em>@return:</em> List with the configuration of the indeterminates, that solves the polynomial system.</item>
</itemize>
</itemize>
</description>
</description>
Line 17: Line 17:


     <key>SAT.GetResult</key>
     <key>SAT.GetResult</key>
    <key>sat.GetResult</key>
     <key>GetResult</key>
     <key>GetResult</key>
     <wiki-category>Package_sat</wiki-category>
     <wiki-category>Package_sat</wiki-category>
</command>
</command>

Revision as of 11:53, 15 October 2009

SAT.GetResult

Looks up the configuration of the indeterminates in the file "output" produced by a SAT-Solver.

Syntax

SAT.GetResult():LIST

Description

  • @return: List with the configuration of the indeterminates, that solves the polynomial system.