Cbc  2.10.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
CbcMipStartIO.hpp File Reference
#include <vector>
#include <string>
#include <utility>
+ Include dependency graph for CbcMipStartIO.hpp:

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)
 

Function Documentation

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 
)