add button to move to a state farthest from any win condition

This commit is contained in:
2026-02-25 03:20:40 +01:00
parent 271902ab1f
commit 3f8274f1d9
6 changed files with 33 additions and 8 deletions

View File

@ -82,6 +82,10 @@ public:
auto FindTargetPath() -> void;
auto FindWorstState() -> State;
auto GoToWorst() -> void;
auto CurrentMassIndex() const -> std::size_t;
};