is_presolve accepting different type than documentation stated?
22 views
Skip to first unread message
Iraklis D.
unread,
Jun 26, 2023, 6:23:11 AM6/26/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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
Per https://lpsolve.sourceforge.net/5.5/is_presolve.htm, is_presolve accepts an integer testmask which based on code is the lpsolve_presolve enum type. However, the function signature accept a
lpsolve_scales when using the latest LpSolve 5.5. Is this a bug again?
--
Kind regards,
Iraklis D.
Peter Notebaert
unread,
Jun 26, 2023, 6:57:33 AM6/26/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Iraklis D., lp_solve
I advise not to use presolve because it does not work very well.