mirror of
https://github.com/Z3Prover/z3
synced 2026-07-02 13:26:10 +00:00
Tabs, formatting.
This commit is contained in:
parent
8871cb120a
commit
00651f8f21
63 changed files with 715 additions and 717 deletions
|
|
@ -37,7 +37,7 @@ namespace Duality {
|
|||
|
||||
class dl_interface : public datalog::engine_base {
|
||||
duality_data *_d;
|
||||
datalog::context &m_ctx;
|
||||
datalog::context &m_ctx;
|
||||
|
||||
public:
|
||||
dl_interface(datalog::context& ctx);
|
||||
|
|
@ -69,7 +69,7 @@ namespace Duality {
|
|||
|
||||
proof_ref get_proof();
|
||||
|
||||
duality_data *dd(){return _d;}
|
||||
duality_data *dd(){return _d;}
|
||||
|
||||
private:
|
||||
void display_certificate_non_const(std::ostream& out);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue