mirror of
https://github.com/Z3Prover/z3
synced 2026-03-19 19:43:11 +00:00
Added timeout
Some bugfixes
This commit is contained in:
parent
756673f104
commit
e1cf20f9bd
4 changed files with 65 additions and 35 deletions
|
|
@ -45,6 +45,7 @@ namespace smt {
|
|||
|
||||
void theory_nseq::init() {
|
||||
m_arith_value.init(&get_context());
|
||||
m_nielsen.set_cancel_fn([this]() { return get_context().get_cancel_flag(); });
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue