MCPcopy Create free account
hub / github.com/Singular/Singular / process

Method process

gfanlib/gfanlib_traversal.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39bool FanBuilder::process(FanTraverser &traverser)
40{
41 ZCone cone2=traverser.refToPolyhedralCone();
42 cone2.canonicalize();
43 coneCollection.insert(cone2);
44 return true;
45}
46
47
48

Callers 1

traverseFunction · 0.45

Calls 2

canonicalizeMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected