Difference between revisions of "ApCoCoA-1:SAT.LaunchCryptoMiniSat"

From ApCoCoAWiki
Line 1: Line 1:
 
<command>
 
<command>
 
     <title>SAT.LaunchCryptoMiniSat</title>
 
     <title>SAT.LaunchCryptoMiniSat</title>
     <short_description>{{ApCoCoAServer}}
+
     <short_description>Launches CryptoMiniSat via the ApCoCoAServer on a given input file. The result is written to the file <quotes>output</quotes>.</short_description>
 
 
Launches CryptoMiniSat via the ApCoCoAServer on a given input file. The result is written to the file "output".
 
 
 
Make sure that the CryptoMiniSat executable is called "cryptominisat" and located in ApCoCoA-directory/sat/bin.
 
</short_description>
 
 
<syntax>
 
<syntax>
 
SAT.LaunchCryptoMiniSat(File:STRING)
 
SAT.LaunchCryptoMiniSat(File:STRING)
 
</syntax>
 
</syntax>
 
<description>
 
<description>
 +
<em>Please note:</em> The function(s) explained on this page is/are using the <em>ApCoCoAServer</em>. You will have to start the ApCoCoAServer in order to use it/them.
 +
<par/>
 +
Make sure that the CryptoMiniSat executable is called <quotes>cryptominisat</quotes> and located in ApCoCoA-directory/sat/bin.
 
<itemize>
 
<itemize>
 
<item>@param <em>File</em>: The input file</item>
 
<item>@param <em>File</em>: The input file</item>
Line 22: Line 20:
  
 
     <key>SAT.LaunchCryptoMiniSat</key>
 
     <key>SAT.LaunchCryptoMiniSat</key>
    <key>sat.LaunchCryptoMiniSat</key>
 
 
     <key>LaunchCryptoMiniSat</key>
 
     <key>LaunchCryptoMiniSat</key>
 
     <wiki-category>Package_sat</wiki-category>
 
     <wiki-category>Package_sat</wiki-category>
 
</command>
 
</command>

Revision as of 12:00, 15 October 2009

SAT.LaunchCryptoMiniSat

Launches CryptoMiniSat via the ApCoCoAServer on a given input file. The result is written to the file "output".

Syntax

SAT.LaunchCryptoMiniSat(File:STRING)

Description

Please note: The function(s) explained on this page is/are using the ApCoCoAServer. You will have to start the ApCoCoAServer in order to use it/them.

Make sure that the CryptoMiniSat executable is called "cryptominisat" and located in ApCoCoA-directory/sat/bin.

  • @param File: The input file