Skip to content

Remove printf from ordering heuristics#2835

Draft
filikat wants to merge 3 commits intolatestfrom
orderings-printf
Draft

Remove printf from ordering heuristics#2835
filikat wants to merge 3 commits intolatestfrom
orderings-printf

Conversation

@filikat
Copy link
Collaborator

@filikat filikat commented Feb 9, 2026

  • Define a macro HIGHS_ORDERING_PRINT that does nothing in release, and uses printf to print a message in debug.
  • Replace all instances of printf in metis, amd and rcm with the new macro.
  • The word "printf" now does not appear anywhere in the folders extern/metis, extern/amd, extern/rcm.

@jajhall jajhall assigned filikat and unassigned filikat Feb 9, 2026
@codecov
Copy link

codecov bot commented Feb 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.28%. Comparing base (48487c6) to head (bec3258).
⚠️ Report is 18 commits behind head on latest.

Additional details and impacted files
@@           Coverage Diff           @@
##           latest    #2835   +/-   ##
=======================================
  Coverage   80.27%   80.28%           
=======================================
  Files         348      348           
  Lines       86212    86212           
=======================================
+ Hits        69210    69211    +1     
+ Misses      17002    17001    -1     

☔ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants