Difference between revisions of "ApCoCoA-1:BBF.Quit"

From ApCoCoAWiki
(Short description update.)
(Key and see section update.)
Line 18: Line 18:
 
</example>
 
</example>
 
     </description>
 
     </description>
     <see>Border Basis Framework overview</see>
+
     <see>BB.BBasis</see>
     <see>BBasis</see>
+
     <key>Quit</key>
     <key>kaspar</key>
+
     <key>BBF.Quit</key>
     <key>bbf.quit</key>
+
     <key>bbf.Quit</key>
 
     <wiki-category>Package_bbf</wiki-category>
 
     <wiki-category>Package_bbf</wiki-category>
 
</command>
 
</command>

Revision as of 18:26, 22 April 2009

BBF.Quit

Terminate the ApCoCoABBFServer.

Syntax

BBF.Quit():NULL

Description

Terminate a running instance of ApCoCoABBFServer. Please note that the ApCoCoABBFServer will terminate after the current computation step has finished if a computation is running and that this may take a while.

Example

Use Z/(32003)[x, y, z],DegLex;
I:=Ideal(-4*x^200, -4*y^2, 5*z^2);
BBF.Init(I);
BBF.Finish();
BBF.Quit();
Computation started.

-------------------------------

BB.BBasis