619{
620 try
621 {
623 if (
G !=
nullptr)
return G->get_betti(type);
624 ERROR(
"expected resolution computation type");
625 return nullptr;
627 {
629 return nullptr;
630 }
631}
virtual ResolutionComputation * cast_to_ResolutionComputation()
Base class for free resolution computation classes.