Skip to content

Commit

Permalink
Use default solver for testing models
Browse files Browse the repository at this point in the history
Prior to c1e4387 (OCamlPro#829) we did not have
model generation in the default solver, and model generation required to
use the Tableaux solver, so we used the Tableaux solver when testing
models.

Since the default solver now supports model generation, we should use it
to test model generation instead, since the models generated by both
solvers can be different and most users will use the default solver
rather than the Tableaux solver.

Unfortunately, this causes some tests using `get-assignment` to fail
(see OCamlPro#937).
  • Loading branch information
bclement-ocp committed Nov 16, 2023
1 parent 551300f commit 8049387
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 101 deletions.
Loading

0 comments on commit 8049387

Please sign in to comment.