diff options
Diffstat (limited to 'tests/unit_tests/symphony_base.dia.ref')
-rw-r--r-- | tests/unit_tests/symphony_base.dia.ref | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit_tests/symphony_base.dia.ref b/tests/unit_tests/symphony_base.dia.ref index 64dfeea..4b653a8 100644 --- a/tests/unit_tests/symphony_base.dia.ref +++ b/tests/unit_tests/symphony_base.dia.ref @@ -53,7 +53,7 @@ endfunction //endfunction // Objective function -c = [350*5,330*3,310*4,280*6,500,450,400,100] +c = [350*5,330*3,310*4,280*6,500,450,400,100]'; // Lower Bound of variable lb = repmat(0,1,8); @@ -81,7 +81,7 @@ isInt = [repmat(%t,1,4) repmat(%f,1,4)]; //In Symphony Library for optimal solution status = 227 status = sym_getStatus(); -assert_close ( x , [1 1 0 1 7.25 0 0.25 3.5] , 1.e-7 ); +assert_close ( x , [1 1 0 1 7.25 0 0.25 3.5]' , 1.e-7 ); assert_close ( f , [ 8495] , 1.e-7 ); assert_checkequal( status , 227 ); printf("Test Successful"); |