Skip to content
Snippets Groups Projects
Commit 3f23ee81 authored by Paul Jourdan's avatar Paul Jourdan
Browse files

Disable use of y for pns

parent 449d3384
No related branches found
No related tags found
No related merge requests found
Pipeline #63213 passed
......@@ -64,7 +64,7 @@ class PNS_solver:
else:
self.game_hgg = game
self.all_ordered_support = []
self.game_pcp = PolynomialComplementaryProblem(game)
self.game_pcp = PolynomialComplementaryProblem(game, fact_y=False)
self.final_support_size = sum(len(a) for a in self.players_actions)
self.found_support_size = 0
self.nb_of_support_enumerated = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment