]> git.unchartedbackwaters.co.uk Git - francis/stp.git/shortlog
francis/stp.git
2010-08-28 trevor_hansenFix. I thought the code I checked-in just now wasn...
2010-08-28 trevor_hansenChanges to inactive by default code.
2010-08-22 trevor_hansenRemove some assertion checks from code that's not enabl...
2010-08-22 trevor_hansenBugfix. STP returned the wrong answer when something...
2010-08-21 vijay_ganeshminor changes to INSTALL instructions
2010-08-20 trevor_hansenFix the build script
2010-08-20 trevor_hansenRemove variables from the configure script which contro...
2010-08-20 trevor_hansenRemove binaries I checked in by mistake
2010-08-20 trevor_hansenFix build. Forgot to checkin these
2010-08-20 trevor_hansen* Replace minisat 2 with minisat 2.2.
2010-08-18 trevor_hansenAdd regresssmtcomp2007 which runs the bitvector benchma...
2010-08-18 trevor_hansenChanges to inactive code. Use simple AIG simplification...
2010-08-16 trevor_hansenUpdate to currently inactive code.
2010-08-16 trevor_hansenCode for AIG rewriting with ABC. This code is not curre...
2010-08-15 trevor_hansenExtra tests for inactive by-default code
2010-08-15 trevor_hansenRefactor. Remove unncessary code.
2010-08-15 trevor_hansenChange non-enabled code.
2010-08-14 trevor_hansenImprovement? FlattenKind now recursively flattens it...
2010-08-14 trevor_hansenShould cause not runtime effects.
2010-08-13 trevor_hansenSpeedup. Reduce the number of times that SortByArith...
2010-08-11 trevor_hansenPrint out a not yet supported error.
2010-08-11 trevor_hansenAdd a sorting network implementation. This code is...
2010-08-10 trevor_hansenCleanup. Remove experimental (not active) code.
2010-08-10 trevor_hansenImprove the encoding of the full adder used by the...
2010-08-10 trevor_hansenCorrect a comment
2010-08-07 trevor_hansenBugfix. --output-CNF was broken when outputting with...
2010-08-06 trevor_hansenFix slowdown.
2010-08-05 trevor_hansenSpeedup the bvsolver. Use the applySubstitutionMap...
2010-08-05 trevor_hansenBugfix. The prior revision sometimes returned the wrong...
2010-08-01 trevor_hansenBugfix. Infinite loop. My fourth attempt to fix the...
2010-07-31 trevor_hansenBugfix. Oops. When using the quick statistics (the...
2010-07-28 trevor_hansenSpeedup. I've measured the performance of bit blasted...
2010-07-28 trevor_hansenBugfix. Infinite loop. A third fix for r947.
2010-07-28 trevor_hansenBugfix. STP may produce the wrong answer. Introduced...
2010-07-28 trevor_hansenSpeed up of the unsigned division encoding. Update...
2010-07-28 trevor_hansenRefactoring.
2010-07-26 trevor_hansenBugfix. Stop a null pointer error.
2010-07-26 msoosFurther fixing of spurious printing in CryptoMiniSat
2010-07-26 msoosFixing verbosity-related problems in CryptoMiniSat2
2010-07-10 trevor_hansenA QF_ABV division has been added to the smt-lib. Update...
2010-07-10 trevor_hansenBugfix. Properly print out the counter example of booleans.
2010-07-10 trevor_hansenFix the build + extra options for constant bit propagat...
2010-07-10 trevor_hansenSpeedup. Flatten multiplications, sort, then re-assable...
2010-07-10 trevor_hansenExtra code (not enabled), for constant bit propagation.
2010-07-10 trevor_hansenExtra code (that's not currently enabled), so reduce...
2010-07-10 trevor_hansenOutput quick statistics if enabled, and exiting after...
2010-07-09 trevor_hansenDecision. This optimisation helps our cvc regressions...
2010-07-09 trevor_hansenAdd the option to exit after generating the CNF. Curren...
2010-07-09 trevor_hansenBugfix. If a new-line occured in a string literal,...
2010-07-08 petercolIntroduce vc_setInterfaceFlags function
2010-07-08 trevor_hansenFix some small leaks when performing division by zero...
2010-07-08 trevor_hansenOnly run the bvsolver if optimisations have been enable...
2010-07-08 trevor_hansenFix the unit test script:
2010-07-07 trevor_hansenBugfix. Remove a null pointer reference.
2010-07-07 trevor_hansenSimplify (bvdiv x x ) to one. Likewise for the other...
2010-07-07 trevor_hansenFix the building of the stp library.
2010-07-07 trevor_hansenFix the build.
2010-07-07 trevor_hansenNeaten up the code for constant bit propagation. Note...
2010-07-06 trevor_hansenBugfix. Fix a check to ensure that the type of nodes...
2010-07-06 trevor_hansen* Interface changes for constant bit propagation. Not...
2010-07-06 trevor_hansenFix. stp.a didn't have necessary cbitp file included...
2010-07-06 trevor_hansenFix. The unit tests expect the cnf's to be called outpu...
2010-07-06 trevor_hansenRevert. In r915 I removed the default -m32 flag by...
2010-07-05 trevor_hansenMore getting ready for constant bit propagation. This...
2010-07-05 msoosCryptoMiniSat can now be built
2010-07-05 msoosFor low-cutoff speed reasons, it's best not to subsume...
2010-07-05 trevor_hansenAdd the interface code for constant bit propagation...
2010-07-04 msoosCleaning up some bugs in CryptoMS
2010-07-04 trevor_hansenFree the memory allocatated to the AIGs before SAT...
2010-07-04 trevor_hansenTiny speedup. Generate the encoding of multiplication...
2010-07-04 trevor_hansenI didn't enable capturing of quick statistics (the...
2010-07-04 trevor_hansenBugfix. The SMTLIB2 defines the outer bars (if present...
2010-07-04 trevor_hansenGet cryptominisat2 compiling:
2010-07-03 trevor_hansenBitblast formula that don't contain arrays into and...
2010-07-02 msoosCorrecting small bug in CMS2
2010-07-02 msoosUpdating CMS2 to get rid of a small bug
2010-07-02 msoosRemoving trailing code related to pools' #ifdefs in...
2010-07-02 msoosFurther updating of CryptoMiniSat2
2010-07-02 msoosUpdating CryptoMiniSat2 to fix some minor bugs
2010-07-02 msoosUpdating CryptoMiniSat2
2010-07-02 trevor_hansenRename the bitblaster class fron BitBlasterNew to BitBl...
2010-07-01 trevor_hansenRefactor, getting ready for AIGs. This does add additio...
2010-06-29 trevor_hansenSpeedup. Generate nicer circuits for unsigned division.
2010-06-28 trevor_hansenChange how the counter example is built. Previously...
2010-06-28 trevor_hansenSpeedup. Add solving for xors to the bitvector solver.
2010-06-28 trevor_hansenSpeedup. if (xor a b) is found, replaced a with (not...
2010-06-27 trevor_hansenSpeedup. Sort EQ nodes. This prevents duplicate nodes...
2010-06-27 trevor_hansenSpeedup. Don't push extracts through ites. Sometimes...
2010-06-27 trevor_hansenDefault to bash shell rather than sh for some calls...
2010-06-27 trevor_hansenSpeedup. Revert back to minisat's default parameters.
2010-06-27 trevor_hansenSpeedup. Flatten ands at the start of the bvsolver.
2010-06-26 trevor_hansenclean up two regression log names
2010-06-26 trevor_hansenSpeedups.
2010-06-26 trevor_hansenSpeedups.
2010-06-25 trevor_hansenSpeedups.
2010-06-25 trevor_hansenMeasure the difficulty of formula by using a simple...
2010-06-25 trevor_hansenUse the new method to determine whether the sub-graph...
2010-06-25 trevor_hansenThe array transformer now respects optimisations being...
2010-06-25 trevor_hansen* Add containsArrayOps(..) to check if any array terms...
2010-06-24 trevor_hansenFix the build.
next