ParaInitialStat extension for SCIP solver. More...
#include <cstring>
#include <iostream>
#include <fstream>
#include "ug/paraComm.h"
#include "ug/gzstream.h"
#include "ug_bb/bbParaInstance.h"
#include "ug_bb/bbParaDiffSubproblem.h"
#include "scip/scip.h"
#include "scip/history.h"
#include "scip/cons_bounddisjunction.h"
Go to the source code of this file.
Classes | |
struct | BranchConsLinearInfo_t |
struct | BranchConsSetppcInfo_t |
class | ScipParaDiffSubproblemBranchLinearCons |
class | ScipParaDiffSubproblemBranchSetppcCons |
class | ScipParaDiffSubproblemLinearCons |
class | ScipParaDiffSubproblemBoundDisjunctions |
class | ScipParaDiffSubproblemVarBranchStats |
class | ScipParaDiffSubproblemVarValues |
class | ScipParaDiffSubproblem |
Namespaces | |
namespace | ParaSCIP |
Typedefs | |
typedef struct ParaSCIP::BranchConsLinearInfo_t | BranchConsLinearInfo |
typedef BranchConsLinearInfo * | BranchConsLinearInfoPtr |
typedef struct ParaSCIP::BranchConsSetppcInfo_t | BranchConsSetppcInfo |
typedef BranchConsSetppcInfo * | BranchConsSetppcInfoPtr |
ParaInitialStat extension for SCIP solver.
Definition in file scipParaDiffSubproblem.h.