mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
226497e530
19 changed files with 48 additions and 862 deletions
|
@ -682,7 +682,7 @@ namespace datatype {
|
|||
|
||||
/**
|
||||
\brief Return true if the inductive datatype is well-founded.
|
||||
Pre-condition: The given argument constains the parameters of an inductive datatype.
|
||||
Pre-condition: The given argument constrains the parameters of an inductive datatype.
|
||||
*/
|
||||
bool util::is_well_founded(unsigned num_types, sort* const* sorts) {
|
||||
buffer<bool> well_founded(num_types, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue