-
Notifications
You must be signed in to change notification settings - Fork 450
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADD: API change stores one unique formula per model
All leaf formulae have to be instantiated with a model. e.g. `P = Predicate("P", model=m)` connective formulae automatically inherit the model from one of the children. All formulae nodes are automatically attached to the model graph. The model enforces unique naming for nodes attached to its graph. - rename connective_str -> syntax - rename node_structure -> node_syntax - fix numbering convention of the nodes attached to the model - fixed naming of nodes to enforce a unique node per model - based on the model syntax. Signed-off-by: naweedkhan <naweed.khan@ibm.com>
- Loading branch information
1 parent
cca354d
commit b0a638e
Showing
9 changed files
with
137 additions
and
114 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
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.