Move parameters to params.h
This commit is contained in:
5
src/lp.h
5
src/lp.h
@@ -2,10 +2,7 @@
|
|||||||
#define _PROJECT_LP_H_
|
#define _PROJECT_LP_H_
|
||||||
|
|
||||||
#include <cplex.h>
|
#include <cplex.h>
|
||||||
|
#include "params.h"
|
||||||
#define LP_EPSILON 0.000001
|
|
||||||
#define MAX_CUT_POOL_SIZE 1000000
|
|
||||||
#define MAX_CUT_AGE 10
|
|
||||||
|
|
||||||
struct LP
|
struct LP
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
#ifndef PROJECT_PARAMS_H
|
#ifndef PROJECT_PARAMS_H
|
||||||
#define PROJECT_PARAMS_H
|
#define PROJECT_PARAMS_H
|
||||||
|
|
||||||
|
#define LP_EPSILON 0.000001
|
||||||
|
|
||||||
|
#define MAX_CUT_AGE 5
|
||||||
|
#define MAX_CUT_POOL_SIZE 1000000
|
||||||
|
|
||||||
#define LOG_LEVEL LOG_LEVEL_INFO
|
#define LOG_LEVEL LOG_LEVEL_INFO
|
||||||
|
|
||||||
#define ENABLE_COMB_INEQUALITIES
|
#define ENABLE_COMB_INEQUALITIES
|
||||||
|
|||||||
Reference in New Issue
Block a user