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

Method next_is

IntegerProgramming/list.cc:1025–1028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1023
1024
1025int list_iterator::next_is(const list_iterator& iter) const
1026{
1027 return ((actual->next)==iter.actual);
1028}
1029
1030
1031

Callers 1

Buchberger.ccFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected