3
0
Fork 0
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:
copilot-swe-agent[bot] 2026-03-02 21:00:40 +00:00
parent 2e9ca78396
commit 425d3aec25
6 changed files with 1107 additions and 0 deletions

View file

@ -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);