mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a83f72b657
commit
b8bf6087ff
|
@ -5264,9 +5264,6 @@ literal theory_seq::mk_eq_empty(expr* _e, bool phase) {
|
|||
}
|
||||
|
||||
void theory_seq::add_axiom(literal l1, literal l2, literal l3, literal l4, literal l5) {
|
||||
static unsigned s_count = 0;
|
||||
++s_count;
|
||||
// SASSERT(s_count != 5);
|
||||
context& ctx = get_context();
|
||||
literal_vector lits;
|
||||
if (l1 == true_literal || l2 == true_literal || l3 == true_literal || l4 == true_literal || l5 == true_literal) return;
|
||||
|
|
Loading…
Reference in a new issue