MCPcopy Create free account
hub / github.com/PSOPT/psopt / MSdata

Method MSdata

include/psopt.h:490–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488class MSdata {
489public:
490 MSdata() {
491 nodes.resize(1);
492 }
493 MSdata(long n) {
494 nodes.resize(n);
495 }

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected