mirror of
https://github.com/Z3Prover/z3
synced 2026-07-21 06:25:50 +00:00
disable a failure on a nullified poly in levelwise
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
1e985ea96e
commit
91a3068f79
5 changed files with 2 additions and 24 deletions
|
|
@ -46,7 +46,6 @@ namespace nlsat {
|
|||
levelwise(levelwise const&) = delete;
|
||||
levelwise& operator=(levelwise const&) = delete;
|
||||
std_vector<root_function_interval> single_cell();
|
||||
bool failed() const;
|
||||
};
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue