[Ipopt-tickets] [Ipopt] #267: dll and jar ipopt for java 64 bit

Ipopt coin-trac at coin-or.org
Wed Apr 13 09:07:26 EDT 2016


#267: dll and jar ipopt for java 64 bit
--------------------------+------------------------
Reporter:  Pierfrancesco  |      Owner:  ipopt-team
    Type:  clarification  |     Status:  new
Priority:  normal         |  Component:  Ipopt
 Version:  3.12           |   Severity:  normal
Keywords:  java           |
--------------------------+------------------------
 Hi, I am using ipopt in java and I have a few questions.

 1) anyone could please provide me with a dll and a jar for java 64bit?
 Right now my project works only with the version for java 32 bit.

 2) my problem is rather big, 2-3,000 variables, a few equality
 constraints, and 2-3,000 inequality constraints.
 For up to 1,000 variables there is no problem, but when this number grows
 to 1,200 I get the following error:


 {{{
 Number of nonzeros in equality constraint Jacobian...:     2408
 Number of nonzeros in inequality constraint Jacobian.:  1444800
 Number of nonzeros in Lagrangian Hessian.............:   725410

 Total number of variables............................:     1204
                      variables with only lower bounds:     1201
                 variables with lower and upper bounds:        3
                      variables with only upper bounds:        0
 Total number of equality constraints.................:        2
 Total number of inequality constraints...............:     1200
         inequality constraints with only lower bounds:     1200
    inequality constraints with lower and upper bounds:        0
         inequality constraints with only upper bounds:        0

 iter    objective    inf_pr   inf_du lg(mu)  ||d||  lg(rg) alpha_du
 alpha_pr  ls
    0 2.1000000e+002 2.00e-001 1.00e+001   0.0 0.00e+000    -  0.00e+000
 0.00e+000   0
    1 2.1526673e+002 7.11e-015 1.08e-001   0.5 3.35e-001    -  9.89e-001
 1.00e+000f  1
    2 1.6912337e+002 7.11e-015 9.40e-003  -2.3 2.52e+000    -  9.13e-001
 1.00e+000f  1
 MUMPS returned INFO(1) =-13 MUMPS failure.
 Exception of type: FATAL_ERROR_IN_LINEAR_SOLVER in file
 "IpStdAugSystemSolver.cpp" at line 219:
  Exception message: A fatal error occured in the linear solver.

 EXIT: Some uncaught Ipopt exception encountered.
 status = -100
 }}}

 Is there a way to control memory allocation from the java interface?

 Thank you,
 Regards

--
Ticket URL: <https://projects.coin-or.org/Ipopt/ticket/267>
Ipopt <http://projects.coin-or.org/Ipopt>
Interior-point optimizer for nonlinear programs.



More information about the Ipopt-tickets mailing list