summaryrefslogtreecommitdiff
path: root/sci_gateway
diff options
context:
space:
mode:
authorHarpreet2015-12-16 16:28:46 +0530
committerHarpreet2015-12-16 16:28:46 +0530
commitfd86d04fdabb5719fff776af7dafe8f42dc39141 (patch)
treec8bb276467993592fe61873268eef3462825af13 /sci_gateway
parent436f0daf6e4f241b8fa582a943bad09ddc091f59 (diff)
downloadFOSSEE-Optimization-toolbox-fd86d04fdabb5719fff776af7dafe8f42dc39141.tar.gz
FOSSEE-Optimization-toolbox-fd86d04fdabb5719fff776af7dafe8f42dc39141.tar.bz2
FOSSEE-Optimization-toolbox-fd86d04fdabb5719fff776af7dafe8f42dc39141.zip
Bugs from lsqlin and lsqnonneg fixed
Diffstat (limited to 'sci_gateway')
-rwxr-xr-xsci_gateway/cpp/libFAMOS.sobin122920 -> 122920 bytes
-rw-r--r--sci_gateway/cpp/sci_ipopt.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/sci_gateway/cpp/libFAMOS.so b/sci_gateway/cpp/libFAMOS.so
index f973a5b..d4464aa 100755
--- a/sci_gateway/cpp/libFAMOS.so
+++ b/sci_gateway/cpp/libFAMOS.so
Binary files differ
diff --git a/sci_gateway/cpp/sci_ipopt.cpp b/sci_gateway/cpp/sci_ipopt.cpp
index b8e94a4..7094615 100644
--- a/sci_gateway/cpp/sci_ipopt.cpp
+++ b/sci_gateway/cpp/sci_ipopt.cpp
@@ -233,7 +233,7 @@ int sci_solveqp(char *fname)
return 1;
}
- if (returnDoubleMatrixToScilab(7, 1, 1, Lambda))
+ if (returnDoubleMatrixToScilab(7, 1, nCons, Lambda))
{
return 1;
}