Menu

Affection with cost and capacity constraints

2011-11-22
2013-04-06
  • Van Asten Michel

    Basically I have waste production units and waste processing units. Each processing unit has a specific capacity.

    Hi All,

    Its seems to be a simple bin packing problem. But I want to optimize the global processing cost ( the cost is specific for each production/processing pair).

    That's my question I dont know how to integrate this cost optimisation.

    Michel

     
  • Charles Prud'homme

    Hi Michel,

    In the documentation of choco, you will find p.19 information about objective variable, and p.18 how to define a sum (or scalar product) of variables - you also need a EQ constraint between the IntegerExpressionVariable and the objective variable.

    Hope it helps,
    CP

     

Log in to post a comment.