mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
fix drat for lookahead, fixes for binary drat format
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cda78d8d0b
commit
1e90be62bc
4 changed files with 21 additions and 18 deletions
|
@ -200,7 +200,6 @@ namespace sat {
|
|||
double m_delta_decrease;
|
||||
double m_delta_fraction;
|
||||
|
||||
drat m_drat;
|
||||
literal_vector m_assumptions;
|
||||
|
||||
literal_vector m_trail; // trail of units
|
||||
|
@ -565,7 +564,6 @@ namespace sat {
|
|||
lookahead(solver& s) :
|
||||
m_s(s),
|
||||
m_num_vars(s.num_vars()),
|
||||
m_drat(s),
|
||||
m_num_tc1(0),
|
||||
m_level(2),
|
||||
m_last_prefix_length(0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue