haiku/src/libs/linprog
2010-12-13 18:41:58 +00:00
..
Constraint.cpp Refactor the linear programming class to use a minimal solver interface class and implement the interface for lp_solve. As a result lp_solve is not visible to the outside any more. This interface could be used to use other solvers as well. Rename operator constants to no clash with lp_solve constants. 2010-12-13 18:41:58 +00:00
Jamfile Refactor the linear programming class to use a minimal solver interface class and implement the interface for lp_solve. As a result lp_solve is not visible to the outside any more. This interface could be used to use other solvers as well. Rename operator constants to no clash with lp_solve constants. 2010-12-13 18:41:58 +00:00
LinearSpec.cpp Refactor the linear programming class to use a minimal solver interface class and implement the interface for lp_solve. As a result lp_solve is not visible to the outside any more. This interface could be used to use other solvers as well. Rename operator constants to no clash with lp_solve constants. 2010-12-13 18:41:58 +00:00
LPSolveInterface.cpp Refactor the linear programming class to use a minimal solver interface class and implement the interface for lp_solve. As a result lp_solve is not visible to the outside any more. This interface could be used to use other solvers as well. Rename operator constants to no clash with lp_solve constants. 2010-12-13 18:41:58 +00:00
LPSolveInterface.h Refactor the linear programming class to use a minimal solver interface class and implement the interface for lp_solve. As a result lp_solve is not visible to the outside any more. This interface could be used to use other solvers as well. Rename operator constants to no clash with lp_solve constants. 2010-12-13 18:41:58 +00:00
PenaltyFunction.cpp Refactor the linear programming class to use a minimal solver interface class and implement the interface for lp_solve. As a result lp_solve is not visible to the outside any more. This interface could be used to use other solvers as well. Rename operator constants to no clash with lp_solve constants. 2010-12-13 18:41:58 +00:00
Summand.cpp fUsingSummands was never used so remove it. 2010-11-29 21:08:26 +00:00
Variable.cpp Refactor the linear programming class to use a minimal solver interface class and implement the interface for lp_solve. As a result lp_solve is not visible to the outside any more. This interface could be used to use other solvers as well. Rename operator constants to no clash with lp_solve constants. 2010-12-13 18:41:58 +00:00