-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Provide statement source name in API * Avoid cloning! * Inline, fmt. * Unneeded lifetime Co-authored-by: Mario Carneiro <di.gama@gmail.com> * Export incomplete proofs, fix version. * Remove end of line space Co-authored-by: Mario Carneiro <di.gama@gmail.com> * Add a `convert_to_provable` parameter to `parse_formula`, to allow to create directly a formula with `provable` type code. * Add utility functions to lookup floats using NameSet only * Provide ways to unify several formulas at the same time And to complete substitutions with missing variables. * Unify now adds to a given list of substitutions * Rename formula iterator into `labels_postorder` * Formula iteration : loop instead of tail recursion * Formula label iteration is now pre-order, simplified. * As suggested Co-authored-by: Mario Carneiro <di.gama@gmail.com>
- Loading branch information
Showing
6 changed files
with
264 additions
and
31 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.