mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
Removed auxiliary constants created by the nnf tactic from Z3 models. Fixed model.compact parameter propagation problem.
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
5b6842fbc5
commit
e0f4d870fd
6 changed files with 29 additions and 3 deletions
|
@ -80,6 +80,9 @@ public:
|
|||
void push();
|
||||
void pop(unsigned num_scopes);
|
||||
void reset();
|
||||
|
||||
unsigned get_num_names() const;
|
||||
func_decl * get_name_decl(unsigned i) const;
|
||||
};
|
||||
|
||||
#endif /* _DEFINED_NAMES_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue