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

Function highsVersionPatch

highs/lp_data/Highs.cpp:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46HighsInt highsVersionMajor() { return HIGHS_VERSION_MAJOR; }
47HighsInt highsVersionMinor() { return HIGHS_VERSION_MINOR; }
48HighsInt highsVersionPatch() { return HIGHS_VERSION_PATCH; }
49const char* highsGithash() { return HIGHS_GITHASH; }
50const char* highsCompilationDate() { return "deprecated"; }
51

Callers 3

versionPatchMethod · 0.85
Highs_versionPatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected