ApCoCoA-1:SAT.LaunchMiniSat: Difference between revisions

From ApCoCoAWiki
New page: <command> <title>SAT.LaunchMiniSat</title> <short_description>{{ApCoCoAServer}} Launches MiniSat via the ApCoCoAServer on a given input file. The result is written to the file out...
 
m replaced <quotes> tag by real quotes
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Version|1}}
<command>
<command>
     <title>SAT.LaunchMiniSat</title>
     <title>SAT.LaunchMiniSat</title>
     <short_description>{{ApCoCoAServer}}
     <short_description>Launches MiniSat via the ApCoCoAServer on a given input file located in ApCoCoA-directory/sat/bin. The result is written to the file <tt>output</tt>.</short_description>
 
Launches MiniSat via the ApCoCoAServer on a given input file. The result is written to the file output.
</short_description>
<syntax>
<syntax>
SAT.LaunchMiniSat(File:STRING)
SAT.LaunchMiniSat(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 MiniSat executable is called "minisat" 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 20: Line 21:


     <key>SAT.LaunchMiniSat</key>
     <key>SAT.LaunchMiniSat</key>
    <key>sat.LaunchMiniSat</key>
     <key>LaunchMiniSat</key>
     <key>LaunchMiniSat</key>
     <wiki-category>Package_sat</wiki-category>
     <wiki-category>ApCoCoA-1:Package_sat</wiki-category>
</command>
</command>

Latest revision as of 13:50, 29 October 2020

This article is about a function from ApCoCoA-1.

SAT.LaunchMiniSat

Launches MiniSat via the ApCoCoAServer on a given input file located in ApCoCoA-directory/sat/bin. The result is written to the file output.

Syntax

SAT.LaunchMiniSat(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 MiniSat executable is called "minisat" and located in ApCoCoA-directory/sat/bin.

  • @param File: The input file