I'm using LPSolve IDE and have a problem with rounding in constraint matrix. For example,
min:; 1275699039.79*X1 + 1304079473.01209677*X2 <= 204401963493.5341; And LPSolve build matrix
X1 X2
R1: 1275699039.7903 1304079473.0121
Source multipler not equals matrix value(1275699039.79 != 1275699039.7903)
If change X1 multiplier to 111111275699039.79 then LPSolve matrix value = 111111275699053.
Is where any way to fix source multiplier?