Skip to content
Snippets Groups Projects
  1. Feb 12, 2015
  2. Feb 10, 2015
  3. Feb 06, 2015
    • Regis Blanc's avatar
      unrolling solver correclty interrupts its solver · ef3642c6
      Regis Blanc authored
      Fixes a bug, where UnrollingSolver was interrupted but was not
      stopping its internal solver, leading to a timeout not being
      respected if the internal solver was stucked in a complicated
      check operation. UnrollingSolver now takes a Solver with
      Interruptible.
      
      In order to do that, Leon now relies on a more recent version of
      scala-smtlib, that provides a feature to kill the solver process
      in a relatively clean way. Update the SMTLIBSolver code to
      actually perform the kill operation on the interrupt.
      ef3642c6
  4. Jan 09, 2015
  5. Nov 26, 2014
  6. Nov 05, 2014
  7. Nov 03, 2014
  8. Nov 02, 2014
  9. Oct 30, 2014
  10. Oct 29, 2014
  11. Oct 27, 2014
  12. Oct 24, 2014
  13. Oct 23, 2014
  14. Oct 20, 2014
Loading