Top
Back: showNmzOptions
Forward: normaliz
FastBack:
FastForward:
Up: normaliz_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.4.24.21 resetNmzOptions

Procedure from library normaliz.lib (see normaliz_lib).

Usage:
resetNmzOptions();

Purpose:
Resets the options to the dafault value.

Example:
 
LIB "normaliz.lib";
setNmzOption("only_hvect",1);
==> 1
showNmzOptions();
==>  -f -q -x=8  
resetNmzOptions();
showNmzOptions();
==>  -f -x=8  
See also: addNmzOption; allNmzOptions; setNmzOption; showNmzOptions.


Top Back: showNmzOptions Forward: normaliz FastBack: FastForward: Up: normaliz_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.4.0, 2024, generated by texi2html.