diff --git a/src/pygcgopt/decomposition.pxi b/src/pygcgopt/decomposition.pxi index 40a9a54..8aad65a 100644 --- a/src/pygcgopt/decomposition.pxi +++ b/src/pygcgopt/decomposition.pxi @@ -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):