Function minion_rs::run_minion

source ยท
pub fn run_minion(model: Model, callback: Callback) -> Result<(), MinionError>
Expand description

Run Minion on the given Model.

The given callback is ran whenever a new solution set is found.