Dear All,
We are running a bisection procedure to find the optimal value of a variable (say VarX) iteratively. At each iteration, given a fixed value of VarX (as a parameter), we need to check the feasibility of a problem with quadratic/conic constraints. The objective function could be set arbitrarily, such as maximizing a constant number (e.g. maximize 0). The primary purpose is to only check the feasibility of the problem, the indication of feasible or infeasible status is good enough for us to conduct further procedure. The optimality is not required in this case. To possibly increase the computational efficiency, we are wondering if there are any specific options for the solver Cplex and Gurobi that they can quickly return the feasibility status of the problem. Alternatively speaking, we are trying to use the options (if any) that the solver stops the solving process once a feasible solution is found, and it does not necessarily to search for other solutions.
We are greatly appreciated for any insights and advice. Thank you.
Best regards,
Ran