<div dir="ltr"><div><div><div>Hi, <br><br></div>I use CLP top solve Lp models and print out the solution to a file by printing all column variables and row activities.<br><br></div>In the solution file, I got: <br><br>     Objective value      -682.68<br>      0 CONSTR_1                              0                              -0<br>      1 CONSTR_2                        85934890               0.0079369469<br>      2 CONSTR_3                       -262530.53                      -0<br></div>      0 DEC_VAR_1                                0                     -5248.031<br><div><div>      1 DEC_VAR_2                                0                      -444980.96<br><br></div><div>For the results of constraints, the firs column is for the value of the left hand side term ? and the second column is for the value of right had term - left hand side term ? <br><br></div><div>For example, for  CONSTR_2, its left hand side term value is 85934890 and its  right hand side term - left hand side term= 0.0079369469 ? <br></div><div>      <br></div><div>I assume that the LP model format : <br></div><div>   max C * X<br></div><div>   s.t. A * X <= b<br></div><div>        x >= 0 <br></div><div>please correct me if I am wrong. <br><br></div><div>thanks<br></div><div><br></div><div><br><br></div><div><br><br><div><br></div></div></div></div>