mirror of
https://github.com/Z3Prover/z3
synced 2026-04-02 09:58:59 +00:00
Update seq_nielsen.cpp
This commit is contained in:
parent
ce8d770745
commit
310eee1782
1 changed files with 0 additions and 2 deletions
|
|
@ -35,7 +35,6 @@ NSB review:
|
|||
#include "ast/rewriter/th_rewriter.h"
|
||||
#include "ast/rewriter/var_subst.h"
|
||||
#include "ast/rewriter/seq_skolem.h"
|
||||
#include "ast/rewriter/var_subst.h"
|
||||
#include "sat/smt/arith_solver.h"
|
||||
#include "util/statistics.h"
|
||||
#include <algorithm>
|
||||
|
|
@ -4217,7 +4216,6 @@ namespace seq {
|
|||
st.update("nseq mod star intr", m_stats.m_mod_star_intr);
|
||||
st.update("nseq mod gpower intr", m_stats.m_mod_gpower_intr);
|
||||
st.update("nseq mod const nielsen", m_stats.m_mod_const_nielsen);
|
||||
st.update("nseq mod regex unit", m_stats.m_mod_regex_unit_split);
|
||||
st.update("nseq mod signature split", m_stats.m_mod_signature_split);
|
||||
st.update("nseq mod regex var", m_stats.m_mod_regex_var_split);
|
||||
st.update("nseq mod regex unit", m_stats.m_mod_regex_unit_split);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue