mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
Test forbidden intervals, disequal case
This commit is contained in:
parent
175b348948
commit
fa75a9109e
6 changed files with 180 additions and 13 deletions
|
@ -29,6 +29,8 @@ namespace polysat {
|
|||
class solver;
|
||||
|
||||
class viable {
|
||||
friend class test_fi;
|
||||
|
||||
solver& s;
|
||||
|
||||
struct entry : public dll_base<entry>, public fi_record {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue