Uno 2.7.3
Updated the bundled Uno C++ solver to upstream release 2.7.3. The R-packaging patch set was rebased onto v2.7.3; the C API is backward-compatible (the binding is unchanged). One internal fix: Uno 2.7.3 relocated
Options::dump_default_options(), so its console output is re-routed through the R-output mechanism (UNO_COUT) to keep the compiled library free of rawstd::coutfor the CRAN compiled-code check.Added
inst/COPYRIGHTSdocumenting the copyright holders and licenses of the bundled third-party libraries: the Uno C++ solver and HiGHS, including the components HiGHS itself bundles (AMD, METIS, pdqsort, zstr, rcm, filereaderlp, Catch2, and CLI11). All are permissive and MIT-compatible (MIT / BSD-3-Clause / Apache-2.0 / zlib / Boost Software License 1.0); none is copyleft. ACopyright: file inst/COPYRIGHTSfield and acphentry for the HiGHS development team record this in the package metadata. Because the file lives underinst/, the attribution survives installation. MUMPS (reached at run time through the GPL-licensedrmumpspackage) and BQPD are not bundled.
