mirror of
https://github.com/Z3Prover/z3
synced 2025-05-10 01:05:47 +00:00
testing utvpi
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fbe4af6336
commit
21b0a4fcbb
7 changed files with 176 additions and 33 deletions
|
@ -70,6 +70,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
vector<std::pair<expr*, rational> > const& utvpi_tester::get_linearization() const {
|
||||
SASSERT(m_terms.size() <= 2);
|
||||
return m_terms;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue