-
Notifications
You must be signed in to change notification settings - Fork 254
Lp lcp #698
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
Closed
Closed
Lp lcp #698
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
9324864
Added GetFullSupport() to Game
StephenPasteris 24261f5
Moved Sequences into Gambit namespace
StephenPasteris 36f4040
Added sequence form functionality to Game
StephenPasteris b252b87
Made get_sequence_form_payoff function on pygambit game
StephenPasteris 41e7e43
Made a Sequence class in cython
StephenPasteris 8a570b5
Moved PlayerSequences into Gambit namespace and added GetSequences(pl…
StephenPasteris 1ce3457
Exposed PlayerSequences
StephenPasteris de490db
Added MixedSequenceProfile to game.h
StephenPasteris ca7cadf
Added MixedSequenceProfile to game.h
StephenPasteris e3cbb9d
Added failing LCP code
StephenPasteris 936385c
Added failing LP code
StephenPasteris e224052
Fixed LP and LCP
StephenPasteris 5fa380b
Cleaned up LP
StephenPasteris fbc88cc
Cleaned up LCP
StephenPasteris 408ac5d
Removed GetConstraintEntry from BSP (now just GetSequenceConstraintEn…
StephenPasteris 811c882
Changed uint8_t to int
StephenPasteris 54bfe42
Used member initialiser to fix clang-tidy error
StephenPasteris 0205b5c
Changed int to const int for clang-tidy
StephenPasteris 2d88e5f
Added terminal prob code
StephenPasteris 7537624
resolved conflict in gametree.h
StephenPasteris 36ccf6a
pushed payoffs to terminal nodes in sequence form object
StephenPasteris b728f3a
updated nonterm_outcomes kuhn poker test so that it xpasses
StephenPasteris ead0c23
set m_fullSupport to null when game changes
StephenPasteris 9204b87
removed commented out code from gameseq.cc
StephenPasteris 710ff33
added perfect info game with chance to tests
StephenPasteris 1c0f0e7
added one card poker with lacking outcome to tests
StephenPasteris 7d04c18
added one card poker with lacking outcome to tests
StephenPasteris 4ffc68e
added one perfect info game with internal outcomes to tests
StephenPasteris 571c94e
added game testing multiple things to tests
StephenPasteris 5b98213
added large payoff game to tests
StephenPasteris 917630b
added chance in middle game
StephenPasteris 9f0fe58
added chance in middle game
StephenPasteris 3a8c741
added entry-accomodation game to tests
StephenPasteris 98ac78c
added non-zero sum game lacking outcome to tests
StephenPasteris 308ce80
added 3 player game with internal outcomes to tests
StephenPasteris ed9554c
Added tests to enumpoly
StephenPasteris File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have a
NestedElementCollectionwhich implements exactly this generically - see howInfosetsandStrategiesare implemented.