3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 16:38:45 +00:00

add unit test for incremental equation edit distance with repair

This commit is contained in:
Nikolaj Bjorner 2024-12-15 05:53:28 -08:00
parent 31ee56c1ca
commit b529a58b91
5 changed files with 469 additions and 109 deletions

View file

@ -270,4 +270,5 @@ int main(int argc, char ** argv) {
TST(euf_arith_plugin);
TST(sls_test);
TST(scoped_vector);
TST(sls_seq_plugin);
}