|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <lpcplex.hxx>
Collaboration diagram for opengm::LPCplex< GM, ACC >::Parameter:Public Member Functions | |
| Parameter (int numberOfThreads=0) | |
| constructor More... | |
| int | getCutLevel (MIP_CUT cl) |
Public Attributes | |
| bool | integerConstraint_ |
| int | numberOfThreads_ |
| bool | verbose_ |
| double | cutUp_ |
| double | epOpt_ |
| double | epMrk_ |
| double | epRHS_ |
| double | epInt_ |
| double | epAGap_ |
| double | epGap_ |
| double | workMem_ |
| double | treeMemoryLimit_ |
| double | timeLimit_ |
| int | probeingLevel_ |
| LP_SOLVER | rootAlg_ |
| LP_SOLVER | nodeAlg_ |
| LP_PRESOLVE | presolve_ |
| MIP_EMPHASIS | mipEmphasis_ |
| MIP_CUT | cutLevel_ |
| MIP_CUT | cliqueCutLevel_ |
| MIP_CUT | coverCutLevel_ |
| MIP_CUT | gubCutLevel_ |
| MIP_CUT | mirCutLevel_ |
| MIP_CUT | iboundCutLevel_ |
| MIP_CUT | flowcoverCutLevel_ |
| MIP_CUT | flowpathCutLevel_ |
| MIP_CUT | disjunctCutLevel_ |
| MIP_CUT | gomoryCutLevel_ |
Definition at line 53 of file lpcplex.hxx.
|
inline |
constructor
| cutUp | upper cutoff - assume that: min_x f(x) <= cutUp |
| epGap | relative stopping criterion: |bestnode-bestinteger| / (1e-10 + |bestinteger|) <= epGap |
Definition at line 92 of file lpcplex.hxx.
|
inline |
Definition at line 133 of file lpcplex.hxx.
| MIP_CUT opengm::LPCplex< GM, ACC >::Parameter::cliqueCutLevel_ |
Definition at line 78 of file lpcplex.hxx.
| MIP_CUT opengm::LPCplex< GM, ACC >::Parameter::coverCutLevel_ |
Definition at line 79 of file lpcplex.hxx.
| MIP_CUT opengm::LPCplex< GM, ACC >::Parameter::cutLevel_ |
Definition at line 77 of file lpcplex.hxx.
| double opengm::LPCplex< GM, ACC >::Parameter::cutUp_ |
Definition at line 58 of file lpcplex.hxx.
| MIP_CUT opengm::LPCplex< GM, ACC >::Parameter::disjunctCutLevel_ |
Definition at line 85 of file lpcplex.hxx.
| double opengm::LPCplex< GM, ACC >::Parameter::epAGap_ |
Definition at line 63 of file lpcplex.hxx.
| double opengm::LPCplex< GM, ACC >::Parameter::epGap_ |
Definition at line 64 of file lpcplex.hxx.
| double opengm::LPCplex< GM, ACC >::Parameter::epInt_ |
Definition at line 62 of file lpcplex.hxx.
| double opengm::LPCplex< GM, ACC >::Parameter::epMrk_ |
Definition at line 60 of file lpcplex.hxx.
| double opengm::LPCplex< GM, ACC >::Parameter::epOpt_ |
Definition at line 59 of file lpcplex.hxx.
| double opengm::LPCplex< GM, ACC >::Parameter::epRHS_ |
Definition at line 61 of file lpcplex.hxx.
| MIP_CUT opengm::LPCplex< GM, ACC >::Parameter::flowcoverCutLevel_ |
Definition at line 83 of file lpcplex.hxx.
| MIP_CUT opengm::LPCplex< GM, ACC >::Parameter::flowpathCutLevel_ |
Definition at line 84 of file lpcplex.hxx.
| MIP_CUT opengm::LPCplex< GM, ACC >::Parameter::gomoryCutLevel_ |
Definition at line 86 of file lpcplex.hxx.
| MIP_CUT opengm::LPCplex< GM, ACC >::Parameter::gubCutLevel_ |
Definition at line 80 of file lpcplex.hxx.
| MIP_CUT opengm::LPCplex< GM, ACC >::Parameter::iboundCutLevel_ |
Definition at line 82 of file lpcplex.hxx.
| bool opengm::LPCplex< GM, ACC >::Parameter::integerConstraint_ |
Definition at line 55 of file lpcplex.hxx.
| MIP_EMPHASIS opengm::LPCplex< GM, ACC >::Parameter::mipEmphasis_ |
Definition at line 76 of file lpcplex.hxx.
| MIP_CUT opengm::LPCplex< GM, ACC >::Parameter::mirCutLevel_ |
Definition at line 81 of file lpcplex.hxx.
| LP_SOLVER opengm::LPCplex< GM, ACC >::Parameter::nodeAlg_ |
Definition at line 74 of file lpcplex.hxx.
| int opengm::LPCplex< GM, ACC >::Parameter::numberOfThreads_ |
Definition at line 56 of file lpcplex.hxx.
| LP_PRESOLVE opengm::LPCplex< GM, ACC >::Parameter::presolve_ |
Definition at line 75 of file lpcplex.hxx.
| int opengm::LPCplex< GM, ACC >::Parameter::probeingLevel_ |
Definition at line 68 of file lpcplex.hxx.
| LP_SOLVER opengm::LPCplex< GM, ACC >::Parameter::rootAlg_ |
Definition at line 73 of file lpcplex.hxx.
| double opengm::LPCplex< GM, ACC >::Parameter::timeLimit_ |
Definition at line 67 of file lpcplex.hxx.
| double opengm::LPCplex< GM, ACC >::Parameter::treeMemoryLimit_ |
Definition at line 66 of file lpcplex.hxx.
| bool opengm::LPCplex< GM, ACC >::Parameter::verbose_ |
Definition at line 57 of file lpcplex.hxx.
| double opengm::LPCplex< GM, ACC >::Parameter::workMem_ |
Definition at line 65 of file lpcplex.hxx.
1.8.9.1