mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
enable canceling simplex on interrupt, investigating PDR inconsistency
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4145b92136
commit
10cdbb881f
6 changed files with 27 additions and 13 deletions
|
@ -205,6 +205,7 @@ namespace datalog {
|
|||
|
||||
bool m_closed;
|
||||
bool m_saturation_was_run;
|
||||
bool m_enable_bind_variables;
|
||||
execution_result m_last_status;
|
||||
expr_ref m_last_answer;
|
||||
DL_ENGINE m_engine_type;
|
||||
|
@ -294,6 +295,8 @@ namespace datalog {
|
|||
*/
|
||||
expr_ref bind_vars(expr* fml, bool is_forall);
|
||||
|
||||
bool& bind_vars_enabled() { return m_enable_bind_variables; }
|
||||
|
||||
/**
|
||||
Register datalog relation.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue