mirror of
https://github.com/Z3Prover/z3
synced 2026-07-02 13:26:10 +00:00
edits to seq_nielsen
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9aceaf3cac
commit
6d2321e6fe
3 changed files with 42 additions and 32 deletions
|
|
@ -124,6 +124,9 @@ namespace euf {
|
|||
|
||||
sort* get_str_sort() const { return m_str_sort; }
|
||||
|
||||
// return true if a, b are of the same length and distinct
|
||||
bool are_unit_distinct(snode *a, snode *b) const;
|
||||
|
||||
// factory methods for creating snodes with corresponding expressions
|
||||
snode* mk_var(symbol const& name, sort* s);
|
||||
snode* mk_char(unsigned ch);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue