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

Function highsIntArraysEqual

check/TestCAPI.c:201–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201HighsInt highsIntArraysEqual(const HighsInt dim, const HighsInt* array0,
202 const HighsInt* array1) {
203 for (HighsInt ix = 0; ix < dim; ix++)
204 if (array0[ix] != array1[ix]) return 0;
205 return 1;
206}
207
208HighsInt doubleArraysEqual(const double dim, const double* array0,
209 const double* array1) {

Callers 1

testGetModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected