Only feasible point for intlinprog

1 回表示 (過去 30 日間)
Jiazhen Zhou
Jiazhen Zhou 2020 年 5 月 11 日
コメント済み: Jiazhen Zhou 2020 年 5 月 15 日
I am working with a large integer programming problem, which may take huge amount of time to complete the program. I would only like to get some feasible integer point in the constraint set rather than solving the optimization problem. Is there options in intlinprog can achieve this?

回答 (1 件)

Alan Weiss
Alan Weiss 2020 年 5 月 12 日
Sure, you are free to use the built-in 'savemilpsolutions' output function to collect the solutions, and eiither give a random or no objective function vector. I believe that giving a random objective function vector can, in some cases, help the solver, but you are free to leave the objective out entirely if you like. See the documentation for the f argument.
Alan Weiss
MATLAB mathematical toolbox documentation
  1 件のコメント
Jiazhen Zhou
Jiazhen Zhou 2020 年 5 月 15 日
Thank you. that solves my problem.
Jiazhen.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeProblem-Based Optimization Setup についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by