Skip to content
Snippets Groups Projects
  1. 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
  2. Feb 05, 2015
  3. Feb 04, 2015
  4. Jan 23, 2015
  5. Jan 22, 2015
  6. Jul 21, 2014
  7. Jul 16, 2014
  8. May 15, 2014
  9. May 04, 2014
    • Thorsten Wißmann's avatar
      Only use addBSNoChk for simple bitsets · b5352205
      Thorsten Wißmann authored
      Insert a formula into a bitset without checking for a contradiction. The
      former addBS performed a contradiction-check using MiscSolver.arrayNeg
      which is a array of size 0 due to not being initialized.
      
      For some reasons this bug only could be triggered when building with
      oasis and not with the old Makefile, though arrayNeg being of size 0 in
      both cases.
      
      This fixes #12.
      b5352205
  10. Apr 23, 2014
  11. Mar 31, 2014
  12. Jan 29, 2014
  13. Jan 28, 2014
  14. Jan 26, 2014
  15. Jan 25, 2014
  16. Jan 17, 2014
  17. Jan 16, 2014
  18. Jan 15, 2014
  19. Jan 14, 2014
  20. Jan 13, 2014
  21. Jan 10, 2014
  22. Jan 09, 2014
  23. Dec 17, 2013
Loading