glpk-devel-4.64-lp150.1.4 >  A Z/=„0\6I3qnU{o KѼ{A@ ߦ^ϑNyO. cўŒJ(,7&X~*ρCg[(;!5Qz[, ܻLFlDwAtťHk`ooYR'1'jp12>aڴDwaw"Ef^VcMlij&cH5;6Yp% S7% p;#$?#d   7 $7@H b     ,4>Hdl (.889:!F G!H! I!X!Y! \!@]!H^!Zb!tc"d"xe"}f"l"u"v"z""""#Cglpk-devel4.64lp150.1.4GNU Linear Programming KitThe GLPK package is intended for solving large-scale linear programming, mixed integer programming, and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library.Z.s@lamb22openSUSE Leap 15.0openSUSEGPL-3.0https://bugs.opensuse.orgDevelopment/Libraries/C and C++https://www.gnu.org/software/glpk/glpk.htmllinuxx86_64Z Z 7db28525d920768d1fadc1e31ae0cf772fc3c86145985d919fd080a9bc9ce128libglpk.so.40.2.3rootrootrootrootglpk-4.64-lp150.1.4.src.rpmglpk-develglpk-devel(x86-64)    libglpk40rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.643.0.4-14.6.0-14.0-15.2-14.14.1Z.s@YX@VbVV@VV?9@VqTcKS9XR@R6Q@Q@QR@PNM۝LmK!@K3@J:,@astieger@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comdmitry_r@opensuse.orgpgajdos@suse.comsweet_f_a@gmx.dejengelh@inai.dematwey.kornilov@gmail.commatwey.kornilov@gmail.compgajdos@suse.comjengelh@inai.depgajdos@suse.compgajdos@novell.compgajdos@suse.czpgajdos@suse.czpgajdos@suse.czpgajdos@suse.cz- update to 4.64: * The dual simplex solver routine was changed to perform more aggressive perturbation to prevent dual degeneracy and avoid stalling even if the current dual basic solution is strongly feasible (mainly if the objective is zero) * The exact simplex solver routine was changed to perform terminal output according to the verbosity level (specified by the control parameter smcp.msg_lev) * A minor bug (related to MS Windows version) was fixed * An example model (Graceful Tree Labeling Problem) in MathProg was added * Three example models (Power plant LP scheduler, Neumann CA grid emulator generator) in MathProg and one in Cplex LP format were added- Update to version 4.63: * A "smart" LP perturbation was implemented in the primal and dual simplex solvers. * The long-step technique was implemented for phase I of the primal simplex solver. * An internal objective scaling was included in both primal and ual simplex solvers. * The Posix version of glp_time (glpk/src/env/time.c) was changed to resolve time_t issue on msys2. * Three new example models in MathProg were added. * Changes for version 4.62: * The bound perturbation technique was included in the primal simplex solver to improve numerical stability and avoid cycling. * A range bug was fixed in the MPS reading routine. * Changes were made to provide 64-bit portability of the Minisat solver. * Calls to non-thread-safe functions gmtime, strerror, and strtok were replaced by calls to corresponding thread-safe equivalents- Update to version 4.61: * An option was added to build a re-entrant version of the package suitable for running in a multi-threaded environment. * A re-entrant version of the package allows running multiple independent instances of glpk in different threads of a multi-threaded application. - Use savannah as source for gpg keyring- Update to 4.60 * src/glpk.h Declarations of all non-documented API routines were hidden by #ifdef GLP_UNDOC / #endif. * src/simplex/spydual.c An experimental feature (objective coefficient perturbation) to improve numerical stabilty and avoid cycling was included in the dual simplex solver. - Enable gmp support- Update to 4.59 * Some bugs were fixed and some improvements were made in the MIP solver. * The data file format used by API routines glp_read_graph and glp_write_graph was changed. For more details please see the document "GLPK: Graph and Network Routines" included in the distribution. * Translation of the document "Modeling Language GNU MathProg" to Brazilian Portuguese (pt-BR) was included (in LaTeX and pdf formats).- Update to 4.58 * The solution file format used by API routines glp_read_sol, glp_write_sol, glp_read_ipt, glp_write_ipt, glp_read_mip, and glp_write_mip was changed. For more details please see the GLPK reference manual included in the distribution. * The tan function (trigonometric tangent) was added to GNU MathProg modeling language. * A new version of the document "Modeling Language GNU MathProg" in Spanish was included (in LaTeX and pdf formats). * A check to determine if libtool needs '-no-undefined' flag to build shared libraries on some platforms was added. * A script to regenerate the configure script and the Makefiles was added.- Update to 4.57 * A new, more efficient implementation of the dual simplex method was included in the package. This new implementation replaces the old one, which was removed. * Option sr_heur was added to struct glp_iocp to enable/disable the simple rounding heuristic used by the MIP solver. Thanks to Chris Matrakidis for suggestion. * New API routine glp_at_error was added and documented. Thanks to Jeroen Demeyer for suggestion. * Some minor typos were corrected in the GLPK documentation. Thanks to Anton Voropaev for typo report. * An example application program TSPSOL was added. It uses the GLPK MIP optimizer to solve the Symmetric Traveling Salesman Problem and illustrates "lazy" constraints generation. For more details please see glpk/examples/tsp/README.- Update to 4.56 * A new, more efficient and more robust implementation of the primal simplex method was included in the package. This new implementation replaces the old one, which was removed. * A bug was fixed in a basis factorization routine. (The bug appeared if the basis matrix was structurally singular having duplicate row and/or column singletons.) Thanks to Martin Jacob * Scripts to build GLPK with Microsoft Visual Studio 2015 were added. Thanks to Xypron for contribution and testing. - Cleanup spec file with spec-clener- Update to version 4.55 * Bugfixes, documentation update. See NEWS file for details.- updated to 4.54 * Block-triangular LU-factorization was implemented to be used on computing an initial factorization of the basis matrix. * A new version of the Schur-complement-based factorization module was included in the package. Now it can be used along with plain as well as with block-triangular LU-factorization. * The API routine glp_read_mps was changed to remove free rows. * etc. see NEWS for details- enable tests- Update to new upstream release 4.52.1 * Version linkage information in the shared library was incorrect - Set RPM groups according to common practice - Do optional signature verification- use -fno-strict-aliasing to avoid warnings in minisat.c - don't use dvipdf, docs are in pdf in 4.52- updated to 4.52 (see NEWA for details): * Some bugs were fixed. Thanks to Giorgio Sartor <0gioker0@gmail.com>, Xypron , David T. Price * The clique cut generator was essentially reimplemented, and now it is able to process very large and/or dense conflict graphs. * Singleton and dense phases were implemented on computing LU-factorization with Gaussian elimination. * A new version of LU-factorization routines were added. * The new API routine glp_mincost_relax4, which is a driver to relaxation method of Bertsekas and Tseng (RELAX-IV), was added to the package. * All old API routines whose names begin with 'lpx_' were removed from API level and NO MORE AVAILABLE.- updated to 4.48: * This is a maintainer release. * Some minor changes in API (glpk.h) were made. For details please see ChangeLog. * Some bugs/typos were fixed. Thanks to Raniere Gaia Costa da Silva, Heinrich Schuchardt , and Robbie Morrison for reports.- Remove redundant tags/sections from specfile - Parallel build with %_smp_mflags - Avoid manual library dependencies; make doc subpackage noarch- updated to 4.47 (see NEWS)- updated to 4.45 (see NEWS)- updated to 4.44 (see NEWS)- updated to 4.43 (see NEWS)- updated to 4.40 (see NEWS)- updated to 4.38 (see NEWS)lamb22 15129936004.64-lp150.1.44.64-lp150.1.4glpk.hlibglpk.so/usr/include//usr/lib64/-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:Leap:15.0/standard/a949931acc40f696ad443e256f12011f-glpkcpioxz5x86_64-suse-linuxC source, ASCII text{d!;$1qwutf-8115e48f4f403015643fb79df82326a1abb8475aebb1b9913ded2f5c7b591fa0a?P7zXZ !t/o!] crv(vX0zd?0ՙ}x> 9ijM\9wx`Ҙ+xE,#K˦z-@4j]sx _sq( Jd * PL(}y!1 = nh!s=l{TLL`'q'6g`"ZFUFF*Vx]9fMI򐖑XTA)3c|,Vԫ4l;4KhJKVl3kX!A626+޾<:ԁVxR剑!mjC%Fr`"iUqŶҙ)^w~Vɔxm89 :z o+q+k s9;M倗GY-|454kKW VtzEo`| }}W7g %.AFN|9L=I|)WLZs(u<$leOERg >3wȣ*WD q#ҵ ^./Rc" R}ooū Ym'u^`SG0^IoX*4Zק.W)YbHꈌA7,4|5k}|m+>P6ZjE:1؆$|W+;=?.70)ᣚe`;ClfPQ1ao/&cy=;MUi[l$JQ0 KoD֙JA3)gn=q3,]KMB\nݔNLT \mݮZ_,0]"1!IXo6G? v`O|N GWs/$lqj`qY-V ݆`B$ `(yBg<ɜwNc$*TL45@ȵ~?B>XkITcގk['l:I1( ue#1 o d6S_0\;CWmЄv >~5^c57&=hL=e ߕ$`cC;:Ҩ*-?P)YtSI]Ym8\KR{$*؄D *mW1Zpyv-vGL8@?08ΠVSrظާ!aKCƂ߽[^fɍ.Np޹N!=L`/>A] ҭ@@tZQu:Xe'4ѣ~;VpYVJۂԹKMPo(;4֕T'#9A"[Me .h$Lə]91vِE>u[aC1GyAAGw`5PL0:!΂`An94ݶXm4e4y}r?<fe\)Ue]p?b(8 i榡G0VКԺ3zpo0zTEIvIZ:7 Ptf}/$-i.٢.3Sysץ['(PQI6EDvol -;|f ʖ<آ߽ v#Z ׀|qhQW(L(y6"dž˛FZj-ߎw-Uh;m,pRԤe5JA?gv!Pm|{7/ %|?%;?.(a؋3 $&t!`>0uv'r_tr0W$ =6|0b<Ќ!% 6 V ~orA9R>ev#xZBOeLQ> {<ϼ05%j!|}ȟ~<ް2y e~cl|Dԑag$͎\3,.#J64]]Q¬*肰NWcG?ɔܤdˋ]eMZ h*'W<6ҿmR*!(_Xv ~} 4:誳g{"a|0+MK ̹{!FJ|ݭε{gY@qZEݶ'Tl[2<GmwGw}!\ꀂjXXť^_[[VQyUyeFOޜnp.O~;03ۢG*y V +%6'ט=2C"YFK`pm_U*N= v.D|狉c7zPQomg1mRp60ccWrG:yJőpDQE|Fq%upѐLL25l,~E_"y fb YoS4iTlC"[ْCr#>t&P5w언B(p&ꓺeTtb,48 ^(ѮHf$LPثyI$dE~!,ѫfơBm俩]n ilf&WTZǁ"IAd*D 1\M}=X n7w=H\(ռ8=PZ ;:y2u@!ѕnS{ʇg=:3^F >jк%ʔː3:QKW׉ LHYs<Ɓf\3?i:a NAV ;*\ bgEAI.< <-t2[P0@D*JjIw6!Q5}Ÿ6e iL&upxz*y74q\(*Jx=A㎘U(cm$KlRc9 :jeaF&߼ɾaϽTC8!CB;q7V/t& FLlL*Y)5#$(fUjfEVYd`t&KjBhHh}iJ7nOB"c@3ft?Yͣ&z|Gq 9lNQ {zkjg֑Jz%XN~|,0xU'7Lqu éXd7\܊r8ՂRG/=;x{=b[TvF>Z&9r{"@Ǻ_OheKʁ!E]0J\Hy}PvDU\K%[j$ Iֶb l&~4Jt!%<&qJPڦ =a\~bB NÖ&I7U <>(rzȧ|Ȏ^MZXJs'[ ,_n,E[`]䶂i+˚dTmXSWse<C9+IlR!VGuzmf`͡-g)N;zdEI[}^ih b[rqz`'4Bӈȋ%°vO3nbi_q|.RafV -2GøBm˾`Ц_T^`K>jF(۴;; s-VRJv4G*"9 OMo <@ܟ'BAnOcFS\^4>hX2[Yd!Ԭ{ (97V{tXضT!Ek{≊*;.>0~@7CF=k .Va.5tDӀbSI!H_.$/DQ$9 H =M{TGW>Ls! gPo=Q ذlrėU7j zS+=y!p&OPFkՒr__b+k)74VU}IS0l2lclqϏxWSl[`P=keizIXۛoC&vq\gV c`Zmo=]Zn*꼾 RQJ:+(M-S!\UrPBT2VoUon?B=EN2-cHPP_eq?ʻt{YY7$[) *5O…$>P2 uCKwoж^8@GdOoԟaFpР/𲌣ۊަ#N%]')U0r]]ZbV9ʑBo:"QN ͸v"PD_S6_]˟US%ia*2 +ƛ5^sgnlU¼ǵ)ّ?s݀6^ruQ5=ϯ~?7`'3pkZ7c9XTV`e!nHc#$Ab  b#2\D6tU@Pw|լlmf݈Pl5 WJ /NC^"#؅ɦK 0/&w{m1JmRH*9N6m%ݔ/vNM,] WȈ/7iZ?L#MKYatE ;-YԱǼX,N v?ᑛYB.ơ RşD{ij83_qb 8dY eu0'c(+; Θ.&5`l(M Emhj#J 5po`Guy&;@#-ҟ7ܡD_4*4ʥAoX͎}_D&^<^Z}tqhFBy0g}n/i8L5.^1Y >p"?<_ԣ}O>u\Ff/`a5',/4WNWy6NKޜ2M!Cė YZ