Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
bool 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
traverse
Function · 0.45
Calls
2
canonicalize
Method · 0.45
insert
Method · 0.45
Tested by
no test coverage detected