ApCoCoA-1:SAT.GetResult: Difference between revisions

From ApCoCoAWiki
Stadler (talk | contribs)
No edit summary
m added version info
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Version|1|[[Package sat/SAT.GetResult]]}}
<command>
<command>
     <title>SAT.GetResult</title>
     <title>SAT.GetResult</title>
     <short_description>Looks up the configuration of the indeterminates in the file <quotes>output</quotes> produced by a SAT-Solver.</short_description>
     <short_description>Looks up the configuration of the indeterminates in the file <tt>output</tt> produced by a SAT-Solver. The file <tt>output</tt> must be in the folder ApCoCoA-directory/sat/bin.</short_description>
<syntax>
<syntax>
SAT.GetResult():LIST
SAT.GetResult():LIST
Line 7: Line 8:
<description>
<description>
<itemize>
<itemize>
<item><em>@return:</em> List with the configuration of the indeterminates, that solves the polynomial system.</item>
<item>@return: List with the configuration of the indeterminates, that solves the polynomial system.</item>
</itemize>
</itemize>
</description>
</description>
Line 18: Line 19:
     <key>SAT.GetResult</key>
     <key>SAT.GetResult</key>
     <key>GetResult</key>
     <key>GetResult</key>
     <wiki-category>Package_sat</wiki-category>
     <wiki-category>ApCoCoA-1:Package_sat</wiki-category>
</command>
</command>

Latest revision as of 10:32, 2 November 2020

This article is about a function from ApCoCoA-1. If you are looking for the ApCoCoA-2 version of it, see Package sat/SAT.GetResult.

SAT.GetResult

Looks up the configuration of the indeterminates in the file output produced by a SAT-Solver. The file output must be in the folder ApCoCoA-directory/sat/bin.

Syntax

SAT.GetResult():LIST

Description

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