#include "CoinHelperFunctions.hpp"#include "BCP_lp_node.hpp"#include "BCP_lp.hpp"#include "BCP_lp_functions.hpp"#include "BM.hpp"#include "BonChooseVariable.hpp"#include "BonCurvBranchingSolver.hpp"#include "BonQpBranchingSolver.hpp"#include "BonLpBranchingSolver.hpp"#include "BonOsiTMINLPInterface.hpp"#include "BonIpoptWarmStart.hpp"
Go to the source code of this file.
Functions | |
| void | BM_solve_branches (OsiSolverInterface *solver, const CoinWarmStart *cws, const int numBranch, BM_BranchData *bD) |
| void | BM_register_branch_results (const int numBranch, const BM_BranchData *bD, BM_SB_result *sbResults) |
Variables | |
| static bool | ifprint = true |
| static bool | ifprint2 = false |
| void BM_solve_branches | ( | OsiSolverInterface * | solver, | |
| const CoinWarmStart * | cws, | |||
| const int | numBranch, | |||
| BM_BranchData * | bD | |||
| ) |
Definition at line 392 of file BM_lp_branch.cpp.
| void BM_register_branch_results | ( | const int | numBranch, | |
| const BM_BranchData * | bD, | |||
| BM_SB_result * | sbResults | |||
| ) |
Definition at line 427 of file BM_lp_branch.cpp.
bool ifprint = true [static] |
Definition at line 25 of file BM_lp_branch.cpp.
bool ifprint2 = false [static] |
Definition at line 26 of file BM_lp_branch.cpp.
1.6.1