Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ is_nonnegative
Method
is_nonnegative
IntegerProgramming/matrix.cc:218–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
217
218
BOOLEAN matrix::is_nonnegative() const
219
{
220
for(int i=0;i<rows;i++)
221
for(int j=0;j<columns;j++)
222
if(coefficients[i][j]<0)
223
return FALSE;
224
return TRUE;
225
}
226
227
228
Callers
9
Conti_Traverso
Function · 0.45
Positive_Conti_Traverso
Function · 0.45
Elim_Conti_Traverso
Function · 0.45
Pottier
Function · 0.45
Hosten_Sturmfels
Function · 0.45
DiBiase_Urbanke
Function · 0.45
Bigatti_LaScala_Robbiano
Function · 0.45
solve
Function · 0.45
change_cost
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected