bkushigian / postflop-solver

An open-source postflop solver library written in Rust
GNU Affero General Public License v3.0
8 stars 0 forks source link

Include added and removed lines in `TreeConfig` #20

Open bkushigian opened 1 month ago

bkushigian commented 1 month ago

Currently these are only in ActionTree and PostFlopGame. These should be available before this, in the TreeConfig, since

  1. this is just the logical place for them, and
  2. this will allow for easier serialization/deserialization of configurations.