-------- Forwarded Message --------
From: [email protected]
To: [email protected]
Subject: Auto-discard notification
Date: Thu, 09 Feb 2012 00:23:35 -0500

The attached message has been automatically discarded.
email message attachment
-------- Forwarded Message --------
From: Dong-Joon Lim <[email protected]>
To: [email protected]
Subject: Conditional objective function structure
Date: Wed, 8 Feb 2012 21:23:31 -0800

Hello,


Can I make a code structure like following,,?


(if flag = 1 then
 (
  minimize ~~
  s.t. ~~
 )
 else if flag = 2 then
 (
  maximize ~~
  s.t. ~~
 )
 else
 (
   ~~
 )
);


solve;




Best,
TGno3






_______________________________________________
Help-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to