python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Unbounded Infinite vs Bounded Infinite Domain for Universal Quantification over Reals in z3
This is a bit of a theoretical question. I was wondering if there's a difference in performance of z3 when solving universally quantified formulas over reals where the quantification is over a bounded...
Kshitij Goyal
Votes: 0
Answers: 1
Z3 Not Showing Infinity on Unbounded Optimization in Python
I am new to Z3 and trying the examples found here, implementing the examples in python. When I try the examples in the "Unbounded Objectives" section I get seemingly random integer values (n...
Jonathan
Votes: 0
Answers: 1
Modelling finite field arithmetic mod p in Z3
I understand that in general, non-linear integer arithmetic is undecidable.
However, this is not the case for the arithmetic of finite fields mod p, as in particular this can be reduced to a SAT probl...
Julian Sutherland
Votes: 0
Answers: 0
Satisfiability check of first order logic formula is "unknown" in Z3py
I'm trying to implement satisfiability checking of a regular expression by converting it into a first-order logic formula based on the following excerpt from Rex: Symbolic Regular Expression Explorer
...
user4676310
Votes: 0
Answers: 0