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

Method indexSet

gfanlib/gfanlib_symmetriccomplex.cpp:80–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79
80std::set<int> SymmetricComplex::Cone::indexSet()const
81{
82 std::set<int> ret;
83 for(unsigned i=0;i<indices.size();i++)
84 ret.insert(indices[i]);
85
86 return ret;
87}
88
89bool SymmetricComplex::Cone::isSubsetOf(Cone const &c)const
90{

Callers 3

computeFacetsFunction · 0.80
buildConeListsMethod · 0.80
toStringJustConesMethod · 0.80

Calls 2

sizeMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected