Skip to content
Snippets Groups Projects
  1. Mar 29, 2016
    • Matt Wala's avatar
      Fix avoidable exponential blowup in unifier. · cb697546
      Matt Wala authored
      Change the code to do what the previous code tried to do, which is to
      match free variables only after matching the more complex terms. This
      avoids iterating over all possible subsets of the RHS.
      cb697546
  2. Mar 28, 2016
    • Matt Wala's avatar
      Fix unidirectional unification. · efcc7cac
      Matt Wala authored
      The unidirectional unifier now works on examples such as a+b*c =>
      d+e*f. This required a couple of changes to the algorithm, the main
      one being that we allow variables to match against subtrees of the
      expression.
      efcc7cac
  3. Dec 16, 2015
  4. Nov 22, 2015
  5. Aug 20, 2015
  6. May 01, 2015
  7. Apr 24, 2015
  8. Apr 23, 2015
  9. Mar 15, 2015
  10. Jan 24, 2015
  11. Oct 17, 2014
  12. Oct 03, 2014
  13. Jun 11, 2013
  14. Jun 10, 2013
  15. Jun 09, 2013
  16. Jun 07, 2013
  17. May 31, 2013
  18. May 25, 2013
  19. May 24, 2013
  20. May 23, 2013
  21. Jan 13, 2013
  22. Oct 22, 2012
  23. Aug 27, 2012
  24. Aug 26, 2012
  25. May 10, 2012
  26. May 09, 2012
  27. May 05, 2012
  28. Sep 17, 2009
  29. Jul 21, 2009
  30. Jul 01, 2009
  31. Jun 29, 2009
  32. Jun 14, 2009
Loading