Make renumbering of proof derivation steps optional#45
Open
abchugh wants to merge 1 commit intodigama0:masterfrom
Open
Make renumbering of proof derivation steps optional#45abchugh wants to merge 1 commit intodigama0:masterfrom
abchugh wants to merge 1 commit intodigama0:masterfrom
Conversation
Sophize is using this function to get proofs in a format that can imported. Thus, renumbering needs to be avoided for this case.
Owner
|
It looks like this is still renumbering though, just with a different numbering scheme? Perhaps the constants should be exposed as RunParms instead. |
Author
|
I am calling this function in a separate piece of code (outside MMJ2) where I call the function with the value false. RunParms can also help but I want to disable this renumbering completely. |
Author
|
I realize that I should have given you more context: I copy-paste all code from mmj2 to this repo. I would like to remove hacks I made and make mmj2 code identical in the two repos. |
Author
|
Gentle ping! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sophize is using this function to get proofs in a format that can imported. Thus, renumbering needs to be avoided for this case.