Lines Matching refs:GetEnumValue

348   if (!options_ -> GetEnumValue ("variable_selection", varSelection, "couenne.")) {  in InitializeCouenne()
611 options()->GetEnumValue("heuristic_dive_fractional",doHeuristicDiveFractional,prefix_.c_str()); in InitializeCouenne()
621 …options()->GetEnumValue("heuristic_dive_vectorLength",doHeuristicDiveVectorLength,prefix_.c_str()); in InitializeCouenne()
631 …if(!options()->GetEnumValue("heuristic_dive_MIP_fractional",doHeuristicDiveMIPFractional,prefix_.c… in InitializeCouenne()
645 …options()->GetEnumValue("heuristic_dive_MIP_vectorLength",doHeuristicDiveMIPVectorLength,prefix_.c… in InitializeCouenne()
654 …if(!nonlinearSolver_->model()->hasGeneralInteger() && !options()->GetEnumValue("heuristic_feasibil… in InitializeCouenne()
668 options()->GetEnumValue("fix_and_solve_heuristic",doFixAndSolve,prefix_.c_str()); in InitializeCouenne()
678 options()->GetEnumValue("dummy_pump_heuristic",doDummyPump,prefix_.c_str()); in InitializeCouenne()
688 options()->GetEnumValue("heuristic_RINS",doHeuristicRINS,prefix_.c_str()); in InitializeCouenne()
698 options()->GetEnumValue("heuristic_local_branching",doHeuristicLocalBranching,prefix_.c_str()); in InitializeCouenne()
708 options()->GetEnumValue("pump_for_minlp",doHeuristicPumpForMinlp,prefix_.c_str()); in InitializeCouenne()
718 options()->GetEnumValue("MILP_rounding_heuristic",doHeuristicMilpRounding,prefix_.c_str()); in InitializeCouenne()
756 if (!options_->GetEnumValue("node_comparison", ival, "bonmin.")) { in InitializeCouenne()