Scippy

SCIP

Solving Constraint Integer Programs

cmain.c File Reference

Detailed Description

Main file for SCIP-Jack.

Author
Gerald Gamrath
Daniel Rehfeldt

This the file contains the main() main function of the projects. This includes all the default plugins of SCIP and the once which belong to that projects. After that is starts the interactive shell of SCIP or processes the shell arguments if given.

Definition in file cmain.c.

#include <stdio.h>
#include "scip/scip.h"
#include "scip/scipshell.h"
#include "scip/scipdefplugins.h"
#include "relax_stp.h"
#include "relax_stpenum.h"
#include "relax_stpdp.h"
#include "reader_stp.h"
#include "reader_gr.h"
#include "cons_stp.h"
#include "cons_stpcomponents.h"
#include "heur_tm.h"
#include "heur_local.h"
#include "heur_prune.h"
#include "heur_ascendprune.h"
#include "heur_slackprune.h"
#include "heur_lurkprune.h"
#include "heur_rec.h"
#include "pricer_stp.h"
#include "event_bestsol.h"
#include "probdata_stp.h"
#include "dialog_stp.h"
#include "prop_stp.h"
#include "branch_stp.h"

Go to the source code of this file.

Functions

static SCIP_RETCODE runShell (int argc, char **argv, const char *defaultsetname)
 
int main (int argc, char **argv)
 

Function Documentation

◆ runShell()

static SCIP_RETCODE runShell ( int  argc,
char **  argv,
const char *  defaultsetname 
)
static

◆ main()

int main ( int  argc,
char **  argv 
)
Parameters
argcnumber of shell parameters
argvarray containing shell parameters

Definition at line 134 of file cmain.c.

References runShell(), SCIP_OKAY, and SCIPprintError().