Closed GiulioRomualdi closed 2 years ago
This PR introduces Status and ErrorExitFlag enum class that replicates the content of https://osqp.org/docs/interfaces/status_values.html
Status
ErrorExitFlag
Furthermore, I implemented:
OsqpEigen::Solver::solveProblem
OsqpEigen::Solver::solve
OsqpEigen::Solver::getStatus
osqp
This closes #110
I bumped the project version to 0.6.4.100, so if the user what to use the features implemented in this PR it can ask for a specific version of the library
0.6.4.100
This PR introduces
Status
andErrorExitFlag
enum class that replicates the content of https://osqp.org/docs/interfaces/status_values.htmlFurthermore, I implemented:
OsqpEigen::Solver::solveProblem
: this function will substituteOsqpEigen::Solver::solve
and it will return theErrorExitFlag
OsqpEigen::Solver::getStatus
to get the internal state ofosqp
solver.This closes #110