diff options
author | Harpreet | 2016-01-07 17:14:07 +0530 |
---|---|---|
committer | Harpreet | 2016-01-07 17:14:07 +0530 |
commit | dd3d72ae2cdb43311b4e501966f09694bbd3e505 (patch) | |
tree | 22a62596c6cae995f4693d75d52d96cd787c40b8 /tests/general_tests/lsqlin/lsqlin_logical5.sce | |
parent | dad86bd42cdc2a0e56df9e0591879e5d26fd56fa (diff) | |
download | FOSSEE-Optimization-toolbox-dd3d72ae2cdb43311b4e501966f09694bbd3e505.tar.gz FOSSEE-Optimization-toolbox-dd3d72ae2cdb43311b4e501966f09694bbd3e505.tar.bz2 FOSSEE-Optimization-toolbox-dd3d72ae2cdb43311b4e501966f09694bbd3e505.zip |
lower bound, upper bound test added
Diffstat (limited to 'tests/general_tests/lsqlin/lsqlin_logical5.sce')
-rw-r--r-- | tests/general_tests/lsqlin/lsqlin_logical5.sce | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general_tests/lsqlin/lsqlin_logical5.sce b/tests/general_tests/lsqlin/lsqlin_logical5.sce index 0802609..983334b 100644 --- a/tests/general_tests/lsqlin/lsqlin_logical5.sce +++ b/tests/general_tests/lsqlin/lsqlin_logical5.sce @@ -1,4 +1,4 @@ -// An example with inequality constraints +// An example with equality, inequality constraints, variable bounds, initial guess and options C = [1 1 1; 1 1 0; 0 1 1; |