Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add linear complementarity problem support #21

Merged
merged 6 commits into from
Dec 19, 2017
Merged

Conversation

rdeits
Copy link
Contributor

@rdeits rdeits commented Dec 19, 2017

Adds solveLCP(f_eval, lb, ub, [var_name], [con_name]) and solveLCP(f_eval, M, lb, ub, [var_name], [con_name]). This avoids the call to ForwardDiff.jacobian at every iteration, so it should be much faster for problems which are actually linear.

@rdeits
Copy link
Contributor Author

rdeits commented Dec 19, 2017

(this PR builds on top of the changes included in #20)

@coveralls
Copy link

coveralls commented Dec 19, 2017

Coverage Status

Coverage decreased (-2.2%) to 97.778% when pulling 18976df on rdeits:lcp into 7e4928a on chkwon:master.

@chkwon chkwon merged commit 18976df into chkwon:master Dec 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants