Linear Programming
- To: mathgroup at smc.vnet.net
- Subject: [mg50977] Linear Programming
- From: malacarne at gmail.com (Rodrigo Malacarne)
- Date: Thu, 30 Sep 2004 04:52:32 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi everybody,
How can I insert a constraint in the following expression
ConstrainedMin[x+y,{x>5,y>5,3x>5y},{x,y}]
to find only integer results? Using the expression above I get
{13.3333,{x->8.3333,y->5.}}
but I want x to be an integer number.
Cordially yours,
Rodrigo