<p>Hi all,</p>
<p>I have an LP problem with several optimal solutions and I was wondering whether it is possible to make the solver return the same solution every time it solves the same instance. I tried to set up what I thought was the "seed" for some random operations the solver performs by using the method CoinSeedRandom(int) but it didn't work. &nbsp;I also tried naively to initialize the c++ random generator but it didn't work either.</p>
<p>Thanks in advance,</p>
<p>&nbsp;</p>
<p>Alberto Delgado</p>