haiku/headers/libs/linprog
Clemens Zeidler a0ad88e002 Fix min/ max calculation by removing all soft constraints before doing so. Smaller fixes.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40297 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-01-26 22:06:02 +00:00
..
Constraint.h Add an alternative solver to lp_solve. The solver based on Ingo's active set solver but is able to handle arbitrary hard and soft constraints. The advantage to lp_solve is that the active set solver can optimize variable in respect to a quadratic objective function. This makes it possible to minimise the quadratic derivation to a desired value e.g. \Sum_i(x_i - x_{i,pref})^2 -> min. 2011-01-25 04:59:40 +00:00
LinearProgrammingTypes.h Merge all linear programming types in one file an rename them. 2010-12-13 19:23:33 +00:00
LinearSpec.h Fix min/ max calculation by removing all soft constraints before doing so. Smaller fixes. 2011-01-26 22:06:02 +00:00
Summand.h Add an alternative solver to lp_solve. The solver based on Ingo's active set solver but is able to handle arbitrary hard and soft constraints. The advantage to lp_solve is that the active set solver can optimize variable in respect to a quadratic objective function. This makes it possible to minimise the quadratic derivation to a desired value e.g. \Sum_i(x_i - x_{i,pref})^2 -> min. 2011-01-25 04:59:40 +00:00
Variable.h Fix min/ max calculation by removing all soft constraints before doing so. Smaller fixes. 2011-01-26 22:06:02 +00:00