Here is a short list of items that would be nice to include (eventually) for MIQCQP support.
- Support for more solvers (CPLEX, MOSEK, Artelys Knitro?)
miqcqps_cplex()
miqcqps_knitro()
miqcqps_mosek()
- Support for running a pricing stage after the mixed integer solve, in order to compute shadow prices (like the
miqps_<solver> functions do).
- With
skip_prices and price_stage_warn_tol option support.
- Support for
mip_gap and mip_gap_abs options.
- Support for
mip_gap field in output.
- Make
miqcqps_master() call miqps_master() explicitly for a problem with no quadratic constraints (I think).
- Same for
qcqps_master() and qps_master().
Here is a short list of items that would be nice to include (eventually) for MIQCQP support.
miqcqps_cplex()miqcqps_knitro()miqcqps_mosek()miqps_<solver>functions do).skip_pricesandprice_stage_warn_toloption support.mip_gapandmip_gap_absoptions.mip_gapfield inoutput.miqcqps_master()callmiqps_master()explicitly for a problem with no quadratic constraints (I think).qcqps_master()andqps_master().