3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-23 04:38:53 +00:00

Formatting, whitespace

This commit is contained in:
Christoph M. Wintersteiger 2017-01-10 20:12:08 +00:00
parent dda1774fa1
commit ba9d36605b

View file

@ -220,10 +220,10 @@ namespace smt {
// Unsat core extraction
//
// -----------------------------------
typedef u_map<expr *> literal2assumption;
typedef u_map<expr *> literal2assumption;
literal_vector m_assumptions;
literal2assumption m_literal2assumption; // maps an expression associated with a literal to the original assumption
expr_ref_vector m_unsat_core;
expr_ref_vector m_unsat_core;
// -----------------------------------
//