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

ENH: Implement LCP solver #690

Merged
merged 2 commits into from
Jan 29, 2023
Merged

ENH: Implement LCP solver #690

merged 2 commits into from
Jan 29, 2023

Conversation

oyamad
Copy link
Member

@oyamad oyamad commented Jan 8, 2023

Solves a linear complementarity problem:

z >= 0
w = Mz + q >= 0
zw = 0

Straightforward implementation by just combining existing components in quantecon.

@coveralls
Copy link

coveralls commented Jan 8, 2023

Coverage Status

Coverage: 92.87% (+0.07%) from 92.804% when pulling 3e061d7 on lcp_lemke into 360cd4d on main.

@oyamad oyamad merged commit c4ba7a6 into main Jan 29, 2023
@oyamad oyamad deleted the lcp_lemke branch January 29, 2023 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants