- Updated compatibility to QUBODrivers 0.6.1 and QUBOTools 0.13.
- Added QUBODrivers benchmark metadata, final-read, and time-limit conformance declarations for the MQLib optimizer.
- Added a Julia
ccallsolve path that usesMQLib_jll.libmqlib_c_api. - Required
MQLib_jll0.1.2 or newer so the shared-library product is available from the published JLL. - Kept the existing executable-backed solve path as a defensive fallback if the C ABI library is unavailable.
- Used the executable fallback for default hyperheuristic solves when the JLL artifact does not include hyperheuristic model files.
- Updated the BinaryBuilder recipe sketch to install MQLib hyperheuristic model files under
share/mqlib/hhdata.
- Raised the Julia compatibility floor from 1.9 to 1.10.
- Updated QUBODrivers compatibility to 0.4 and QUBOTools compatibility to 0.12.
- Updated CI coverage to test Julia 1.10 and latest stable Julia.
- Added a documented C ABI wrapper for solving QUBO instances through MQLib without invoking the command-line executable.
- Added native C ABI smoke tests and contract checks for the exported C API.
- Added a BinaryBuilder recipe sketch for building
MQLib_jllwith both the existing executable product and a futurelibmqlib_c_apishared library product.