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

Implement, test, document information set properties #10

Open
tturocy opened this issue Jul 29, 2011 · 0 comments
Open

Implement, test, document information set properties #10

tturocy opened this issue Jul 29, 2011 · 0 comments

Comments

@tturocy
Copy link
Owner

tturocy commented Jul 29, 2011

There exists a boilerplate Cython wrapper of the C++ GameInfoset class. A few needed operations are missing:

  • Read-only property 'player', returning the player to which the information set belongs; corresponds to C++ GetPlayer(). (There is also a SetPlayer(); this will be handled in a separate issue.)
  • Member function 'precedes', which takes a node; corresponds to C++ Precedes().

In addition, documentation of the existing operations as well as the new ones should be added, and entries made into the test suite to exercise them.

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

No branches or pull requests

1 participant