From 79583a44468943fad22ba1de2dd25dd86f7be167 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Tue, 22 Dec 2015 14:51:05 +0530 Subject: Bugs by prof fixed 2 --- help/en_US/scilab_en_US_help/symphonymat.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'help/en_US/scilab_en_US_help/symphonymat.html') diff --git a/help/en_US/scilab_en_US_help/symphonymat.html b/help/en_US/scilab_en_US_help/symphonymat.html index 2e89728..611010b 100644 --- a/help/en_US/scilab_en_US_help/symphonymat.html +++ b/help/en_US/scilab_en_US_help/symphonymat.html @@ -12,7 +12,7 @@
- << symphony_mat + << symphony @@ -69,13 +69,13 @@
status :

status flag from symphony.

output : -

The output data structure contains detailed informations about the optimization process.

+

The output data structure contains detailed informations about the optimization process. Right now it contains number of iteration.

Description

Search the minimum or maximum of a constrained mixed integer linear programming optimization problem specified by : find the minimum or maximum of f(x) such that

-

-

We are calling SYMPHONY written in C by gateway files for the actual computation. SYMPHONY was originally written by ​Ted Ralphs, ​Menal Guzelsoy and ​Ashutosh Mahajan.

+

+

We are calling SYMPHONY written in C by gateway files for the actual computation.

Examples

@@ -92,7 +92,8 @@ find the minimum or maximum of f(x) such that

beq = [ 25, 1.25, 1.25] intcon = [1 2 3 4]; // Calling Symphony -[x,f,status,output] = symphonymat(c,intcon,[],[],Aeq,beq,lb,ub)
+[x,f,status,output] = symphonymat(c,intcon,[],[],Aeq,beq,lb,ub) +// Press ENTER to continue

Examples

// An advanced case where we set some options in symphony
@@ -154,7 +155,7 @@ find the minimum or maximum of f(x) such that

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) @@ -185,7 +186,7 @@ find the minimum or maximum of f(x) such that

Report an issue
- << symphony_mat + << symphony -- cgit