![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <stddef.h>Go to the source code of this file.
Functions | |
| struct MathOptInterrupter * | MathOptNewInterrupter () |
| void | MathOptFreeInterrupter (struct MathOptInterrupter *interrupter) |
| void | MathOptInterrupt (struct MathOptInterrupter *interrupter) |
| int | MathOptIsInterrupted (const struct MathOptInterrupter *interrupter) |
| int | MathOptSolve (const void *model, size_t model_size, int solver_type, struct MathOptInterrupter *interrupter, void **solve_result, size_t *solve_result_size, char **status_msg) |
| void | MathOptFree (void *ptr) |
| void MathOptFreeInterrupter | ( | struct MathOptInterrupter * | interrupter | ) |
| void MathOptInterrupt | ( | struct MathOptInterrupter * | interrupter | ) |
| int MathOptIsInterrupted | ( | const struct MathOptInterrupter * | interrupter | ) |
| struct MathOptInterrupter * MathOptNewInterrupter | ( | ) |
| int MathOptSolve | ( | const void * | model, |
| size_t | model_size, | ||
| int | solver_type, | ||
| struct MathOptInterrupter * | interrupter, | ||
| void ** | solve_result, | ||
| size_t * | solve_result_size, | ||
| char ** | status_msg ) |