mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 08:42:15 +00:00
Add option :bv-sort-ac true
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
9d0b0df985
commit
a71bb549c6
5 changed files with 22 additions and 3 deletions
|
@ -22,6 +22,7 @@ Revision History:
|
|||
class ast;
|
||||
|
||||
bool lt(ast * n1, ast * n2);
|
||||
bool is_sorted(unsigned num, expr * const * ns);
|
||||
|
||||
struct ast_to_lt {
|
||||
bool operator()(ast * n1, ast * n2) const { return lt(n1, n2); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue