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

rename to ba_solver

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-06-28 17:54:16 -07:00
parent 6fad478a18
commit e176c4ba9a
9 changed files with 158 additions and 158 deletions

View file

@ -47,7 +47,7 @@ namespace sat {
};
class simplifier {
friend class card_extension;
friend class ba_solver;
solver & s;
unsigned m_num_calls;
use_list m_use_list;