Skip to content
Snippets Groups Projects
  1. Apr 06, 2017
  2. Mar 27, 2017
  3. Mar 26, 2017
    • Hans-Peter Deifel's avatar
      tests: Run reasoner in new process for each formula · ad0b75b1
      Hans-Peter Deifel authored
      As it stands, cool leaks tons of memory with each `isSat` call. Until
      this is fixed, the new `--slow` testsuite would need at least 16GB of
      memory if all formulas are decided in one process. Thus, we now call
      isSat in a new child-process and allow the OS to reclaim memory after
      the child exits.
      
      NB: This uses the Unix.fork API, which is not available on Windows.
      ad0b75b1
    • Hans-Peter Deifel's avatar
      Add lots of test cases for CTL. · b002efa8
      Hans-Peter Deifel authored
      This imports some of the quickly decidable ctl comparision benchmark
      formulas into the test suite.
      
      The testsuite also gained a --slow parameter, that enables slower (but
      still fairly fast) formulas.
      b002efa8
  4. Mar 22, 2017
  5. Mar 21, 2017
  6. Mar 16, 2017
    • Hans-Peter Deifel's avatar
      Get testsuite running again · 9fdc9f4d
      Hans-Peter Deifel authored and Hans-Peter Deifel's avatar Hans-Peter Deifel committed
      Fixes the syntax of all tests that use R and B as identifiers, which
      are keywords now.
      
      Also disables all tests involving nominals as they are currently all
      throwing exceptions.
      9fdc9f4d
    • Hans-Peter Deifel's avatar
      Fix testsuite for K · 3c42e3f1
      Hans-Peter Deifel authored and Hans-Peter Deifel's avatar Hans-Peter Deifel committed
      R and B are now keywords and were used as identifiers. Now, r and
      b (lowercase) is used instead in the testcases. For consistency, all
      other identifiers were lowercased, too.
      3c42e3f1
  7. Feb 11, 2016
  8. Feb 09, 2016
  9. Feb 05, 2016
    • Thorsten Wißmann's avatar
      Fix CL for diamond formula sets with all agents · 9609611d
      Thorsten Wißmann authored
      For the case of two (or more) diamond formulas who all mention the full
      agent list, no rule was created, because the former CL algorithm only
      created rules for proper subsets of the agent list. This adds the
      missing rule and lets cool correctly answer the following query:
      
          $ ./coalg.native sat CL --agents '1' <<< '(~[{1}] p) & ~[{1}] ~p'
          unsatisfiable
      9609611d
  10. Jul 06, 2015
  11. Feb 05, 2015
  12. Jul 21, 2014
  13. Jul 17, 2014
  14. Jul 16, 2014
  15. Jul 11, 2014
  16. May 16, 2014
Loading