- 15 Feb, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 25 Dec, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 03 Dec, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 18 Nov, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 30 Sep, 2013 1 commit
-
-
Alex Leontiev authored
Added the copyrights missing in all files that required so.
-
- 19 Jul, 2013 1 commit
-
-
Alex Leontiev authored
In request to the comments for the pull request.
-
- 11 Jul, 2013 1 commit
-
-
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
-
- 20 Jun, 2013 1 commit
-
-
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.
-
- 30 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 05 Sep, 2011 1 commit
-
-
Alexey Spizhevoy authored
-
- 23 May, 2011 1 commit
-
-
Alexey Spizhevoy authored
-
- 11 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-