> Doing tests with GLPK I noticed that if I compile it with "- > march=native > -g -O2" on a computer with an "i7" processor the solution for > several > files change, the objective function result remain the same but > other > values varies from model to model. >
This usually happens due to floating-point calculations when the instance has multiple optima. It is normal.
