3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-09 15:47:29 +00:00

remove passing suffixes into pdr_sym_mux, trying to isolate cause of issue #420

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-02-12 19:25:52 +00:00
parent 660eff0b9e
commit 94be6fc776
4 changed files with 10 additions and 10 deletions

View file

@ -164,12 +164,11 @@ namespace pdr {
m(manager),
m_fparams(fparams),
m_brwr(m),
m_mux(m, m_state_suffixes),
m_mux(m),
m_background(m.mk_true(), m),
m_contexts(fparams, max_num_contexts, m),
m_next_unique_num(0)
{
m_state_suffixes.push_back("_n");
}