void *(* mps_callback)(mps_context *status, void *user_data)
Pointer to the callback for the async version of mpsolve.
Definition: context.h:37
void * mps_realloc(void *pointer, size_t size)
Reallocator for memory used in MPSolve.
Definition: interface.c:131
void * mps_malloc(size_t size)
Allocator for memory to be used in mpsolve.
Definition: interface.c:114
void mps_mpsolve(mps_context *s)
Call the real polynomial (or secular equation, or whatever) solver and do the computation.
Definition: interface.c:63
this struct holds the state of the mps computation
Definition: context.h:55