Skip to content

future work for MIQCQP support #23

Description

@rdzman

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().

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions