Skip to content

Commit

Permalink
suf(resetNashSolver)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Apr 24, 2021
1 parent 5b8ab79 commit 5e51791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lrsnashlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ 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)
void resetNashSolver(); /* Call this function for every new game to be solved */


Expand Down

0 comments on commit 5e51791

Please sign in to comment.