mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
adjust overflow premises, add stubs for used constraints as premises
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ed60cdc403
commit
697723d53b
3 changed files with 74 additions and 135 deletions
|
@ -48,6 +48,9 @@ namespace polysat {
|
|||
|
||||
void push(sat::literal lit);
|
||||
void push(signed_constraint c);
|
||||
void push(inequality const& i) {
|
||||
NOT_IMPLEMENTED_YET();
|
||||
}
|
||||
|
||||
using const_iterator = decltype(m_literals)::const_iterator;
|
||||
const_iterator begin() const { return m_literals.begin(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue