oscar-system / Singular.jl

Julia package for the Singular library
Other
31 stars 33 forks source link

option handling, fix #808 #810

Closed hannes14 closed 3 months ago

hannes14 commented 3 months ago

Some options in Singular are local to the "current ring" (OPT_INTSTRATEGY,OPT_REDTHROUGH,OPT_REDTAIL,OPT_REDTAIL_SYZ). In Singular.jl there is no "current ring": modified ring change to keep tghe current (global) setting of options except the needed changes due to the properties of a ring.