Conversation
|
@amontoison @cvanaret could you have a look and check if these changes are ok? |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## latest #3066 +/- ##
==========================================
- Coverage 73.04% 72.85% -0.19%
==========================================
Files 426 428 +2
Lines 102324 102592 +268
Branches 16459 16522 +63
==========================================
+ Hits 74745 74747 +2
- Misses 27303 27569 +266
Partials 276 276 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@amontoison the C API is more or less ready. Please have a look at @cvanaret it's better if you use the C API as well, rather then CPP. I set up the C API to be usable outside of HiGHS, so that it automatically sets up everything by itself. If you want to use the CPP interface, you would need to perform the actions in |
Changes requested in order to use the HiPO linear solver within UNO.
New features:
T*instead ofstd::vector<T>.printf, if HiGHS logging is not available.highs/ipm/hipo/factorhighs/FactorHighs_c_api.h. An example is provided inhighs/ipm/hipo/factorhighs/FactorHighs_c_api_example.c.