mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 15:25:46 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
711023d557
commit
482738bc8a
5 changed files with 15 additions and 8 deletions
|
@ -152,6 +152,12 @@ namespace api {
|
|||
}
|
||||
}
|
||||
|
||||
void context::reset_error_code() {
|
||||
m_error_code = Z3_OK;
|
||||
}
|
||||
|
||||
|
||||
|
||||
void context::check_searching() {
|
||||
if (m_searching) {
|
||||
set_error_code(Z3_INVALID_USAGE); // TBD: error code could be fixed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue