haiku/src/libs/linprog
2011-06-18 01:26:31 +00:00
..
ActiveSetSolver.cpp Add support for soft inequality constraints for quadratic solvers. A slack variable is used in a normal hard inequality and the slack variable is minimized with a high penalty. In this way the constraint is only violated when necessary. Some smaller clean up. 2011-06-18 01:26:31 +00:00
ActiveSetSolver.h Add support for soft inequality constraints for quadratic solvers. A slack variable is used in a normal hard inequality and the slack variable is minimized with a high penalty. In this way the constraint is only violated when necessary. Some smaller clean up. 2011-06-18 01:26:31 +00:00
Constraint.cpp Add support for soft inequality constraints for quadratic solvers. A slack variable is used in a normal hard inequality and the slack variable is minimized with a high penalty. In this way the constraint is only violated when necessary. Some smaller clean up. 2011-06-18 01:26:31 +00:00
Jamfile Add support for soft inequality constraints for quadratic solvers. A slack variable is used in a normal hard inequality and the slack variable is minimized with a high penalty. In this way the constraint is only violated when necessary. Some smaller clean up. 2011-06-18 01:26:31 +00:00
LayoutOptimizer.cpp Soft constraints can now be weighted. 2011-03-14 00:17:30 +00:00
LayoutOptimizer.h Don't copy the constraint list, just use a pointer to the list. 2011-02-08 09:07:26 +00:00
LinearSpec.cpp Add support for soft inequality constraints for quadratic solvers. A slack variable is used in a normal hard inequality and the slack variable is minimized with a high penalty. In this way the constraint is only violated when necessary. Some smaller clean up. 2011-06-18 01:26:31 +00:00
LPSolveInterface.cpp Make kp_solve interface work again. 2011-02-08 09:01:11 +00:00
LPSolveInterface.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
QPSolverInterface.cpp Add support for soft inequality constraints for quadratic solvers. A slack variable is used in a normal hard inequality and the slack variable is minimized with a high penalty. In this way the constraint is only violated when necessary. Some smaller clean up. 2011-06-18 01:26:31 +00:00
QPSolverInterface.h Add support for soft inequality constraints for quadratic solvers. A slack variable is used in a normal hard inequality and the slack variable is minimized with a high penalty. In this way the constraint is only violated when necessary. Some smaller clean up. 2011-06-18 01:26:31 +00:00
Summand.cpp 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.cpp - Areas with same tabs are put in a column/row automtically. Move preferred size constraint from Area to the column/row. This avoids a "spring" effect of the 2011-03-14 00:24:12 +00:00