b-inary / desktop-postflop

[Development suspended] Advanced open-source Texas Hold'em GTO solver with optimized performance
GNU Affero General Public License v3.0
234 stars 59 forks source link

Limit of Groups is 3 #30

Closed aditsaxena1 closed 1 year ago

aditsaxena1 commented 1 year ago

Hi, is there anyway to increase the number of groups one can consecutively make, I have some preflop charts that describe action that are heavily nested depending on lots of actions - going roughly 12 groups fully nested. When I'm trying to import these charts, I'm getting the error: Error: Import failed.

b-inary commented 1 year ago

Yes, you're right, the possible number of nests is limited to 3. This is mainly because the GUI component that handles the data is written by myself, and I couldn't afford to improve it (source). I would close this as not planned, but any contributions are welcome.