Add the ability to select type of output.
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user