mirror of
https://github.com/Z3Prover/z3
synced 2026-03-09 06:44:53 +00:00
Port Nielsen graph framework from ZIPT: constraint types, node/edge/graph structures with tests
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
2e9ca78396
commit
425d3aec25
6 changed files with 1107 additions and 0 deletions
|
|
@ -286,6 +286,7 @@ int main(int argc, char ** argv) {
|
|||
TST(sls_test);
|
||||
TST(scoped_vector);
|
||||
TST(sls_seq_plugin);
|
||||
TST(seq_nielsen);
|
||||
TST(ho_matcher);
|
||||
TST(finite_set);
|
||||
TST(finite_set_rewriter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue