main file for linear ordering example
Definition in file cmain.c.
#include <string.h>
#include <scip/scip.h>
#include <scip/scipdefplugins.h>
#include "cons_lop.h"
#include "reader_lop.h"
Go to the source code of this file.
Macros | |
#define | SCIP_CALL_ERROR(x) |
Functions | |
int | main (int argc, char **argv) |
#define SCIP_CALL_ERROR | ( | x | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
main function, which starts the solution of the linear ordering problem
argc | number of arguments from the shell |
argv | array of shell arguments |
Definition at line 45 of file cmain.c.
References BMScheckEmptyMemory, SCIP_CALL_ERROR, SCIPcreate(), SCIPfree(), SCIPincludeConshdlrLOP(), SCIPincludeDefaultPlugins(), SCIPincludeReaderLOP(), SCIPinfoMessage(), and SCIPprocessShellArguments().