pub fn save_solutions_json(
solutions: &Vec<BTreeMap<Name, Literal>>,
path: &str,
test_name: &str,
solver: SolverFamily,
) -> Result<Value, Error>
Expand description
Writes the minion solutions to a generated JSON file, and returns the JSON structure.