Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ element_is_marked_done
Method
element_is_marked_done
IntegerProgramming/list.cc:936–939 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
934
935
936
BOOLEAN list_iterator::element_is_marked_done() const
937
{
938
return(actual->done);
939
}
940
941
942
BOOLEAN list_iterator::element_is_marked_head_reduced() const
Callers
1
Buchberger.cc
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected