Ipopt-java-3.14.10-bp155.1.9 >  A dk<I%z rn2yCN':Nؔާ" KXÐH2g4xOSܤS.>7%m|H<殧ӱ|piBi0iFfI)L˔VbP{x%/pԗ+\0z#$i{ ˚G 0`Xo1zm( zQ3ȞIP.#!0P5*44Z#ߣ5 ߲"0m@'}4{xovCtz`H1ĀΰA1tў@Ch}{ %+8CǻOO>N\1eN\֏=UT63̵ᨰ?/kI$nuXȢI)y,AY]ok6 1.$l fE{2K] k tz<&mc~j_*pkkdk Ac u֨ǵkt79 A({qHFdƧ{D]x8007346f355b2a95b64396f12542d51239c264914744a270a00e6a3da7c1f779492db540ba805c713369e20ed91f0685e178b925Sdk<I%z S\WD0ɒzzXU|ts#Rꂞ8Pe+`.cM&H%w},΁yEdՆءPl(Cw{6MW d4pqAhx ׁm*o? I DFT%Vk^H/kاs8Bn-qMܱ080LlyKݹ87 l{Nˍc`@g\|_eF?VtUnUF=u`_CNze?jpXV.p;1?0d   7x| $0 6 < H  (HX(894:F-G.H.I.X. Y.(\.L].X^.b.c/od/e/f/l/u/v0z00000CIpopt-java3.14.10bp155.1.9Java bindings for IpoptThis package provides the java bindings for Ipopt in a jar file.dkAtri Bhattacharya Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya Dominique Leuenberger Atri Bhattacharya Atri Bhattacharya Bernhard Wiedemann Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya kkhere.geo@gmail.com- Update to version 3.14.10: * Added option grad_f_constant to specify that objective function is linear. If set, the gradient of the objective will be requested by Ipopt only once [gh#coin-or/Ipopt#597]. * Added OrigIpoptNLP::orig_d_L() and OrigIpoptNLP::orig_d_U() to get original constraint sides. * TNLP::get_curr_violations() now returns the constraint violation and complementarity with respect to the original (non-relaxed) constraint sides [gh#coin-or/Ipopt#603].- Update to version 3.14.9: * Fixed mapping of meta data for variable bounds, e.g., variable names, from TNLP to Ipopts internal NLP [gh#coin-or/Ipopt#590]- Update to version 3.14.8: * Added options ma27_print_level, ma57_print_level, and mumps_print_level to enable output from these linear solvers.- Update to version 3.14.7: * Fixed that ComputeSensitivityMatrix() of sIpopt assumed that there are no more than two parameters [gh#coin-or/Ipopt#578]. * For completeness_approximation to enable approximation of gradient of objective function by finite differences. Do not use. [gh#coin-or/Ipopt#573]. * Added function IPSETPROBLEMSCALING to Fortran interface to set problem scaling [gh#coin-or/Ipopt#577].- Update to version 3.14.6: * Fixed mapping of meta data for inequalities, e.g., constraint names, from TNLP to Ipopts internal NLP [gh#coin-or/Ipopt#570]. * Fixed that MC68 ordering time was not accounted in symbolic factorization time of HSL MA86 [gh#coin-or/Ipopt#571]. * Include more header files in IpIpoptCalculatedQuantities.hpp for setups where forward declarations are not sufficient [gh#coin-or/Ipopt#572].- Drop the incorrect Provides: libipopt0 on libipopt3. - Make so version inaccuracies harder to miss by making file list more explicit on the versioning.- Add Obsoletes/Provides: libipopt0 for libipopt3 to take care of shlib versioning error in previously packaged iterations.- Update to version 3.14.5: * Fixed that only primal variable values where passed to finalize_solution() when a timelimit was reached [gh#coin-or/Ipopt#552]. - Bump so version in keeping with upstream.- Update to version 3.14.4: * Skip build of Java interface if either java or jar is not found [gh#coin-or/Ipopt#510]. Only give warning if javac and jar are found, but no java or javadoc. * Fixed that --with-lapack-lflags was ignored if --with-lapack was not specified explicitly [gh#coin-or/Ipopt#512, gh#coin-or/Ipopt#515].- Update to version 3.14.3: * Fixed timing for iterate initialization if initialization fails due to an evaluation error. * Fixed possible integer overflow when reserving space for indices of Jacobian belonging to fixed variables (introduced with 3.14.0) and reduced memory usage for indices of Jacobian belonging to fixed variables.- Update to version 3.14.2: * Added OptionsList::UnsetValue() to remove an option setting. * Added missing translation of some Ipopt status codes into AMPL solve result codes. * If using the MPI-parallel version of MUMPS: Moved calls to MPI_Init()/MPI_Finalize() in MUMPS interface into global constructor/destructor of Ipopt library (if building with GCC/clang). Use configure flag --disable-mpiinit to disable. [gh#coin-or/Ipopt#500].- Update to version 3.14.1: * Added OptionsList::SetBoolValue() and OptionsList::SetBoolValueIfUnset() [gh#coin-or/Ipopt#492]. * Skip check for and link against libdl if linear solver loader is disabled. * Fixed missing initialization of BacktrackingLineSearch::in_watchdog_. * Fixed a problem with the current solution not being reset when initialization of a NLP fails in reoptimization. * Fixed that C++11 capability was not correctly identified with MS/Intel compilers.- Update to version 3.14.0 * Long list of changes, consult ChangeLog.md installed in %{_docdir}/Ipopt-devel or see here: https://github.com/coin-or/Ipopt/blob/releases/3.14.0/ChangeLog.md. - Package ChangeLog.md as part of doc files.- Do not build for architectures where mumps does not exist (i586 s390 ppc armv7l).- Update to version 3.13.4: * Fixed a linking issue for ipopt_sens [gh#coin-or/Ipopt#418]. * Fixed Makefile for Java example regarding location of .jar file. * Fixed build of R interface if using -fvisibility=hidden.- Update to version 3.13.3: * Members of class AmplTNLP are now protected instead of private. * Updated Eclipse Public License from 1.0 to 2.0. * Added example recursive_nlp that uses Ipopt to solves an optimization problem for the evaluation of the objective function. * Fixed dangling pointer problems with Journalist used for debugging (--with-ipopt-verbosity > 0) when more than one IpoptApplication is used [gh#coin-or/Ipopt#393]. * Fixed build problem when using HSL library that does not include MA27, MA57, or MC19 [gh#coin-or/Ipopt#395]. * Fixed build of linear-solver loader on Windows [gh#coin-or/Ipopt#408]. - Update License tag to EPL-2.0 in keeping with upstream.- BuildRequire graphviz-gd for dot -Tpng to work - Normalize jar timestamps with strip-nondeterminism - Create docs in a separate step for reproducible build results (boo#1102408).- Update to version 3.13.2: * The C-preprocessor defines COIN_IPOPT_CHECKLEVEL, COIN_IPOPT_VERBOSITY, and FORTRAN_INTEGER_TYPE, which are defined by IpoptConfig.h, have been renamed to IPOPT_CHECKLEVEL, IPOPT_VERBOSITY, and IPOPT_FORTRAN_INTEGER_TYPE, respectively. They are still available under their previous name, but these will be removed in Ipopt 3.14. * Changed dependencies as used by coinbrew to use new versions (2.1) of ThirdParty/HSL and ThirdParty/MUMPS and dropped ThirdParty/Metis. * The new versions of the HSL and MUMPS build scripts now look for a Metis library in the system and should work with both Metis 4 and Metis 5. * Changed location where Java interface jar gets installed from $libdir to $datadir/java/. * Minor fixes to buildsystem. - No longer needed to manually create %{_libdir} before `make install` or to move jar file to %{_javadir}; issue gh#coin-or/Ipopt#374 has been fixed.- Update to version 3.13.1: * Added asserts that check whether sparsity pattern of Jacobian and Hessian as returned by TNLP are within range w.r.t. number of variables and constraints. [gh#coin-or/Ipopt#350] * TNLPAdapter::ResortBnds now initializes complete output arrays with 0.0 before filling in values for non-fixed variables. Use new argument clearorig to turn this off [gh#coin-or/Ipopt#352] * Bring back configure variables ADD_{C,CXX,F}FLAGS * Added configure option --enable-relocatable to make prefix in pkg-config files relative to pcfiledir (assuming that --libdir hasn't been set) * Bring back configall_system.h for build without config header * Minor fixes to buildsystem - Fix License tag: EPL-1.0, not GPL-2.0. - BuildRequires: texlive-bibtex-bin, graphviz now required to build API documentation. - Adapt configure options to updated build system. - Package built html documentation. - Work around build failure when building java bindings: create %{_libdir} before running `make install` [gh#coin-or/Ipopt#374]. - Split out a separate -java subpackage for the java bindings; introduces BuildRequires: java-devel, javapackages-tools. - Run make test as past of %check. - Run spec-cleaner for minor specfile cleanups.- Update to version 3.12.13 * fixed Pardiso settings when using Pardiso from Pardiso project website (by Olaf Schenk): the new settings should provide much better performance; the default for option pardiso_order changed from five to metis * changed distinction of MKL and Basel Pardiso in configure: to use MKL Pardiso, only specify MKL for Blas; to use Basel Pardiso, use --with-pardiso - For changes from previously packaged version through version 3.12.12 see the changelog file: %{_docdir}/Ipopt-devel/ChangeLog - Drop Ipopt-pkg-config-path-fix.patch: fixed upstream. - Build doxygen documentation; requires doxygen, texlive-latex-bin and dvips - Use %%license to package license file. - Cleanups using spec-cleaner.- update to version 3.11.9 * 2014-08-16 releases/3.11.9 - fix compilation issue of Java interface on systems where Index and jint have different size [r2498, #241] - work around failing check for random number generator with gcc 4.8.3 [r2495, r2496] - readded IpTaggedObject.cpp to list of sources to compile in MSVS v8-ifort project file [r2492] - work around missing support for thread-local storage with gcc < 4.5 on MacOS X [r2491, #243] - fix call to MKL Pardiso init function [r2489] - speed up Triplet to CSR converter [r2487, #234] - fixed a bug in equilibration scaling where average values were computed incorrectly (by V. Zverovich) [r2483] * 2014-04-08 releases/3.11.8 - fixed a bug, introduced with Ipopt 3.11.0, where the tag in the Ipopt's caching mechanism was not unique over time, which lead to failures of Ipopt that were difficult to debug or recognize (e.g., Ipopt may have stopped with an restoration failure for instances that solved fine with Ipopt 3.10) [r2472, r2473] I'm very thankful to Gabriel Hackebeil and Kurt Majewski for their debugging effort on this issue. - building Mumps with pthreads is now disabled by default [#229] - fixed setting of LD on Windows (now set to link only iff using MS/Intel compilers) [#230] - fixed download link for Gnumex [r2471] - for some messages about too-few-degrees-of-freedom and restoration failure, the message level changed from error to strong-warning [r2460, r2469] - revised calls to MPI_Init and MPI_Finalize in Mumps interface [r2467] (MPI_Init is now called only if function MPI_Initialized is available and MPI has not been initialized already; MPI_Finalize is only called if Ipopt also called MPI_Init; ...)old-cirrus1 16847493833.14.10-bp155.1.93.14.10-bp155.1.9org.coinor.ipopt.jarIpopt-javaLICENSE/usr/share/java//usr/share/licenses//usr/share/licenses/Ipopt-java/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/c37e5276446cbfc3160f511c61307f4c-Ipoptcpioxz5x86_64-suse-linuxgzip ERROR: Stdin has more than one entry--rest ignored (Zip archive data, at least v2.0 to extract Java archive data (JAR))directoryASCII text:ok.bsMgRutf-8554ff6b960d561b34d1404c7d6bb907cead66bb6b070f7f29c1d4925052c2071?P7zXZ !t/Cu] crv9wBUJ(r޽SyDW ;4HY' C(/}mwA'Y12X3@FUW"wB;)2 dA"桾\lWҥx/Yc2ɛPhбXg7Մ2Ђֺ~5qmRވN'F9 ֧FpxռƘe&=?9z_Q6]1[R-,/ɤa`&Ɔ4Pr*6JMQdUdyStl{:lE/e1p"L&oN(Tjl(:Q|G ĢM;$j@[utԫj9֜ MGUVn+H ~K>ڲUF%rȧ%Wh٤[^&HMt죦qq}Ka}޳E+rQ렆<}?YtSS/ ݒоI%4Tq79QIXog}, uƮ#kџ;#g)8dxn/V b@fؼ ے%HT 8/ )I#0UIdR-I1zA7껎]k9\dbtfr蒈Ϟ4֏$q m$쯴 ?)]ښ;iD-/|Mp_AuhIyސUmi{.9VZP"yI#?o#K%*}%CU~ } tRfU|UtIԯp$ppU2;8a<&zrz L:[U9HdhLTFzSΟłLX/Opk>r'EH}+Mdd,`H3?I1yoZHv|%`v#q 's םM^GRS|ܻq*ܑ6im=IJ% ::u0R~Te%ܠ?{`'ޮP`ib_-7"Qv(9dpP@z@[gSlVd!t.'c>H}HOS2=C%yu_pЪitn((uJҩ;rwht0CƓ˥V6]aYgs>r:VQJE 6t\6UK):rC?쌹o%1%z\~8тjnaMr4p jyQ15D}+-8ռŮoġXmxDи75 W0؛1&'[y P$P$r,ώPG"ـ>=8lY4xkPɗ,[a.0<]ktØuR`sXIB˃myd#&+ ~`/ QY"̠a e Y~M` q|RPTx7FV,B3Kq.qQH q`GsxbK殻LuY4@6QO/§)X՛;㹗ے&EeHG>bL-iDbdt;9*zfv z4ZG4jV%* :dcycnZͽ0"zMj%/TUYaۃCl?e7̺7[O-QO2DF~.NX!0rTI/M(#VV d4 -% oWw%#0]!)px -nU]<%>.zu jkl e35W6f4Ip۴{D^ q>?p)hj4oaoS $:Vaf๏c|&@g mR`Ι;!U`rKybm<z͑I __wdˋfIY ]mn;/45`C~Uq\z! Kj?pEǏO esī[VydzSA\6uk)zE aLʶL7)wWfNjfܝN[c:<|8M.O '] ́B)CIo$8 {4=}<"m?0+j'Sc՞[ ]lj{P&JmBenణcj 2 HZ 4BDtyY>Jy@ەY~9ӉQcՙ+uQa+޷qaV0 Vf"h#2ݧv1>ȏQLzTP̈(N6#óȔ~'΃mg-RVwAD§i_rg.rԬÄQGu7淆iZ ]zj=#lXQ47DCJѷ4\QreoV@%1g<( ~=w,YōJnvihF3[vsN]%3 n/2/i[zPjj#޼zFzu5:;d O)Jq'UxOt:bl0 5kx3P[ujlKu`N-I_ەN љg&eeN{@Q9" z4zDrajh؂j @AG:WmM^Xi՛V/T'Rh#Öd7ss<|$Bl.F]QjVn\MhZ}-at`,VqX K=y2 Qq]o0PG޾iEwq i.eQU?]L~.;_çG)!I mf-Xp߇4L{&Q7Û״\ݸGՍ{]1N*.+Mtcbp pa֡ϰr\ErLr0RWC^^9l њIõL1F( oQVָ"7eXaUgI6#YNķCv$5nej<檵 ̐::kmwjq.'Io BJv@ _c7;bTLVTޚEߡyKz5f}sz׻`I1 p̳wb-17Mn^d4=D׬+Y*6銼z~bոI;DI6܊V&.R}z%͆$?7MpueQ͚`pg5כD+B-{]`mzQ 0lM_qc@r`S6PddFFK|) @zlޥ`iY]5>s ,!΃oG69:Q9*(CT>ԃ[:Rs$7ۑk _#>29@zAMهp8=Pى +,;?tI(aH3`u X&ߴp?cHfoF00>D"qjJ ؕI_a oD(񊫰оNKo䘱z2Y*A1<Ԗi1^|MD-<_i}3ѳ޸r"JJI.%hpm,]5`SR935/Ctubvetc/'̪ee~`:uYq8 E0&mÙ#C: Y2lAa 2}}܈߂8ځ4^P@>Za)N?x_gkř#,t=212Ke'i_ڑtL a 7tJe|NAݐPQou٣dZ'@EqGRu97n< t7~H+9DjW'"QTxѶ1[jSM1V!FŒ 9jՅ{(]t@Pp)-5}l]i6t+f 1 $11(:S9ŌN  -ΈZ.,?/F\iģ ~\ n!Bb}\6U63$7Er3/lɘ>ZYE^Uk*o" cnʡ &]&| dRa,D@U3z^Xb1ݟ o؞y{nr\֢D;n M9 Տғ|$#Y:Lc*fd!9n@;;[El"M&IJ<sV;:zXƮY37gM{3${yת GF.G>khXDipm8DwxqQ4_c||&ViaxEF7T^ri^-tX2-: y^D**ԼI4[NgVb&=(3~qSs!f6sw,Vzou- , zB6JsiC߻x0tX8;1T0J*bC`"M`3OpLgƻ16ɓ, .k4| k Zdp|J;fQ$/>KW1W|(Nȧw\ M@-fNvDM#xP?0AEKqf!j"yg s@+k~0!"Mۜ*>,̗$"Q>{8!nG0˻vK2k׮M&Q{$j! AJ`砟b^OY:MuV*U{mqU+OAe9JrkGؖMFPS^7:ʄII? HђXƨ_>}?ڮ"FXbs* (r."B'K0oJd٥~+`YOǖQ<.)}DG[ˍyN,ĔWan͹.TDxщqj[,PcG V4^o^pNbiq{;;CxqZZut ^z`>c<59]v%@ӟ;JiZdcpfTC:=ر Iklo APurPgV3w9Бp%$YѰ Z-ijUƥ308G}k0:64nՃ,lRR1W%:K(Au1SW"GSI*].#MN2X;!n\;x'c$sgҾcj7iMx{r0*?\фjESe%d~8ƹpA2B#h| ȬjגAJ:.ji3ܽkzqf6L޲wͱtPfPVᴹWT/xǺ<@Tvt ᯙ%Khmd Nku *T$8/r9>_Bxx0s_MÌZ#t~(^]ބ%Xֻr6CYz^I8 ~,`sMÉĠgT+fP%Pn[Lo՜^tx;Ye8_ix^}ܯ!$:Z"Pj^i/XY%sNxU N2* }p {w %H%G]/).F+-OA Drb4m45܃л>Jg4ӽˏDu2"G GU^,z[J@/`-*0:A52}s](#k[J^w9¿O߼rY<rVgH=w TkAB.^ P k\]_G˿h(6 )~ތf,f)&ғ9_(=Mi 250V'MA_Pʧ3(%w &Mr/C08llA E֧mh!ĹUJGM0{QA !oMK$$e!7kz |l/P'[C!s7tj@NoxhК}]iF2x 3*#?ڗ_f=4;Iki3a ]i+}?#"h9hz، ؓ7׷=w  YZ