glpk-5.0-bp155.2.16 >  A dk<:I%z M#A&kqoJ'{ڵyX[( Ap76`ND›Nרcd:FSht?gM7* D0XIƒcH;Lہ Nh4؂V]7n-_\dLZr̔^y7lBR&vl~>:H _[+g($d\dC9GT)DB/<>a7n"lت9WaÕV%_ }(v u5O-0~sB`ΙLi giҶ!=cl\f.߮,&Dmb,V@l'aI)]gkx"%zЂlA,\\{6~LqsͫCizi`'`8s<<wj3`]]QL`+bzC~2JI?Bz:$yߎ: vc잏G9ee3f177fef3f859cb6baabe5a155aecd600f7f336b2e577b9af42018d985a3f24eb48675888b3e8626a3851e0af5364423042cfSȉdk<:I%z Hom>v?o0`z:K >Y!عeHMvL hU;/Xf%xX?ai4hغkkKTsd7rCzWvy ؾ+|s-cW!L0Q@vED)(N52g7͌|[ ؅b!A51 ԌiMzHӈBgA:j_O؞jBcVi݇p3=0;$C68EK}z0G{cq^Riy[ŕ~zg\y2d&}:kEZ 7plmd&~ANjvo(IJmfa6$ȇFwG qZ[gD+!bH66Be %݌n׳#1ۯW6ȋЁv5 .nu6,ۚ?K%g41-1~WdT_>p>!`?!Pd   1 9BO i      <@T   (89:CFtGHIXY\]^bczdefluv w x y z !!! !LCglpk5.0bp155.2.16GNU 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.dk<)lamb65SUSE Linux Enterprise 15 SP5openSUSEGPL-3.0-onlyhttps://bugs.opensuse.orgProductivity/Scientific/Mathhttps://www.gnu.org/software/glpk/glpk.htmllinuxx86_64dk<&90fc77778d715ba7e6588f9d856eae6e869f73e47683afca9f732ca67c1ffcf1rootrootglpk-5.0-bp155.2.16.src.rpmglpkglpk(x86-64)@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libglpk.so.40()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3` 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.lamb65 16847493535.0-bp155.2.165.0-bp155.2.16glpsol/usr/bin/-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/d5f4458aeb7251ba2a88116f883783bf-glpkcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a5e9208225509fab051910343e200c7f5c1f5a8c, for GNU/Linux 3.2.0, strippedRRRRRRRCe0lFnXzLutf-89a1ecbe148ddb3469050a18aab84ac67293cc24efff6b597351db51f95eb8203? 7zXZ !t/.] crv9wBp_B;BKDYOEj.(Y% VrV,{:t  J2֥kء*3Zv5X+ɢFVSئTpzPC^S8Dn\MιK^ϲX㶼Ar8(D7ԅnTfsWf<.wTn-%^6,;k^E~TCL$eJ!?^2۩Ϥ\.6%gquSnTlኤ g:QR\Tw~ )Uĺy{`O_=+=жk;N׆]盯c˳[Z |YLan؇D٥t_ejFwvֻ!^[ V5 SUqYE`#Fyl)g!RGD*LΠ t"GKx VL/ƘDݚ}O1{ҍXwl>ͅ:HP5|?J b2 .$6‚%)RҘ63ԄLi^8o?7 ~xp`*Ezު#ܵJ16RY E5¯@& 1$0wAR1W[P{bNyTBKZ;S=/l3W>t'n֝"D]p4m*]}V/MJ5<ϨݵN#eKyC:>1E(F /ʿ漘/&*te(҄B`5$[I4>{b P'P"6)8G|oTG?__/e)-Hyt:zwF yfK_ fB_mD'^ݔGq$=iϳ o|Lim JlrSW])eɊ֕Ɠ>X~οAv;S.tM'KWҒXI&KlѣP.@ uzX/ӡ MqںʌD5GQ(C/{y//.R^F |W\ ﳰg2yv>[]r- (_ 꺶 "=jK@(nqw|E:m[+rW<Ӷ k&\ WŬ7ZtYqv @;R&!7D#NeQ:b F:IMi(U M\zj  j2>}]N hYTT.I!)e-9#kIڴO&pR}(wʭ_]ڇy) $h*}(R>yFt5,"j \j;2K)@g󗁆0ux&p*ҋYd ذhn._ːMrhRiSѺ4&mNA|[6O_m6'qq- av[jR!:6zB8EF 9 svLw&Y 8tRutݵlXGMACh1It lr?mIVIҦa6H.zIIIaKK~eXV%RE: d| keayrwuE)O*`il?FDz?hxogKIӸd@ih@_{Cy|<#zʚW!2L;Eo}XhӔiu@Ť:kuxaEa1B_ܪE/9邮#18 ҞUcZ7w.e e&(.]D7q01 B)N!.ԁl8}X+YF ،7qI0I5Xi!ڣgJ&+#3uA ٳJqn0C'/Y׌`Tw(2Ƹopd.n^J~[^q *N$8-%41olGLIyz>a 7xc^L53+-pEl\L蔍,c;CVNbm51)6["T~?1%o~q\G6|G29k:$qTIeI8]*]NЗ GOc|=PD j=tuL蟻n[/CM1)6gf+2=k+ Vd0ػN66-]o;42iv;;ǵZC!rw-ؑe5A(ma[WXrec4۪n\u6M!9@s{yoF?XMNSyG9c_%9N\-;ϞҘ۶Zr29=f/g݌￯),e-kr,#V[U#81ݩ3Jl|q 3ZxB/zLג0|;E$Xb/(ak &2~u2mO ED{fZ6ߴb(*pG2|ktmQU?=A֕1`.TU0'C/d@<3`6#/.DmS\ }L; h)Ӊȉ-UH6<>zNj ƪA:+ S[^`k"{}6PuvbgWMs, cЪȜѦL~ a_g8FX~ywIs[w2hLi[78[1&ӿa"%Tzɠ-QVr 1WYZܨKͿѾf_RxwQ!KܰactUF@_~Yc! )&|n3cǂ2k@@:JJk5vY.?@.TK+`RN?TA!خR_1b gk~r4ߤDl?Fq cֈڎ؈ q*4Ġg;T0X3n`PӚM-Y"}gf:"HOcy@N6Ë %IaF|lrY@bTb=Ĺ xUκA Y4OAe"s5-_/c^]i@v05.ta 6*bvog=ūw3%zJZ i^SN 71XI_\dKLđ } \A&Z6h `4KP}c,8WZ#t=YC\L! ݝa,n23KAV^1K.Mbyj%Us>L&`붠IgkSllx@[-gjE'kgx4.:]x"&Yn̓6$Ht՞ўb݃EDִ%. ?N'}ݛA P[@dtY&Bؚ$,||ml[1Gvy &?R.Uɤ> <r0W f5Rގ 5wk[*Hf+]v@"젴L#y)X;3n0ˏ!ʫ h?6Ihl{QoFSC_ݶNiPb7XhgO]fYizf/w2:zdeH+GMQ *'Ojftڐħmm7Y@d)/9IN/clhbp{H]E5  x-V6|x!jBRR'KjY^0wA[XԩFx_X'2=U|ʖ9)%0CP qe*-ICUsj.K3fBzuh>maf%XsqEh2!)0'gof65Aa TQ" :n7y X*.%pgmL|?v"UVދo2))q(J?[7Iv!"@Eˑ[~>AtL#>-Xe`wM.ܔAEѪ&Q=4C+ֻ@)c1 ;?]gPNlY&rO^qX9&g^y7K@χ&dWЎ/Hv[F #ö0Yγ\IcF+kʇEzTeX|Ŗ¿_LzAu$8m]5ulxUӬ^vd(A. s7f3,zɧ3|]r#oQw}7 S) Vziä򬧣S3xˀc1/ڣ*JɍzZv[nH(\Y b"/)M -'#)Z/ddW{m(s"%ykwb_"Q rQ6EBI}_ *S'E^Ê~%V$̹5#sIMJr⎩!a%ۺ.F ]ǀ^b/jwS(" Aȼ5"7:_MCP=axQٍ&-n]@C1޹q7z}!Vhd(7Tҕƫ5ok9o3v0%ļ򒤏צo3Q0 gѠ;wbmt-ܟXRsů"lDAB!iO mr̛e3H=C(MmUlK 졞 f}b#Ts㖇f ʔ7ZN \f &((icMPB$֏wBDe摮D%sF'5lO/+ݯ){>b"1yZ.$TzƂ"*%xwHީ IϧT 8͆:dͼY-pkt e ˴6^$л7mpĸ~+ dfq'QYI$2%;VWPY-3~9m;E-.vV؊쇏pɵ4KզF')g֝|ۼ,EbIPwFаѢqu=sz3jfTR2h-3w@yϥͯ1"h> 85׌58f0#&+ %4aьz?FJ uʯַj4:M];Y`5jC]|HPxsZI:,71SWk-D(ޗB mڃozB? ߡwϡ> '$/}~p߹KkfO㺨iE,h.3>yC߻({(E^:Miۼ8/1&R T>=ݙw(*c= 65CXC#/ŝzi?5z($W4 n`^a*Hҭ+0?,x|q<"gyq&ПB#q:f;՝i85MTNW7@qvogI8|ų LYߎ")o2hp Yy^ /O`QF$dhxps9ЂJ!$d TV10:כckm$BR>q'SHDAW7ҠKneW-4#VŜ E613>N}xH N8XԙAN'+Vx$τAZ& 7fM ,ȭ `Y/e#% \#E *6Ql.KXǖMNj$\2opI-{S&0(S,eS =C.U£_-ouӬHl|CDZr9$'))q w]AL? Znlo6E0?İ"6&z/_=)2@!1;N>uD}Fj6kSSl\`]*`ZmEJ\Xj 2"> w$`3П:9Iبm#j*UX>9FΙRRc.zDYrrtםW-8=+l) P\qv)k/9A^/Zsȶ~xf~15d_ϳgKO~RX3m&LX)byLTOVsۅA2!Ȯ@QNye ވ$Fr"673:آL=ƇF} Ɍ;i,Dhɔ)XT'-,lCAp@O_+?cwII~v8 .`;P37'4 >Jb8kGF@WsŸ!6/IF#{96'MwcP~Oblww5|$~-5T^H>A"^=2@0,vra>.q뭖FWN/}<'[gi8~~I;OU7%{d5Kn+ _h|*dJZ^M>mW Nx|Cn5$}(A.ZU +!Һx#qStni0VfOtTJ̓Б eV(凄GeĤpOaoR.7ij֡29rn 4쯕VJu <څ)XJ*4o%kg^@>pz WE0= ,F/ZBXV`WYtPMS6YCxZȃ{j腣>0Teij cf\:GD~wVS emhQ:/ e DVGVa"4umFM٪א l4,fb8Ms6%)MG[0X'EO6b~"a;aSfkO6Ο CWe\j O'mϿ$WCE{~GZP@qE6>!;BT1RSrt5y9 _+* jۗ,q`_ \_;\ ?LP?ɡ i# )O%@_I!?N8a;"xpOzf`$"~f !Ga[p=Tٙ3Axg A4'$6yڴAjQ;X VJ96Y)/uy) 1.+1j7l0į :r?i;,Zb[2E HZiYh1[ޔhw4awdX|ЂztgOwOF4|/"Bއ7@\jre|Xbh?_FԧiqIqf9`+ZzlOYqp,O+O"je1k2XH$*/eƶe̊ ҵ|{+:wY'zhn$yq85g? KfkYPx΀*h`xA;)o~ f/4a-l]zQ,LGHR-$6dd#nmjaIHNlfbU4~Q(לKĔ *SMbpfAv.QY2l?ișsa-՝AHonْOdF#^j 6Gfmn ?t8y+M'D N3A^$W7S m)Ƴn#&aYhӉeʘ./-sxe;] tm7Q7'f b)S ն;xε le%22`ta{ ?&q#]m?I[>R8Їȇfxd3Q=4ȷݚoI lV?ܹ[rYd1c](hw$?zH-7(>?ǃV'5}hg={%GDAge!%ȉBskӣe9 E.DȜs]dLy.8`x3U]g!]fs5!!?$5 : 'ZA? :6wvq@5ř*ʹ&(X| yڄ>DɽxX-ĩ`LEu\zH**iGMR_ud6]4 q0=I+_ŖVtps+ w%(VЮ|}pp>na}G 3r\&@Wkl}.=M_%(= c/D/Z D &54G`ޓ;HB^d܎!D s谠3fcy\7c YZ