Home
last modified time | relevance | path

Searched defs:is_well_sorted (Results 1 – 9 of 9) sorted by relevance

/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/
H A Dwell_sorted.cpp84 bool is_well_sorted(ast_manager const & m, expr * n) { in is_well_sorted() function
/dports/math/z3/z3-z3-4.8.13/src/ast/
H A Dwell_sorted.cpp84 bool is_well_sorted(ast_manager const & m, expr * n) { in is_well_sorted() function
/dports/math/z3/z3-z3-4.8.13/src/api/ml/
H A Dz3.ml474 val is_well_sorted : expr -> bool val
541 let is_well_sorted (x:expr) = Z3native.is_well_sorted (gc x) x function
H A Dz3.mli524 val is_well_sorted : Expr.expr -> bool val
/dports/math/py-z3-solver/z3-z3-4.8.10/src/api/ml/
H A Dz3.ml474 val is_well_sorted : expr -> bool val
541 let is_well_sorted (x:expr) = Z3native.is_well_sorted (gc x) x function
H A Dz3.mli524 val is_well_sorted : Expr.expr -> bool val
/dports/math/vampire/vampire-4.5.1/z3/api/
H A Dz3++.h785 … bool is_well_sorted() const { bool r = Z3_is_well_sorted(ctx(), m_ast); check_error(); return r; } in is_well_sorted() function
/dports/math/py-z3-solver/z3-z3-4.8.10/src/api/c++/
H A Dz3++.h866 … bool is_well_sorted() const { bool r = Z3_is_well_sorted(ctx(), m_ast); check_error(); return r; } in is_well_sorted() function
/dports/math/z3/z3-z3-4.8.13/src/api/c++/
H A Dz3++.h878 … bool is_well_sorted() const { bool r = Z3_is_well_sorted(ctx(), m_ast); check_error(); return r; } in is_well_sorted() function