3
0
Fork 0
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:
CEisenhofer 2026-03-09 14:21:06 +01:00
parent 756673f104
commit e1cf20f9bd
4 changed files with 65 additions and 35 deletions

View file

@ -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(); });
}
// -----------------------------------------------------------------------