diff options
author | harpreet | 2016-07-01 00:11:55 +0530 |
---|---|---|
committer | harpreet | 2016-07-01 00:11:55 +0530 |
commit | 89b96cb79cbe75ba8c1afea61b3caca37a083f62 (patch) | |
tree | 1b879fb0dce2406c1c49bf5bdabcedfb12ff020c /sci_gateway/cpp/libFOSSEE_Optimization_Toolbox.c | |
parent | 10e2e4d8b4a7592a8631ddac8e8d1664d6f0b9e3 (diff) | |
download | symphony-89b96cb79cbe75ba8c1afea61b3caca37a083f62.tar.gz symphony-89b96cb79cbe75ba8c1afea61b3caca37a083f62.tar.bz2 symphony-89b96cb79cbe75ba8c1afea61b3caca37a083f62.zip |
Windows Included
Diffstat (limited to 'sci_gateway/cpp/libFOSSEE_Optimization_Toolbox.c')
-rw-r--r-- | sci_gateway/cpp/libFOSSEE_Optimization_Toolbox.c | 2 |
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"}, |