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

Function isvalid

highs/ipm/basiclu/basiclu_object.c:94–97  ·  view source on GitHub ↗

* isvalid() - test if @obj is an allocated BASICLU object */

Source from the content-addressed store, hash-verified

92 * isvalid() - test if @obj is an allocated BASICLU object
93 */
94static lu_int isvalid(struct basiclu_object *obj)
95{
96 return obj && obj->istore && obj->xstore;
97}
98
99/*
100 * lu_clear_lhs() - reset contents of lhs to zero

Callers 6

basiclu_obj_factorizeFunction · 0.85
basiclu_obj_get_factorsFunction · 0.85
basiclu_obj_solve_denseFunction · 0.85
basiclu_obj_solve_sparseFunction · 0.85
basiclu_obj_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected