Add the ability to select type of output.

This commit is contained in:
2025-01-28 01:04:38 +01:00
parent a7c5845b7a
commit 515034a64e
5 changed files with 34 additions and 2 deletions

View File

@ -30,4 +30,6 @@ type Controller struct {
Split int
// Which part of the search should the solver focus on.
Part int
// Type of output requested
Output string
}