<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
</head>
<body>
<p>Hi there,</p>
<p><br>
</p>
<p>first off I would like to point out that there is a specific
mailing list for soplex questions: <a class="moz-txt-link-abbreviated" href="mailto:soplex@zib.de">soplex@zib.de</a>.</p>
<p>Could you send the lp file that you are tring to solve, so that I
might try to reproduce the issue and see what the problem is?</p>
<blockquote type="cite"
cite="mid:46d8cbfa8a7b436aa544f3b1b600b8b7@dso.org.sg">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt;
color: rgb(0, 0, 0); font-family: Calibri, Helvetica,
sans-serif, EmojiFont, "Apple Color Emoji",
"Segoe UI Emoji", NotoColorEmoji, "Segoe UI
Symbol", "Android Emoji", EmojiSymbols;">
<div><span><span
style="font-family:Calibri,Helvetica,sans-serif,EmojiFont,"Apple
Color Emoji","Segoe UI
Emoji",NotoColorEmoji,"Segoe UI
Symbol","Android Emoji",EmojiSymbols;
font-size:16px"><br>
</span></span></div>
<div><span>mysoplex.writeFileReal("testingreal.lp", NULL, NULL,
NULL); gives exactly the same representation as problem.lp
above in Problem 1, aside from the constraints looking like </span><br>
</div>
<div><span><span>C0 : -1.0000000000000000e+00 x0 >=
0.0000000000000000e+00</span><br>
</span></div>
<div><span><span>instead of</span></span></div>
<div><span><span>- x0 >= 1</span></span></div>
However, when I try to solve this problem using
<p><span><span>stat = mysoplex.optimize();</span></span></p>
<p><span><span>, and print the solution, I obtain a different
solution from Problem 1, which is strange. This also takes
around 20s.</span></span></p>
</div>
</blockquote>
<p>but that is not the same constraint. So it makes sense that the
solutions should be different. Or am I missing somethint?</p>
<p>Best,<br>
Leon<br>
</p>
</body>
</html>