Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rules for NmzResult #106

Open
w-bruns opened this issue Sep 10, 2020 · 0 comments
Open

Rules for NmzResult #106

w-bruns opened this issue Sep 10, 2020 · 0 comments

Comments

@w-bruns
Copy link
Collaborator

w-bruns commented Sep 10, 2020

In the following I want to fix some rules for NmzResult (see NormalizModule.cpp) whose behavior has somewhat changed from v.1.12 to the current master.

NmzResult allows the definition of handlers for several output types. The purpose of these handlers is to put the computation results into a human readable format or a format that can be processed by a calling program. See PyNormaliz.py for examples.

The handlers are passed as named parameters to NmzResult and assigned to global variables in NormalizModule.cpp. NmzResult now resets all the handlers to NULL before evaluating the named parameters. Therefore it does no longer remember their values from the previous call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant