Closed Halbaroth closed 1 month ago
This PR removes the interface Uid. We now use term_cst and ty_cst of Dolmen directly!
term_cst
ty_cst
Strangely, it seems that the test testfile-qfbv-timeout.unix.smt2 failed sometimes. I ran it again on next and it succeeds. I got an error code 2 on next and here it is 1!
testfile-qfbv-timeout.unix.smt2
This PR removes the interface Uid. We now use
term_cst
andty_cst
of Dolmen directly!