1. 15 Feb, 2014 1 commit
  2. 25 Dec, 2013 1 commit
  3. 03 Dec, 2013 1 commit
  4. 18 Nov, 2013 1 commit
  5. 30 Sep, 2013 1 commit
  6. 19 Jul, 2013 1 commit
  7. 11 Jul, 2013 1 commit
    • Alex Leontiev's avatar
      Convenience fixes · 6db2596c
      Alex Leontiev authored
      Attempting to fix issues pointed out by Vadim Pisarevsky during the pull
      request review. In particular, the following things are done:
      *) The mechanism of debug info printing is changed and made more
      procedure-style than the previous macro-style
      *) z in solveLP() is now returned as a column-vector
      *) Func parameter of solveLP() is now allowed to be column-vector, in
      which case it is understood to be the transpose of what we need
      *) Func and Constr now can contain floats, not only doubles (in the
      former case the conversion is done via convertTo())
      *)different constructor to allocate space for z in solveLP() is used,
      making the size of z more explicit (this is just a notation change, not
      functional, both constructors are achieving the same goal)
      *) (big) mat.hpp and iostream headers are moved to precomp-headers from
      optim.hpp
      6db2596c
  8. 20 Jun, 2013 1 commit
    • Alex Leontiev's avatar
      Blank module and first draft of solver API. · f41b8b90
      Alex Leontiev authored
      At this point we have a skeleton of a new module (optim) which can
      barely compile properly (unlike previous commit). Besides, there is a
      first draft of solver and lpsolver (linear optimization solver) in this
      commit.
      f41b8b90
  9. 30 Apr, 2012 1 commit
  10. 05 Sep, 2011 1 commit
  11. 23 May, 2011 1 commit
  12. 11 May, 2010 1 commit