Functions
MCF3_lp.cpp File Reference
#include "CoinHelperFunctions.hpp"
#include "OsiClpSolverInterface.hpp"
#include "MCF3_lp.hpp"
Include dependency graph for MCF3_lp.cpp:

Go to the source code of this file.

Functions

void MCF3_adjust_bounds (const BCP_vec< BCP_var * > &vars, std::vector< MCF3_branch_decision > *history, BCP_vec< int > &var_changed_pos, BCP_vec< double > &var_new_bd)
 
void MCF3_adjust_bounds (const BCP_vec< BCP_var * > &vars, const int commodity, const MCF3_branch_decision &decision, BCP_vec< int > &var_changed_pos, BCP_vec< double > &var_new_bd)
 

Function Documentation

void MCF3_adjust_bounds ( const BCP_vec< BCP_var * > &  vars,
std::vector< MCF3_branch_decision > *  history,
BCP_vec< int > &  var_changed_pos,
BCP_vec< double > &  var_new_bd 
)

Definition at line 15 of file MCF3_lp.cpp.

void MCF3_adjust_bounds ( const BCP_vec< BCP_var * > &  vars,
const int  commodity,
const MCF3_branch_decision decision,
BCP_vec< int > &  var_changed_pos,
BCP_vec< double > &  var_new_bd 
)

Definition at line 51 of file MCF3_lp.cpp.