diff options
Diffstat (limited to 'demos/symphony.dem.sce')
-rw-r--r-- | demos/symphony.dem.sce | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/symphony.dem.sce b/demos/symphony.dem.sce index 0449b3a..9dcf6d7 100644 --- a/demos/symphony.dem.sce +++ b/demos/symphony.dem.sce @@ -5,7 +5,7 @@ mode(1) //A basic case : // Objective function -c = [350*5,330*3,310*4,280*6,500,450,400,100]'; +objCoef = [350*5,330*3,310*4,280*6,500,450,400,100]'; // Lower Bound of variable lb = repmat(0,8,1); // Upper Bound of variables |