MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / Shape

Method Shape

cp-profiler/src/cpprofiler/tree/shape.cpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9{
10
11Shape::Shape(int height) : extents_(height) {}
12
13std::ostream &operator<<(std::ostream &os, const cpprofiler::tree::Shape &s)
14{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected