SCIP-SDP  3.2.0
Functions
main.c File Reference

main file for solving MISDPs More...

Go to the source code of this file.

Functions

static SCIP_RETCODE runSCIP (int argc, char **argv)
 
int main (int argc, char **argv)
 

Detailed Description

main file for solving MISDPs

Author
Sonja Mars
Tristan Gally

Definition in file main.c.

Function Documentation

static SCIP_RETCODE runSCIP ( int  argc,
char **  argv 
)
static

run scip and set some parameters

Parameters
argcnumber of command line arguments
argvpointer to command line arguments

Definition at line 43 of file main.c.

References SCIPSDPincludeDefaultPlugins().

Referenced by main().

int main ( int  argc,
char **  argv 
)

main function

Parameters
argcnumber of command line arguments
argvpointer to command line arguments

Definition at line 73 of file main.c.

References runSCIP().