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 | |
parent | dad86bd42cdc2a0e56df9e0591879e5d26fd56fa (diff) | |
download | symphony-dd3d72ae2cdb43311b4e501966f09694bbd3e505.tar.gz symphony-dd3d72ae2cdb43311b4e501966f09694bbd3e505.tar.bz2 symphony-dd3d72ae2cdb43311b4e501966f09694bbd3e505.zip |
lower bound, upper bound test added
Diffstat (limited to 'tests/general_tests/lsqlin')
-rw-r--r-- | tests/general_tests/lsqlin/lsqlin_logical2.sce | 2 | ||||
-rw-r--r-- | tests/general_tests/lsqlin/lsqlin_logical3.sce | 2 | ||||
-rw-r--r-- | tests/general_tests/lsqlin/lsqlin_logical4.sce | 2 | ||||
-rw-r--r-- | tests/general_tests/lsqlin/lsqlin_logical5.sce | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/general_tests/lsqlin/lsqlin_logical2.sce b/tests/general_tests/lsqlin/lsqlin_logical2.sce index 33cdc79..563b5ee 100644 --- a/tests/general_tests/lsqlin/lsqlin_logical2.sce +++ b/tests/general_tests/lsqlin/lsqlin_logical2.sce @@ -1,4 +1,4 @@ -// An example with inequality constraints +// An example with equality and inequality constraints C = [1 1 1; 1 1 0; 0 1 1; diff --git a/tests/general_tests/lsqlin/lsqlin_logical3.sce b/tests/general_tests/lsqlin/lsqlin_logical3.sce index f6a44d6..7d9b37e 100644 --- a/tests/general_tests/lsqlin/lsqlin_logical3.sce +++ b/tests/general_tests/lsqlin/lsqlin_logical3.sce @@ -1,4 +1,4 @@ -// An example with inequality constraints +// An example with equality, inequality constraints and variable bounds C = [1 1 1; 1 1 0; 0 1 1; diff --git a/tests/general_tests/lsqlin/lsqlin_logical4.sce b/tests/general_tests/lsqlin/lsqlin_logical4.sce index 231fe02..d11520b 100644 --- a/tests/general_tests/lsqlin/lsqlin_logical4.sce +++ b/tests/general_tests/lsqlin/lsqlin_logical4.sce @@ -1,4 +1,4 @@ -// An example with inequality constraints +// An example with equality, inequality constraints, variable bounds and initial guess C = [1 1 1; 1 1 0; 0 1 1; 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; |