MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / cliCopyrightLine

Function cliCopyrightLine

app/RunHighs.cpp:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16static bool written_cli_copyright_line = false;
17
18void cliCopyrightLine(const HighsLogOptions& log_options) {
19 if (written_cli_copyright_line) return;
20 highsLogUser(log_options, HighsLogType::kInfo,
21 "Command line parsed using CLI11 %s: Copyright (c) 2017-2025 "
22 "University of Cincinnati\n",
23 CLI11_VERSION);
24 written_cli_copyright_line = true;
25}
26
27int runHighsReturn(Highs& highs, const int status) {
28 // Possibly write out the HiGHS and CLI copyright lines

Callers 2

runHighsReturnFunction · 0.85
mainFunction · 0.85

Calls 1

highsLogUserFunction · 0.85

Tested by

no test coverage detected