I writing a economic statistics program..
I need to allocate billions of dollars and I
have been shown projects to consider and ith project estimates
its cost to be dollars and claims to generate jobs.
So I have B billions of dollars
n projects
ci dollars
Ji jobs
I guess I have one objective function and one constraint.
Can someone help me with just write the psuedocode to determine which projects to choose to "maximize" job creation
and an estimate of "how many" jobs will be created.
Do you think I should use a greedy algorithm like Prim's or am I off? I not really knowledgable about these types of algorthims
V. Dugall
I need to allocate billions of dollars and I
have been shown projects to consider and ith project estimates
its cost to be dollars and claims to generate jobs.
So I have B billions of dollars
n projects
ci dollars
Ji jobs
I guess I have one objective function and one constraint.
Can someone help me with just write the psuedocode to determine which projects to choose to "maximize" job creation
and an estimate of "how many" jobs will be created.
Do you think I should use a greedy algorithm like Prim's or am I off? I not really knowledgable about these types of algorthims
V. Dugall
Comment