Macaulay2 Engine
Loading...
Searching...
No Matches

◆ IM2_Resolution_status()

int IM2_Resolution_status ( Computation * G,
int * complete_up_through_this_degree,
int * complete_up_through_this_level )

Definition at line 579 of file groebner.cpp.

582{
583 (void) C;
584 (void) complete_up_through_this_degree;
585 (void) complete_up_through_this_level;
586#ifdef DEVELOPMENT
587#warning "IM2_Resolution_status to be written"
588#endif
589 ERROR("not re-implemented yet");
590 return -1;
591}
const int ERROR
Definition m2-mem.cpp:55

References ERROR.