1. 28 mar., 2019 1 validation
    • Donato Meoli's avatar
      changed queue to set in AC3 (#1051) · 7892bea4
      Donato Meoli a écrit
      * changed queue to set in AC3
      
      Changed queue to set in AC3 (as in the pseudocode of the original algorithm) to reduce the number of consistency-check due to the redundancy of the same arcs in queue. For example, on the harder1 configuration of the Sudoku CSP the number consistency-check has been reduced from 40464 to 12562!
      
      * re-added test commented by mistake
      7892bea4
  2. 21 nov., 2018 1 validation
  3. 21 oct., 2018 1 validation
  4. 14 mar., 2018 1 validation
  5. 12 fév., 2018 1 validation
    • Vinay Varma's avatar
      modify AC3 algorithm (#717) · beaea67b
      Vinay Varma a écrit
      * added submodule
      
      * fixed ac3 in csp.py
      
      * added a test to verify the modified ac3 algorithm in csp.py
      
      * Update .gitmodules
      beaea67b
  6. 28 mai, 2017 2 validations
  7. 24 mai, 2017 1 validation
  8. 25 mar., 2017 2 validations
    • lucasmoura's avatar
      Fix flake8 for main files (#399) · 034d279b
      lucasmoura a écrit
      * Exclude test files from flake8 check
      
      * Fix flake8 for main files
      
      * Add flake8 check to build
      034d279b
    • Antonis Maronikolakis's avatar
      Implemented Topological Sort (#401) · cb7a0b14
      Antonis Maronikolakis a écrit
      * Implement Topological Sort
      
      - Implemented topological_sort
      - Added auxiliary function build_topological
      - Updated call to topological_sort
      
      * Use defaultdict to build visited
      
      * Added test
      
      * Update csp.py
      
      Skip first item of iteration
      cb7a0b14
  9. 18 mar., 2017 1 validation
    • VladKha's avatar
      Update comments and cleanup (#354) · d941781c
      VladKha a écrit
      * Update some comments
      
      * Cleanup and remove some duplicate initialization
      
      * Fix some comments quotation and little bugs: raising Exception instead of raising Failure, random.randrange(a,b) instead of random(a, b)
      
      * Fix some comments quotation and remove explicit inheritance from object
      
      * Fix 'r' in front of the ```parse_csv``` comments
      
      * Fix quotation in comments
      
      * Fix quotation in comments and fix bug in 'KB_AgentProgram'
      d941781c
  10. 04 mar., 2017 1 validation
    • Sampad Kumar Saha's avatar
      Modern String Formatting in Code (#292) · 1356ab9e
      Sampad Kumar Saha a écrit
      * Modern string formatting in csp.py.
      
      * Modern string formatting in games.py.
      
      * Modern string formatting in learning.py.
      
      * Modern string formatting in nlp.py.
      
      * Modern string formatting in probability.py.
      
      * Modern string formatting in search.py.
      
      * Replaced {0\!r} by {} if %s.
      
      * Corrected a typo.
      1356ab9e
  11. 20 juin, 2016 2 validations
  12. 18 avr., 2016 1 validation
  13. 17 avr., 2016 4 validations
  14. 16 avr., 2016 1 validation
  15. 13 avr., 2016 2 validations
  16. 09 avr., 2016 1 validation
  17. 05 avr., 2016 1 validation
  18. 30 mar., 2016 1 validation
  19. 22 mar., 2016 2 validations
  20. 16 mar., 2016 1 validation
  21. 12 mar., 2016 1 validation
  22. 11 mar., 2016 1 validation
  23. 10 mar., 2016 1 validation
  24. 09 mar., 2016 2 validations
  25. 07 mar., 2016 1 validation
  26. 06 mar., 2016 3 validations
  27. 05 mar., 2016 2 validations
  28. 04 nov., 2011 1 validation