Skip to content

GO3 model typo fix, Julia 1.12, ExaModel 0.11, and MadNLP 0.10#44

Open
michel2323 wants to merge 11 commits into
mainfrom
ms/go3_fix
Open

GO3 model typo fix, Julia 1.12, ExaModel 0.11, and MadNLP 0.10#44
michel2323 wants to merge 11 commits into
mainfrom
ms/go3_fix

Conversation

@michel2323

Copy link
Copy Markdown

Thanks, Claude.

@codecov

codecov Bot commented May 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.42%. Comparing base (7a4b323) to head (45c4462).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
+ Coverage   89.18%   89.42%   +0.23%     
==========================================
  Files           9        9              
  Lines        1313     1314       +1     
==========================================
+ Hits         1171     1175       +4     
+ Misses        142      139       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@michel2323 michel2323 changed the title GO3 model fixes GO3 model fixes and dep bumps Jun 1, 2026
michel2323 and others added 5 commits June 1, 2026 10:24
MadNLP 0.10 recovers multipliers via jtprod! when finalizing solver
stats, and the ExaModels KernelAbstractions extension only supports
jtprod_nln! when the model carries a Prodhelper. Without it, any solve
on a KA backend (CPU()/CUDABackend()) errors with "Prodhelper is not
defined". Callers can still override via kwargs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ExaCore(T; backend) warns that it returns the deprecated mutable
LegacyExaCore, but the builders and the public user_callback contract
still need the mutating API (variable/constraint/constraint!), which
only exists for LegacyExaCore. Construct the wrapper directly via a
legacy_core helper until the package migrates to the functional
add_var/add_con API.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@michel2323 michel2323 changed the title GO3 model fixes and dep bumps GO3 model typo fix, Julia 1.12, ExaModel 0.11, and MadNLP 0.10 Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant