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

Update to v7.1a #4

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Update to v7.1a #4

wants to merge 9 commits into from

Conversation

blegat
Copy link
Member

@blegat blegat commented Apr 22, 2021

No description provided.

bzinberg and others added 3 commits April 22, 2021 17:35
In preparation for rebasing this PR onto #4

This is a backward-incompatible change that will break earlier versions of LRSLib.jl.
Add `resetNashSolver()` to the public API
lrsnashlib.h Outdated
@@ -65,9 +65,10 @@ void printGame(game * g);
void setFwidth(game *g, int len);
void initFwidth(game *g);
void updateFwidth(game *g, int col, int pos, char *str);
#define resetNashSolver suf(resetNashSolver)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this meant to have resetNashSolver be called as resetNashSolver_gmp?
(Why is this needed?)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This last commit is useless indeed, it should be removed

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