I have a 5-20 variables in my problems, and generally for 3-6 the allowable solution space is either continuous down to a minimum value or exactly zero. For example, in one problem the first variable (x0) can be either be between 250-1000 or it can be 0.
The minimization is on a complex, piecewise-linear/non-linear function f(x0,...,xn).
Is this possible to do in a single Docplex model/minimize call? If so, does Docplex behave well with these sort of holes in the solution space?