summaryrefslogtreecommitdiff
path: root/newstructure/sci_gateway/cpp/loader.sce
diff options
context:
space:
mode:
authorHarpreet2016-09-03 00:36:51 +0530
committerHarpreet2016-09-03 00:36:51 +0530
commita0d9443af147e949c1e6a01ac24749d12593ec5b (patch)
tree1a1955c5482ae608fd7f618b06f4ecc6a0d39a23 /newstructure/sci_gateway/cpp/loader.sce
parent4b64cf486f5c999fd8167758cae27839f3b50848 (diff)
downloadFOSSEE-Optim-toolbox-development-a0d9443af147e949c1e6a01ac24749d12593ec5b.tar.gz
FOSSEE-Optim-toolbox-development-a0d9443af147e949c1e6a01ac24749d12593ec5b.tar.bz2
FOSSEE-Optim-toolbox-development-a0d9443af147e949c1e6a01ac24749d12593ec5b.zip
cbcintlinprog added
Diffstat (limited to 'newstructure/sci_gateway/cpp/loader.sce')
-rw-r--r--newstructure/sci_gateway/cpp/loader.sce26
1 files changed, 0 insertions, 26 deletions
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;
-// ----------------------------------------------------------------------------