Re: Quadratic Optimization Problem

2006-11-22 Thread [EMAIL PROTECTED]
t; [EMAIL PROTECTED] wrote: > > > I need to do a quadratic optimization problem in python where the > > > constraints are quadratic and objective function is linear. > > > > > > What are the possible choices to do this. > > > > Too bad these homework a

Re: Quadratic Optimization Problem

2006-11-22 Thread Beliavsky
Stefan Behnel wrote: > [EMAIL PROTECTED] wrote: > > I need to do a quadratic optimization problem in python where the > > constraints are quadratic and objective function is linear. > > > > What are the possible choices to do this. > > Too bad these homework as

Re: Quadratic Optimization Problem

2006-11-22 Thread Stefan Behnel
[EMAIL PROTECTED] wrote: > I need to do a quadratic optimization problem in python where the > constraints are quadratic and objective function is linear. > > What are the possible choices to do this. Too bad these homework assignments get trickier every time, isn't it?