You can use Ipopt in your project, but it is not a good idea because Ipopt is a nonlinear solver. You can get better results using a linear solver in particular! You have several free options:<br><br>1 - Clp solver (Very good and a COIN-OR project):<br>
<br><a href="https://projects.coin-or.org/Clp">https://projects.coin-or.org/Clp</a><br><br>2 - Glpk solver (good solver too and a GNU project):<br><br><a href="http://www.gnu.org/software/glpk/">http://www.gnu.org/software/glpk/</a><br>
<br>3 - lpsolve:<br><br><a href="http://sourceforge.net/projects/lpsolve/">http://sourceforge.net/projects/lpsolve/</a><br><br><br>If your project is academic, you can get a academic license of those two excelent commercial linear solvers:<br>
<br>1 - Cplex:<br><br><a href="http://www-01.ibm.com/software/integration/optimization/cplex-optimizer/">http://www-01.ibm.com/software/integration/optimization/cplex-optimizer/</a><br><a href="https://www-304.ibm.com/support/docview.wss?uid=swg21419058">https://www-304.ibm.com/support/docview.wss?uid=swg21419058</a><br>
<br>2 - Gurobi:<br><br><a href="http://www.gurobi.com/">http://www.gurobi.com/</a><br><br>Good luck<br><br><br><br><div class="gmail_quote">2011/6/2 abdulkadir YAZICI <span dir="ltr">&lt;<a href="mailto:akadiryazici@yahoo.com">akadiryazici@yahoo.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>Hi everyone,<br>
<br>I was looking for a linear solver for my project in C++ and found ipopt. I am new to ipopt. where can I find some simple examples? <br><br>Thank you<br>Abdulkadir<br></div>
</div></div><br>_______________________________________________<br>
Ipopt mailing list<br>
<a href="mailto:Ipopt@list.coin-or.org">Ipopt@list.coin-or.org</a><br>
<a href="http://list.coin-or.org/mailman/listinfo/ipopt" target="_blank">http://list.coin-or.org/mailman/listinfo/ipopt</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Wendel<br>