sat-solvers Questions

1

Is there an incremental SMT solver or an API for some incremental SMT solver where I can add constraints incrementally, where I can uniquely identify each constraint by some label/name? The reaso...
Monogenic asked 4/6, 2017 at 16:31

3

Solved

I a totally new to sat4j solver.. it says some cnf file should be given as input is there any possible way to give the rule as input and get whether it is satisfiable or not? my rule will be of ...
Peeve asked 15/10, 2010 at 15:23

1

I'm trying to solve a big CNF formula using a SAT solver. The formula (in DIMACS format) has 4,697,898,048 = 2^32 + 402,930,752 clauses, and all SAT solvers I could find are having trouble with it:...
Basrhin asked 17/9, 2015 at 13:41

1

I obtained several statistics from runs of Z3. I need to understand what these mean. I am rather rusty and non up to date for the recent developments of sat and SMT solving, for this reason I tried...
Nancinancie asked 28/8, 2013 at 15:17

1

Solved

I am using Z3 to extract the unsat-core of an unsatisfiable formula. I am using Z3@Rise interface (web based) to write the following code, (set-logic QF_LIA) (set-option :produce-unsat-cores true)...
Cocci asked 8/8, 2013 at 17:25

2

Given an arbitrary propositional formula PHI (linear constraints on some variables), what is the best way to determine the (approximate) upper and lower bound for each variable? Some variabl...
Aleen asked 24/1, 2012 at 22:17
1

© 2022 - 2024 — McMap. All rights reserved.