Constrained Optimization Problem



The task is to solve a constrained optimization problem in C.
Computational
Time is of high priority. One approach can be to use ready functions
in a "free ware" Optimization Library (if available). If any one of
you have any idea about such library please inform me. I am dealing
with Constrained Optimization for the first time. I will appreciate if
you provide me tutorials or refer to any forum, from where I can learn
Constrained Optimization. Actually I first want to make an algorithm
for
this problem and then implement that algorithm in C or C++. So in
order
to make an alogrithm I have to understand the Constrained Optimization
problem.
I have googled it and found some material but it was difficult for me
to absorb it.
The articles which I found were not for beginners. so please guide me
How I should solve this problem. I will appreciate suggestions from
you.


Find values of x that minimize f=-x1*x2*x3 and subject to the
constraints:


x1+2*x2+2*x3>0
x1+2*x2+2*x3<72
x2=10

Hoping to hear from you soon.

/BR
Hassan

.