mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
change the signature of int_solver::check by adding explanation* parameter
Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
parent
9dbb56fdfc
commit
54f447d118
9 changed files with 61 additions and 36 deletions
|
@ -36,6 +36,8 @@ struct index_with_sign {
|
|||
bool operator==(const index_with_sign& b) {
|
||||
return m_i == b.m_i && m_sign == b.m_sign;
|
||||
}
|
||||
unsigned var() const { return m_i; }
|
||||
const rational& sign() const { return m_sign; }
|
||||
};
|
||||
|
||||
struct rat_hash {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue