From a0d9443af147e949c1e6a01ac24749d12593ec5b Mon Sep 17 00:00:00 2001 From: Harpreet Date: Sat, 3 Sep 2016 00:36:51 +0530 Subject: cbcintlinprog added --- newstructure/sci_gateway/cpp/loader.sce | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 newstructure/sci_gateway/cpp/loader.sce (limited to 'newstructure/sci_gateway/cpp/loader.sce') diff --git a/newstructure/sci_gateway/cpp/loader.sce b/newstructure/sci_gateway/cpp/loader.sce deleted file mode 100644 index cad0490..0000000 --- a/newstructure/sci_gateway/cpp/loader.sce +++ /dev/null @@ -1,26 +0,0 @@ -// This file is released under the 3-clause BSD license. See COPYING-BSD. -// Generated by builder.sce : Please, do not edit this file -// ---------------------------------------------------------------------------- -// -libFOSSEE_Optimizat_path = get_absolute_file_path('loader.sce'); -// -// ulink previous function with same name -[bOK, ilib] = c_link('libFOSSEE_Optimization_Toolbox'); -if bOK then - ulink(ilib); -end -// -list_functions = [ 'inter_fminunc'; - 'inter_fminbnd'; - 'inter_fmincon'; - 'sci_intqpipopt'; - 'sci_matrix_intlinprog'; - 'sci_mps_intlinprog'; -]; -addinter(libFOSSEE_Optimizat_path + filesep() + 'libFOSSEE_Optimization_Toolbox' + getdynlibext(), 'libFOSSEE_Optimization_Toolbox', list_functions); -// remove temp. variables on stack -clear libFOSSEE_Optimizat_path; -clear bOK; -clear ilib; -clear list_functions; -// ---------------------------------------------------------------------------- -- cgit