evil mantissa
unread,Jul 26, 2023, 6:26:01 AM7/26/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lp_solve
Hello, here is my problem:
I have an LP matrix 3x3 with 3 parameters and 3 constraints. I need to remove an ineffective coefficient (0) from the .lp file. When I open it in LpSolve IDE and execute it in the console, I see the following message:
"(store) Warning, variable t75 has an effective coefficient of 0, Ignored on line 2555"
etc...
I need to delete this coefficient from the file before opening it in LpSolve IDE. If LpSolve IDE can do it, then we can do it too via API.