-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow nested calls to uninterpreted functions (#52)
* Remove old deprecated code. * Add initial support for nested function calls. * A new, crazier, but more comprehensive inlining mechanism. * Resolve solver translation issue. * New, more reasonable semantics for `BooleanNetwork::infer_valid_graph`. * Extend the new semantics to `inline_constants` and `inline_inputs`. * Handle inlining edge case with eliminated parameters.
- Loading branch information
Showing
37 changed files
with
1,277 additions
and
2,149 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.