mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 15:55:46 +00:00
bcd
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ea3b149575
commit
93d1091ad9
10 changed files with 452 additions and 12 deletions
|
@ -175,8 +175,4 @@ namespace sat {
|
|||
return out;
|
||||
}
|
||||
|
||||
void cut::sort() {
|
||||
std::sort(m_elems, m_elems + m_size);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue