mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 00:41:56 +00:00
include 'stopwatch.h' to avoid ODR warnings, #994
This commit is contained in:
parent
4468816d32
commit
aff02ca905
4 changed files with 18 additions and 3 deletions
|
@ -481,6 +481,7 @@ namespace sat {
|
|||
typedef hashtable<unsigned, u_hash, u_eq> index_set;
|
||||
|
||||
u_map<index_set> m_antecedents;
|
||||
literal_vector m_todo_antecedents;
|
||||
vector<literal_vector> m_binary_clause_graph;
|
||||
|
||||
bool extract_assumptions(literal lit, index_set& s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue