index
:
~cnx/klee
this commit
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
2.0.x
2.1.x
2.2.x
2.3.x
3.0.x
master
psychic
svcomp
svcomp_32bit
KLEE fork for patch differentiation testing
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
Solver
Age
Commit message (
Expand
)
Author
2016-04-19
Merge pull request #369 from MartinNowack/fix_determ_solver_array
MartinNowack
2016-04-17
Merge pull request #359 from delcypher/fix_indep_solver_bug
Cristian Cadar
2016-04-09
Generate unique STP and Z3 array names deterministically
Martin Nowack
2016-03-23
Refactoring of conditional flush into own function.
Martin Nowack
2016-03-23
Fix comment + Clang Formatting
Martin Nowack
2016-03-23
Add option to log partial solver queries before calling it
Martin Nowack
2016-03-22
Properly assert that an assignment computed in
Dan Liew
2016-03-22
Try to fix #348
Dan Liew
2016-02-23
Added missing copyright headers per klee/issue #301
Marko Dimjašević
2016-02-14
Handle Z3 API change between 4.4.1 and the current master branch
Dan Liew
2016-02-14
Add basic implementation of Z3Builder and Z3Solver and Z3SolverImpl
Dan Liew
2016-02-10
Add some of the basic plumbing required to support a Z3 solver in KLEE.
Dan Liew
2016-01-14
MetaSMT build fixes.
Dan Liew
2016-01-14
Make it possible to build KLEE without using STP and only MetaSMT.
Dan Liew
2016-01-12
Refactor setting the core solver (i.e. STP, MetaSMT or DummySolver) by providing
Dan Liew
2016-01-12
Drop unnecessary ``#include``s from Solver.cpp.
Dan Liew
2016-01-12
Refactor MetaSMTSolver and MetaSMTSolverImpl out of Solver.cpp into
Dan Liew
2016-01-12
[NFC] Refactor STPSolver and STPSolverImpl out of Solver.cpp into their
Dan Liew
2016-01-12
[NFC] Refactor DummySolver out of Solver.cpp into its own file
Dan Liew
2016-01-12
[NFC] Refactor ValidatingSolver out of Solver.cpp into its own file
Dan Liew
2016-01-07
[NFC] Refactor SolverImpl out of Solver.cpp into its own file
Dan Liew
2015-12-23
Fix memory leak detected by ASan when
Dan Liew
2015-12-23
[NFC]
Dan Liew
2015-12-18
Move lib/Solver/SolverStats.h -> include/klee/SolverStats.h
Dan Liew
2015-12-17
[Solver]Add support to dump STP qeries using
Martin Nowack
2015-12-17
Report fatal error in case CexCache Bindings do not match
Martin Nowack
2015-12-17
[Solver]Add simple option to dump queries
Martin Nowack
2015-12-17
Refactoring: Moving klee_warning/_error functions to ErrorHandling in Support...
Martin Nowack
2015-12-04
Remove dead ifdef in STPBuilder header file. There is no
Dan Liew
2015-12-04
Remove dead ``tempVars`` and ``getTempVar()`` method in STPBuilder
Dan Liew
2015-09-22
[STPBuilder] Generate SRrem expressions correctly
Martin Nowack
2015-09-21
Merge pull request #274 from MartinNowack/fix_sdiv_1
Cristian Cadar
2015-09-05
Allow to generate initial values with empty constraint set
Martin Nowack
2015-08-30
Fix signed division by constant 1/ -1
Martin Nowack
2015-08-03
Merge pull request #198 from holycrap872/IndependentSolverGetInitialValues
Cristian Cadar
2015-07-06
Make the super-set check in CexCachingSolver default off
Eric Rizzi
2015-04-01
Added the function IndependentSolver::createdPointEvaluatesToTrue
Eric Rizzi
2015-04-01
Commit of improved IndependentSolver::getIniitalValues().
Eric Rizzi
2015-04-01
Added the ability to solve for all factors in a particular query.
Eric Rizzi
2015-03-20
[Solver] Fix leak intermediate expression not freed
Martin Nowack
2015-03-10
Altered DenseSet and IndependentElementSet to record ref<Expr> involved
Eric Rizzi
2014-12-09
Merge pull request #186 from paulmar/fixshift
Cristian Cadar
2014-12-08
Fix overshift check
Paul Marinescu
2014-12-03
Handling overshift behaviour in MetaSMTBuilder
Hristina Palikareva
2014-12-02
Implement :named and let abbreviation modes in ExprSMTLIBPrinter
Raimondas Sasnauskas
2014-09-14
Fix compilation error due to change in raw_fd_ostream for LLVM3.5
Dan Liew
2014-09-13
[Solver] Tune down the shared memory region size on Darwin.
Daniel Dunbar
2014-09-13
[Solver] Ensure shared memory allocation failures are reported as errors, not...
Daniel Dunbar
2014-09-13
Add KLEE specific DEBUG macros.
Daniel Dunbar
2014-09-12
When building against libc++ (vs libstdcxx), use standard unordered_{map,set}...
Daniel Dunbar
[prev]
[next]