mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 05:58:55 +00:00
address perf #2098
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9c07167ff8
commit
f7746e2284
2 changed files with 4 additions and 20 deletions
|
@ -36,7 +36,7 @@ namespace sat {
|
|||
bool m_learned;
|
||||
bool m_include_cardinality;
|
||||
|
||||
svector<std::pair<literal, literal>> m_del_bin;
|
||||
vector<svector<literal> > m_del_bin;
|
||||
|
||||
|
||||
void init_dfs_num();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue