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

Function doubleArraysEqual

check/TestCAPI.c:208–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208HighsInt doubleArraysEqual(const double dim, const double* array0,
209 const double* array1) {
210 for (HighsInt ix = 0; ix < dim; ix++)
211 if (array0[ix] != array1[ix]) return 0;
212 return 1;
213}
214
215void assertDoubleValuesEqual(const char* name, const double is,
216 const double should_be) {

Callers 1

testGetModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected