mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
'clean
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d64bc795f0
commit
a764d528a1
5 changed files with 17 additions and 4 deletions
|
@ -23,6 +23,10 @@ Author:
|
|||
namespace sat {
|
||||
|
||||
class dual_solver {
|
||||
struct no_drat_params : public params_ref {
|
||||
no_drat_params();
|
||||
};
|
||||
no_drat_params m_params;
|
||||
solver m_solver;
|
||||
lim_svector<literal> m_units, m_roots;
|
||||
lim_svector<bool_var> m_tracked_vars;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue