diff options
Diffstat (limited to 'help/en_US/symphonymat.xml')
-rw-r--r-- | help/en_US/symphonymat.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/en_US/symphonymat.xml b/help/en_US/symphonymat.xml index 881092b..d811582 100644 --- a/help/en_US/symphonymat.xml +++ b/help/en_US/symphonymat.xml @@ -172,7 +172,7 @@ conMatrix = [ //Constraint 1 483 336 765 637 981 980 202 35 594 689 602 76 767 693 .. 893 160 785 311 417 748 375 362 617 553 474 915 457 261 350 635 ; ]; -nbVar = size(objCoef,2) +nbVar = size(objCoef,1) conUB=[11927 13727 11551 13056 13460 ]; // Lower Bound of variables lb = repmat(0,1,nbVar) |