MATPOWER / MATPOWER/mp-opt-model

future work for MIQCQP support

Open
#23 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
MATLAB
Stars
10
Forks
5
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the existing miqps_(), miqcqps_master(), qcqps_master(), and qps_master() entry points to understand the current solver and pricing behavior. Select and scope one item from the list, then define its supported options, output fields, and solver behavior before implementation. Done means the selected MIQCQP capability is implemented and covered by the relevant tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
matlab
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.