mirror of
https://github.com/Z3Prover/z3
synced 2025-11-06 06:16:02 +00:00
Add finite_set_rewriter implementation with basic rewrite rules
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
fe94b7d486
commit
3e495b1e80
6 changed files with 280 additions and 3 deletions
|
|
@ -283,4 +283,5 @@ int main(int argc, char ** argv) {
|
|||
TST(sls_seq_plugin);
|
||||
TST(ho_matcher);
|
||||
TST(finite_set);
|
||||
TST(finite_set_rewriter);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue