#include <vector>
#include <string>
#include <utility>
Go to the source code of this file.
|
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) |
|
◆ readMIPStart()
int readMIPStart |
( |
CbcModel * |
model, |
|
|
const char * |
fileName, |
|
|
std::vector< std::pair< std::string, double > > & |
colValues, |
|
|
double & |
solObj |
|
) |
| |
◆ computeCompleteSolution()
int computeCompleteSolution |
( |
CbcModel * |
model, |
|
|
const std::vector< std::string > |
colNames, |
|
|
const std::vector< std::pair< std::string, double > > & |
colValues, |
|
|
double * |
sol, |
|
|
double & |
obj |
|
) |
| |