mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 19:51:22 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bfac44f7ed
commit
e4d24fd2c3
10 changed files with 21 additions and 19 deletions
|
@ -242,10 +242,10 @@ namespace sat {
|
|||
unsigned_vector m_pb_undef;
|
||||
|
||||
struct ba_sort {
|
||||
ba_solver& s;
|
||||
typedef typename sat::literal literal;
|
||||
typedef typename sat::literal_vector literal_vector;
|
||||
|
||||
ba_solver& s;
|
||||
literal m_true;
|
||||
literal_vector m_lits;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue