Remove GraphWalkSolver
It's not worth maintaining and if anybody cares the code is in git history.
This commit is contained in:
@@ -18,13 +18,11 @@ namespace Pow3r
|
||||
|
||||
private readonly string[] _solverNames =
|
||||
{
|
||||
nameof(GraphWalkSolver),
|
||||
nameof(BatteryRampPegSolver),
|
||||
nameof(NoOpSolver)
|
||||
};
|
||||
|
||||
private readonly IPowerSolver[] _solvers = {
|
||||
new GraphWalkSolver(),
|
||||
new BatteryRampPegSolver(),
|
||||
new NoOpSolver()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user