1 #ifndef MIPSTARTIO_HPP_INCLUDED
2 #define MIPSTARTIO_HPP_INCLUDED
16 std::vector< std::pair< std::string, double > > &colValues,
22 const std::vector< std::string > colNames,
23 const std::vector< std::pair< std::string, double > > &colValues,
24 double *sol,
double &obj);
26 #endif // MIPSTARTIO_HPP_INCLUDED
int readMIPStart(CbcModel *model, const char *fileName, std::vector< std::pair< std::string, double > > &colValues, double &solObj)
int computeCompleteSolution(CbcModel *model, const std::vector< std::string > colNames, const std::vector< std::pair< std::string, double > > &colValues, double *sol, double &obj)
Abstract Base Class for describing an interface to a solver.
Simple Branch and bound class.