mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 00:41:56 +00:00
pull unstable
Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
This commit is contained in:
commit
52619b9dbb
337 changed files with 24943 additions and 30606 deletions
|
@ -136,9 +136,9 @@ namespace datalog {
|
|||
|
||||
lbool rel_context::saturate(scoped_query& sq) {
|
||||
m_context.ensure_closed();
|
||||
bool time_limit = m_context.soft_timeout()!=0;
|
||||
unsigned remaining_time_limit = m_context.soft_timeout();
|
||||
unsigned restart_time = m_context.initial_restart_timeout();
|
||||
bool time_limit = remaining_time_limit != 0;
|
||||
|
||||
instruction_block termination_code;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue