Assigning specific 'marginal value' and run the optimization script

Problems with syntax of GAMS
Post Reply
Jubeyer
User
User
Posts: 41
Joined: 4 years ago

Assigning specific 'marginal value' and run the optimization script

Post by Jubeyer »

Hi,

Is there any way to assign some specific marginal value to some equality constraint in GAMS and run the optimization script which will have those assigned values fixed over the optimization horizon?

I know that the marginal values are product of the optimization solution, but I guess it might be possible to fix some of the output and look for possible optimal solution.

If anyone can refer me to any example , that will be really helpful.

Regards,
Jubeyer
User avatar
bussieck
Moderator
Moderator
Posts: 1033
Joined: 7 years ago

Re: Assigning specific 'marginal value' and run the optimization script

Post by bussieck »

The model class MCP (or MPEC) lets you model primal and dual variables explicitly. This has it's own theory and you will need to study this in detail. You might start at https://www.gams.com/latest/docs/UG_Mod ... odels_MPEC and keep on reading.

-Michael
Post Reply