mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +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
|
@ -18,9 +18,15 @@ Author:
|
|||
|
||||
namespace sat {
|
||||
|
||||
dual_solver::no_drat_params::no_drat_params() {
|
||||
set_sym("drat.file", symbol());
|
||||
}
|
||||
|
||||
dual_solver::dual_solver(reslimit& l):
|
||||
m_solver(params_ref(), l)
|
||||
{}
|
||||
m_solver(m_params, l)
|
||||
{
|
||||
SASSERT(!m_solver.get_config().m_drat);
|
||||
}
|
||||
|
||||
void dual_solver::push() {
|
||||
m_solver.user_push();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue