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

◆ IM2_Resolution_status_level()

enum ComputationStatusCode IM2_Resolution_status_level ( Computation * G,
int level,
M2_bool minimize,
int * complete_up_through_this_degree )

Definition at line 593 of file groebner.cpp.

598{
599 (void) C;
600 (void) level;
601 (void) minimize;
602 (void) complete_up_through_this_degree;
603#ifdef DEVELOPMENT
604#warning "IM2_Resolution_status to be written"
605#endif
606 ERROR("not re-implemented yet");
607 return COMP_ERROR;
608#if 0
609// ResolutionComputation *G = C->cast_to_ResolutionComputation();
610// if (G != 0)
611// return G->status_level(level, complete_up_through_this_degree);
612// ERROR("expected resolution computation type");
613// return 0;
614#endif
615}
@ COMP_ERROR
Definition computation.h:56
const int ERROR
Definition m2-mem.cpp:55

References COMP_ERROR, and ERROR.