diff options
Diffstat (limited to 'tests/general_tests/symphony/symphony_logical2.sce')
-rw-r--r-- | tests/general_tests/symphony/symphony_logical2.sce | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/general_tests/symphony/symphony_logical2.sce b/tests/general_tests/symphony/symphony_logical2.sce index 5d0989f..9f34cc0 100644 --- a/tests/general_tests/symphony/symphony_logical2.sce +++ b/tests/general_tests/symphony/symphony_logical2.sce @@ -12,9 +12,9 @@ ub = repmat(%inf,3,1); // Constraint Matrix A = [3,2,5; - 2,1,1; - 1,1,3; - 5,2,4] + 2,1,1; + 1,1,3; + 5,2,4] // Lower Bound of constrains conlb = repmat(-%inf,4,1) |