Update solver

This commit is contained in:
Asriel Camora
2025-08-18 23:56:40 -07:00
parent b9da027283
commit d10332fb9d
5 changed files with 24 additions and 62 deletions
-1
View File
@@ -38,7 +38,6 @@ public readonly record struct SolverConfig
// Raphael/A* configuration
public bool Adversarial { get; init; }
public bool BackloadProgress { get; init; }
public bool MinimizeSteps { get; init; }
public int MaxThreadCount { get; init; }
public ActionType[] ActionPool { get; init; }