Originally posted by: SystemAdmin
[Didier Vidal said:]
Selva,
The relaxation is performed by the feasopt function of CPLEX (you should have its documentation in the OPL documentation set).
Depending on the CPLEX parameters, the penalty can be measured in term of amount of relaxation (default), number of relaxed constraint, quadratic amount of relaxation.
From what I remember (one should carefully read the feasopt doc in the reference manual), the coefficient for each constraint's term is the inverse of the 'preference'.
Didier.
#DecisionOptimization#OPLusingCPLEXOptimizer