glpk-5.0-bp153.1.1 >  A `ng!M@eeeY@F"R| K36ezӟ.oq(ގ7bBC{Dxڙ4ٓ|VLQ`1ImiY4yl0bb0]~(lBPAp9V*:Bm-fJ S#E7/SHN,*)o;֎ᐚft8rNZBW:dt Z+_ܓ]&vyMl6 n*oT{a52bfde2d81e2e447059e93788d639988a2cbe42f6d47219696136300546394d8f964d6ff908a69ff8586adfb542ee1e6e33893a5j,`ng!M@eee>jPnʵ6Y框"\$.\ ^gtv73fZj6h z1Ri(GtwNhՍ}T1)GF,ԉ޿`ƽR]i-X{U.A#DwnYE(?qNZ2-Ry/l,S iOO!+NjvXlh>FAv}l.mΝ NC X΃?9S6NUpm(ǯ{h-X )l0T>p>!0?! d   0  $AJW q     !&DH\  Z ({89:F8GTHXI\X`Yh\]^bc?defluvw x y z    !Cglpk5.0bp153.1.1GNU 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.`nQobs-power8-05/XSUSE Linux Enterprise 15 SP3openSUSEGPL-3.0-onlyhttps://bugs.opensuse.orgProductivity/Scientific/Mathhttps://www.gnu.org/software/glpk/glpk.htmllinuxppc64le/X`nO649bdde77170546ac11aca91e9b9b209ae24d993e4c3812d3a2f5050238690a3rootrootglpk-5.0-bp153.1.1.src.rpmglpkglpk(ppc-64)@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libglpk.so.40()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1` l^8 @]@\[3|@Z.s@YX@VbVV@VV?9@VqTcKLuigi Baldoni Martin Pluskal Stefan Brüns Martin Pluskal mpluskal@suse.comastieger@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comdmitry_r@opensuse.org- Update to version 5.0 * The copyright was transferred to the Free Software Foundation. * To fix some licensing problems the routines in the following files were disabled by replacing with dummy ones that print an error message: + src/api/gridgen.c + src/api/netgen.c + src/api/rmfgen.c + src/misc/qmd.c + src/misc/relax4.c + Note that this change does not affect the main functionality of the package. * Some minor bugs were fixed. - Added pkgconfig file- Enable PGO during build- Fix glpk-no_random_return.patch to return a value for a non-void function.- Small packaging change for doc subpackage - Enable additional functionality- Update to version 4.65: * The following new API routines for LP/MIP preprocessing were added: + glp_npp_alloc_wksp allocate the preprocessor workspace + glp_npp_load_prob load original problem instance + glp_npp_preprocess1 perform basic LP/MIP preprocessing + glp_npp_build_prob build resultant problem instance + glp_npp_postprocess postprocess solution to resultant problem + glp_npp_obtain_sol obtain solution to original problem + glp_npp_free_wksp free the preprocessor workspace * A new, more robust implementation of locally valid simple cover cuts was included in the MIP solver. * The API routine glp_init_iocp was changed to enable long-step option of the dual simplex by default. - Add glpk-no_random_return.patch- 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.obs-power8-05 16178742575.0-bp153.1.15.0-bp153.1.1glpsol/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/d5f4458aeb7251ba2a88116f883783bf-glpkcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=7a75128429e4cf0bc5fe916fc8d4b892372c12ef, for GNU/Linux 3.10.0, not strippedRRRRR9.-Iutf-88971f8abefa2b326018def2e59b37e1e65d2c62bb0cb9ea5970adfc46ffb048f? 7zXZ !t/0SD] crv9w oA]{7]*Ȇe?b#100 /dH_f3(TCB{q#o&!es% W<ҡ4EQf-;,R./V#Tp+}P?p!\G\⠃čLT*Mf@)A8fV2{„0#.4E{%.F U?A.|{$%JlnѶ oɒE0,*;Ra‹k0|^ޚxňW1Kdhe B52[OZF Sk WP*=? ^#˼!0ƩaOHGEQ9I zgGd-`" 9ZjUQ?"V;L(zO5_7RjݙQ@^S|(H"C8t%,W%p.9Q<3'b{Dr'HEn]垂N1:q4՜/4sQAFVdu׾iOGtǦWêHGNIKm3_|i r).X>7X.s}[cra#Du 5~ainQknlܩMޏB3l*l'H">Pf!gڱIBMa'Lƕpй[`^[@5jQX_:+qBſ穥>> ~ln=b멭bRⷃ p̠̙9pY1GwQ N_ۖM iO#6 X3Dx2ƓƐ%g8v<;W}D~ů8Z3uU Vۛ%@:Bx]Jff'n_15(vàZ+$jȡ=D]YA O v [tǭ1G*$}Z_`ˋ71p;k-5gk (CXANlȃ9W 򌕭^]~~U9r`‡re'~q~ZbEng-yƴCk"OI@&dν@8Jo5-':E徽=.Y3+AMDCXi}xeJ[p10| H_!:Sa)೷ -ff(Q-rͪnuO|Ʌ=3Ð] q(Guysj QmVM:O Y=Z]dO>@p|\@zuҶ~/ #ĎL fK5{{1:JňΘ9_$^r3zY4lI>o 4B1:!CکՏ F>#!w)YY&wؑ{>%bkUF@28v"MWa?1e6/Ysv*00@H\\GQ͎\I WvxQny P'iI S{4ZlUxڢNQ|%hrhz$ĉl{C3%'$L'!tAjB<^$^xĨTiz D 8 m͊|uUw"kχ1f7nE{3ijJzYL gp3Es uO}dJbो؎t[{8 1iĭ^x{;NjUUNF"fRh}̽\<\vayJ29]bwv*#ƸJQCLg*Yz[BtׄzW#zZ6 Z)珝=S@`2d!&_omc gCuJ0d]Zު&1Q:3 ʮ!mTtUB!+L” 7#.R a:XHKc%ı3iu7z#Pdͳ6&L&d:)TvϙyW梑]F_­дH=ppkƇ{70uS:'_:rsrF4z t |׾!Jg6gPI7)%ր$V`f[f&H3Pkqᡤ2PQfڈ SOH N"LxS')\V2![|ʭ25NURP{c7 G\s>ᅓwPxU%ʓX.Gs .ldx㎳v# DE)Q||m2pz(k*UM݈J h] /Rɶ+2KWoEƥ !✣1l{ 1l臁S`|z~![ 2=C7ӱ7"1|95.RG"b@(d U1:+h?k=ʃ_+1V7#a wW6bKCm3$[ 5  W'Y'+9 m-dFL(4"7"vO.N>|9{[!ЉH_g]9bծ]SS.G2c19boU[bfl=*т1p6"ҧl9zquyЄ> ]G<,e6Gch(unL6; 7.NΝ*W6%)*)4ڭtcc6I'oN U N1FzȭcXbzDyhٮVf"Ћ\||">*OO|߆j uA W;lےJDC˼>wHZ' Ʈ%lI@*fȾuoH7,^Os*õ>?U|D ^Y8?HI]ݫݡQ-q'C1g?xbtmowxʽJУgf7(qvn *W^}Ш{7ܣjf(Z9 ZIj7\E%ga؟k,ZDS qBFpŻmZޡBVXRV~^N֚1(F{"ha"ƴWc5&[䤑zߝ)W 7FH_-!;igD3璯ԚEø(YbgCU #rnBXzLe&6?63@ $}QT"kqoC1K̝=]@Go %T$(Ljy2$ uU9c)cўE",05ٚ0N7c2 M* ZV`zNdG si@S>lhӐبUj"T[z7֮)H-Z7g)&q+vq2A^qr67rS[ZǹThUO՞Yn8S/wl QmFaEUsFش`H[5¨V:M[夾bΜ-.TN]6<bP_C0OV QP`"B3aWjkcviI c1|\G$|6HGP ?UPz=&3 'SzΊ>:RX6ӌ(wւ2 vSϫM燄tT-Iu#@C.AWF~28l}.f$@womLJmBvqR;0u[%B_@YNN|#\';aZ #9h4~7k'e?`Ajҟ0ljz!;4cU" xa3G]EīG6ISW;0_+'-q@෯'[<6|9)|K$H9nK{ob×=b,ZcF}~x;$>׻y$څ#XmӢR1$,< ŖHcO SYMjbpȣ蔇)DlAޮxǁǿ \hc s$,9oqXzoϤX!`(ɔejQw >IĽ9^U5PTG=~Eno,x`fi`%,ВpErY&c~>^&tQ5& ,,Jͯjww@Y6n nVH>1T`6;S ׉{i;7ݳ~z %"ЦWp\ExSL ~nVdny )!8X584ߣ5#_7ip'BoW8ަ#ˑ?.͡(fqC.d8TKD72,SW1}"povև[zϨ r3j!g[|;\ jU"F_Z<P@KxD؄{F {e 0%MQ!OfGTuw^:v ZiQ5Âm>π&+?NOK(Jy@X--e?F+ fw;G9ÚWmyzQIq`մYm4q$m"oͣ SH ;]`(`Y j[TWD]Uv0-Km@K$;|tXҍ*;3MךլGC=?jcu*핷5%85aiXYpko]@ٴh`QS4ɒhL6B-ȹQBꐌdm"yS윘cxߴ\l8,^큔tal;]cٔ"Z4-;3 ذŜD;qfYш]aqdG$Zgl&j/hɏo"]+<|8g Y;d5~4E.~ 8WO{ sBA1"2ͅ_664 $l^&3W)lTԷ9ҼѺjхH[2P J3JDir\ӮvH}d'y] kRsb غoc= $(t`ʉߏ~"2ělu-R&=6| nisZ$ "4ޛUabr%)aLE1h6eТ 6{Hi;wr&!rvLt؂}x蕀zUH˸&*" K^P&ۥ/"$tA#y~ki+̈_p}& ~i{yg71&a!u l~ C%g|\{5W賽"Ox6Janض\4ɬcuMJ7[&- G2/]d('Hނzr\\6)G4'@s'}MGU\-j|qC=L̅˓1KRq @/=S\`tޮ8<ژ _ LxDfQ'D,x /0kom̊:Z>䴷3}r.bP45ql]#){ L榡/V]AVʶͥa6$""`@oFCȋwˁ~H4Yӥ}Xϫ MSs T'ƆVN#DK ͌nF+!0(}JMFQhM}}!A#"g`.51e*K|x,7xB,kS/#Kx,@*ubUǠA&ΐSE9Z"EԼۤ6 L%I ǻc(Y i=b#fe8o 1?kIZ2^h$*o۶'DG"CI[9QQ J`ZH ]$=ӛzCtۻ bɺ/7bLwYE̷ԗnڟ }&EcK[@Jj,Jϳ/"Ta+dU!50i̮G_E#zܻD {Mhd<_ 3FCDh eGw6mr9@+C&T>bH <_m9UL ?4* !OpY V |nwV 9ܐ(]rrqS*3pE% hg^;I O;{Ki8ׅA*-&WK55~TA(:ϳ5%wi udkBɔO_ަ3a#3SF/*& G$fj0SNȘ_3,^uT©-E;c3 ԉb 0vaOrtP.gxѰB۫CH7rj,V;dP>y& .ڪT߇r-R-ZAW\eHpWƂv6WKK1kzO*Iu{ɬo 45#i^):U30=}{u!wS<ç[(w0B<R|3}^\Dckc|Yd:0xH]ͧeL" ,pWt>wxE8WnDPRKO W u#_-|ysK%'i-X_\"`v]@l *p~, c @g4c:2tsJ}Řl‹](Jጸ!%QK Ըw gT<=eHR;E  l5◓.VzA6<,ٝ 1"L܆? ᘴTGTJX8Cn 5^=pz\uZ 9Q1suk\K)AG)B!PcU$D-5s*-=UH4\jӵ2`2?ӣixgW w4gov9WQ] v |Z";SU3&gu٢#BYhCKGc5bm l;Je]j_%kZWEFi+^/΀vtk+HE`:O)K'ʝ%5Ԅ1cɆe -$i T57E +YҗܡsoxL{$|gP;uIoE"&J^T7@l8\8= NhjnEVq̈QCfj_ڗe^s3{cY'0"ݼdUlO )?{cRd s.O2{ i+ TMV#Z #fNtYCX f/8#MqmHVV+ȋ(0 wc.4Y4>379=H3"|{XIr<6' nFPDQp8;kWDMs^4*#YS[>1|KX%sV%l,?iqTXi>o;:>:JzL`yՅm7K c׾]ʔӹs c*&,}0.yy 7o80:$E {PTG#LKs@-'#3Mkݯ"۝2)Z*Kp)-Gl;BYú#[~ep/?@JǨxƀ^$-Pn_hH؈F7ݮ(q|۾umG(-/SqPEv~VO糮4=>fʜN!V@GTi7yອ}U.B\ʞ"$v+ja|bxݠۅ\/? =FS;Nx[TעەwЊeDqdM%ܦrPI۰[eݡ01'{M$!C%JH_A" @EJZnղ`o~=zۦB9Jr!M毋 x,UBrI*<{D"ԕ t8z*>y=U~a AQ}IEѨ?؏iPݜ:NΧغjd $ bI_bqw%K { ׾@cЛ^ A{u2M朶r7ˇTy0[}$Ehs܂>@G6Hឍsk}JB^5,)$3XсdlBY N(MQ Ti:5Vl"xCIZ1۽5! qq'xFJgh'jk|׵@]wC/3VRhm嗭k>kaE7?0ȑ !Y$a)2{5\`FZl%挘-Ыݞ,$g D03FY?VD\getH YmR̰o_!'VlQ>=!Q 6hǴ;Bm+3,G;$흊ňc&NHa -Ȋ{ǎow"OdlXCœ^c6le؊릙zjW?;O[-,Nyä8ʎ'I֕AIy.HױP`~J02REG:F㷰ʇM^߰Q%ç\?Z1!BM'J[vҾ,/Ml3km\?&د"^iM)9٦7FY5qXkp\ʛ~'hy9-]7AШ>[u4%]+Yd.Zc Jl yAty%cb?TeDk*K( Nv1y w]C(Лv ?r_J4Dmd+GUCb+Q29=sQRA'TG#l_$ǨV(Li^jxYw) _ ?:Y%֯U3@-shH9pq$Y G~o֭x{3 >: >" +(+|' yn2uT+2d*ox|vs Կ 5薤=hcF \M;:xVV,_cw2ﶍZ?=P{-c?™ =Oߢi4wOg%(UM jkm摚C3C3]QU,Y[jzgI1l/CJTtJLSeYI$ 5=o6˃긏G?%vXλK}>ҿt[r11d^| VQ+ؑtMY'/pW5?={6S jD'@HgmB5:]ʹ]sJk)VOݶ/~)Ʈz3:mƕ?y%\Hfsa폍a؛,j ra63TߚTR|4t!5;x{y=)*ASNdL޿mk̳^IKH!V´VXRjg'g)@CXBtcEP*/9RD0',Q^dj8NBN`_$4wP ΒFezVyž ChU&vR͸lpF  ςVjmh ᅛtmT#lyPU6E+MN⨝WCsL ق8ꘙ 9Wݬ#/]eXPP_a?@M ޏXKb2P G.?o>Kl7&+뾪ܠ~;NElQg,ABp b=o4uЫBL0f< $0p^enznp܎LA q$GInTy-kL OI%xʳc9ڦ߮bdl`3w X;DyIZ6[@-v(qKP0)!J]-xD'xL0qfݙ;2r0a7Y07IRF gPE<dWz2`6@mz۩ٶ]V̌~2ROI_VH,a$U@:5 t mU6A|%, +X6 غ`TאqK_3K2Qk\2>ѐg-spK:}Gk& өPG%dz0ғ~ $5ӻl.g|$"D VoB<ַբwYz,-nHts)i7GAFs7Mh:r@D0/6c6z%AL;~e)ƢRApxos/`hx\\^4kz0tu_Q7q=Teu"Yn+ wT<^6&}RE\q*/܁q MHiZRciL-r_tW/hۨN%8`ާ |!;>Jecm0jJsI_42mXL[Cn Ig#uF|=~D"RܫwA>XLвT>gTC.#v_}Ux'ICs vULFO|2TOҘa_մtp^~RySiUT?iF'r(cɬo889%dMCS 4:U7(a6Dx1"ʉ2sAR YZ