Skip to content

[Bug]: reveal causes seg fault #749

@rahulsavani

Description

@rahulsavani

Where did you find this bug?

PyGambit

What operating system are you using?

macOS

What version of Gambit are you using?

16.5.0

What happened?

The following code seg faults when reveal is called in the final line.

import pygambit as gbt

game = gbt.Game.new_tree(players=["1", "2"])
game.append_move(game.root, "1", actions=["a_" + str(i) for i in range(5)])
game.append_move(game.root.children, "2", actions=['r', 'l'])
game.reveal(game.root.infoset, "2")

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions