|
Cbc
2.10.3
|
#include <vector>#include <string>#include <utility>Go to the source code of this file.
Functions | |
| 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) |
| 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 | ||
| ) |
1.8.14