forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scs solver for linear programs (RobotLocomotion#7447)
* Work to add the SCS solver * Add the parsing for bounding box constraint * Have some segfault when constructing the sparse matrix, and setting the scs problem data. * Fix the segfault. Now we can handle linear constraint, linear equality constraint and bounding box constraint * Put setting the problem data into one function. * Add SCS capability into MathematicalProgram * Move SCS down on the solver stack. Prefer to use SCS if other more accurate solvers are not available. * fix a typo * minor fix * Add SCS to solver table. * Address Andres' comments * Address Sammy's comments * Address Sammy's comment.
- Loading branch information
1 parent
b349a7d
commit 5f469e4
Showing
13 changed files
with
599 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.