Search code examples
proving sum of a list...


z3smt

Read More
question about equality in the theory of arrays...


z3smtcvc4

Read More
Are Int and Real somehow compatible in SMT-LIB?...


z3smtsmt-lib

Read More
Proving the XOR swap algorithm with SMT - how do we know the proof is definitive?...


pythonz3xorsmtz3py

Read More
Does quantifier elimination preserve equi-satisfiability or equivalence? And in Z3?...


z3smtquantifiers

Read More
Equialent formula with reduced maximum bit vector size...


z3smt

Read More
Z3 Python Mod Int Issue...


pythonz3smtsat

Read More
If a theory is decidable in the existential fragment, does this mean that there is a (terminating) m...


z3smtquantifiersfirst-order-logic

Read More
I think Z3 is not performing quantifier elimination in a sequence instance...


z3smtz3pyquantifiersfirst-order-logic

Read More
Can I use quantifier elimination to get models for 'c' in formulae like ∃a.∀b.∃c.∀d. Phi?...


z3smtquantifiersfirst-order-logic

Read More
SMT solver with custom theories?...


z3verificationsmtformal-verificationsat

Read More
What does a model in ∃x∀y∃z∀u . F[x, y, z, u] mean?...


z3smtquantifiers

Read More
Assign true to all variable except one...


z3solversmtz3pysat

Read More
Specifying modular arithmetic conditions in Z3...


z3smtsatisfiability

Read More
Implementation for decision procedure for the theory of the reals...


z3smttheorem-provingcvc4

Read More
Can SMT solver like Z3 prove 1+2+...+n = n(n+1)/2?...


mathz3smtfirst-order-logictheorem

Read More
A Skolem model in Z3 should be unique, but is printing several (and repeated)...


z3smtz3pyquantifiers

Read More
"Intersection" of two Skolem functions is not as expected in Z3(Py)...


z3smtz3pyquantifiers

Read More
SMT solvers for real closed fields (e.g., trascendentals and infinitesimals) in practise? Z3, MetiTa...


z3smtz3pydreal

Read More
How to output more than one Skolem functions in Z3(Py)...


z3smtz3py

Read More
A model of a simple formula 'Exists([y],ForAll([x],Phi))' should be 'y=2' but Z3 it ...


z3smtz3pyquantifiers

Read More
In Z3, I cannot understand result of quantifier elimination of Exists y. Forall x. (x>=2) => (...


z3smtz3pyquantifierssatisfiability

Read More
Extracting boolean terms from Z3 model when using quantifiers...


z3smtcvc4

Read More
How to print formulae and literals when using CVC5?...


smtz3pycvc4

Read More
Some questions about dReal: delta-satisfiability, parameter with 0.0, doing the same in Z3 and obtai...


z3smtz3pysatisfiabilitydreal

Read More
Finding real solutions to problem is slower than expected...


z3smtsmt-lib

Read More
How to compute the upper part of a product of two bit-vectors?...


z3smtsatcvc4

Read More
Does Z3 (and other solvers) always use terminating decision procedures when possible?...


arraysz3smttheorem-provingfirst-order-logic

Read More
How to implement Peano Arithmetic using Z3 Theorem prover?...


pythonz3smtz3py

Read More
(Semi-decidable) combination of first-order theories is possible in Z3, but what about an actual sem...


z3smtz3pytheorem-provingfirst-order-logic

Read More
BackNext