Originally posted by: SystemAdmin
[gramchurn said:]
I have a quadratic mixed integer programming problem that has a quadratic objective function and linear constraints. Having solved the problem optimally, I would like to extract the langrangian constants for one of the IloConstraints. Is there any way i can extract that from the IloCplex object? I'm using CPLEX 9.1 and I'd like to analyse the sensitivity of the problem given constraint 1 below (i.e, the penalty if i increase q^n_b by 1).
max sum_{b \in B} q_b (c_b - d_b q_b) - \sum_{s \in S} q_s(a_s + b_sq_s) - \sum_{l\in T} |F_l| \cdot p_l
subject to:
1) q^n_b - q^n_s + q^n_{injected} = 0 \forall n \in N \\%% this assumes there's only one b and s at a node n
2) q_{injected}^n = \sum_{l \in T^l} F_l
Any help would be greatly appreciated.
Thanks.
G.
#CPLEXOptimizers#DecisionOptimization