summaryrefslogtreecommitdiff
path: root/sci_gateway/cpp/libFOSSEE_Optimization_Toolbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'sci_gateway/cpp/libFOSSEE_Optimization_Toolbox.c')
-rw-r--r--sci_gateway/cpp/libFOSSEE_Optimization_Toolbox.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sci_gateway/cpp/libFOSSEE_Optimization_Toolbox.c b/sci_gateway/cpp/libFOSSEE_Optimization_Toolbox.c
index cd53066..5e5ce31 100644
--- a/sci_gateway/cpp/libFOSSEE_Optimization_Toolbox.c
+++ b/sci_gateway/cpp/libFOSSEE_Optimization_Toolbox.c
@@ -44,7 +44,6 @@ extern Gatefunc sci_sym_setConstrBound;
extern Gatefunc sci_sym_setConstrBound;
extern Gatefunc sci_sym_setConstrType;
extern Gatefunc sci_sym_get_matrix;
-extern Gatefunc sci_sym_get_row_sense;
extern Gatefunc sci_sym_addConstr;
extern Gatefunc sci_sym_addVar;
extern Gatefunc sci_sym_delete_cols;
@@ -109,7 +108,6 @@ static GenericTable Tab[]={
{(Myinterfun)sci_gateway,sci_sym_setConstrBound,"sym_setConstrUpper"},
{(Myinterfun)sci_gateway,sci_sym_setConstrType,"sym_setConstrType"},
{(Myinterfun)sci_gateway,sci_sym_get_matrix,"sym_getMatrix"},
- {(Myinterfun)sci_gateway,sci_sym_get_row_sense,"sym_getConstrSense"},
{(Myinterfun)sci_gateway,sci_sym_addConstr,"sym_addConstr"},
{(Myinterfun)sci_gateway,sci_sym_addVar,"sym_addVar"},
{(Myinterfun)sci_gateway,sci_sym_delete_cols,"sym_deleteVars"},