Cbc 2.10.12
Loading...
Searching...
No Matches
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

◆ 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 )