mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
build warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
36da1c828d
commit
030da1f8ac
7 changed files with 6 additions and 9 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
--*/
|
||||
|
||||
#pragma once;
|
||||
#pragma once
|
||||
|
||||
#include "sat/sat_aig_finder.h"
|
||||
#include "sat/sat_cutset.h"
|
||||
|
|
|
@ -40,8 +40,8 @@ namespace sat {
|
|||
|
||||
void anf_simplifier::operator()() {
|
||||
dd::pdd_manager m(20, dd::pdd_manager::semantics::mod2_e);
|
||||
report _report(*this);
|
||||
pdd_solver solver(s.rlimit(), m);
|
||||
report _report(*this);
|
||||
configure_solver(solver);
|
||||
clauses2anf(solver);
|
||||
TRACE("anf_simplifier", solver.display(tout); s.display(tout););
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once;
|
||||
#pragma once
|
||||
|
||||
#include "util/params.h"
|
||||
#include "util/statistics.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
--*/
|
||||
|
||||
#pragma once;
|
||||
#pragma once
|
||||
#include "util/region.h"
|
||||
|
||||
namespace sat {
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once;
|
||||
|
||||
#include "sat/sat_xor_finder.h"
|
||||
#include "sat/sat_solver.h"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
--*/
|
||||
|
||||
#pragma once;
|
||||
#pragma once
|
||||
|
||||
#include "util/params.h"
|
||||
#include "util/statistics.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue