pub fn run_minion(model: Model, callback: Callback) -> Result<(), MinionError>
Run Minion on the given Model.
The given callback is ran whenever a new solution set is found.