mirror of
https://github.com/Z3Prover/z3
synced 2026-07-21 14:35:50 +00:00
enable optional failure in levelwise
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
aff0a82914
commit
1e985ea96e
6 changed files with 29 additions and 2 deletions
|
|
@ -46,6 +46,7 @@ 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