mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 12:25:51 +00:00
simplify output to use signed constants
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a049235caa
commit
947ea66cad
2 changed files with 22 additions and 25 deletions
|
@ -204,6 +204,8 @@ namespace dd {
|
|||
~scoped_push() { m.m_bdd_stack.shrink(m_size); }
|
||||
};
|
||||
|
||||
bool_vector mk_usub(bool_vector const& b);
|
||||
|
||||
public:
|
||||
struct mem_out {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue