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

adding ad-hoc method for converting models

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-12-28 17:29:31 -08:00
parent b1724b2f62
commit c80f34102f
7 changed files with 113 additions and 116 deletions

View file

@ -129,6 +129,7 @@ namespace sat {
bool m_drat_check_sat;
pb_solver m_pb_solver;
bool m_card_solver;
// branching heuristic settings.
branching_heuristic m_branching_heuristic;