I am evaluating Wolfram Mathematica 8 for a university course project.
I am having difficulties to define a Goal Programming model. First because I am really scarce in math :) Second, because what I found in the official documentation (look for "Multiobjective Optimization: Goal Programming") is poor.
I am trying to define a little model for allocation of resources in maintenance phase of a software project. This is the informal model definition:
Don't worry about the function. It is an activation function that returns 1 if the number of hours exceeds a threshold. The threshold is the average number of hours that a bug needs in order to be solved.
Please don't comment about the usefulness of this model: it is not an objective of the course. Moreover, the number of hours here is casual, for testing.
I am requesting help to express this informal model into a Mathematica Goal Programming model. That is, I am having problems with the syntax and the built-in functions.
Please comment here if you need additional information, I will provide them.
For moderators: the tags linear-goal-programming and model-definition could be useful here but I don't have the reputation to create them.