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

Function Highs_writeOptionsDeviations

highs/interfaces/highs_c_api.cpp:512–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510}
511
512HighsInt Highs_writeOptionsDeviations(const void* highs, const char* filename) {
513 return (HighsInt)((Highs*)highs)->writeOptions(filename, true);
514}
515
516HighsInt Highs_getIntInfoValue(const void* highs, const char* info,
517 HighsInt* value) {

Callers 1

Calls 1

writeOptionsMethod · 0.45

Tested by

no test coverage detected