glpk-5.0-bp154.1.131 >  A b|]!M@eeeü$#3F][zۙ{OFRsb7w-|^;0mَJ>7X٭KaZOb U[ywd0Gڐ%b Id-l;}40ǵ#+P-.A9[3bV;yP%a,<# tّH qTQ .z_ %w4)ȶ07z qk7DbyR`J+^7h60wad3c96fa0129b7a79d3da4e5cb2d9eb99e43b3b376b23024d6a90a642c9c54b5096feb3f27951269a0b38445c62c7309390d8057Sb|]!M@eee:_}f.'6@Rc]hXDIfv6LK,ZTib3S\PziO8-:~^n*YŝM 9,z?܌A]r/ VrcJt7E}"vo`tY-dל#IIK'`S;?WD&pJhh,50-]lRkb-$AϺ|Z=oui,{]@qANrҷ_/1.6>p>!h?!Xd   2 $AJW q     !&DH\   (89:KF|GHIXY\]^bcdeflu v w x y z !! !!TCglpk5.0bp154.1.131GNU 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.b|]cloud117SUSE Linux Enterprise 15 SP4openSUSEGPL-3.0-onlyhttps://bugs.opensuse.orgProductivity/Scientific/Mathhttps://www.gnu.org/software/glpk/glpk.htmllinuxx86_64b|]7956a3f1b40972b7b8b947b54400d543c7665fc925065775b207a1779a8c1ffbrootrootglpk-5.0-bp154.1.131.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.cloud117 16523175935.0-bp154.1.1315.0-bp154.1.131glpsol/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-SP4/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]=7964d9cc5d02ab7730d8c88270b4be0bf20d7920, for GNU/Linux 3.2.0, strippedRRRRRRR Eutf-89088efd5fa989f27c868b50fa92808c45dde4ea5dbe85f4ec501545a75dd2524? 7zXZ !t/.G] crv9w W 7}r{Be8 +R0\A )^\EZ`;#4)ķ|O?A$xc8Ur8Kr}^Cجv`zS݋Qql=r;Fj8v2.l\qdBKbgF'>{^BIQaǼ[Hu{x4fxR}:ۂ ġ9Ci*0JH&BJG)O*WyzE)o-ARuIm c0ձ`NA"lEA4流<ki}E=,IrBq4j]WKOIP&cw]_K!5{d؊ c=S͉9.4u QSap7=͚Jсʹ+ܮb0O)k9Vb}C"ŴʝG2>F3o >8N `NT)\ZAoghH:V!+t ;ˣ:^ j^i"^bA.k3՘ 9ZdCVn?s5n=3stYJer-I QO$;fOd%BVԋl)X_TZD$*GgN'mP8ۅu䘭bJ_s8 La0{< `Kw9Ork&Z#Z ~K^ d1=Wfr4WoPTH/P1y!\41s!ohS>"Cy)Bα%lbTdC4R`9gD.*xc^Jjc)_YS ]w4u S{'\䱇Ռ h$ޜΦF[/%r$_$-n`xɂh|Bƀ-%Pimԓ0䠩hod k"PRcL-_o[*f@ęlP%m(x#R.acu/dA W71=w*I\۠]*0|co%3=MyKV̥ԳlBѪ2]ď1Fh6uR@+nfA 6`*i>Cp^c-'\U\opԼRʜ]Mo?tځo4-0ũTTM:98tNSq*k˨8mEě|-fުz/ P{jL!mЯGeSgQRus*Ek&o?n(Wҿ*4jq]&YDݻ+"U*Ql4wQM}N*!Ke̋Ps2;"[G"'Y+q8kO,G~q8vXî! R!'u)F9:|Ԏ:cynycdO"u;\J~^o~t8T.SzRU-I'V<}r< J՝}&P)U2ݓ3"~gd11a`g&8uW ݐn˰^̦Ȏx*F zvVn .wRz+0& ȯ$RRWFO.H= .E=Ŕ׭I3+ lC]!X]X!c$]6qǗ .iLpL—Nrl>@)fT˂ÌJZ}9:GpZq(A/"ᖶ4{DȖV>}& Ѩ!mron \X!ZӾc7uZ8G3G3UƘ -[ͤ$=KN[ VkNlX=eIME}l^M^&0aA** RcBU[!}ǨGN b0z{%{{-I=.yotF8UVޤش+ӴzP`含 0&Vĩ>mïFt?tPHd-H0ЎBd@ɯrKgO'3 52_6e")=NmobDzH?R6dJi ( D/.,-]x? ٻ\bed5U^!:{ӌ"g?qcMjٵ+y%K?](XW4 sw <`hxӓXۅ!{H_Ҟ[r6n>+s!U'^߆[PMQ'|z5%IZGjJ)vܿ t9ՇIon ZeHn^;ߌAQNɗYOaxN- Fa5HY;t!`ܢP3@V`L&@Ne'#KM>{W{r{'@*~r4z6C|F;%>:v v }qYeJ%V}|dݠdVc9Um1qRɲ'}̧͌&n{f6'2Un%}![禎tqlxB@\egT0~pX_Bb1ͅW7SOe5UWt0tFT lU#Sn]'#~%}|Ug [9w*Uӑˇigm&hd9w^ʶ U*rvJ1q- ,a@ 2R!JM.=mk_w,gzs|b` t.oQf4YҒt՘Uf.qgt+#*q Zy:Sxas9,yG5>SlvE]ơ9>s?!»nXĩC<jWJvr@,b=pIH&Z/>'g't $"E">Vn|P ckQEm%h$ʪK9@qs cqsKb H1!%IE,3+Ukr3/c6l&C'ͨX<X즊AE e17VdNM` [8\k}s~:O"4hH1aF\Kڛs`Q2{MOϟ-&)&in5zb-EL/.I1>lK`1/l: Ztz7fуy0%?CZ9%vmx8\D+I}٩I!)' 7ꠅZûI\F%@Gs{Ą237 gtMtG9Z5mC-UUwydJW%^CY ދᐛCH&QwAI01o`< qrԱq*QCfj5WngƲꈩLd_s۽K! _$x..у+֨|Z֎uS4^a[\kks%H`TwCf+R&(Y2"m D(b~Q"lbV-5@2Eemq "P =Ud/…mE;6wO+J ?REHpsYurTJnG}V55ŖU믢U-&I7L[^S0K\0?+pH| SҔ$0_9!]ߓep|eOsvwZA{#LU2W-zQe^\p6Ov(i5uWi~E=C"ϾvjAӐML> Yyʎa39,(>Dk'cdlƇLU@Y;xQW-Ȉބ>*_dŸ)NeƝ`Ǵ]n1k^g+RL"-H2EY}0ck:Ai]lpu_`;o)ɶ(Dʋ﷋Qۈ4 Z܏L16$pi_tPmת̯O0{\U ǒ ٕܒ i,f}jVD[^#ϬIG6 uV-og3R% %te6):k*dpQr)yB>oGP" jmY䲁 {NpvWnbf(`{#8CMSUmA=m(4Kw?8})Fy<6Vu`5}y]Cd9D4q/ѱd<-"=͌JG\.MCq$Iڀ@yJZ@*wQ~ޢ$_'cV ѯ5{Z~uIM>st"Y-@#3aF+#Fsޘb[ (6mh#a\ڑO Qa.+eֹ"vWBߢwzVbOEx.?6;.9bd9q43d\v-p ;Uh?8)=O41[S!~|䤡ҧK jf?j.l(2!xGӭsiZh2]Oz׻Y<"bdV[t֩Lݟ}04 jZ,+mbqS(wп̚K;՚  )`@m hZFFW)ߩ.e57UãoMF\.E)s#?鳮θ>VZ1Ŏv2z*,r%5iݥX.$hc-v3 3{  I|l* Skq!"8nB ||7cQ6,3T*sE'T`ogG\ Y:x7*&?*'rֻ>S<]4$U]ٖ C6_iĢ~pds oE#\< [˳y acgOqtM_+YBym>khQu6>Mۀsa^k1 m,^EW}a5uNQ.COJC"&d E֧8a* 3xXtUm>R,Hx)`]h?՗u˶G Y8dqF6,?MHmi(+9Fzƍ>k ܘ#0dJy\ d| yV',]WlF##囹8Ýg'WTЏ _vj"ܖWԳYh0$u?nC9<*%J Ʌ\2BO"䓧?b]eKH:$i|FN6U^BHPeR$VY"ʿ$ O&ye(ծ8x-/e (+nEQs{A#PȅG*$ծ|T; N)gt$ev@:EiyZs)xŦęN :IX"9|/.SF2^b2`#2N6drQ"%i@gZ\Af^" x#i~FTFNo1g xA@\~eҏ/lǹ[Ӷ`E'ĆQ2=H39@D|qe"(V/:8f;48_ JWwEytf)rq6GgK^{UJQ=mTvp~Pe{$wlzh:Dcc1vQ֨=_Md6%ى˽(qҔ!\ԋ[`L1&DTle"azh$C7?veƌ/ ?G?D g?S˶YMLloNzl|y㯘%c >ʼn?[M-I5Xd]2r?2åwoIR0.ƍlܲfl\ Q>]ŷacE@(FGv r>ۤ"/c'؅l3^ Y4B8'~r> X=M~_;ǑY^5 =$V*¬ Zk]`.f%]tR0 ^ o҄@ʻKu?f)/[dx^]iSs60/>0N(}2"R#eų{D~3{${`~7\VYKTd l`B&8>\ҒaO|?B:p3S0cFsSx&[C{crye\ H.3'}+97a cN}:HAcN#Mmvx-VI(0֜QY D^K("e ؁˜#XOgY.-Ifd":@ڈmK}yXJaCx>)soI _U .}Ez| z"~E|h8b>9_O7 bb|!n%/*粢l&VFLZ~AK'aۦe CiZ|ɟqmy%~d@ܒhi>8٠}G~?p݃q &O$@xBM[ɬl\ wW qVUO^럤c#e21+Nv tAeɭ!DO/vꊭԐ9?p%b+2{<# NL @KEJ:W ̘S~眭?>R47^øC:_B2Ru[fpyʮh.)#}JK&iܲ+_fJ}יV=}"v5'8h1PF45Xd+L4ĸax98 PkpFh}% E1?v_`vǖ֣󷜻NTֿM da/ W,Ebɍ\9VC{\'Ezw4Ű頓 Y}ѮmcNt>я5( Aq5{GnڎkR;ֶr띛z>EDzn=o>&/ ů9JhfCڣgnB2 .ߒɪ%Jw?0hR➷ֶ8;-DjChrg`A>k=FbF"?5@teq+~"J 8?= "Jp}xW3Ձ>-*l fv377,/l#DX`)>q9X˗hƛrBüC~K Ҫfʒ۟/N[fAR)g3jy^"ƬLTiCX92$~e<^) AIϔ)◰ R\tc잟V¾dЉ -ol2Vy>F$)Q+,oڑ\{YLBޜc'D׊=`dh"?ͭ KuW#@Q IfrS0ûˈn8ٲƑ> \VGB9Z> }G7VĖ&à(Zms G"ѰU.pvm6nEetM-nr/q1I ȫ?$㫐Q5>8֋]{5`=L]lX(ŷ_K%S3\B0_N.񺩀]!1Q~.,Ni]\նU.SZ`!{>=d?;n!Aduc @j)a_My`G vV٤E>g$|rMv|Gih$ІL0kuQ3EeMN$^s,ZnB+ډiR:w8jO|]pHϋ;p;'S>Nњ0XK73qG8yuq/9fu5 H^E[GFL ofJ0M*>e)~er @}; xnjےJ^lQƪ͹6LHM>/@ )mjY*DFǞv v(Wv,txN;,VL9jHBZ N(եL7-t `,TscM}p=ώ%}\gO<møBMuUDpXN: e7-t}`@jBmnS1LκX+6YX*W@kAbqSPoJήak15uu4 츓M$,Ń}qNɒH *h A ^E \:|9%`8lNXA=j|~xZ]U,}Nŷ\r뮑Wl˟fŒB/\už7Uwaòi]k%rȮ3z漠,ߤQh[G򮧌Otf\"_D˻3?΀X-, P9'@GSZ XV3ʏ1֋y*E,L vG5)OG^5읛Bxv~JP!㭦M(p*AYT+@a{,|\# oY#pggR)?wѲ(EVKg維4W6Yx 2n/G-"$yYHvҲ Pz,΂%bdk24z&-'q:CpmY1=\l,J}`)?OV3@XiKHMy_M~o>W,j[ 3"RR+>pzIҠͲl8ۤϵ8)@kKw.O {]KXn}XwqR&#t~3 "T(+&;$t+$bf%V@\m羶 YZ