remove obsolete GRBisqp
This commit is contained in:
@@ -46,9 +46,6 @@ bool GurobiIsCorrectlyInstalled() {
|
||||
// See the comment at the top of the script.
|
||||
|
||||
// This is the 'define' section.
|
||||
std::function<int(GRBenv**, const char*, const char*, const char*, int,
|
||||
const char*)>
|
||||
GRBisqp = nullptr;
|
||||
std::function<int(GRBmodel* model, const char* attrname)> GRBisattravailable =
|
||||
nullptr;
|
||||
std::function<int(GRBmodel* model, const char* attrname, int* valueP)>
|
||||
@@ -239,7 +236,6 @@ void LoadGurobiFunctions(DynamicLibrary* gurobi_dynamic_library) {
|
||||
// See the comment at the top of the script.
|
||||
|
||||
// This is the 'assign' section.
|
||||
gurobi_dynamic_library->GetFunction(&GRBisqp, "GRBisqp");
|
||||
gurobi_dynamic_library->GetFunction(&GRBisattravailable,
|
||||
"GRBisattravailable");
|
||||
gurobi_dynamic_library->GetFunction(&GRBgetintattr, "GRBgetintattr");
|
||||
|
||||
@@ -119,7 +119,6 @@ absl::Status LoadGurobiDynamicLibrary(std::vector<std::string> potential_paths);
|
||||
#define GRB_MAX_CONCURRENT 64
|
||||
#define CB_ARGS GRBmodel *model, void *cbdata, int where, void *usrdata
|
||||
#define LOGCB_ARGS char *msg, void *logdata
|
||||
extern std::function<int(GRBenv**, const char*, const char*, const char*, int, const char*)> GRBisqp;
|
||||
extern std::function<int(GRBmodel *model, const char *attrname)> GRBisattravailable;
|
||||
extern std::function<int(GRBmodel *model, const char *attrname, int *valueP)> GRBgetintattr;
|
||||
extern std::function<int(GRBmodel *model, const char *attrname, int newvalue)> GRBsetintattr;
|
||||
|
||||
Reference in New Issue
Block a user