MCPcopy 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
936BOOLEAN list_iterator::element_is_marked_done() const
937{
938 return(actual->done);
939}
940
941
942BOOLEAN list_iterator::element_is_marked_head_reduced() const

Callers 1

Buchberger.ccFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected