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

Method getRelativeInteriorPoint

gfanlib/gfanlib_zcone.cpp:859–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

857}
858
859ZVector ZCone::getRelativeInteriorPoint()const
860{
861 ensureStateAsMinimum(1);
862// assert(state>=1);
863
864 return lpSolver.relativeInteriorPoint(inequalities,equations);
865}
866
867ZVector ZCone::getUniquePoint()const
868{

Callers 14

mainFunction · 0.80
facetComplexSymmetryMethod · 0.80
removeNonMaximalMethod · 0.80
hasFaceMethod · 0.80
tropicalStarFunction · 0.80
raysOfTropicalStarFunction · 0.80
relativeInteriorPointFunction · 0.80
interiorPointsOfFacetsFunction · 0.80
groebnerConeMethod · 0.80
containsInCollectionFunction · 0.80

Calls 1

relativeInteriorPointMethod · 0.80

Tested by 1

mainFunction · 0.64