17using System.Collections.Generic;
25 if (vars is
null || vars.Length <= 0)
26 throw new ArgumentException(
"Array <vars> cannot be null or empty");
32 Solver solver = GetSolver(vars);
37 Solver solver = GetSolver(vars);
42 Solver solver = GetSolver(vars);