How to use CALLBACK to terminate model early?
回答済みI'm confused about the following parameters about simplex alg.
| SPX_PRIMINF | SIMPLEX | double | Current primal infeasibility. |
|---|
| SPX_DUALINF | SIMPLEX | double | Current dual infeasibility. |
|---|
I'd like to know what they mean. For example, what number means what status of infeasibility? Is there any explanation?
About barrier alg., I also have a similar question about
| BARRIER_PRIMINF | BARRIER | double | Primal infeasibility for current barrier iterate. |
|---|
| BARRIER_DUALINF | BARRIER | double | Dual infeasibility for current barrier iterate. |
|---|
Then, is there an implementation of early termination for simplex and barrier methods? also of the primal and dual methods?
The programming language is Python.
0
-
The discussion in the community post Limit solutions for an LP might be helpful.
0
サインインしてコメントを残してください。
コメント
1件のコメント