1. 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
  2. 20 déc., 2017 1 validation
  3. 19 oct., 2017 1 validation
  4. 17 août, 2017 1 validation
    • C.G.Vedant's avatar
      Added tests (#620) · 09beeb45
      C.G.Vedant a écrit
      * Added tests for search.py
      
      * Updated readme
      
      * Removed extra newline
      
      * Fixed seed
      
      * Update README.md
      
      * Added docstring for minimal-consistent-det
      09beeb45
  5. 28 mai, 2017 1 validation
  6. 24 mai, 2017 1 validation
  7. 17 avr., 2017 1 validation
  8. 25 mar., 2017 1 validation
    • 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
    • lucasmoura's avatar
      Add more tests to csp.py (#328) · bf159249
      lucasmoura a écrit
      Add test for the following functions from csp.py
      
      * revise
      * AC3
      * first_unassigned_variable
      * num_legal_values
      * mrv
      bf159249
  10. 07 mar., 2017 2 validations
    • lucasmoura's avatar
      Add test to csp.py (#326) · 7c5f2834
      lucasmoura a écrit
      Add tests to the following methods from CSP class
      
      * result
      * goal_test
      * support_prunning
      * suppose
      * prune
      * choices
      * infer_assignement
      * restore
      * conflicted_vars
      7c5f2834
    • lucasmoura's avatar
      Fix flake8 for test files (#303) · 43fced5c
      lucasmoura a écrit
      * Add flake8 config file
      
      * Fix flake8 for test files
      43fced5c
  11. 05 mar., 2017 1 validation
    • lucasmoura's avatar
      Add tests to CSP class (#299) · c9eab0f6
      lucasmoura a écrit
      * Add tests to CSP class
      
      Add test for the following methods on CSP class:
      
      * assign
      * unassigns
      * nconflits
      * actions
      
      * Refactor some asserts in test_csp.py
      
      Some asserts were being done in the following way:
      assert (X is not None) == True
      
      Now, they are handled in the following way:
      assert X
      c9eab0f6
  12. 20 juin, 2016 1 validation
  13. 22 mar., 2016 3 validations