Replies: 1 comment 7 replies
-
|
In short, no. However, there is code within HiGHS to form the dual of a general LP - since simplex and IPM have a "dualize" strategy, so it shouldn't be hard to add. What's even easier, and maybe of wider use, is a facility to return the dual of an LP, so that users could pass that back to HiGHS and solve it as a primal problem. Of course, if a primal problem has finite lower and upper bounds on a variable or constraint, then the dual problem would have more variables and constraints than the original problem, so deducing its solution would not be trivial. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am successfully running the GPU version of PDLP on a given program but I have several reasons to believe that it would be better to run the same method on the dual. Is there a simple interface within HiGHS which I could use to run directly cuPDLP on the dual without having to convert myself the complete program to its dual?
Thanks!
--Constantinos
Beta Was this translation helpful? Give feedback.
All reactions