Implements ResolutionComputation.
Definition at line 375 of file res-a2.cpp.
379{
381 if (type == 4)
382 {
384 "cannot use Minimize=>true unless res(...,FastNonminimal=>true) was "
385 "used");
386 return nullptr;
387 }
388
389 ERROR(
"received unsupported betti type for this algorithm");
390 return nullptr;
391}
M2_arrayint betti_minimal() const
References betti_minimal(), and ERROR.