3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-10 05:00:51 +00:00

Rename m_reach_ctx into m_reach_solver

This commit is contained in:
Arie Gurfinkel 2018-05-31 14:26:21 -07:00
parent 1e54237880
commit 451d42319b
2 changed files with 10 additions and 10 deletions

View file

@ -291,7 +291,7 @@ class pred_transformer {
ptr_vector<pred_transformer> m_use; // places where 'this' is referenced.
ptr_vector<datalog::rule> m_rules; // rules used to derive transformer
prop_solver m_solver; // solver context
solver* m_reach_ctx; // context for reachability facts
ref<solver> m_reach_solver; // context for reachability facts
pobs m_pobs; // proof obligations created so far
frames m_frames; // frames with lemmas
reach_fact_ref_vector m_reach_facts; // reach facts