Skip to content

Add result classes for Nash solvers in C++ and Python - #1130

Merged
tturocy merged 1 commit into
masterfrom
issue_1115
Sep 10, 2026
Merged

Add result classes for Nash solvers in C++ and Python#1130
tturocy merged 1 commit into
masterfrom
issue_1115

Conversation

@tturocy

@tturocy tturocy commented Sep 9, 2026

Copy link
Copy Markdown
Member

Closes #1115.

@tturocy tturocy linked an issue Sep 9, 2026 that may be closed by this pull request
@tturocy
tturocy requested a review from rahulsavani September 9, 2026 12:40
@review-notebook-app

Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@tturocy
tturocy marked this pull request as ready for review September 10, 2026 17:47
…rofiles.

This changes both C++ and Python interfaces to Nash solvers to return
a method-specific `Result` class, rather than a list of profiles (C++) or
a generic class (Python).

This enables the possibility of providing richer method-specific details
about algorithm performance, different types of return values, and information
on failure of algorithms to find a solution (as appropriate).
@tturocy
tturocy merged commit fe3ad81 into master Sep 10, 2026
26 checks passed
@tturocy
tturocy deleted the issue_1115 branch September 10, 2026 18:22
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.

Return result classes from solvers

1 participant