Skip to content

Commit

Permalink
Update decomposition.pxi
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz authored Dec 8, 2024
1 parent aa43edf commit eb26c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pygcgopt/decomposition.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ cdef class PartialDecomposition:

@property
def max_for_white_agg_score(self):
return self.thisptr.getScore(GCGfindScore(self.thisptr.getDetprobdata().getScip(), str_conversion"max foreseeing white with aggregation info")))
return self.thisptr.getScore(GCGfindScore(self.thisptr.getDetprobdata().getScip(), str_conversion("max foreseeing white with aggregation info")))

@property
def set_part_for_white_agg_score(self):
Expand Down

0 comments on commit eb26c1f

Please sign in to comment.