We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1edb92 commit 747f8e0Copy full SHA for 747f8e0
PyNormaliz.py
@@ -389,7 +389,7 @@ def SetGBDegreeBound(self, bound=-1):
389
return PyNormaliz_cpp.NmzSetGBDegreeBound(self.cone, bound)
390
391
def SetGBMinDegree(self, bound=-1):
392
- return PyNormaliz_cpp.NmzSetGBGBMinDegree(self.cone, bound)
+ return PyNormaliz_cpp.NmzSetGBMinDegree(self.cone, bound)
393
394
def SetDecimalDigits(self, digits=100):
395
return PyNormaliz_cpp.NmzSetDecimalDigits(self.cone, digits)
0 commit comments