Return the status of the LP solver rather than returning a boolean, so that...
Return the status of the LP solver rather than returning a boolean, so that the user can have a better understanding of what happened when the LP could not be solved.
Showing
- include/robust-equilibrium-lib/solver_LP_abstract.hh 18 additions, 4 deletionsinclude/robust-equilibrium-lib/solver_LP_abstract.hh
- include/robust-equilibrium-lib/static_equilibrium.hh 8 additions, 8 deletionsinclude/robust-equilibrium-lib/static_equilibrium.hh
- src/solver_LP_qpoases.cpp 1 addition, 1 deletionsrc/solver_LP_qpoases.cpp
- src/static_equilibrium.cpp 30 additions, 30 deletionssrc/static_equilibrium.cpp
- test/test_static_equilibrium.cpp 21 additions, 17 deletionstest/test_static_equilibrium.cpp
Loading
Please register or sign in to comment