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

Method numActiveNodes

highs/mip/HighsNodeQueue.h:293–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 int64_t numNodes() const { return nodes.size() - freeslots.size(); }
292
293 int64_t numActiveNodes() const {
294 return nodes.size() - freeslots.size() - numSuboptimal;
295 }
296
297 bool empty() const { return numActiveNodes() == 0; }
298};

Callers 2

runMethod · 0.80
printDisplayLineMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected