mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
commit
fc84461e31
5 changed files with 26 additions and 20 deletions
|
@ -170,6 +170,7 @@ class datatype_util {
|
|||
ptr_vector<ptr_vector<func_decl> > m_vectors;
|
||||
|
||||
func_decl * get_non_rec_constructor_core(sort * ty, ptr_vector<sort> & forbidden_set);
|
||||
func_decl * get_constructor(sort * ty, unsigned c_id);
|
||||
|
||||
public:
|
||||
datatype_util(ast_manager & m);
|
||||
|
@ -202,7 +203,6 @@ public:
|
|||
void reset();
|
||||
void display_datatype(sort *s, std::ostream& strm);
|
||||
|
||||
func_decl * get_constructor(sort * ty, unsigned c_id);
|
||||
};
|
||||
|
||||
#endif /* _DATATYPE_DECL_PLUGIN_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue