about summary refs log tree commit diff homepage
path: root/lib/Solver
AgeCommit message (Expand)Author
2009-06-09Switch Array* print-outs to use name instead of ID, and update a fewDaniel Dunbar
2009-06-09Use Array* to map objects instead of id.Daniel Dunbar
2009-06-09Kill off UpdateList::isRooted flag.Daniel Dunbar
2009-06-09Remove unnecessary include.Daniel Dunbar
2009-06-08FastCexSolver: Start implementing exact value propogation.Daniel Dunbar
2009-06-08FastCexSolver: Stub out infrastructure for propogating exact values & provingDaniel Dunbar
2009-06-08FastCexSolver: Add exact value contents to CexObjectData.Daniel Dunbar
2009-06-08FastCexSolver: Rename forceExprTo* to propogatePossible*Daniel Dunbar
2009-06-08FastCexSolver: Lazily initialize object values and kill off ObjectFinder class.Daniel Dunbar
2009-06-08Kill off Concat::is[248]ByteConcat, and fix FastCexSolver for this case.Daniel Dunbar
2009-06-08Add klee::createDummySolver, the dummy solver always fails.Daniel Dunbar
2009-06-08Cleanup FastCexSolver:Daniel Dunbar
2009-06-05Support the extended query command syntax.Daniel Dunbar
2009-06-05Clean up a number of unused variable warnings when building w/oDaniel Dunbar
2009-06-04Sink getConstantValue into ConstantExpr.Daniel Dunbar
2009-06-04Change Solver::getValue to make explicit that result is a ConstantExpr.Daniel Dunbar
2009-06-04Finish removing uses of Expr::isConstant.Daniel Dunbar
2009-06-04Start removing uses of Expr::isConstant.Daniel Dunbar
2009-06-04Use cast<> instead of static_ref_cast.Daniel Dunbar
2009-06-04Move isConstant from ref<> to Expr::Daniel Dunbar
2009-06-03Kill off specialized ref<> forwarding methods, in the interest of making it aDaniel Dunbar
2009-06-02Use ConstantExpr::alloc instead of ref<Expr> directlyDaniel Dunbar
2009-05-25Add includes to get sprintf (STPBuilder) andDuncan Sands
2009-05-22Add missing include (for FreeBSD build)Daniel Dunbar
2009-05-21Initial KLEE checkin.Daniel Dunbar