mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 21:01:22 +00:00
investigating relevancy
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a78f899225
commit
23029daf5e
12 changed files with 394 additions and 417 deletions
|
@ -44,7 +44,7 @@ namespace smt {
|
|||
typedef obj_map<clause, app_triple> clause2app_triple;
|
||||
|
||||
context & m_context;
|
||||
ast_manager & m_manager;
|
||||
ast_manager & m;
|
||||
dyn_ack_params & m_params;
|
||||
app_pair2num_occs m_app_pair2num_occs;
|
||||
app_pair_vector m_app_pairs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue