MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Bug in NMinimize?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg108437] Bug in NMinimize?
  • From: janos <janostothmeister at gmail.com>
  • Date: Wed, 17 Mar 2010 04:42:27 -0500 (EST)

I am sorry to let you know that

NMinimize[{1, x + y >= 1, 2 x + 2 y <= 0, Element[x, Integers]}, {x,
  y}]

does give a result:

{1., {x -> 1, y -> 0.}}

Any commands or advice?

Thank you, J=E1nos


  • Prev by Date: NMinimize method in NonlinearModelFit not accepted!
  • Next by Date: Re: Integration of InterpolatingFunction
  • Previous by thread: Re: NMinimize method in NonlinearModelFit not accepted!
  • Next by thread: Re: Bug in NMinimize?