Skip to content

Standardisation cleanups in lcp_solve - #996

Merged
tturocy merged 4 commits into
masterfrom
dev_lcptidy
Jul 20, 2026
Merged

Standardisation cleanups in lcp_solve#996
tturocy merged 4 commits into
masterfrom
dev_lcptidy

Conversation

@tturocy

@tturocy tturocy commented Jul 20, 2026

Copy link
Copy Markdown
Member

This does some housekeeping in the LCP solvers:

  • To be consistent with other methods, exceptions are not caught in the solver but
    allowed to propagate out.
  • Instead of using exceptions to escape the AllLemke recursion, a return type is used.

tturocy added 4 commits July 20, 2026 18:35
This does some housekeeping in the LCP solvers:
* To be consistent with other methods, exceptions are not caught in the solver but
  allowed to propagate out.
* Instead of using exceptions to escape the `AllLemke` recursion, a return type is used.
@tturocy
tturocy merged commit cf05ce1 into master Jul 20, 2026
26 checks passed
@tturocy
tturocy deleted the dev_lcptidy branch July 20, 2026 22:59
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.

1 participant