|
PPL
1.2
|
#include "ppl-config.h"#include "MIP_Problem_defs.hh"#include "globals_defs.hh"#include "Checked_Number_defs.hh"#include "Linear_Expression_defs.hh"#include "Constraint_defs.hh"#include "Constraint_System_defs.hh"#include "Constraint_System_inlines.hh"#include "Generator_defs.hh"#include "Scalar_Products_defs.hh"#include "Scalar_Products_inlines.hh"#include "math_utilities_defs.hh"#include "Dense_Row_defs.hh"#include "Sparse_Row_defs.hh"#include <stdexcept>#include <deque>#include <vector>#include <algorithm>#include <cmath>
Go to the source code of this file.
Macros | |
| #define | PPL_NOISY_SIMPLEX 0 |
| #define | PPL_SIMPLEX_USE_MIP_HEURISTIC 1 |
| #define PPL_NOISY_SIMPLEX 0 |
Definition at line 48 of file MIP_Problem.cc.
| #define PPL_SIMPLEX_USE_MIP_HEURISTIC 1 |
Definition at line 52 of file MIP_Problem.cc.