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
    • Andreas Klöckner's avatar
      Maxima py3 fixes · 56016a56
      Andreas Klöckner authored
      56016a56
    • 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. Oct 12, 2013
  14. Jun 11, 2013
  15. Jun 10, 2013
  16. Jun 09, 2013
  17. Jun 07, 2013
  18. May 31, 2013
  19. May 25, 2013
  20. May 24, 2013
  21. May 23, 2013
  22. Jan 22, 2013
  23. Jan 13, 2013
  24. Oct 22, 2012
  25. Aug 29, 2012
  26. Aug 27, 2012
  27. Aug 26, 2012
  28. May 10, 2012
  29. May 09, 2012
  30. May 05, 2012
Loading