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

Method error_status

IntegerProgramming/ideal.cc:944–950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

942}
943
944int ideal::error_status() const
945{
946 if(size<0)
947 return -1;
948 else
949 return 0;
950}
951
952//////////////////////////// output /////////////////////////////////////////
953

Callers 10

Conti_TraversoFunction · 0.45
Positive_Conti_TraversoFunction · 0.45
Elim_Conti_TraversoFunction · 0.45
PottierFunction · 0.45
Hosten_SturmfelsFunction · 0.45
DiBiase_UrbankeFunction · 0.45
Bigatti_LaScala_RobbianoFunction · 0.45
solveFunction · 0.45
change_costFunction · 0.45
idealMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected