mirror of
https://github.com/Z3Prover/z3
synced 2025-08-31 23:34:55 +00:00
work on well-orientedness
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
b2f01706be
commit
945eef7ab6
9 changed files with 559 additions and 326 deletions
|
@ -63,7 +63,7 @@ namespace nlsat {
|
|||
- s_1, ..., s_m do not contain variable x.
|
||||
- s_1, ..., s_m are false in the current interpretation
|
||||
*/
|
||||
void operator()(unsigned n, literal const * ls, scoped_literal_vector & result);
|
||||
void main_operator(unsigned n, literal const * ls, scoped_literal_vector & result);
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue