Skip to content

Commit

Permalink
unexported two undefined gfanInterface symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Aug 5, 2024
1 parent 7ab9f85 commit e34a89f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions M2/Macaulay2/packages/gfanInterface.m2
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ export {
"MarkedPolynomialList",
"markedPolynomialList",
"MPLConverter",
"polymakeFanToFan",
"polymakeConeToCone",
-- retired circa 2019 in 25ed2cbf8f3
-- "polymakeFanToFan",
-- "polymakeConeToCone",
"gfan", -- done!
"gfanBuchberger", -- done!
"gfanDoesIdealContain", -- done!
Expand Down Expand Up @@ -4350,10 +4351,10 @@ doc ///
a polynomial ideal with coefficients in ZZ. The
input is given as an {\tt Ideal}. If just the
ideal is given then the option "groebnerFan" =>
true" should also be added. For the second
true should also be added. For the second
version, the list w is a weight vector for which
the initial ideal or Groebner basis will be
computed (depending on whether "initialIdeal=>true"
computed (depending on whether "initialIdeal"=>true
or "groebnerBasis"=>true is set). Only one of
these two can be set. Note that the Groebner fan
over ZZ is more refined than the Groebner fan of
Expand Down

0 comments on commit e34a89f

Please sign in to comment.