Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ is_positive
Method
is_positive
IntegerProgramming/term_ordering.cc:379–385 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
377
378
379
BOOLEAN term_ordering::is_positive() const
380
{
381
for(int i=0;i<weighted_block_size;i++)
382
if(weight_vector[i]<=0)
383
return FALSE;
384
return TRUE;
385
}
386
387
388
Callers
1
ideal.cc
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected