ERGO-Code / HiGHS

Linear optimization software
MIT License
985 stars 183 forks source link

Compute the primal-dual integral and return it via callback #1946

Closed jajhall closed 1 week ago

odow commented 1 month ago

We don't necessarily have to make it available via the callback. Just reporting it in the end info struct would be enough.

I was going to use the callback from Julia to estimate it.

jajhall commented 1 month ago

[like] Julian Hall reacted to your message:


From: Oscar Dowson @.> Sent: Monday, September 23, 2024 9:52:04 PM To: ERGO-Code/HiGHS @.> Cc: Julian Hall @.>; Author @.> Subject: Re: [ERGO-Code/HiGHS] Compute the primal integral and return it via callback (Issue #1946)

This email was sent to you by someone outside the University. You should only click on links or attachments if you are certain that the email is genuine and the content is safe.

We don't necessarily have to make it available via the callback. Just reporting it in the end info struct would be enough.

I was going to use the callback from Julia to estimate it.

— Reply to this email directly, view it on GitHubhttps://github.com/ERGO-Code/HiGHS/issues/1946#issuecomment-2369563389, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFMWLY4GGHAQ7TVAXOGWI3DZYB5PJAVCNFSM6AAAAABOW6WK4SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRZGU3DGMZYHE. You are receiving this because you authored the thread.Message ID: @.***>

The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. Is e buidheann carthannais a th’ ann an Oilthigh Dhùn Èideann, clàraichte an Alba, àireamh clàraidh SC005336.

jajhall commented 1 month ago

I was just thinking that someone will want to plot it sometimes, although that is done by parsing HiGHS.log with the Python utility

jajhall commented 2 weeks ago

Closed by #2014