mirror of
https://github.com/Z3Prover/z3
synced 2025-06-14 01:46:15 +00:00
Tabs, formatting.
This commit is contained in:
parent
8871cb120a
commit
00651f8f21
63 changed files with 715 additions and 717 deletions
|
@ -21,6 +21,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "duality/duality_wrapper.h"
|
#include "duality/duality_wrapper.h"
|
||||||
|
#include <vector>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
|
|
@ -930,7 +930,6 @@ namespace Duality {
|
||||||
#endif
|
#endif
|
||||||
// expr proof() const { Z3_ast r = Z3_solver_proof(ctx(), m_solver); check_error(); return expr(ctx(), r); }
|
// expr proof() const { Z3_ast r = Z3_solver_proof(ctx(), m_solver); check_error(); return expr(ctx(), r); }
|
||||||
// friend std::ostream & operator<<(std::ostream & out, solver const & s) { out << Z3_solver_to_string(s.ctx(), s); return out; }
|
// friend std::ostream & operator<<(std::ostream & out, solver const & s) { out << Z3_solver_to_string(s.ctx(), s); return out; }
|
||||||
|
|
||||||
int get_num_decisions();
|
int get_num_decisions();
|
||||||
|
|
||||||
void cancel(){
|
void cancel(){
|
||||||
|
|
|
@ -41,8 +41,6 @@ class boolean_algebra : public positive_boolean_algebra<T> {
|
||||||
public:
|
public:
|
||||||
virtual ~boolean_algebra() {}
|
virtual ~boolean_algebra() {}
|
||||||
virtual T mk_not(T x) = 0;
|
virtual T mk_not(T x) = 0;
|
||||||
//virtual lbool are_equivalent(T x, T y) = 0;
|
|
||||||
//virtual T simplify(T x) = 0;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue