mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
have free variable utility use a class for more efficient re-use
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
73070585b8
commit
c09903288f
39 changed files with 300 additions and 303 deletions
|
@ -70,8 +70,8 @@ namespace pdr {
|
|||
expr_ref to_expr() const;
|
||||
|
||||
void to_model(model_ref& md) const;
|
||||
|
||||
void display(ptr_vector<datalog::rule> const& rules, std::ostream& out) const;
|
||||
|
||||
void display(datalog::rule_manager& rm, ptr_vector<datalog::rule> const& rules, std::ostream& out) const;
|
||||
};
|
||||
|
||||
class manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue