mirror of
https://github.com/Z3Prover/z3
synced 2026-02-24 09:11:17 +00:00
Implement add, sub, mul, div, inv, neg
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
322d355290
commit
3ffda25350
4 changed files with 547 additions and 117 deletions
|
|
@ -175,6 +175,7 @@ public:
|
|||
return m_data + size();
|
||||
}
|
||||
|
||||
T const * c_ptr() const { return m_data; }
|
||||
T * c_ptr() { return m_data; }
|
||||
|
||||
void swap(array & other) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue