#include <stdio.h>#include <signal.h>#include "scip/scip.h"#include "scip/scipshell.h"#include "scip/interrupt.h"Go to the source code of this file.
Functions | |
| static void | handleSigterm (int signum) |
| int | main (int argc, char **argv) |
|
static |
callback function for handling signals
| signum | signal code |
Definition at line 52 of file main.c.
References SCIPtryTerminate().
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv ) |
main method starting SCIP
| argc | number of arguments from the shell |
| argv | array of shell arguments |
Definition at line 62 of file main.c.
References handleSigterm(), SCIP_OKAY, SCIPprintError(), and SCIPrunShell().