index
int64
0
731k
package
stringlengths
2
98
name
stringlengths
1
76
docstring
stringlengths
0
281k
code
stringlengths
4
8.19k
signature
stringlengths
2
42.8k
embed_func_code
listlengths
768
768
38,645
pulp.pulp
__init__
Creates an LP Problem This function creates a new LP Problem with the specified associated parameters :param name: name of the problem used in the output .lp file :param sense: of the LP problem objective. Either :data:`~pulp.const.LpMinimize` (default) or :data:`~pulp.const.LpMaximize`. :return: An LP Problem
def __init__(self, name="NoName", sense=const.LpMinimize): """ Creates an LP Problem This function creates a new LP Problem with the specified associated parameters :param name: name of the problem used in the output .lp file :param sense: of the LP problem objective. \ Either :data:`~pulp.const.LpMinimize` (default) \ or :data:`~pulp.const.LpMaximize`. :return: An LP Problem """ if " " in name: warnings.warn("Spaces are not permitted in the name. Converted to '_'") name = name.replace(" ", "_") self.objective = None self.constraints = _DICT_TYPE() self.name = name self.sense = sense self.sos1 = {} self.sos2 = {} self.status = const.LpStatusNotSolved self.sol_status = const.LpSolutionNoSolutionFound self.noOverlap = 1 self.solver = None self.modifiedVariables = [] self.modifiedConstraints = [] self.resolveOK = False self._variables = [] self._variable_ids = {} # old school using dict.keys() for a set self.dummyVar = None self.solutionTime = 0 self.solutionCpuTime = 0 # locals self.lastUnused = 0
(self, name='NoName', sense=1)
[ 0.02787923999130726, 0.0071881734766066074, -0.05422547832131386, 0.021978966891765594, -0.025098446756601334, -0.043601419776678085, -0.032460421323776245, -0.0703754723072052, 0.014385259710252285, -0.06349479407072067, -0.040357161313295364, -0.001579793868586421, -0.012665089219808578, 0.0116222919896245, -0.08221167325973511, 0.04299534857273102, -0.019625985994935036, -0.01591826230287552, -0.06798684597015381, -0.001929621328599751, 0.006644492968916893, 0.050125591456890106, 0.04488486424088478, 0.07686398923397064, 0.013556369580328465, -0.009073231369256973, 0.009403004311025143, -0.017264094203710556, -0.0319969542324543, -0.06588342040777206, -0.02475976012647152, 0.05230031535029411, -0.02871704287827015, -0.007410993799567223, 0.00012895707914140075, 0.019697289913892746, 0.021854186430573463, 0.02891312539577484, -0.05625759810209274, -0.0100714648142457, 0.005672997795045376, -0.04627526178956032, -0.04017890617251396, -0.0247954111546278, 0.007651639170944691, -0.02317328192293644, 0.023529794067144394, 0.061926137655973434, 0.0628887191414833, -0.030856115743517876, 0.006693513132631779, -0.02809314802289009, 0.0123977055773139, -0.04859258979558945, -0.043637070804834366, 0.05782625079154968, 0.02165810577571392, 0.07358407974243164, 0.04295969754457474, -0.055508922785520554, -0.011069698259234428, 0.03921632096171379, -0.007384255062788725, -0.022781118750572205, -0.021961141377687454, -0.0008840383961796761, -0.03689899295568466, -0.03189000114798546, 0.006755902897566557, 0.027433600276708603, 0.028449660167098045, -0.02884182333946228, -0.02882399782538414, 0.030606556683778763, 0.089698426425457, -0.0016087604453787208, -0.035526424646377563, -0.08984103053808212, 0.02388630621135235, -0.009113338775932789, -0.015802394598722458, -0.0123977055773139, -0.026863180100917816, -0.023850655183196068, 0.0013458328321576118, -0.02887747436761856, 0.06064269691705704, -0.008819215930998325, 0.08328121155500412, -0.018841659650206566, -0.026987960562109947, 0.06164092943072319, -0.020214231684803963, 0.0336369089782238, 0.0785752534866333, 0.000002811361810017843, 0.025348003953695297, -0.03857460245490074, 0.006069617345929146, -0.05276377871632576, -0.005895817652344704, 0.003030352294445038, -0.07907436788082123, 0.009492132812738419, 0.02791489101946354, -0.017148228362202644, 0.03124827891588211, 0.02231765352189541, 0.016952145844697952, -0.023850655183196068, -0.06481388211250305, 0.04823607578873634, -0.05828971415758133, 0.0397510901093483, -0.022228524088859558, 0.030196567997336388, -0.040499765425920486, -0.008574114181101322, -0.00002823547401931137, 0.006689056754112244, -0.04142669588327408, 0.027059262618422508, -0.10167723149061203, 0.04317360743880272, 0.013280073180794716, 0.03360125795006752, -0.002600309671834111, -0.027451425790786743, 0.005806689616292715, -0.05932360142469406, 0.0045990049839019775, -0.01078448910266161, -0.017772125080227852, 0.06356609612703323, 0.0059983148239552975, -0.07265715301036835, -0.029198335483670235, 0.007299583870917559, 0.011943153105676174, -0.002914485754445195, 0.04167625680565834, 0.005481372121721506, 0.012727479450404644, -0.008168581873178482, 0.03434993326663971, -0.0074689267203211784, 0.038824159651994705, -0.00184272148180753, -0.05219335854053497, 0.0368276908993721, -0.034029074013233185, -0.04481356218457222, -0.04021455720067024, -0.03377951309084892, 0.024278469383716583, 0.024492375552654266, 0.025740167126059532, -0.09255052357912064, -0.011479686945676804, -0.05540196970105171, -0.05344115197658539, -0.021978966891765594, 0.0052050757221877575, -0.028645740821957588, -0.022923722863197327, -0.015606313943862915, 0.030963068827986717, -0.051551640033721924, 0.0016154451295733452, 0.03843199461698532, -0.02882399782538414, -0.04313795641064644, -0.022068094462156296, 0.03896676376461983, -0.03832504153251648, 0.03697029501199722, 0.03739811107516289, -0.008774652145802975, 0.013119642622768879, -0.0031618159264326096, 0.02229982614517212, 0.019019916653633118, -0.07615096867084503, 0.010124941356480122, 0.015107196755707264, 0.04167625680565834, -0.004612374119460583, 0.03126610442996025, -0.01445656269788742, 0.03850329667329788, -0.04107018560171127, -0.0011553217191249132, 0.02410021238029003, 0.03818243741989136, 0.017041275277733803, 0.020962907001376152, 0.013057252392172813, 0.008507268503308296, 0.015098283998668194, 0.019519032910466194, 0.026916658505797386, 0.04413618892431259, 0.010909267701208591, 0.05297768488526344, -0.013342462480068207, 0.030731337144970894, -0.024349771440029144, 0.03135523200035095, -0.032460421323776245, 0.0037233224138617516, 0.009768429212272167, -0.028538787737488747, 0.01245118211954832, -0.0011675768764689565, 0.03925197198987007, -0.043672721832990646, -0.02003597654402256, 0.01086470391601324, 0.012148147448897362, 0.0013747995253652334, 0.006555364932864904, -0.007812069728970528, -0.010133854113519192, -0.012121409177780151, -0.0027562836185097694, 0.0064484113827347755, -0.0031484467908740044, 0.03041047602891922, 0.023779351264238358, 0.012584874406456947, 0.021194640547037125, -0.05978706479072571, 0.0076828342862427235, -0.04495616629719734, 0.07465361803770065, 0.04335186257958412, -0.05372636020183563, 0.02873486839234829, -0.05511675775051117, -0.04071367159485817, -0.03189000114798546, -0.02873486839234829, 0.011060785502195358, -0.03497382998466492, -0.0008628704817965627, 0.0034292000345885754, 0.055615875869989395, -0.0023329255636781454, 0.021176815032958984, -0.005049101542681456, 0.004518789704889059, -0.03925197198987007, -0.05508110672235489, 0.014688295312225819, 0.017905816435813904, -0.053227245807647705, -0.011479686945676804, -0.04552658647298813, 0.022870246320962906, -0.009982336312532425, -0.024955840781331062, 0.0303569994866848, -0.0016399553278461099, 0.058753181248903275, -0.01114991307258606, -0.007437732070684433, -0.0222463496029377, 0.00538778817281127, 0.024367596954107285, -0.02000032365322113, 0.0834951177239418, 0.04096323251724243, -0.00250449706800282, -0.00012275989865884185, -0.011506425216794014, 0.005891361273825169, 0.00840922724455595, 0.046738725155591965, -0.0051560550928115845, 0.023440664634108543, 0.04962647333741188, 0.03524121269583702, 0.005900274030864239, 0.02648884244263172, -0.02078465186059475, -0.0007107958663254976, -0.07344147562980652, -0.0333695262670517, -0.027772286906838417, -0.016444116830825806, -0.02249590866267681, 0.0338151641190052, 0.05625759810209274, 0.011693594045937061, 0.06481388211250305, 0.05853927507996559, 0.01442091166973114, -0.010588407516479492, 0.02326240949332714, -0.020552918314933777, 0.025312352925539017, -0.03764766827225685, 0.051587291061878204, -0.0417475588619709, -0.04074932262301445, -0.03689899295568466, 0.003930544946342707, -0.017415612936019897, 0.028806172311306, 0.012674001976847649, 0.01770082116127014, 0.022620687261223793, 0.06827205419540405, 0.08078562468290329, 0.009340615011751652, -0.006136463023722172, 0.022192873060703278, -0.04377967491745949, -0.005115947686135769, 0.06845030933618546, -0.034920353442430496, -0.008859323337674141, -0.0010143881663680077, -0.04809347167611122, 0.002754055429250002, -0.041212789714336395, 0.04802216961979866, -0.03189000114798546, 0.06827205419540405, -0.028627915307879448, -0.03049960359930992, -0.034742098301649094, -0.008302274160087109, -0.011292518116533756, -0.004431889858096838, -0.017264094203710556, 0.04545528441667557, -0.01752256602048874, 0.021194640547037125, -0.06164092943072319, 0.0847785621881485, -0.00683166179805994, -0.06324522942304611, 0.01245118211954832, 0.04249623417854309, -0.06481388211250305, -0.00657764682546258, -0.034831225872039795, 0.0175047405064106, -0.012977037578821182, -0.03279910609126091, 0.02331588603556156, -0.03675638884305954, 0.03629292547702789, 0.0461326539516449, -0.008279991336166859, 0.024456724524497986, 0.004264775197952986, 0.04552658647298813, -0.02399325929582119, 0.012968124821782112, -0.024617156013846397, -0.03438558429479599, 0.010124941356480122, 0.009919947013258934, -0.04107018560171127, 0.01321768295019865, -0.017727559432387352, -0.007250563241541386, -0.014501126483082771, -0.016399553045630455, -0.048343028873205185, -0.01987554505467415, -0.02711273916065693, -0.031693920493125916, 0.025918424129486084, -0.0021156759466975927, 0.035455118864774704, -0.046667423099279404, -0.06378000229597092, 0.027380123734474182, -0.026881005614995956, 0.012834432534873486, 0.023458492010831833, -0.03276345506310463, -0.05518805980682373, 0.016141081228852272, 0.01165794301778078, 0.0605357401072979, 0.05276377871632576, 0.034082550555467606, -0.0084537910297513, 0.058004505932331085, 0.029412241652607918, 0.05219335854053497, 0.00657764682546258, 0.018966440111398697, 0.013538544066250324, -0.06623993068933487, -0.009095513261854649, 0.012148147448897362, -0.051587291061878204, -0.03422515466809273, 0.030089614912867546, -0.010980570688843727, -0.032549548894166946, 0.06007227674126625, 0.04638221487402916, -0.017085839062929153, 0.08919930458068848, 0.002303958870470524, 0.05686366930603981, 0.021907662972807884, -0.08392293006181717, -0.047487400472164154, -0.014242655597627163, -0.0044296616688370705, 0.01322659570723772, 0.05903838947415352, -0.02723751775920391, 0.029750928282737732, 0.006047334987670183, 0.07265715301036835, 0.04413618892431259, -0.04738044738769531, -0.006902963854372501, -0.01324442122131586, 0.01609651744365692, -0.021782884374260902, 0.006452867761254311, -0.05454634130001068, 0.02304850146174431, 0.02146202325820923, -0.050018638372421265, 0.022585036233067513, -0.016533244401216507, 0.004418520722538233, 0.01994684711098671, 0.009340615011751652, 0.021925488486886024, 0.05857492610812187, 0.030695684254169464, 0.04787956550717354, 0.02071334794163704, -0.001970842946320772, -0.004853019956499338, -0.04962647333741188, -0.03661378473043442, -0.06606167554855347, 0.013092904351651669, 0.05230031535029411, 0.03654248267412186, 0.07133805751800537, -0.02402891032397747, 0.011265779845416546, 0.009429742582142353, -0.05226466432213783, -0.036382053047418594, -0.029020078480243683, -0.024492375552654266, 0.016666937619447708, 0.030196567997336388, 0.086418516933918, 0.032496072351932526, -0.05422547832131386, -0.05939490348100662, -0.005766581743955612, 0.012504659593105316, -0.00582005875185132, -0.022121571004390717, -0.024260643869638443, -0.002823129529133439, -0.011025134474039078, -0.046168308705091476, -0.046738725155591965, -0.023601096123456955, -0.015276540070772171, 0.034742098301649094, 0.05429678037762642, -0.026916658505797386, 0.0574340857565403, -0.060286182910203934, 0.05386896803975105, 0.07222933322191238, -0.0264353659003973, -0.03754071518778801, 0.011755984276533127, -0.02317328192293644, -0.07294236123561859, 0.0192338228225708, -0.026774052530527115, -0.02001814916729927, -0.012736392207443714, 0.02805749699473381, -0.005788864102214575, 0.022139396518468857, -0.015624139457941055, -0.0037834837567061186, 0.011452948674559593, -0.049163006246089935, -0.0026827529072761536, -0.03768331930041313, -0.03360125795006752, -0.0413910448551178, 0.083138607442379, -0.011479686945676804, -0.01907339319586754, 0.010677535086870193, -0.03422515466809273, 0.017994944006204605, -0.046916984021663666, -0.06260351091623306, 0.02007162757217884, 0.0029456806369125843, 0.004028585739433765, 0.059680111706256866, -0.007945762015879154, 0.029198335483670235, -0.048378679901361465, -0.009242573752999306, 0.019501207396388054, 0.01520523801445961, 0.041177138686180115, 0.003431428223848343, -0.018984265625476837, 0.0015096055576577783, -0.039644137024879456, -0.06017922982573509, 0.03270997852087021, 0.03779027611017227, 0.027433600276708603, -0.05575847998261452, 0.028164450079202652, 0.03267432749271393, 0.04955517128109932, 0.051729895174503326, -0.031569138169288635, -0.06570516526699066, -0.07636487483978271, -0.01163120474666357, 0.00926040019840002, 0.06092790514230728, 0.033298224210739136, -0.02875269390642643, 0.03668508678674698, 0.029358765110373497, -0.015392406843602657, 0.046845678240060806, -0.07290671020746231, -0.0028899756725877523, 0.011078611016273499, -0.014536777511239052, -0.02885964885354042, -0.008984102867543697, 0.038752857595682144, -0.006145375780761242, 0.030196567997336388, -0.0022126026451587677, 0.042781442403793335, 0.04299534857273102, -0.03697029501199722, -0.05625759810209274, 0.033209096640348434, -0.006136463023722172, -0.11529599130153656, 0.011960978619754314, -0.028966601938009262, 0.00463911285623908, -0.013413764536380768, 0.034046899527311325, 0.08164125680923462, -0.025169748812913895, 0.018092984333634377, -0.025258876383304596, -0.038075484335422516, -0.043209258466959, 0.008070540614426136, 0.04552658647298813, -0.049198660999536514, 0.06648949533700943, -0.03297736123204231, 0.048521287739276886, -0.03771897032856941, -0.04370837286114693, -0.004222439136356115, 0.05543762072920799, 0.005058014299720526, 0.005735387094318867, 0.02561538852751255, 0.0014171352377161384, -0.030071789398789406, 0.019376428797841072, -0.01155098993331194, -0.007063394412398338, -0.011176652275025845, 0.04253188520669937, -0.012834432534873486, -0.033868640661239624, 0.026934484019875526, 0.015722179785370827, -0.07921697199344635, 0.00018438356346450746, -0.030642207711935043, 0.03627509996294975, 0.04003629833459854, -0.019839894026517868, 0.00038993501220829785, 0.014037661254405975, 0.022602861747145653, 0.002883290871977806, 0.024349771440029144, -0.04221102222800255, 0.047630004584789276, 0.012317490763962269, -0.05130207911133766, -0.02549060992896557, -0.014902202412486076, -0.016506506130099297, 0.019055567681789398, -0.052478570491075516, -0.05205075442790985, 0.021337244659662247, 0.04345881566405296, -0.0030414932407438755, -0.015579575672745705, -0.01158664096146822, 0.025098446756601334, -0.08848628401756287, -0.0013525175163522363, -0.03124827891588211, -0.004117713775485754, 0.023743700236082077, -0.027415774762630463, -0.003371266881003976, -0.010677535086870193, 0.03270997852087021, 0.04620395973324776, -0.011542077176272869, 0.006738077383488417, 0.05818276107311249, -0.051694244146347046, 0.010222982615232468, 0.004238036461174488, -0.0350094810128212, 0.00184272148180753, 0.06296002119779587, -0.009242573752999306, -0.03459949046373367, 0.0628887191414833, -0.00013585058331955224, -0.023387188091874123, 0.030553080141544342, -0.018984265625476837, -0.019715115427970886, -0.0029167139437049627, 0.030998719856142998, 0.018146462738513947, -0.04641786590218544, 0.010116028599441051, -0.011007308959960938, -0.0350986085832119, -0.015142847783863544, 0.054902851581573486, -0.058004505932331085, 0.04566919058561325, 0.020624220371246338, 0.010481453500688076, 0.013547456823289394, 0.014652644284069538, 0.048449985682964325, 0.0011079724645242095, -0.03620379418134689, 0.03301301226019859, 0.04317360743880272, 0.003090513637289405, 0.009438655339181423, -0.013048339635133743, -0.0013736854307353497, -0.01446547545492649, -0.03376168757677078, 0.06342349201440811, 0.019037742167711258, -0.0022148308344185352, -0.10224764794111252, 0.011871850118041039, 0.04452835023403168, -0.016649112105369568, 0.011782722547650337, 0.006836118176579475, -0.012745304964482784, -0.05540196970105171, 0.05679236352443695, 0.030089614912867546, 0.02800401858985424, -0.010998396202921867, -0.018574276939034462, -0.037291157990694046, -0.07169456779956818, 0.029982661828398705, -0.028289228677749634, 0.029394416138529778, -0.0031373058445751667, -0.002524550771340728, 0.028610089793801308, -0.023084154352545738, 0.05782625079154968, -0.0479508675634861, -0.013877230696380138, -0.015579575672745705, -0.007050025276839733, 0.013048339635133743, 0.06417216360569, 0.04816477373242378, -0.0669173076748848, 0.04074932262301445, 0.012887910008430481, 0.004425205290317535, 0.0008205347112379968, -0.03263867646455765, -0.01191641390323639, 0.019429905340075493, 0.046489167958498, 0.025330178439617157, -0.037968531250953674, 0.01475068461149931, 0.011987716890871525, 0.004576723091304302, -0.09804080426692963, -0.023084154352545738, 0.00006012658923282288, -0.0334586538374424, 0.029162682592868805, -0.05529501289129257, -0.0559723861515522, 0.030178742483258247, -0.026952309533953667, 0.031533487141132355, 0.0621756985783577, 0.0003721094108186662, 0.06984070688486099, 0.015044807456433773, 0.0370059497654438, -0.0055526746436953545, -0.0003665389376692474, -0.04410053789615631, -0.0004932677838951349, 0.0231554564088583, 0.04730914533138275, -0.023583270609378815, 0.0030548623763024807, 0.05679236352443695, 0.01476851012557745, 0.04741609841585159, 0.0031061109621077776, 0.00762490089982748, -0.08499246835708618, 0.05661410838365555, 0.013895056210458279, -0.007442188449203968, -0.019643813371658325, -0.06877116858959198, -0.03356560692191124, 0.05133773013949394, 0.09632954746484756, -0.011239041574299335, 0.006533083040267229, 0.0008032661280594766, 0.010392325930297375 ]
38,690
pulp.apis.core
LpSolver
A generic LP Solver
class LpSolver: """A generic LP Solver""" name = "LpSolver" def __init__( self, mip=True, msg=True, options=None, timeLimit=None, *args, **kwargs ): """ :param bool mip: if False, assume LP even if integer variables :param bool msg: if False, no log is shown :param list options: :param float timeLimit: maximum time for solver (in seconds) :param args: :param kwargs: optional named options to pass to each solver, e.g. gapRel=0.1, gapAbs=10, logPath="", """ if options is None: options = [] self.mip = mip self.msg = msg self.options = options self.timeLimit = timeLimit # here we will store all other relevant information including: # gapRel, gapAbs, maxMemory, maxNodes, threads, logPath, timeMode self.optionsDict = {k: v for k, v in kwargs.items() if v is not None} def available(self): """True if the solver is available""" raise NotImplementedError def actualSolve(self, lp): """Solve a well formulated lp problem""" raise NotImplementedError def actualResolve(self, lp, **kwargs): """ uses existing problem information and solves the problem If it is not implemented in the solver just solve again """ self.actualSolve(lp, **kwargs) def copy(self): """Make a copy of self""" aCopy = self.__class__() aCopy.mip = self.mip aCopy.msg = self.msg aCopy.options = self.options return aCopy def solve(self, lp): """Solve the problem lp""" # Always go through the solve method of LpProblem return lp.solve(self) # TODO: Not sure if this code should be here or in a child class def getCplexStyleArrays( self, lp, senseDict=None, LpVarCategories=None, LpObjSenses=None, infBound=1e20 ): """returns the arrays suitable to pass to a cdll Cplex or other solvers that are similar Copyright (c) Stuart Mitchell 2007 """ if senseDict is None: senseDict = { const.LpConstraintEQ: "E", const.LpConstraintLE: "L", const.LpConstraintGE: "G", } if LpVarCategories is None: LpVarCategories = {const.LpContinuous: "C", const.LpInteger: "I"} if LpObjSenses is None: LpObjSenses = {const.LpMaximize: -1, const.LpMinimize: 1} import ctypes rangeCount = 0 variables = list(lp.variables()) numVars = len(variables) # associate each variable with a ordinal self.v2n = {variables[i]: i for i in range(numVars)} self.vname2n = {variables[i].name: i for i in range(numVars)} self.n2v = {i: variables[i] for i in range(numVars)} # objective values objSense = LpObjSenses[lp.sense] NumVarDoubleArray = ctypes.c_double * numVars objectCoeffs = NumVarDoubleArray() # print "Get objective Values" for v, val in lp.objective.items(): objectCoeffs[self.v2n[v]] = val # values for variables objectConst = ctypes.c_double(0.0) NumVarStrArray = ctypes.c_char_p * numVars colNames = NumVarStrArray() lowerBounds = NumVarDoubleArray() upperBounds = NumVarDoubleArray() initValues = NumVarDoubleArray() for v in lp.variables(): colNames[self.v2n[v]] = to_string(v.name) initValues[self.v2n[v]] = 0.0 if v.lowBound != None: lowerBounds[self.v2n[v]] = v.lowBound else: lowerBounds[self.v2n[v]] = -infBound if v.upBound != None: upperBounds[self.v2n[v]] = v.upBound else: upperBounds[self.v2n[v]] = infBound # values for constraints numRows = len(lp.constraints) NumRowDoubleArray = ctypes.c_double * numRows NumRowStrArray = ctypes.c_char_p * numRows NumRowCharArray = ctypes.c_char * numRows rhsValues = NumRowDoubleArray() rangeValues = NumRowDoubleArray() rowNames = NumRowStrArray() rowType = NumRowCharArray() self.c2n = {} self.n2c = {} i = 0 for c in lp.constraints: rhsValues[i] = -lp.constraints[c].constant # for ranged constraints a<= constraint >=b rangeValues[i] = 0.0 rowNames[i] = to_string(c) rowType[i] = to_string(senseDict[lp.constraints[c].sense]) self.c2n[c] = i self.n2c[i] = c i = i + 1 # return the coefficient matrix as a series of vectors coeffs = lp.coefficients() sparseMatrix = sparse.Matrix(list(range(numRows)), list(range(numVars))) for var, row, coeff in coeffs: sparseMatrix.add(self.c2n[row], self.vname2n[var], coeff) ( numels, mystartsBase, mylenBase, myindBase, myelemBase, ) = sparseMatrix.col_based_arrays() elemBase = ctypesArrayFill(myelemBase, ctypes.c_double) indBase = ctypesArrayFill(myindBase, ctypes.c_int) startsBase = ctypesArrayFill(mystartsBase, ctypes.c_int) lenBase = ctypesArrayFill(mylenBase, ctypes.c_int) # MIP Variables NumVarCharArray = ctypes.c_char * numVars columnType = NumVarCharArray() if lp.isMIP(): for v in lp.variables(): columnType[self.v2n[v]] = to_string(LpVarCategories[v.cat]) self.addedVars = numVars self.addedRows = numRows return ( numVars, numRows, numels, rangeCount, objSense, objectCoeffs, objectConst, rhsValues, rangeValues, rowType, startsBase, lenBase, indBase, elemBase, lowerBounds, upperBounds, initValues, colNames, rowNames, columnType, self.n2v, self.n2c, ) def toDict(self): data = dict(solver=self.name) for k in ["mip", "msg", "keepFiles"]: try: data[k] = getattr(self, k) except AttributeError: pass for k in ["timeLimit", "options"]: # with these ones, we only export if it has some content: try: value = getattr(self, k) if value: data[k] = value except AttributeError: pass data.update(self.optionsDict) return data to_dict = toDict def toJson(self, filename, *args, **kwargs): with open(filename, "w") as f: json.dump(self.toDict(), f, *args, **kwargs) to_json = toJson
(mip=True, msg=True, options=None, timeLimit=None, *args, **kwargs)
[ 0.024722859263420105, -0.023915493860840797, -0.0414593406021595, 0.03812077268958092, -0.02018415369093418, -0.03382209315896034, -0.05830492824316025, -0.05712660774588585, 0.00916469655930996, -0.08256955444812775, -0.06607309728860855, -0.0035622301511466503, -0.023348156362771988, 0.005564279854297638, -0.07388491183519363, 0.057606663554906845, -0.0025134726893156767, -0.022060733288526535, -0.034454893320798874, 0.027123138308525085, -0.012634188868105412, -0.006540756672620773, 0.02928338758647442, 0.092345230281353, 0.006409832276403904, -0.02937067113816738, 0.038338981568813324, -0.012339609675109386, 0.022562609985470772, -0.04495065286755562, -0.05485725402832031, 0.04285586625337601, -0.03504405543208122, -0.007735440507531166, -0.0038540821988135576, -0.01466351468116045, 0.04440513625741005, -0.0012233232846483588, -0.010021159425377846, 0.017914799973368645, -0.005689749028533697, -0.0782054141163826, -0.013005141168832779, -0.02180979587137699, 0.02374092862010002, -0.0033603888005018234, -0.023544542491436005, 0.048092834651470184, 0.031247250735759735, -0.05895954743027687, 0.0016324615571647882, -0.06746962666511536, 0.012546906247735023, -0.030003471300005913, -0.0574757382273674, 0.059395961463451385, 0.01762022078037262, 0.07117914408445358, 0.02666490338742733, -0.06764418631792068, -0.015459970571100712, 0.022628072649240494, 0.012852395884692669, -0.009382903575897217, -0.035065874457359314, 0.012459623627364635, -0.02819235250353813, -0.012776023708283901, 0.04835468530654907, 0.021711602807044983, -0.016169143840670586, -0.03432397171854973, 0.02158067747950554, 0.0016679202672094107, 0.06310547888278961, 0.010735787451267242, -0.012950588949024677, -0.07336121052503586, -0.023566363379359245, -0.041219312697649, -0.002342998282983899, 0.015743639320135117, -0.004181392956525087, -0.03818623721599579, -0.0002826463314704597, -0.002583026187494397, 0.06323640793561935, 0.04167754948139191, 0.05686476081609726, 0.00778999226167798, -0.033342037349939346, 0.03168366476893425, -0.008417337201535702, 0.07261931151151657, 0.04008463770151138, -0.03164002299308777, 0.006442563608288765, -0.046347178518772125, 0.003447671653702855, -0.0236754659563303, 0.0018042996525764465, -0.03648421913385391, -0.035655032843351364, 0.012983320280909538, 0.011346766725182533, -0.025071991607546806, -0.0016120047075673938, 0.0365060418844223, 0.04774370416998863, -0.0019584083929657936, -0.08200221508741379, 0.05564280226826668, -0.02633759193122387, -0.03410576283931732, -0.03170548751950264, 0.028803331777453423, -0.06157803162932396, 0.03349478542804718, -0.05708296597003937, 0.020511463284492493, -0.03585141897201538, -0.002745317528024316, -0.0473509319126606, 0.037509795278310776, -0.00405865116044879, 0.027668654918670654, -0.002401641570031643, 0.024177342653274536, 0.025399301201105118, -0.04975121095776558, -0.04032466560602188, -0.038033489137887955, 0.008711917325854301, 0.051409583538770676, 0.012045029550790787, -0.049576643854379654, -0.03702973946928978, -0.022126195952296257, -0.029261566698551178, -0.002287082839757204, 0.05459540709853172, 0.015885474160313606, -0.005678838584572077, -0.019682276993989944, 0.03611326962709427, -0.010828525759279728, 0.07925280183553696, -0.012045029550790787, -0.07200832664966583, 0.02278081700205803, -0.06568032503128052, -0.03338567912578583, -0.04564891755580902, -0.03668060526251793, 0.01762022078037262, 0.0211988165974617, 0.022889921441674232, -0.09016315639019012, -0.015907295048236847, -0.016616467386484146, -0.0940036028623581, -0.04174301028251648, -0.03373481333255768, -0.035655032843351364, -0.0001449883566237986, -0.00013987412967253476, 0.025617508217692375, -0.07314300537109375, -0.039888251572847366, 0.051060453057289124, -0.032163720577955246, -0.05529366806149483, -0.01898401416838169, 0.028039608150720596, -0.019180400297045708, 0.040695615112781525, 0.024962887167930603, -0.0065898532047867775, 0.023631824180483818, 0.00421685166656971, 0.02633759193122387, 0.009295620955526829, -0.08165308088064194, 0.04453606158494949, 0.009257434867322445, 0.0539407841861248, 0.02115517482161522, -0.02810506895184517, 0.015459970571100712, 0.05005669966340065, -0.021046070381999016, -0.0236754659563303, 0.045212503522634506, 0.01891855150461197, 0.019540442153811455, 0.022158926352858543, 0.015078107826411724, 0.041306596249341965, 0.0003627692349255085, 0.05010034143924713, 0.012219595722854137, 0.017325639724731445, 0.0260321032255888, 0.017063792794942856, -0.03279652073979378, -0.008662819862365723, -0.012776023708283901, 0.007277205586433411, -0.04148116335272789, 0.027188599109649658, 0.0007146281423047185, -0.046303536742925644, 0.020653298124670982, 0.012197774834930897, 0.0527624674141407, -0.03177094832062721, -0.024220984429121017, -0.0011169473873451352, -0.009257434867322445, -0.012546906247735023, 0.009311986155807972, -0.021678872406482697, -0.05175871402025223, -0.014816259033977985, -0.024941066280007362, -0.0033603888005018234, -0.0073590329848229885, 0.07074272632598877, 0.03681153059005737, -0.01349610649049282, 0.017543848603963852, -0.04708908498287201, -0.00599523913115263, -0.012165043503046036, 0.051976922899484634, -0.02018415369093418, -0.04137205705046654, 0.07344849407672882, -0.008613723330199718, -0.026795826852321625, -0.022584430873394012, -0.031029043719172478, 0.02727588266134262, -0.020653298124670982, -0.005711569916456938, 0.020838774740695953, 0.08571173250675201, 0.028345096856355667, 0.006529846228659153, 0.026163026690483093, -0.002287082839757204, -0.06362918019294739, -0.05154050886631012, 0.00879919994622469, -0.005384259391576052, -0.039844609797000885, -0.012666920199990273, 0.02930520847439766, -0.0042304894886910915, -0.044514238834381104, -0.015820011496543884, 0.014041624031960964, 0.03521861881017685, 0.05564280226826668, -0.0028257814701646566, 0.010632138699293137, 0.029152464121580124, -0.009617475792765617, -0.003764071734622121, 0.04078289866447449, 0.06310547888278961, 0.0638473853468895, -0.056690193712711334, 0.025093812495470047, -0.025704791769385338, 0.024417370557785034, -0.004244127310812473, -0.007604516111314297, 0.011237663216888905, 0.023784570395946503, 0.04822375997900963, 0.03054898791015148, -0.02961069904267788, -0.021264277398586273, -0.028214173391461372, -0.03489130735397339, -0.05071132257580757, -0.04678359255194664, -0.005711569916456938, 0.004945117514580488, -0.014281651936471462, 0.015252673998475075, 0.04292132705450058, 0.017991172149777412, 0.07353577762842178, 0.02077331207692623, -0.004887838382273912, -0.034563999623060226, 0.018874911591410637, -0.032163720577955246, 0.002127518877387047, -0.04067379608750343, 0.06393466889858246, -0.016245516017079353, -0.026904931291937828, -0.04331410303711891, 0.0017742961645126343, -0.007948191836476326, 0.019027655944228172, 0.035655032843351364, -0.0009266980923712254, -0.0022175293415784836, 0.039822787046432495, 0.04983849450945854, 0.0027425899170339108, 0.005176962353289127, 0.00343948882073164, -0.035655032843351364, 0.020762402564287186, 0.08030019700527191, -0.03620055317878723, -0.030308960005640984, 0.016921957954764366, -0.04023738205432892, 0.03646240010857582, -0.0485292486846447, 0.05359165370464325, -0.04673995077610016, 0.0527624674141407, -0.05424627661705017, 0.013932520523667336, 0.003600416472181678, 0.008586447685956955, 0.01894037239253521, 0.06716413050889969, -0.0014333475846797228, 0.029785264283418655, -0.02134065143764019, 0.010948539711534977, -0.05010034143924713, 0.08719553798437119, 0.026839468628168106, -0.06860429793596268, 0.005294248927384615, 0.025093812495470047, -0.07366670668125153, 0.028825152665376663, -0.013266989029943943, -0.005198783241212368, -0.010697601363062859, -0.018122095614671707, 0.028235994279384613, -0.027472268790006638, 0.08414064347743988, -0.0019120393553748727, 0.0038486269768327475, 0.013976162299513817, -0.06074884533882141, 0.04006281495094299, -0.03139999508857727, 0.028650587424635887, 0.025901177898049355, -0.02808324806392193, 0.007380853872746229, 0.011641346849501133, -0.032731059938669205, 0.0006321185501292348, -0.038644470274448395, 0.038338981568813324, -0.022584430873394012, 0.003979551140218973, -0.06956440955400467, 0.013517927378416061, -0.017565667629241943, -0.03471674397587776, 0.012350519187748432, -0.025966640561819077, 0.025355661287903786, -0.04231034964323044, -0.05459540709853172, 0.05424627661705017, -0.04172119125723839, -0.008722826838493347, 0.013168795965611935, -0.01700923964381218, -0.05455176532268524, 0.04346684738993645, 0.050798602402210236, 0.017063792794942856, 0.044623345136642456, 0.021569767966866493, 0.017794786021113396, 0.024810142815113068, -0.015449060127139091, 0.031181788071990013, 0.029152464121580124, 0.044557880610227585, 0.06109797582030296, -0.026010282337665558, -0.026883110404014587, -0.03170548751950264, -0.052326053380966187, -0.007980923168361187, 0.04060833528637886, -0.04385961964726448, -0.019649546593427658, 0.08169672638177872, 0.010473938658833504, -0.013867058791220188, 0.08370422571897507, -0.007457226514816284, 0.05302431434392929, 0.012503264471888542, -0.04818011820316315, -0.0610106959939003, 0.0005308568361215293, -0.048441968858242035, 0.017489295452833176, 0.07384126633405685, 0.014270741492509842, 0.04914022982120514, 0.027319524437189102, 0.06458929181098938, 0.0272104199975729, -0.04534342885017395, -0.007489957381039858, -0.039539121091365814, 0.0014074355131015182, -0.04599804803729057, 0.004132296424359083, -0.04261583834886551, 0.02312994934618473, -0.017794786021113396, -0.07069908827543259, -0.0386226512491703, 0.013932520523667336, -0.0016679202672094107, 0.012055939994752407, 0.027472268790006638, 0.010904897935688496, 0.06306184083223343, 0.04643446207046509, 0.028541482985019684, -0.011024911887943745, 0.007953647524118423, 0.004980576224625111, -0.029545236378908157, -0.04495065286755562, -0.10002611577510834, -0.012634188868105412, 0.04176483303308487, 0.032141901552677155, 0.06463292986154556, -0.002716677961871028, -0.018285751342773438, 0.0017483840929344296, -0.056428346782922745, -0.04329228028655052, -0.0031094506848603487, 0.008995586074888706, 0.02247532643377781, 0.01867852360010147, 0.07318665087223053, -0.003164002439007163, -0.05210784450173378, -0.017816606909036636, 0.015132660046219826, -0.015623625367879868, -0.03262195736169815, -0.028039608150720596, -0.014325293712317944, 0.02131883054971695, -0.009006496518850327, -0.052849750965833664, -0.011357677169144154, 0.006197080481797457, -0.04551799222826958, 0.024417370557785034, 0.003725885646417737, -0.029217924922704697, 0.0293270293623209, -0.0680806040763855, 0.045736201107501984, 0.02993800863623619, -0.015918204560875893, -0.00674805324524641, 0.06380374729633331, 0.008297323249280453, -0.04892202466726303, -0.03668060526251793, -0.057039324194192886, 0.01877671666443348, 0.02993800863623619, 0.03668060526251793, 0.02550840564072132, 0.02607574313879013, -0.006551667116582394, -0.007937281392514706, 0.03908088430762291, -0.0120122991502285, -0.01863488368690014, -0.013288809917867184, -0.05717024952173233, -0.0277995802462101, 0.06602945923805237, -0.00838460586965084, -0.026272129267454147, 0.026184847578406334, -0.05856677517294884, -0.009508372284471989, -0.06498206406831741, -0.05005669966340065, 0.011123104952275753, -0.02032598853111267, -0.018722165375947952, 0.037204302847385406, -0.016310978680849075, 0.010277552530169487, -0.06746962666511536, -0.02812688983976841, 0.02607574313879013, 0.04379415884613991, 0.01580910198390484, -0.013190616853535175, 0.0019624996930360794, 0.05215148627758026, -0.04431785270571709, -0.03473856300115585, 0.027144959196448326, 0.032774701714515686, 0.00197886535897851, -0.045212503522634506, 0.022977203130722046, 0.05389714241027832, 0.04209214076399803, 0.02131883054971695, 0.02197345159947872, -0.04673995077610016, -0.013212437741458416, -0.020806042477488518, -0.004966938402503729, 0.0574757382273674, 0.03733522817492485, -0.03908088430762291, 0.02395913563668728, 0.02426462434232235, -0.009066503494977951, 0.035436827689409256, -0.07344849407672882, -0.00045005205902270973, 0.020696939900517464, 0.0009642024524509907, 0.03724794462323189, -0.0003767481248360127, 0.050187624990940094, 0.006066156085580587, 0.010266642086207867, -0.02727588266134262, 0.04084836319088936, 0.0211988165974617, -0.005291521083563566, -0.03613508865237236, -0.007795447017997503, -0.024657398462295532, -0.09365446865558624, 0.029174283146858215, -0.005918866489082575, 0.033058371394872665, -0.02209346555173397, 0.002021142980083823, 0.045125219970941544, -0.010539401322603226, -0.026512157171964645, -0.009617475792765617, -0.016430990770459175, -0.016856495290994644, -0.0003845899482257664, 0.017303820699453354, -0.0201405119150877, 0.0011094465153291821, 0.02093696780502796, 0.035393185913562775, -0.04124113544821739, -0.05961417034268379, 0.05599193274974823, 0.03764071688055992, -0.03899360075592995, 0.025028349831700325, 0.046041689813137054, -0.023588182404637337, -0.03161820396780968, 0.054333556443452835, -0.03231646493077278, -0.047525499016046524, -0.008968310430645943, 0.07296843826770782, -0.06559304147958755, 0.022017091512680054, 0.05616649612784386, 0.01729290932416916, -0.10980179160833359, -0.0013992527965456247, -0.04979485273361206, 0.009732034988701344, -0.010757608339190483, -0.02068602852523327, 0.0008435066556558013, -0.010779429227113724, 0.04599804803729057, 0.009039227850735188, 0.0023934587370604277, -0.033363860100507736, 0.018951283767819405, -0.014270741492509842, -0.054377198219299316, -0.04348866641521454, -0.026795826852321625, 0.014107086695730686, 0.06131618469953537, -0.027319524437189102, -0.04914022982120514, 0.00953019317239523, 0.040477409958839417, -0.01259054709225893, -0.023151768371462822, 0.005086951889097691, 0.008815565146505833, -0.05621013790369034, 0.010162994265556335, -0.008804654702544212, 0.013997983187437057, 0.01894037239253521, 0.021515216678380966, 0.022933561354875565, 0.01271056104451418, 0.004718727897852659, 0.042528554797172546, -0.005280610639601946, 0.009546559303998947, 0.09749491512775421, -0.015132660046219826, 0.021406112238764763, 0.019791379570961, -0.04983849450945854, -0.002171160187572241, 0.013114244677126408, 0.038666293025016785, -0.027319524437189102, 0.07388491183519363, 0.01987866312265396, -0.04093564301729202, 0.03159638121724129, -0.052849750965833664, -0.04412146657705307, -0.01863488368690014, 0.015329046174883842, -0.03083265759050846, 0.00843370333313942, 0.016310978680849075, 0.00970475934445858, -0.044907014816999435, 0.0065080258063972, 0.06070520356297493, -0.0883302167057991, 0.021962540224194527, -0.0022366223856806755, 0.03788074478507042, 0.03353842347860336, 0.031247250735759735, 0.06790603697299957, -0.013834327459335327, -0.020718760788440704, 0.011030366644263268, 0.057606663554906845, 0.015176300890743732, 0.0025134726893156767, -0.006273453123867512, -0.005406079813838005, -0.02694857120513916, -0.006311639212071896, 0.08265683799982071, 0.07078637182712555, -0.02788686193525791, -0.016430990770459175, 0.02605392225086689, -0.004429603461176157, 0.0023743656929582357, 0.0045005204156041145, 0.0008516894304193556, -0.03999735414981842, -0.04001917317509651, 0.0746704563498497, 0.05520638823509216, 0.00829186849296093, -0.0015015373937785625, -0.015514521859586239, -0.05428991839289665, -0.030876299366354942, 0.046085331588983536, -0.0014060717076063156, 0.022649893537163734, -0.015296314842998981, -0.02788686193525791, 0.05337344855070114, 0.02515927329659462, 0.04006281495094299, -0.03218553960323334, -0.019660456106066704, 0.02223530039191246, 0.005376076325774193, 0.027974145486950874, 0.06847337633371353, 0.04595440626144409, -0.043401382863521576, 0.0018165737856179476, 0.003142181783914566, -0.0019065842498093843, 0.03991007059812546, -0.029479773715138435, 0.006289818324148655, 0.036876995116472244, 0.049358438700437546, 0.05175871402025223, -0.013256078585982323, -0.027188599109649658, 0.04761277884244919, 0.01030482817441225, -0.06607309728860855, 0.01825302094221115, 0.01004843506962061, -0.025399301201105118, 0.0076754335314035416, -0.045168861746788025, -0.02871605008840561, -0.0008639635634608567, -0.0402810238301754, 0.009770221076905727, 0.023260872811079025, -0.027646834030747414, 0.05001305788755417, -0.04525614529848099, 0.023784570395946503, -0.01928950473666191, 0.003466764697805047, -0.03231646493077278, 0.04124113544821739, 0.004514158703386784, 0.02251896820962429, -0.00816094409674406, -0.031181788071990013, 0.0765470340847969, 0.01271056104451418, 0.011335857212543488, -0.02489742636680603, 0.04682723432779312, -0.06044335663318634, 0.02670854516327381, -0.035087697207927704, -0.021046070381999016, -0.045736201107501984, -0.03144363686442375, -0.020926056429743767, 0.003922272007912397, 0.11006364226341248, 0.005706114694476128, 0.017631130293011665, -0.00673714280128479, 0.024744680151343346 ]
38,693
pulp.apis.core
actualSolve
Solve a well formulated lp problem
def actualSolve(self, lp): """Solve a well formulated lp problem""" raise NotImplementedError
(self, lp)
[ -0.0006907387869432569, -0.049979355186223984, -0.015160178765654564, 0.09106293320655823, -0.08189552277326584, -0.04614262655377388, -0.02093225158751011, -0.07177741825580597, 0.0016435551224276423, -0.020847367122769356, 0.0029412105213850737, -0.038706839084625244, -0.01860644482076168, -0.03795986250042915, -0.10382939875125885, 0.07700623571872711, 0.01635703444480896, -0.01092449575662613, -0.05880723148584366, 0.016662614420056343, -0.030320357531309128, 0.02208666503429413, 0.0433584488928318, 0.06821231544017792, 0.017137961462140083, 0.01153565663844347, 0.04478449001908302, -0.030286403372883797, -0.04162682965397835, -0.051405396312475204, -0.04875703528523445, 0.056124914437532425, -0.0013581346720457077, 0.015720408409833908, 0.022443175315856934, 0.007936599664390087, 0.04352821782231331, 0.02139062061905861, -0.04301891475915909, 0.0010599816450849175, -0.061557453125715256, -0.050964005291461945, 0.030014775693416595, 0.008675085380673409, -0.013165418058633804, -0.04329054430127144, 0.018029237166047096, 0.06648068875074387, 0.03200104832649231, -0.019217604771256447, -0.01926853507757187, -0.04960586875677109, 0.004647367168217897, -0.04570123180747032, -0.038265444338321686, 0.07870390266180038, 0.02684013731777668, 0.03901241719722748, 0.06800859421491623, -0.023852240294218063, -0.00854351557791233, 0.008089389652013779, 0.025482002645730972, -0.0071556721813976765, 0.0022006025537848473, 0.026908043771982193, -0.03397034481167793, -0.008921246975660324, 0.004172020126134157, 0.052152372896671295, -0.004271757788956165, 0.02541409432888031, -0.017757611349225044, 0.024768982082605362, 0.059893738478422165, 0.012910767458379269, 0.020575739443302155, -0.0607425719499588, -0.010754728689789772, -0.007580089382827282, -0.0066506159491837025, -0.008522295393049717, -0.021594341844320297, -0.0044945767149329185, -0.03928404673933983, -0.061591409146785736, 0.03901241719722748, -0.011713911779224873, 0.06614115834236145, -0.042034268379211426, -0.022324338555336, 0.02709478698670864, 0.004783180542290211, 0.039216138422489166, 0.0475686676800251, 0.025549909099936485, 0.0058527118526399136, -0.020541787147521973, -0.025363165885210037, -0.04926633462309837, 0.0038006550166755915, 0.0998908057808876, -0.02120387740433216, 0.013148440979421139, 0.07069090753793716, -0.06400209665298462, 0.0096512446179986, -0.039691485464572906, -0.0010546764824539423, -0.01708703115582466, -0.04257752373814583, 0.05904490500688553, -0.10837914794683456, 0.035651035606861115, -0.06423977017402649, 0.05194865167140961, -0.03853707015514374, -0.0011056065559387207, -0.036364056169986725, 0.04593890532851219, -0.046923551708459854, 0.01412460021674633, -0.07585182040929794, -0.02188294567167759, 0.030439194291830063, -0.002743856515735388, 0.015092271380126476, 0.016076918691396713, -0.010296358726918697, -0.06865371018648148, 0.030897563323378563, 0.008029971271753311, 0.00846287701278925, 0.018029237166047096, -0.00759282149374485, 0.007788053713738918, 0.022426199167966843, -0.0376882366836071, 0.002317317295819521, -0.020813414826989174, -0.00813183095306158, 0.009871941059827805, 0.017061566933989525, 0.0282661784440279, 0.05863746628165245, 0.013971810229122639, 0.02217154949903488, -0.0037709458265453577, 0.004237804561853409, 0.05819607153534889, -0.00846287701278925, -0.025515954941511154, 0.010432171635329723, -0.02757013402879238, -0.003936468623578548, -0.016178779304027557, 0.07177741825580597, -0.05514026805758476, -0.03741661086678505, -0.021967828273773193, -0.046719834208488464, -0.03534545376896858, 0.01950620859861374, 0.01650133542716503, -0.019726905971765518, 0.001360256806947291, 0.027638040482997894, -0.06325512379407883, -0.00038303641485981643, 0.057584911584854126, -0.051677025854587555, -0.04400356486439705, -0.07659879326820374, 0.015482734888792038, -0.029471522197127342, 0.031220121309161186, 0.03206895664334297, 0.015457270666956902, 0.008810898289084435, -0.03853707015514374, 0.005704165436327457, 0.03059198334813118, -0.0801299437880516, -0.050692375749349594, -0.0067652082070708275, 0.05483468621969223, -0.045735184103250504, 0.002680193865671754, -0.06749929487705231, 0.005967304110527039, -0.07469740509986877, -0.033562902361154556, 0.0556156150996685, -0.028792455792427063, -0.003478097962215543, 0.005576840601861477, 0.015202620066702366, 0.07687041908502579, 0.016509825363755226, 0.021984804421663284, 0.050930049270391464, -0.013844485394656658, 0.01246088556945324, 0.035413362085819244, -0.021543411538004875, 0.03745056316256523, -0.04383379593491554, 0.024819910526275635, 0.016051454469561577, -0.01931946538388729, 0.014871574938297272, -0.03884265199303627, -0.05109981819987297, 0.04661797359585762, 0.04047241434454918, 0.008191249333322048, -0.025940371677279472, -0.02144155092537403, 0.009379617869853973, 0.04845145344734192, -0.017995284870266914, -0.03271406888961792, 0.013318208046257496, -0.03361383453011513, 0.038740791380405426, -0.00411260174587369, 0.0041953627951443195, 0.03203500062227249, 0.03480220213532448, -0.054461199790239334, 0.0171040091663599, -0.06943463534116745, -0.010593450628221035, -0.02373340353369713, 0.05622677505016327, 0.011459261178970337, -0.089297354221344, 0.0068628243170678616, -0.01903086155653, 0.025532931089401245, -0.014549017883837223, -0.058705370873212814, -0.0029263559263199568, 0.022714802995324135, -0.04923238232731819, 0.008649620227515697, 0.004897773265838623, -0.00043794538942165673, 0.06390023976564407, 0.020151322707533836, -0.02004946395754814, -0.055649567395448685, -0.03206895664334297, 0.00927775725722313, 0.04923238232731819, -0.026721300557255745, 0.04356217011809349, 0.012681582942605019, 0.04261147603392601, 0.007172648794949055, -0.009727640077471733, 0.02680618315935135, 0.0021613440476357937, 0.046448204666376114, -0.03853707015514374, -0.004430914297699928, -0.03228965029120445, -0.0003172517754137516, 0.07286392897367477, 0.010661357082426548, 0.055445849895477295, -0.0014865208650007844, -0.03346104174852371, -0.009107991121709347, 0.01615331508219242, 0.0574490949511528, 0.010652869008481503, 0.07741367816925049, -0.0034271678887307644, 0.027383390814065933, 0.0825066789984703, 0.013029604218900204, -0.024802934378385544, 0.009405083023011684, -0.08114854991436005, 0.021135970950126648, -0.03059198334813118, -0.032849881798028946, 0.014812156558036804, -0.031152214854955673, -0.0021899922285228968, 0.013089022599160671, 0.04984354227781296, 0.029522452503442764, 0.05887513980269432, 0.036601729691028595, 0.007737123407423496, -0.01831784099340439, 0.05948629975318909, -0.027960598468780518, -0.005186376627534628, -0.05062447115778923, -0.025227351114153862, -0.05459701269865036, 0.025057584047317505, -0.050930049270391464, 0.016331570222973824, -0.028368037194013596, 0.021560387685894966, -0.00605643168091774, -0.018453655764460564, 0.005008121486753225, 0.03137291222810745, 0.026025256142020226, 0.024310611188411713, -0.02213759534060955, -0.0048850406892597675, -0.04563332349061966, 0.02142457477748394, 0.03013361245393753, -0.005309457890689373, 0.015100760385394096, -0.015745874494314194, -0.01950620859861374, -0.008853340521454811, -0.0312880277633667, 0.01903086155653, -0.021781085059046745, 0.05303515866398811, -0.04845145344734192, -0.009150432422757149, -0.0006270762532949448, 0.0706230029463768, -0.008844852447509766, -0.047195181250572205, -0.02425968088209629, 0.07225276529788971, -0.011493214406073093, 0.028351061046123505, -0.023852240294218063, 0.07598763704299927, 0.007138695567846298, -0.04583704471588135, 0.038435209542512894, 0.08108063787221909, 0.025515954941511154, -0.016968194395303726, -0.002096620388329029, 0.06685417890548706, 0.0086920615285635, -0.04865517467260361, -0.011374377645552158, -0.022494105622172356, -0.022307362407445908, 0.005466491915285587, 0.046957507729530334, 0.0195741169154644, 0.016365522518754005, 0.00952391978353262, -0.04057427495718002, 0.04020078480243683, -0.07788902521133423, -0.04301891475915909, 0.027400366961956024, -0.00249981670640409, -0.013394603505730629, -0.011017867363989353, -0.011586586013436317, 0.011705423705279827, 0.005670212209224701, -0.030048729851841927, -0.08352528512477875, -0.013360650278627872, 0.005118470173329115, -0.04050636664032936, 0.06454534828662872, -0.003679696237668395, 0.0376882366836071, -0.0517788827419281, -0.03324034437537193, 0.05082818865776062, -0.046006813645362854, -0.01354739349335432, -0.022494105622172356, -0.0010833246633410454, -0.007652239874005318, -0.015593083575367928, 0.02422572672367096, 0.05629468336701393, 0.01458297111093998, 0.027587110176682472, -0.029013151302933693, 0.03397034481167793, -0.009328687563538551, -0.02590641938149929, 0.017061566933989525, 0.0631193071603775, 0.0004363538173492998, -0.07951878756284714, -0.03327430039644241, 0.0008774823509156704, -0.01258821040391922, -0.021967828273773193, -0.007996018044650555, -0.03059198334813118, 0.002894524484872818, 0.010873565450310707, 0.05985978618264198, -0.018912024796009064, 0.04831564053893089, -0.006018234416842461, 0.03193314000964165, -0.025532931089401245, -0.06196489557623863, -0.030286403372883797, 0.017120985314249992, 0.003894026856869459, 0.003448388772085309, 0.022069688886404037, -0.02256201207637787, 0.0825066789984703, -0.008602933958172798, 0.05999559909105301, 0.03673754259943962, -0.02733246050775051, 0.02897919900715351, -0.03318941593170166, -0.03663568198680878, -0.0282661784440279, 0.009133455343544483, -0.02987896278500557, -0.009345664642751217, -0.02375037968158722, 0.013852973468601704, 0.001534267794340849, 0.0028542049694806337, -0.022663872689008713, 0.01954016275703907, 0.006892533507198095, -0.02444642409682274, 0.054698873311281204, 0.05126958340406418, 0.006115850061178207, 0.0026717055588960648, 0.032119885087013245, -0.035651035606861115, 0.01304658129811287, -0.0803336650133133, -0.08549457788467407, 0.010219963267445564, 0.04162682965397835, 0.02588944137096405, 0.06617511063814163, 0.006081896834075451, 0.011866701766848564, -0.05130353569984436, -0.062270473688840866, -0.04217008128762245, 0.006824626587331295, 0.018470631912350655, 0.03300267085433006, 0.03704312443733215, 0.04071008786559105, 0.003940712660551071, -0.00871752668172121, -0.028843386098742485, 0.0019003275083377957, -0.04655006527900696, -0.0020191643852740526, -0.018300864845514297, 0.02823222428560257, -0.03132198005914688, 0.0008244302007369697, -0.025719676166772842, -0.021832015365362167, -0.0025189153384417295, -0.015092271380126476, 0.05578538030385971, 0.026874089613556862, -0.029709195718169212, -0.023903170600533485, -0.04023474082350731, 0.028792455792427063, 0.06305140256881714, 0.002245166338980198, -0.05531003326177597, -0.019234582781791687, -0.0024085668846964836, -0.03198407217860222, -0.026432696729898453, -0.014549017883837223, -0.023648520931601524, 0.054053761065006256, 0.0266194399446249, 0.007741367444396019, -0.03381755203008652, -0.0017114619258791208, 0.014735761098563671, 0.021509457379579544, -0.06145559251308441, -0.0200324859470129, -0.016289127990603447, 0.0008037398802116513, -0.03673754259943962, 0.08685271441936493, -0.05225423350930214, 0.04750075936317444, 0.03106733039021492, -0.031678490340709686, 0.06688813120126724, -0.038265444338321686, -0.03507382795214653, 0.036126382648944855, -0.02120387740433216, 0.04963982105255127, 0.030541053041815758, -0.014871574938297272, 0.011595075018703938, -0.014311344362795353, -0.04617657884955406, 0.04773843288421631, -0.03110128454864025, 0.017222845926880836, -0.010678334161639214, 0.045735184103250504, -0.0029475765768438578, -0.04865517467260361, -0.031406864523887634, -0.001534267794340849, 0.027655016630887985, 0.030897563323378563, -0.047229133546352386, 0.024870840832591057, 0.052865393459796906, 0.0033359182998538017, 0.04678773880004883, -0.04638030007481575, -0.05412166565656662, -0.06376442313194275, 0.009345664642751217, -0.04536169767379761, 0.0249727014452219, -0.02020225301384926, -0.02027015946805477, 0.032119885087013245, 0.023580612614750862, -0.03137291222810745, 0.041796594858169556, -0.05225423350930214, -0.0025443804915994406, -0.009846476837992668, 0.012987162917852402, 0.020558763295412064, 0.05646444857120514, 0.06892533600330353, 0.014735761098563671, -0.011247052811086178, 0.04071008786559105, 0.012859838083386421, 0.0012085275957360864, -0.04094776138663292, -0.043901704251766205, 0.04682169482111931, -0.0009984412463381886, -0.07198113948106766, -0.0016679591499269009, 0.02004946395754814, -0.00004986900603398681, 0.018029237166047096, 0.016331570222973824, 0.034717317670583725, 0.001336913788691163, 0.006064920220524073, -0.021322714164853096, -0.0038155096117407084, -0.0073678805492818356, 0.029811056330800056, -0.013632277026772499, -0.04638030007481575, 0.0027735657058656216, -0.05714351683855057, -0.018232958391308784, 0.0001665837044129148, -0.03318941593170166, 0.006786429323256016, 0.04023474082350731, -0.037756145000457764, -0.003125831950455904, -0.015542153269052505, 0.03269709274172783, -0.025346187874674797, 0.000020408493583090603, -0.015542153269052505, -0.009812522679567337, -0.031644538044929504, 0.03646591678261757, -0.06671836227178574, -0.026449672877788544, 0.06783882528543472, -0.012078910134732723, -0.07184532284736633, 0.009829499758780003, -0.019183652475476265, 0.028656641021370888, 0.012061933986842632, 0.0266194399446249, -0.041355200111866, -0.005398585461080074, 0.011756353080272675, -0.002125268569216132, 0.04261147603392601, -0.012019491754472256, 0.06454534828662872, -0.012443909421563148, -0.042034268379211426, 0.0009756287909112871, 0.02189992181956768, 0.00465161120519042, 0.05368027463555336, 0.02446340024471283, -0.03125407546758652, 0.02400503121316433, 0.006913754157721996, -0.007028346881270409, -0.029777102172374725, 0.0008578530396334827, 0.02609316259622574, -0.06033513322472572, 0.01213832851499319, -0.01342006865888834, -0.014268902130424976, 0.04875703528523445, -0.01622970961034298, 0.022663872689008713, -0.03198407217860222, -0.03295174241065979, 0.05059051513671875, -0.014701807871460915, -0.026432696729898453, 0.01188367884606123, -0.06454534828662872, 0.05408771336078644, -0.009209850803017616, -0.03605847433209419, 0.04026869311928749, 0.03195011988282204, -0.033851508051157, 0.022256432101130486, 0.017027612775564194, 0.010788681916892529, -0.0143622737377882, 0.03264616057276726, -0.01886109448969364, 0.007622530683875084, 0.02541409432888031, -0.011162169277668, 0.06967230886220932, 0.017019124701619148, 0.04064217954874039, -0.0028244957793504, -0.05279748514294624, -0.003454755060374737, 0.01330971997231245, -0.030014775693416595, 0.031016400083899498, 0.042034268379211426, -0.009328687563538551, 0.002451008651405573, -0.04210217669606209, 0.0007538708741776645, -0.024768982082605362, -0.02639874257147312, 0.010389730334281921, 0.02733246050775051, 0.02874152548611164, -0.017205867916345596, -0.021577363833785057, -0.03325732424855232, -0.03397034481167793, 0.006141315214335918, 0.07320345938205719, -0.009506942704319954, -0.050692375749349594, -0.052390046417713165, 0.023410847410559654, 0.05948629975318909, -0.027875714004039764, 0.03745056316256523, 0.03500591963529587, -0.045056119561195374, -0.06047094613313675, -0.0012530914973467588, 0.01816505193710327, 0.021237831562757492, 0.061048153787851334, -0.025753628462553024, -0.07612344622612, -0.03891056030988693, 0.07707414031028748, 0.002966675441712141, 0.05985978618264198, 0.01562703773379326, -0.020626669749617577, 0.03680545091629028, 0.0019586847629398108, 0.04115147888660431, -0.03324034437537193, -0.008912758901715279, 0.019421325996518135, -0.061319779604673386, 0.014616924338042736, 0.01060193870216608, 0.03249337151646614, -0.07001183927059174, 0.08515504747629166, 0.016535289585590363, -0.015686456114053726, 0.0028584490064531565, 0.00016088060510810465, 0.013343673199415207, -0.02045690268278122, -0.008229447528719902, 0.03738265857100487, -0.08827875554561615, -0.0282661784440279, -0.002476473804563284, 0.0014684831257909536, -0.06098024547100067, 0.03059198334813118, 0.07293183356523514, -0.03534545376896858, 0.03537940979003906, -0.03228965029120445, -0.030897563323378563, -0.02237526886165142, -0.019336441531777382, -0.021713178604841232, 0.04549751058220863, 0.0018111999379470944, 0.013360650278627872, 0.005462247878313065, 0.009362640790641308, 0.02050783298909664, -0.018691329285502434, 0.05388399213552475, -0.006485092919319868, -0.024140844121575356, 0.05249190703034401, -0.003401702968403697, -0.0048256223089993, 0.03717893734574318, 0.053510505706071854, 0.04889284819364548, 0.009456012398004532, 0.03249337151646614, -0.025057584047317505, 0.05531003326177597, 0.000555455859284848, -0.03381755203008652, -0.021611317992210388, -0.048111919313669205, 0.02473502792418003, 0.057347238063812256, 0.07469740509986877, -0.0517788827419281, -0.017375634983181953, -0.025108514353632927, 0.04101566597819328 ]
38,694
pulp.apis.core
available
True if the solver is available
def available(self): """True if the solver is available""" raise NotImplementedError
(self)
[ 0.10625213384628296, -0.04442857950925827, -0.007699547801166773, 0.013800770044326782, 0.0016257079550996423, 0.008186347782611847, -0.0019046036759391427, -0.04744673892855644, -0.025897741317749023, 0.023074302822351456, 0.036412615329027176, -0.027926072478294373, 0.01573985442519188, -0.01557758916169405, -0.052152469754219055, -0.009841466322541237, -0.011902251280844212, 0.01872555911540985, -0.030003085732460022, -0.04861505702137947, -0.05101660266518593, 0.011172051541507244, 0.058318596333265305, 0.011610171757638454, 0.019001413136720657, 0.08119817823171616, 0.05935710296034813, -0.0416700504720211, 0.007439921144396067, 0.013630390167236328, -0.10346115380525589, 0.023009397089481354, 0.004855826497077942, 0.004932903219014406, 0.031041590496897697, 0.08470313996076584, 0.038392264395952225, -0.0028579195495694876, -0.014603989198803902, -0.014555309899151325, -0.011407338082790375, -0.001926915254443884, 0.03255067020654678, -0.010182226076722145, -0.04851769655942917, -0.06062278151512146, -0.02653058059513569, 0.023512423038482666, 0.03203141689300537, -0.004790919832885265, 0.06698363274335861, -0.023350156843662262, 0.039625491946935654, -0.005415645893663168, -0.06983952224254608, 0.0332970954477787, 0.04790108650922775, 0.07529167830944061, 0.03936586529016495, -0.010717705823481083, 0.020851250737905502, 0.0207701176404953, -0.001464455621317029, -0.001955311978235841, 0.025508301332592964, 0.027926072478294373, -0.020981064066290855, -0.03894397243857384, 0.045077648013830185, 0.08093855530023575, -0.005379136186093092, 0.018044039607048035, -0.06532851606607437, 0.026319634169340134, 0.05484609305858612, -0.02946760505437851, -0.05315852165222168, -0.05559251829981804, 0.0037686405703425407, -0.04452593997120857, -0.021857304498553276, -0.043000634759664536, -0.008640693500638008, -0.030506111681461334, -0.006368962116539478, -0.044688206166028976, 0.02119201049208641, -0.011739985086023808, 0.06205072999000549, -0.021905984729528427, -0.037613384425640106, 0.026433220133185387, 0.014376816339790821, 0.04108589142560959, 0.01702176034450531, -0.023609783500432968, 0.041280608624219894, -0.06568549573421478, -0.03939832001924515, -0.044623300433158875, -0.000005978032731945859, 0.0621480867266655, -0.00954938679933548, 0.01306245755404234, 0.02120823785662651, -0.0033122659660875797, -0.04871241748332977, -0.03407597541809082, 0.009257306344807148, -0.03495221585035324, -0.03891151770949364, 0.03777565434575081, -0.010458079166710377, 0.017768187448382378, -0.06854139268398285, -0.019439533352851868, -0.023350156843662262, -0.0059186723083257675, -0.048387885093688965, 0.026270953938364983, -0.03556882590055466, 0.07250069081783295, -0.03573109582066536, -0.033491816371679306, 0.057539720088243484, 0.004592143464833498, 0.00044826132943853736, 0.028964579105377197, 0.05150340124964714, -0.0666591003537178, 0.06704853475093842, -0.004977526608854532, -0.014117189683020115, 0.031317442655563354, -0.03871680051088333, 0.0075413379818201065, -0.00830804742872715, -0.007111331447958946, 0.0015466030454263091, 0.03128499165177345, -0.03036007098853588, -0.022993169724941254, -0.021824851632118225, -0.025135088711977005, 0.025086408481001854, 0.05205510929226875, -0.043422527611255646, -0.028445325791835785, -0.025930194184184074, -0.00977655965834856, 0.041605144739151, -0.04205948859453201, -0.032631803303956985, -0.04228666424751282, -0.058772943913936615, 0.012640563771128654, 0.023496195673942566, -0.040858715772628784, 0.020672759041190147, -0.039625491946935654, -0.01909877359867096, 0.01495286263525486, -0.042935729026794434, 0.016859494149684906, -0.012032064609229565, 0.005841595586389303, -0.0666591003537178, -0.03274539113044739, 0.008166064508259296, 0.08950623124837875, -0.04280591756105423, -0.004348743706941605, -0.07548639923334122, 0.006020089145749807, 0.0269524734467268, 0.024421116337180138, 0.04183231666684151, 0.02860759198665619, 0.025524528697133064, -0.01952066645026207, 0.018027814105153084, -0.0269524734467268, -0.11079560220241547, 0.002298099920153618, 0.02609246037900448, 0.057929158210754395, -0.015423435717821121, -0.03504957631230354, -0.023382609710097313, 0.040144745260477066, -0.039625491946935654, -0.013565483503043652, 0.04481802135705948, 0.007460204418748617, -0.0026713130064308643, -0.011480358429253101, 0.035990722477436066, 0.04770636558532715, -0.0375160276889801, 0.033021241426467896, 0.06182355433702469, -0.03943077102303505, -0.020153505727648735, 0.0580914244055748, -0.040112290531396866, 0.016534961760044098, -0.019228586927056313, -0.037580933421850204, 0.010320152156054974, -0.001795073738321662, -0.03156084567308426, -0.04102098196744919, -0.01864442601799965, 0.06461454182863235, 0.04864751175045967, 0.02657926082611084, 0.028997031971812248, -0.026400767266750336, -0.016794588416814804, 0.05208756402134895, 0.05650121346116066, -0.01655118726193905, 0.044655755162239075, -0.0038680287543684244, -0.011415451765060425, -0.018822919577360153, -0.01616174913942814, 0.03991756960749626, -0.028347965329885483, -0.07269541174173355, 0.024275075644254684, -0.004369026981294155, -0.019244812428951263, 0.00012119283201172948, 0.013313970528542995, 0.009030133485794067, -0.002569896401837468, 0.08119817823171616, 0.004993753042072058, -0.005659046117216349, 0.002427913248538971, 0.008259367197751999, -0.030230257660150528, 0.007630584295839071, -0.034660134464502335, -0.0373537614941597, -0.007346617989242077, 0.014814935624599457, -0.006713778246194124, -0.014741916209459305, -0.010214678943157196, -0.0913236141204834, -0.03771074488759041, -0.01708666794002056, -0.02943515218794346, -0.05721518397331238, -0.02531358227133751, -0.0058740489184856415, 0.05221737548708916, -0.009817126207053661, -0.03982021287083626, 0.06880101561546326, -0.03904133290052414, 0.09761955589056015, -0.025540754199028015, -0.00528988940641284, 0.027033606544137, -0.021078424528241158, -0.014693235978484154, -0.01537475548684597, 0.01577230915427208, 0.03563373535871506, -0.06396547704935074, -0.0021155502181500196, 0.028753632679581642, -0.02203579805791378, -0.0036104307509958744, 0.018125172704458237, -0.0456618070602417, 0.0413779690861702, 0.05027017742395401, 0.033848803490400314, -0.022344103083014488, 0.013638503849506378, -0.09735993295907974, -0.009176173247396946, -0.034335602074861526, 0.010295812971889973, -0.002261589979752898, -0.038035281002521515, -0.010912425816059113, 0.053385693579912186, 0.05014036223292351, 0.014936636202037334, 0.1122884526848793, 0.03874925151467323, 0.0019664678256958723, 0.020510490983724594, 0.059584278613328934, -0.030392523854970932, 0.0414428785443306, -0.01625099405646324, -0.09833353012800217, -0.008673147298395634, 0.014660783112049103, -0.027974752709269524, 0.00958183966577053, 0.03151216357946396, -0.017281387001276016, 0.027130967006087303, -0.02455092966556549, -0.009711652994155884, 0.06416019052267075, -0.00759001774713397, 0.054618921130895615, -0.027520406991243362, -0.01534230262041092, -0.006555568426847458, -0.01911499910056591, 0.04115079715847969, -0.05598196014761925, 0.06373830139636993, -0.0071478416211903095, -0.029711004346609116, -0.06029824912548065, -0.04702484607696533, 0.05276908352971077, -0.0312038566917181, -0.016827041283249855, 0.009671086445450783, -0.028445325791835785, -0.006803025025874376, 0.10092979669570923, -0.027747580781579018, -0.02244146354496479, -0.007837474346160889, 0.05234718695282936, -0.018384799361228943, 0.028153246268630028, 0.011099032126367092, 0.03517938777804375, 0.01830366626381874, -0.04222175478935242, 0.016924401745200157, 0.030003085732460022, 0.01583721488714218, -0.01960179954767227, 0.020542945712804794, 0.0414753295481205, -0.015212489292025566, -0.10274717956781387, 0.015163809061050415, -0.030116671696305275, 0.05208756402134895, -0.016924401745200157, 0.006137732416391373, 0.021808624267578125, 0.034692589193582535, 0.032193683087825775, -0.008510880172252655, 0.008518993854522705, -0.004900449886918068, -0.05153585597872734, 0.05241209641098976, -0.0833401009440422, -0.08392425626516342, 0.03031139075756073, 0.008076817728579044, 0.055008359253406525, -0.03232349827885628, -0.01578042283654213, -0.05942200869321823, -0.0207701176404953, -0.005338569637387991, -0.03657488152384758, 0.021484091877937317, 0.019017640501260757, 0.03238840401172638, 0.0050951698794960976, -0.046375781297683716, 0.03576354682445526, 0.015537021681666374, -0.035958267748355865, -0.042189303785562515, 0.04251383617520332, -0.022100703790783882, -0.0029431094881147146, 0.029629871249198914, 0.0037584989331662655, -0.02825060673058033, 0.017605921253561974, -0.03414088115096092, -0.057117823511362076, 0.006892271805554628, -0.008109270595014095, -0.0124296173453331, 0.034270696341991425, 0.0072289747186005116, -0.01825498603284359, 0.03576354682445526, 0.028315512463450432, 0.002411686582490802, 0.006847648415714502, 0.007959173992276192, -0.017265161499381065, -0.016040047630667686, 0.08080874383449554, 0.015991369262337685, 0.013614163734018803, 0.004851769655942917, -0.02456715516746044, 0.010750158689916134, -0.07977023720741272, -0.04319535568356514, -0.08613108098506927, 0.05237964168190956, 0.0413779690861702, 0.003391370875760913, 0.042156849056482315, 0.039236050099134445, 0.03693186491727829, -0.007780680898576975, 0.02984081767499447, 0.04488292708992958, 0.008462200872600079, 0.02661171369254589, -0.03362162783741951, 0.011269412003457546, 0.008940886706113815, -0.012453957460820675, -0.024632062762975693, -0.012583770789206028, 0.04699239134788513, -0.02201957069337368, -0.01078261248767376, -0.036347705870866776, -0.0207863450050354, -0.040047384798526764, -0.05494345352053642, -0.015520795248448849, 0.050951696932315826, -0.021743718534708023, -0.0036205723881721497, -0.015399095602333546, 0.029289111495018005, -0.02364223636686802, 0.011496584862470627, -0.012105084955692291, -0.018384799361228943, -0.025605661794543266, -0.043909329921007156, 0.0207214392721653, 0.012551317922770977, 0.04832297936081886, 0.014036056585609913, -0.009841466322541237, -0.0021743718534708023, -0.026449447497725487, -0.006283772177994251, -0.03660733252763748, 0.0008620410226285458, 0.032664258033037186, -0.020283319056034088, 0.026060007512569427, 0.043747060000896454, 0.017184028401970863, -0.036704692989587784, -0.01583721488714218, -0.016380807384848595, -0.009890146553516388, -0.004425819963216782, -0.005342626012861729, -0.010482419282197952, -0.06873611360788345, -0.0025800380390137434, -0.0026997097302228212, -0.016810813918709755, 0.07671962678432465, -0.013216610066592693, -0.023755822330713272, -0.04822561889886856, -0.010125433094799519, 0.0015455888351425529, 0.028477778658270836, -0.007719831075519323, -0.06072014197707176, -0.0207214392721653, -0.03939832001924515, -0.02700115367770195, -0.04731692746281624, -0.012599997222423553, -0.0249728225171566, 0.048387885093688965, -0.004636766854673624, 0.02536226250231266, -0.014036056585609913, 0.0005022656987421215, -0.012551317922770977, 0.02739059366285801, 0.03852207958698273, 0.034660134464502335, 0.06487416476011276, 0.01306245755404234, 0.04455839470028877, 0.05893521010875702, -0.0958021730184555, 0.02411280944943428, -0.0031702828127890825, -0.009890146553516388, 0.05685820057988167, -0.0020293460693210363, -0.010068639181554317, 0.029159298166632652, 0.004429876804351807, 0.08989566564559937, 0.051665667444467545, -0.0331510566174984, -0.026319634169340134, 0.002991789486259222, 0.015253055840730667, 0.009906372986733913, 0.011082805693149567, 0.08041930198669434, -0.036802053451538086, 0.00697340490296483, -0.006149902008473873, -0.028948351740837097, -0.04410404711961746, 0.013695296831429005, 0.0374835729598999, 0.06893082708120346, -0.03534165397286415, -0.013021891005337238, 0.03172311186790466, 0.005768575705587864, 0.07230597734451294, 0.02581660822033882, -0.012973210774362087, -0.07146219164133072, -0.033394455909729004, 0.02620604820549488, -0.014279455877840519, 0.022636184468865395, -0.03027893789112568, 0.034692589193582535, -0.00787804089486599, -0.026920020580291748, -0.032583124935626984, 0.04231911525130272, -0.006604248657822609, -0.014774369075894356, 0.0662047490477562, 0.010750158689916134, -0.036769598722457886, 0.11903873831033707, 0.03446541354060173, 0.014182096347212791, 0.0290457122027874, 0.00510328309610486, 0.0312363114207983, -0.005756405647844076, -0.05721518397331238, -0.013614163734018803, 0.03784056007862091, -0.019715385511517525, -0.01664854772388935, 0.024713195860385895, -0.009338440373539925, 0.09054473787546158, -0.013208497315645218, 0.036380160599946976, -0.05721518397331238, 0.007001801393926144, -0.009281646460294724, 0.014855502173304558, -0.00787804089486599, -0.006782741751521826, 0.008028137497603893, -0.0582212395966053, -0.03488730639219284, -0.011845458298921585, -0.024275075644254684, 0.009070700034499168, -0.012754150666296482, -0.015593815594911575, -0.019796518608927727, -0.04436367377638817, 0.011115258559584618, -0.0058740489184856415, 0.010498645715415478, 0.013995490036904812, 0.0018325978890061378, 0.03358917683362961, -0.028007205575704575, -0.00488827982917428, 0.0291268453001976, -0.04248138144612312, -0.014814935624599457, 0.07931588590145111, -0.019780293107032776, -0.048842232674360275, 0.00911126658320427, -0.01228357758373022, -0.0455644465982914, 0.02995440550148487, 0.02742304652929306, -0.047965992242097855, 0.0145228561013937, -0.012510751374065876, -0.02907816506922245, 0.009817126207053661, -0.057052917778491974, -0.0043000634759664536, -0.04734937846660614, -0.01872555911540985, -0.015301735140383244, 0.03514693304896355, 0.025897741317749023, 0.030116671696305275, 0.025995101779699326, -0.0075007714331150055, 0.06198582053184509, 0.01872555911540985, -0.001914745313115418, 0.0017423370154574513, 0.02326902374625206, 0.017703279852867126, -0.03819754719734192, -0.0013285573804751039, 0.0008098115213215351, 0.01556136179715395, -0.0006941965548321605, 0.030911777168512344, -0.021938437595963478, -0.026335861533880234, -0.04277346283197403, 0.026416994631290436, 0.01956934668123722, 0.0416375957429409, 0.04494783282279968, -0.05153585597872734, 0.04890713840723038, 0.006003862246870995, -0.011658851988613605, -0.011975271627306938, 0.0124701838940382, -0.020851250737905502, 0.014279455877840519, 0.0625699833035469, 0.0029938179068267345, -0.061271850019693375, 0.011139598675072193, -0.014036056585609913, -0.03660733252763748, 0.013460010290145874, -0.05494345352053642, -0.01082317903637886, 0.008713713847100735, 0.010717705823481083, -0.015902122482657433, -0.033362001180648804, -0.0008716756128706038, 0.028883446007966995, -0.005614422727376223, 0.05737745016813278, 0.040079839527606964, -0.003504957538098097, -0.017751960083842278, -0.023999223485589027, 0.023106757551431656, -0.0015364614082500339, -0.014879842288792133, 0.041702501475811005, -0.00790643785148859, 0.007999740540981293, 0.030587244778871536, -0.03579600155353546, -0.035990722477436066, -0.007119444664567709, 0.01414152979850769, 0.04024210572242737, -0.0008468285668641329, -0.055884599685668945, 0.028915898874402046, -0.008389180526137352, 0.034660134464502335, -0.0311551783233881, 0.016494395211338997, 0.04283836856484413, -0.06406283378601074, -0.052963800728321075, 0.006932838354259729, 0.02206825092434883, 0.0581563301384449, 0.06558813899755478, -0.025540754199028015, -0.0373862124979496, -0.03066837787628174, 0.004932903219014406, -0.011350545100867748, 0.0747724249958992, -0.021013518795371056, -0.024275075644254684, 0.04942639172077179, -0.018871599808335304, 0.040534183382987976, -0.06432245671749115, -0.01414152979850769, -0.009841466322541237, -0.06302432715892792, -0.0002308495168108493, 0.017995361238718033, 0.019277265295386314, -0.06983952224254608, 0.04231911525130272, -0.029240431264042854, 0.0045272368006408215, 0.03250198811292648, 0.025232449173927307, -0.004506953526288271, 0.0075778476893901825, -0.021857304498553276, -0.006502831820398569, -0.05968163534998894, 0.002573953242972493, 0.051243774592876434, -0.06448473036289215, -0.07996495813131332, 0.018579520285129547, 0.10923784226179123, -0.010685252025723457, -0.009013907052576542, -0.04030701145529747, 0.024210169911384583, -0.007480487693101168, -0.04644068703055382, -0.019666705280542374, 0.06977461278438568, 0.004839600063860416, 0.009452026337385178, 0.0747724249958992, -0.013151703402400017, 0.06477680802345276, -0.01534230262041092, 0.0312363114207983, 0.010855631902813911, -0.01947198621928692, 0.022636184468865395, -0.016875721514225006, 0.020429357886314392, 0.04536972567439079, 0.0033122659660875797, 0.06597758084535599, 0.016843268647789955, 0.011172051541507244, -0.029727231711149216, -0.006697551812976599, 0.0006931824027560651, -0.023187890648841858, -0.0018396970117464662, -0.036282800137996674, 0.0013011748669669032, 0.02828305959701538, 0.03362162783741951, -0.04812825843691826, -0.01908254623413086, -0.020088598132133484, 0.03365408256649971 ]
38,702
pulp.apis.core
LpSolver_CMD
A generic command line LP Solver
class LpSolver_CMD(LpSolver): """A generic command line LP Solver""" name = "LpSolver_CMD" def __init__(self, path=None, keepFiles=False, *args, **kwargs): """ :param bool mip: if False, assume LP even if integer variables :param bool msg: if False, no log is shown :param list options: list of additional options to pass to solver (format depends on the solver) :param float timeLimit: maximum time for solver (in seconds) :param str path: a path to the solver binary :param bool keepFiles: if True, files are saved in the current directory and not deleted after solving :param args: parameters to pass to :py:class:`LpSolver` :param kwargs: parameters to pass to :py:class:`LpSolver` """ LpSolver.__init__(self, *args, **kwargs) if path is None: self.path = self.defaultPath() else: self.path = path self.keepFiles = keepFiles self.setTmpDir() def copy(self): """Make a copy of self""" aCopy = LpSolver.copy(self) aCopy.path = self.path aCopy.keepFiles = self.keepFiles aCopy.tmpDir = self.tmpDir return aCopy def setTmpDir(self): """Set the tmpDir attribute to a reasonnable location for a temporary directory""" if os.name != "nt": # On unix use /tmp by default self.tmpDir = os.environ.get("TMPDIR", "/tmp") self.tmpDir = os.environ.get("TMP", self.tmpDir) else: # On Windows use the current directory self.tmpDir = os.environ.get("TMPDIR", "") self.tmpDir = os.environ.get("TMP", self.tmpDir) self.tmpDir = os.environ.get("TEMP", self.tmpDir) if not os.path.isdir(self.tmpDir): self.tmpDir = "" elif not os.access(self.tmpDir, os.F_OK + os.W_OK): self.tmpDir = "" def create_tmp_files(self, name, *args): if self.keepFiles: prefix = name else: prefix = os.path.join(self.tmpDir, uuid4().hex) return (f"{prefix}-pulp.{n}" for n in args) def silent_remove(self, file: Union[str, bytes, os.PathLike]) -> None: try: os.remove(file) except FileNotFoundError: pass def delete_tmp_files(self, *args): if self.keepFiles: return for file in args: self.silent_remove(file) def defaultPath(self): raise NotImplementedError @staticmethod def executableExtension(name): if os.name != "nt": return name else: return name + ".exe" @staticmethod def executable(command): """Checks that the solver command is executable, And returns the actual path to it.""" return shutil.which(command)
(path=None, keepFiles=False, *args, **kwargs)
[ 0.05918113514780998, -0.025865880772471428, -0.03510235249996185, 0.04089630767703056, -0.02928958274424076, -0.03102024458348751, -0.05218323692679405, -0.017438305541872978, -0.0009588011889718473, -0.05842867121100426, 0.032957833260297775, -0.013920546509325504, -0.04638928174972534, -0.008973109535872936, -0.08916674554347992, 0.02959056757390499, 0.027652977034449577, 0.00902013760060072, -0.0639592707157135, 0.008183023892343044, 0.019883807748556137, 0.05109217017889023, 0.03357861563563347, 0.07201061397790909, 0.020598646253347397, 0.02945888601243496, 0.03374791890382767, -0.02945888601243496, -0.0023173477966338396, -0.08028769493103027, -0.032242994755506516, 0.055795054882764816, -0.029966797679662704, 0.029910363256931305, -0.013224518857896328, 0.019883807748556137, 0.03071925975382328, 0.036306291818618774, -0.03414296358823776, -0.030267782509326935, 0.008474603295326233, -0.05910588800907135, 0.0406329482793808, 0.00428197905421257, 0.002941656159237027, -0.03909039869904518, -0.02654309570789337, 0.028236135840415955, 0.02959056757390499, -0.029966797679662704, 0.041272539645433426, -0.032543979585170746, 0.017278408631682396, -0.0237213633954525, -0.036494407802820206, 0.07885801792144775, 0.05455349385738373, 0.05906826630234718, 0.027107443660497665, -0.0838242620229721, -0.008484008722007275, 0.032600414007902145, 0.014503704383969307, 0.009128304198384285, 0.006974381860345602, -0.014917558990418911, -0.05978310480713844, -0.02426689863204956, 0.0186140276491642, 0.05801481753587723, -0.01795562356710434, -0.036494407802820206, -0.012970563024282455, -0.012650767341256142, 0.11061190813779831, 0.005930340848863125, -0.014861124567687511, -0.07385414093732834, 0.026561908423900604, -0.01171959564089775, -0.019140752032399178, -0.02223525196313858, -0.0011816004989668727, 0.006659288424998522, -0.004089160356670618, -0.03643796965479851, 0.07163438200950623, -0.027878716588020325, 0.08111540228128433, -0.052672337740659714, -0.03071925975382328, 0.020749138668179512, -0.023288698866963387, 0.04860904440283775, 0.05444062501192093, -0.037077564746141434, 0.027107443660497665, -0.023269886150956154, -0.022310497239232063, -0.04672788828611374, -0.03258160501718521, 0.034876611083745956, -0.03784883767366409, -0.01213344931602478, 0.06275533139705658, -0.0025254504289478064, 0.0018929122015833855, 0.00015049240028019994, 0.016046252101659775, -0.04059532284736633, -0.07396700978279114, 0.07024232298135757, -0.04537345841526985, -0.013845300301909447, -0.034876611083745956, 0.03805576637387276, -0.09526168555021286, -0.01874570921063423, -0.03047470934689045, 0.004629992414265871, -0.03950425237417221, 0.047668468207120895, -0.07302643358707428, 0.030869752168655396, 0.01586754247546196, 0.02253623679280281, 0.01616852730512619, 0.0008494590292684734, -0.0005373049061745405, -0.04680313542485237, 0.01106119155883789, 0.01302699837833643, 0.018463535234332085, 0.024473825469613075, 0.00831940770149231, -0.013873517513275146, -0.0437556654214859, 0.007980800233781338, -0.004503014497458935, 0.019018476828932762, 0.05481685698032379, -0.003447216469794512, 0.013873517513275146, 0.01595219410955906, 0.029835117980837822, 0.011164654977619648, 0.05421488732099533, -0.05120503902435303, -0.010891887359321117, 0.032487545162439346, -0.010572090744972229, -0.045448701828718185, -0.08367377519607544, -0.0021833155769854784, 0.048082321882247925, 0.026524284854531288, 0.011136437766253948, -0.039353761821985245, -0.017908595502376556, -0.043228939175605774, -0.052559468895196915, -0.03141528740525246, 0.013478475622832775, -0.024398580193519592, -0.02270554006099701, -0.04123491793870926, 0.024059971794486046, -0.013572532683610916, -0.005017980933189392, 0.08442623168230057, -0.004298439249396324, -0.015227949246764183, -0.03826269134879112, 0.039240892976522446, -0.04435763508081436, 0.035704322159290314, 0.02103131264448166, -0.012425028719007969, 0.026674777269363403, 0.004493609070777893, -0.014531921595335007, 0.01578289084136486, -0.05948211997747421, 0.00006642828520853072, 0.02934601716697216, 0.057638589292764664, 0.016789307817816734, 0.0062125143595039845, -0.038526054471731186, 0.02001548931002617, -0.07359078526496887, 0.01150326244533062, 0.056509893387556076, 0.029552944004535675, -0.00431019626557827, 0.036494407802820206, 0.01470122579485178, -0.0005352473817765713, 0.01715613342821598, 0.016873959451913834, -0.0027300261426717043, 0.03681420162320137, 0.0745689794421196, -0.0035624371375888586, -0.05120503902435303, 0.008178320713341236, -0.007609271910041571, 0.02682526968419552, -0.03856367617845535, 0.05301094800233841, 0.06448598951101303, -0.06422262638807297, -0.002358498051762581, 0.03673895448446274, 0.03841318562626839, -0.014193314127624035, 0.005657573696225882, 0.05150602385401726, 0.000010140601261809934, 0.03442513570189476, 0.01428737211972475, 0.01778632029891014, -0.03557264059782028, 0.04552394896745682, 0.0015448984922841191, 0.014898747205734253, 0.020711515098810196, 0.0637335330247879, 0.01407103892415762, 0.0023173477966338396, 0.028612365946173668, -0.07193536311388016, -0.0006060845917090774, 0.008013719692826271, 0.04003097862005234, -0.023589683696627617, -0.05097929760813713, 0.012095826677978039, -0.004274924751371145, -0.026035184040665627, -0.04872191324830055, -0.053161438554525375, 0.049511998891830444, -0.011211683042347431, 0.007816199213266373, 0.02276197448372841, 0.027897527441382408, -0.00509322714060545, 0.03406771644949913, -0.00789144542068243, 0.038337938487529755, -0.023589683696627617, -0.0541396401822567, 0.018002653494477272, 0.007355316076427698, 0.015773484483361244, -0.007059033960103989, -0.030324216932058334, 0.018867984414100647, 0.00790555402636528, -0.029665812849998474, 0.018378883600234985, -0.0019787398632615805, 0.03972999379038811, 0.0017506497679278255, -0.02712625451385975, -0.02007192373275757, -0.03760428726673126, 0.0023855397012084723, -0.002791163744404912, 0.03613698482513428, 0.044846732169389725, -0.07641251385211945, 0.04477148875594139, -0.025056984275579453, 0.03658846393227577, -0.030042044818401337, 0.015801701694726944, -0.00514025567099452, 0.010506249964237213, 0.04115967079997063, 0.03156578168272972, 0.0019340624567121267, -0.03273209556937218, -0.044733863323926926, 0.011493857018649578, -0.0609494186937809, -0.05444062501192093, -0.018933825194835663, 0.017466524615883827, 0.0005931516643613577, 0.04488435760140419, 0.028819294646382332, -0.013873517513275146, 0.05462874099612236, 0.049812983721494675, -0.0667433813214302, -0.042401231825351715, 0.03442513570189476, -0.08886575698852539, -0.006743940524756908, -0.06779682636260986, -0.0368330143392086, -0.04601304978132248, -0.04202499985694885, -0.0022903061471879482, -0.019112534821033478, -0.051242660731077194, 0.04435763508081436, 0.024473825469613075, 0.034876611083745956, -0.028819294646382332, 0.027897527441382408, 0.026938138529658318, 0.05120503902435303, 0.037792403250932693, 0.047969453036785126, -0.03459443897008896, 0.00899192038923502, 0.023533249273896217, -0.05861678719520569, 0.051016923040151596, 0.009114195592701435, -0.02133229747414589, 0.00897781178355217, -0.012754230760037899, 0.03502710536122322, -0.011982956901192665, 0.04349230229854584, -0.030944999307394028, 0.0067533464170992374, 0.03267566114664078, -0.01249086856842041, -0.007675112225115299, 0.03730330243706703, -0.007825604639947414, 0.050001099705696106, -0.025922315195202827, 0.052258484065532684, -0.039466630667448044, 0.11490094661712646, 0.04552394896745682, -0.07265020161867142, 0.03252517059445381, 0.019526388496160507, -0.021764962002635002, 0.029797494411468506, 0.0031156628392636776, 0.015293790027499199, -0.007783278822898865, 0.03276972100138664, -0.0029369532130658627, -0.08141638338565826, -0.005911529529839754, 0.026035184040665627, -0.030079668387770653, 0.010534468106925488, -0.0033249412663280964, 0.07249971479177475, -0.05850391834974289, -0.024172840639948845, -0.027201499789953232, -0.04465861991047859, 0.010478032752871513, -0.0045547462068498135, -0.10617238283157349, 0.04800707474350929, -0.04774371162056923, 0.00606672465801239, 0.047480352222919464, 0.009791411459445953, -0.05673563480377197, 0.01831304281949997, -0.07201061397790909, -0.019940242171287537, 0.0288569163531065, -0.0004594133060891181, 0.0018082602182403207, -0.04307844862341881, -0.05229610577225685, 0.044320009648799896, -0.020579835399985313, 0.005027386825531721, 0.004336062353104353, -0.002090433379635215, -0.016873959451913834, 0.038939908146858215, 0.03878941386938095, 0.06760870665311813, 0.0234391912817955, 0.01721256785094738, -0.0028405438642948866, 0.03735973685979843, -0.016450699418783188, 0.03634391352534294, -0.0036071145441383123, 0.02970343641936779, 0.08028769493103027, -0.057713832706213, 0.011945334263145924, 0.012387405149638653, -0.020899631083011627, -0.00860628392547369, 0.05237135291099548, 0.012415622361004353, -0.023232264444231987, 0.05139315500855446, 0.03897752985358238, -0.013591344468295574, 0.07336504012346268, 0.006635773926973343, 0.03553501516580582, 0.03102024458348751, -0.049812983721494675, -0.07313930243253708, 0.016177931800484657, -0.043304186314344406, -0.010722583159804344, 0.057224731892347336, -0.01106119155883789, 0.02737080492079258, 0.04702887311577797, 0.060686059296131134, 0.013469069264829159, 0.006997896358370781, 0.03658846393227577, -0.007030816748738289, -0.01076020672917366, -0.041799262166023254, 0.035591453313827515, -0.05210799351334572, 0.0022620889358222485, -0.021238239482045174, 0.02001548931002617, 0.009415180422365665, 0.001575467293150723, 0.019752126187086105, 0.012199290096759796, -0.009542158804833889, 0.010985945351421833, 0.012340376153588295, 0.0005731643759645522, 0.03143410012125969, 0.010590902529656887, 0.01828482560813427, -0.0016707007307559252, -0.03466968610882759, -0.026524284854531288, -0.05365053936839104, 0.022912466898560524, 0.02259267121553421, 0.04936150461435318, 0.02701338566839695, -0.02421046420931816, 0.001535492716357112, -0.044733863323926926, -0.05639702454209328, -0.006099645048379898, -0.06019695848226547, 0.004876894410699606, 0.023213451728224754, 0.0406329482793808, 0.09736858308315277, -0.02020360343158245, -0.03233705461025238, -0.06531369686126709, 0.025376779958605766, 0.016215555369853973, -0.019582822918891907, -0.01619674451649189, -0.019263027235865593, -0.014277965761721134, -0.02921433560550213, 0.0030944999307394028, -0.016732873395085335, -0.012678984552621841, -0.02067389339208603, 0.03203606978058815, 0.024304522201418877, -0.04202499985694885, 0.013168084435164928, -0.042514100670814514, 0.032957833260297775, 0.07584816962480545, -0.053575292229652405, -0.0402943380177021, 0.05263471603393555, -0.02706982009112835, -0.05169413983821869, -0.025715388357639313, 0.009429289028048515, 0.00476872781291604, 0.007030816748738289, 0.02676883526146412, -0.0029980908147990704, 0.0042114355601370335, -0.053801029920578, 0.005488269496709108, 0.025132229551672935, -0.05617128685116768, 0.027596542611718178, -0.012773042544722557, -0.008427574299275875, -0.03472612053155899, 0.08555492758750916, 0.012500274926424026, -0.026091618463397026, 0.013572532683610916, -0.0875113308429718, 0.030136102810502052, -0.07795505970716476, -0.06410975754261017, 0.005215501878410578, -0.02342037856578827, 0.04860904440283775, 0.04917338863015175, -0.01910312846302986, -0.0051308502443134785, -0.025715388357639313, -0.02893216349184513, 0.01644129492342472, 0.029007408767938614, -0.004731104709208012, -0.03228062018752098, -0.0010534467874094844, 0.009542158804833889, -0.04345468059182167, -0.021595658734440804, 0.08525393903255463, 0.06527607887983322, 0.03472612053155899, -0.02928958274424076, 0.014682414010167122, 0.02915790118277073, 0.08043818920850754, 0.03713399916887283, -0.03886466100811958, -0.027690600603818893, -0.02641141600906849, -0.048195190727710724, -0.029308393597602844, 0.06471172720193863, 0.01611209288239479, -0.04059532284736633, 0.01458835694938898, 0.009081275202333927, -0.0017106753075495362, 0.06813543289899826, -0.044846732169389725, 0.009401071816682816, -0.027351992204785347, -0.0011939455289393663, -0.009283499792218208, 0.048195190727710724, 0.021294673904776573, -0.017278408631682396, 0.016027439385652542, 0.0127260135486722, -0.0045476919040083885, 0.0152655728161335, -0.057939574122428894, -0.034876611083745956, -0.02940245158970356, -0.005347182974219322, -0.07618677616119385, 0.0039010450709611177, -0.006790969520807266, 0.005314262583851814, 0.038526054471731186, -0.014221531338989735, 0.04447050392627716, 0.0017894486663863063, 0.0046111810952425, -0.050113968551158905, -0.033014267683029175, -0.006344194989651442, 0.04131016135215759, 0.021106557920575142, -0.005328371189534664, 0.030079668387770653, -0.015905164182186127, 0.009452803991734982, -0.03150934725999832, -0.022799598053097725, -0.025376779958605766, 0.010703771375119686, 0.012537897564470768, 0.011221089400351048, -0.009048355743288994, 0.007599866017699242, 0.006800374947488308, 0.04213787242770195, 0.005610544700175524, -0.03796170651912689, -0.022573858499526978, 0.01084485836327076, -0.026260923594236374, 0.015049239620566368, 0.06772157549858093, -0.00009809929179027677, -0.10474270582199097, -0.020297661423683167, -0.023871855810284615, 0.02402234822511673, 0.015227949246764183, -0.02067389339208603, -0.041799262166023254, -0.012707201763987541, -0.024417391046881676, 0.039165645837783813, 0.008088965900242329, -0.04590018093585968, 0.05161889269948006, 0.0029745763167738914, -0.044846732169389725, 0.0067392378114163876, -0.018124928697943687, 0.0028499497566372156, 0.07058093696832657, -0.002052810275927186, -0.060159336775541306, 0.01907491125166416, 0.012885911390185356, -0.02695695124566555, -0.036005306988954544, 0.018679868429899216, 0.01407103892415762, -0.029308393597602844, -0.004218489862978458, -0.005168473348021507, -0.007505808025598526, -0.029722249135375023, 0.03209250420331955, 0.05451587215065956, -0.015745267271995544, -0.04620116576552391, 0.0047546192072331905, -0.01641307771205902, 0.027897527441382408, -0.004075051750987768, -0.003799933008849621, -0.012387405149638653, -0.011729001067578793, -0.050226837396621704, 0.0006589920958504081, -0.022160004824399948, 0.011352770030498505, 0.02300652489066124, 0.06264246255159378, 0.02217881754040718, -0.02144516631960869, 0.027953961864113808, -0.031452909111976624, -0.011324552819132805, -0.009311717003583908, -0.01565120927989483, 0.01729721948504448, -0.030926186591386795, 0.01978974975645542, -0.0030521738808602095, -0.05842867121100426, 0.018322449177503586, 0.052747584879398346, -0.03107667900621891, 0.02784109301865101, -0.016328424215316772, 0.031452909111976624, 0.02217881754040718, 0.0005925638251937926, 0.024906491860747337, 0.016845742240548134, -0.05455349385738373, -0.037171620875597, 0.0036165204364806414, -0.008822617121040821, 0.0072800698690116405, 0.011992363259196281, -0.014240343123674393, -0.037434983998537064, -0.011540886014699936, 0.009429289028048515, 0.00022162357345223427, -0.019375896081328392, -0.01773929037153721, -0.0029722247272729874, 0.05940687283873558, 0.01371361967176199, 0.03102024458348751, 0.013459663838148117, -0.040783438831567764, -0.06994134187698364, 0.08435098826885223, 0.06557705998420715, -0.030512332916259766, 0.02486886829137802, -0.06410975754261017, -0.03897752985358238, -0.06079892814159393, 0.007740952540189028, -0.05918113514780998, 0.05575743317604065, -0.038225069642066956, -0.03640034794807434, 0.009448100812733173, -0.00013689811748918146, 0.025470837950706482, -0.05696137249469757, -0.030192537233233452, -0.007204823661595583, -0.0007019059266895056, 0.04315369576215744, 0.03344693407416344, 0.07189774513244629, -0.03897752985358238, 0.03297664597630501, -0.0003424289752729237, -0.0032614523079246283, 0.0021280564833432436, -0.02108774706721306, -0.021783774718642235, 0.0034918938763439655, 0.014560139738023281, 0.028725236654281616, -0.035290468484163284, 0.015472499653697014, -0.013224518857896328, -0.04326656460762024, -0.10647337138652802, 0.03621223196387291, 0.05861678719520569, -0.0636206567287445, 0.003945722710341215, -0.008009017445147038, -0.04435763508081436, 0.01742890104651451, -0.04620116576552391, 0.03096381016075611, 0.016949206590652466, -0.01442845817655325, 0.05872965604066849, 0.007999611087143421, -0.01888679526746273, -0.019281838089227676, -0.007214229088276625, 0.022555047646164894, -0.006099645048379898, 0.02910146676003933, 0.07118290662765503, -0.013901734724640846, -0.018096711486577988, 0.05237135291099548, -0.003691766643896699, 0.024097595363855362, 0.028480686247348785, 0.02061745896935463, -0.0638464018702507, 0.06508795917034149, -0.005601138807833195, -0.019883807748556137, -0.03096381016075611, -0.01639426499605179, -0.06151376664638519, 0.032600414007902145, 0.023533249273896217, 0.04563681781291962, -0.010891887359321117, -0.022272875532507896, 0.026618342846632004 ]
38,703
pulp.apis.core
__init__
:param bool mip: if False, assume LP even if integer variables :param bool msg: if False, no log is shown :param list options: list of additional options to pass to solver (format depends on the solver) :param float timeLimit: maximum time for solver (in seconds) :param str path: a path to the solver binary :param bool keepFiles: if True, files are saved in the current directory and not deleted after solving :param args: parameters to pass to :py:class:`LpSolver` :param kwargs: parameters to pass to :py:class:`LpSolver`
def __init__(self, path=None, keepFiles=False, *args, **kwargs): """ :param bool mip: if False, assume LP even if integer variables :param bool msg: if False, no log is shown :param list options: list of additional options to pass to solver (format depends on the solver) :param float timeLimit: maximum time for solver (in seconds) :param str path: a path to the solver binary :param bool keepFiles: if True, files are saved in the current directory and not deleted after solving :param args: parameters to pass to :py:class:`LpSolver` :param kwargs: parameters to pass to :py:class:`LpSolver` """ LpSolver.__init__(self, *args, **kwargs) if path is None: self.path = self.defaultPath() else: self.path = path self.keepFiles = keepFiles self.setTmpDir()
(self, path=None, keepFiles=False, *args, **kwargs)
[ 0.018641799688339233, -0.016398373991250992, 0.019781317561864853, 0.030393077060580254, -0.03849433735013008, -0.022434256970882416, -0.06723155081272125, -0.01643398404121399, 0.00033412131597287953, -0.028950875625014305, 0.019603267312049866, 0.0269211083650589, -0.049782685935497284, -0.0021888979244977236, -0.06851351261138916, 0.018223382532596588, -0.013398237526416779, 0.0018550548702478409, -0.08389700204133987, 0.03126551955938339, 0.0013665311271324754, 0.04166362062096596, 0.028541360050439835, 0.09878195077180862, 0.04700510948896408, 0.0003722350811585784, 0.02391207031905651, -0.022416451945900917, -0.0006710246670991182, -0.0467558428645134, -0.05608564242720604, 0.05886321887373924, -0.04689827933907509, 0.027081353589892387, -0.03949141502380371, 0.00662344740703702, 0.026440374553203583, 0.013576286844909191, -0.05986029654741287, -0.02305743098258972, 0.03699871897697449, -0.030108198523521423, 0.005194598808884621, 0.00474502332508564, -0.02957404963672161, -0.019353998824954033, 0.007162047550082207, 0.004664901178330183, 0.02987673319876194, -0.02319987118244171, 0.013487261720001698, -0.019300583750009537, 0.02236303687095642, -0.06253103911876678, -0.037746530026197433, 0.09949415177106857, 0.04931975528597832, 0.06577154248952866, 0.04447680711746216, -0.06099981442093849, -0.02152620442211628, 0.019300583750009537, 0.05352173000574112, 0.013914581388235092, -0.000983724370598793, 0.02140156924724579, -0.05889882892370224, -0.027152573689818382, 0.02503378316760063, 0.04201972112059593, 0.013407139107584953, -0.030606737360358238, -0.008946995250880718, 0.03201333060860634, 0.10832541435956955, 0.01711057312786579, -0.07955259084701538, -0.0410582534968853, -0.03600164130330086, 0.006957290694117546, -0.013718726113438606, -0.03516480699181557, -0.014226168394088745, 0.004262063652276993, 0.009792731143534184, -0.07463841885328293, 0.05751004070043564, -0.04351533576846123, 0.10846785455942154, -0.010015293955802917, -0.07097059488296509, 0.009169557131826878, -0.027918187901377678, 0.01994156278669834, 0.03238723427057266, -0.016852401196956635, 0.05423392727971077, -0.027918187901377678, -0.0009408812038600445, -0.015472515486180782, -0.01979912258684635, -0.006271799560636282, -0.04152118042111397, -0.018748629838228226, 0.032761137932538986, -0.022274013608694077, 0.03030405193567276, -0.025585737079381943, 0.050031956285238266, -0.03591261804103851, -0.049889516085386276, 0.09044922888278961, -0.04700510948896408, 0.04700510948896408, -0.061391524970531464, 0.057011500000953674, -0.05142074078321457, -0.03438138961791992, -0.02238084189593792, 0.029912343248724937, -0.040168002247810364, 0.0368206687271595, -0.08525017648935318, 0.073641337454319, 0.02989453822374344, 0.009329802356660366, 0.002704129321500659, -0.04543827474117279, 0.03577017784118652, -0.04045288264751434, 0.04775292053818703, -0.020155221223831177, 0.006227286998182535, -0.004150782711803913, -0.02576378546655178, -0.02054693177342415, -0.01344274915754795, 0.017600208520889282, 0.00022520500351674855, 0.021900108084082603, 0.025105003267526627, 0.013273602351546288, 0.021490594372153282, 0.0012919728178530931, 0.05010317638516426, 0.02804282121360302, 0.058685168623924255, -0.04611486196517944, -0.02720598876476288, 0.05565832555294037, 0.01175127737224102, -0.06979546695947647, -0.05576515570282936, 0.02109888568520546, 0.023591579869389534, -0.03286796808242798, 0.020778395235538483, -0.020742785185575485, 0.004883011803030968, -0.015445807948708534, -0.014083728194236755, 0.006080396007746458, 0.008617603220045567, -0.015009586699306965, -0.018802044913172722, -0.03000136837363243, 0.007482537068426609, -0.01040700264275074, -0.012855185195803642, 0.07983747124671936, -0.03087381087243557, -0.055587105453014374, -0.06238860264420509, 0.011270543560385704, -0.06865595281124115, 0.021134495735168457, 0.034897733479738235, 0.02663622982800007, 0.024446219205856323, 0.0332418717443943, 0.00940992496907711, 0.01899789832532406, -0.06310079991817474, 0.030482102185487747, 0.026280129328370094, 0.05394904688000679, -0.008092356845736504, 0.016398373991250992, -0.03696310892701149, 0.02620891109108925, -0.028220871463418007, 0.01494726911187172, 0.04116508364677429, -0.02277255244553089, -0.02465987764298916, 0.029395999386906624, 0.027081353589892387, -0.016247032210230827, -0.001189594273455441, 0.04828706756234169, 0.022434256970882416, 0.02108108066022396, 0.032547477632761, -0.02492695301771164, -0.03792457655072212, 0.03637554496526718, 0.011973840184509754, 0.047788530588150024, -0.023983288556337357, 0.054732467979192734, 0.03614408150315285, -0.0368562787771225, 0.004575876519083977, 0.02350255474448204, 0.026725254952907562, 0.0065477765165269375, -0.03838750720024109, 0.06338568031787872, -0.0021788827143609524, 0.027419647201895714, 0.03792457655072212, 0.04052410274744034, -0.07520817965269089, 0.027811357751488686, 0.0041463314555585384, 0.0076516843400895596, 0.0353962741792202, 0.04515339434146881, -0.012721648439764977, 0.005866736173629761, 0.02676086500287056, -0.0396694652736187, 0.0007077474147081375, -0.043266069144010544, 0.007424670737236738, -0.024891342967748642, -0.03692749887704849, 0.039989955723285675, -0.04045288264751434, -0.038173846900463104, 0.005577405449002981, -0.0410582534968853, 0.02026205137372017, -0.03471968322992325, 0.02405450865626335, 0.017235206440091133, 0.01379884872585535, -0.011137006804347038, 0.027971601113677025, 0.02252328209578991, 0.023128651082515717, -0.03101625107228756, -0.062103722244501114, 0.030482102185487747, 0.006253994535654783, 0.009855048730969429, 0.032761137932538986, -0.036037251353263855, 0.01899789832532406, -0.00754040339961648, -0.013896776363253593, 0.017253011465072632, -0.022968405857682228, 0.041271910071372986, -0.013300309889018536, -0.013985800556838512, -0.03142576664686203, -0.05718955025076866, 0.024606462568044662, -0.002211154205724597, 0.03767530992627144, 0.029360389336943626, -0.027081353589892387, 0.02478451281785965, -0.018356919288635254, -0.026654034852981567, -0.038565557450056076, 0.017520086839795113, -0.016104592010378838, 0.07520817965269089, 0.04928414523601532, 0.015223246067762375, 0.01883765496313572, -0.02663622982800007, -0.04433436691761017, 0.01338043250143528, -0.06434714794158936, -0.00035220448626205325, -0.034879930317401886, -0.021722059696912766, 0.005368197336792946, 0.050601713359355927, -0.00640978803858161, 0.01763581857085228, 0.07328524440526962, 0.012472379021346569, -0.01119042094796896, -0.03281455114483833, 0.040559712797403336, -0.05491051450371742, 0.010353587567806244, -0.09600437432527542, 0.011039079166948795, -0.050779763609170914, 0.0017426611157134175, -0.031247716397047043, -0.05024561285972595, -0.016238128766417503, 0.05305879935622215, 0.06915448606014252, 0.02503378316760063, -0.0067480821162462234, 0.026814278215169907, -0.006632349919527769, 0.02889746055006981, 0.034595049917697906, 0.02790038287639618, -0.04077337309718132, -0.007197657600045204, 0.004980939440429211, -0.03874360769987106, 0.032351624220609665, -0.040559712797403336, -0.04205533117055893, -0.026226716116070747, 0.004740572068840265, 0.03706993907690048, -0.01360299438238144, 0.04073776304721832, -0.03016161359846592, -0.005408258643001318, 0.040310442447662354, 0.010237855836749077, -0.049212925136089325, 0.006075944751501083, -0.00019655012874864042, 0.055302225053310394, -0.02152620442211628, 0.035449687391519547, -0.028559165075421333, 0.10796931385993958, -0.02887965552508831, -0.08888239413499832, 0.03888604789972305, 0.017520086839795113, 0.0038102627731859684, 0.005688686855137348, -0.03359797224402428, 0.040274832397699356, 0.02038668654859066, -0.012276523746550083, 0.015935445204377174, -0.047646090388298035, 0.015677273273468018, 0.009935171343386173, -0.019318388774991035, -0.015116415917873383, 0.0050477078184485435, 0.04280313849449158, -0.04120068997144699, -0.008586444891989231, -0.005862284917384386, -0.052631478756666183, 0.021437179297208786, 0.02435719408094883, -0.04504656419157982, 0.045117784291505814, -0.0176803320646286, 0.00746473204344511, 0.031229911372065544, 0.008479614742100239, -0.0835409015417099, -0.02717037871479988, -0.01167115569114685, -0.01119042094796896, 0.026671839877963066, -0.0026751961559057236, 0.03810262680053711, -0.034755293279886246, -0.03635774180293083, 0.005915699992328882, -0.045972421765327454, 0.03386504575610161, -0.03260089457035065, -0.018321311101317406, 0.010798712261021137, 0.034897733479738235, 0.035200417041778564, 0.08090576529502869, 0.025087198242545128, 0.032369427382946014, -0.019229363650083542, 0.045367054641246796, -0.03464846312999725, 0.04401387646794319, 0.015107513405382633, 0.047361209988594055, 0.08581993728876114, -0.018054235726594925, 0.03550310432910919, -0.005644174292683601, -0.03213796392083168, -0.05142074078321457, 0.036749448627233505, -0.007010705303400755, 0.0023880910594016314, 0.06965302675962448, 0.015410197898745537, 0.024891342967748642, 0.04280313849449158, 0.047788530588150024, 0.033900655806064606, -0.0023524812422692776, -0.05633491277694702, -0.05341489985585213, 0.017119474709033966, -0.015775199979543686, -0.01619361713528633, 0.030357467010617256, -0.033206261694431305, 0.03457724303007126, 0.05886321887373924, 0.073712557554245, 0.0003321738913655281, 0.029930148273706436, 0.018339114263653755, -0.032583087682724, -0.022719137370586395, -0.011840302497148514, 0.03491554036736488, -0.09109020978212357, 0.019763512536883354, -0.011599935591220856, 0.013353724963963032, 0.034897733479738235, -0.004647096153348684, -0.019763512536883354, 0.018499359488487244, -0.02547890692949295, -0.010487125255167484, 0.048785608261823654, -0.01528556365519762, 0.03600164130330086, -0.010504930280148983, -0.007949917577207088, -0.025015978142619133, -0.0017693685367703438, -0.019300583750009537, -0.053308069705963135, 0.016282642260193825, 0.03366919234395027, 0.021615229547023773, 0.054305147379636765, -0.006783692166209221, 0.013211284764111042, -0.029912343248724937, -0.060252007097005844, -0.011502007953822613, -0.015971055254340172, -0.021561814472079277, 0.013540676794946194, 0.01451104786247015, 0.0707925483584404, -0.042696308344602585, -0.024250363931059837, -0.053165629506111145, 0.011626643128693104, 0.014466535300016403, -0.012472379021346569, -0.04191289097070694, -0.03763969987630844, -0.007389061152935028, -0.06160518154501915, -0.004780633375048637, -0.04490412399172783, -0.008702177554368973, -0.02619110606610775, 0.021989133208990097, 0.016834596171975136, -0.031372349709272385, 0.027668917551636696, -0.04476168379187584, 0.035449687391519547, 0.0551953949034214, -0.013353724963963032, -0.06534422934055328, 0.013985800556838512, -0.01619361713528633, -0.045794371515512466, -0.01857057958841324, -0.030677957460284233, 0.023698410019278526, -0.009058276191353798, 0.021134495735168457, 0.013166772201657295, 0.018944483250379562, -0.026796475052833557, 0.013905678875744343, 0.004580327775329351, -0.01684349775314331, -0.011261641047894955, -0.019994977861642838, -0.009160655550658703, -0.013709823600947857, 0.07089937478303909, -0.006124908570200205, -0.006396434269845486, -0.01152871549129486, -0.037176769226789474, 0.02448182925581932, -0.051883671432733536, -0.04429875686764717, -0.0169681329280138, 0.025817200541496277, 0.0012007224140688777, 0.04515339434146881, -0.05718955025076866, 0.010362490080296993, -0.05893443897366524, -0.014546656981110573, 0.01719069480895996, 0.022612307220697403, 0.02749086730182171, -0.029502829536795616, 0.014671292155981064, -0.015436905436217785, -0.010789809748530388, -0.04504656419157982, 0.10640247911214828, 0.06990230083465576, 0.017528988420963287, -0.07267986983060837, -0.0013242443092167377, 0.05647735297679901, 0.02476670779287815, 0.026832083240151405, -0.028719410300254822, -0.03032185696065426, -0.06623447686433792, -0.06584276258945465, -0.03226259723305702, 0.06342128664255142, 0.00962358433753252, -0.03582359105348587, 0.028665995225310326, 0.013558481819927692, -0.004624839872121811, 0.08667457848787308, -0.014662389643490314, -0.006262897048145533, 0.02519402652978897, -0.042553868144750595, -0.013709823600947857, -0.006605642382055521, 0.03479090332984924, -0.004771730862557888, 0.028648190200328827, 0.004213100299239159, 0.009641389362514019, -0.004673803690820932, -0.03368699550628662, -0.02604866586625576, -0.0014856018824502826, 0.03286796808242798, -0.09222972393035889, -0.003986086696386337, -0.003331754356622696, -0.014617877081036568, 0.016754472628235817, 0.013620799407362938, 0.07762965559959412, -0.03126551955938339, -0.022452061995863914, -0.008110161870718002, -0.03001917339861393, 0.0024081217125058174, 0.02989453822374344, 0.04561632499098778, -0.0033339799847453833, 0.04148557037115097, 0.007482537068426609, 0.02590622566640377, -0.03032185696065426, -0.010006391443312168, -0.012080669403076172, 0.03144356980919838, 0.006841558497399092, 0.010157733224332333, 0.0027130318339914083, 0.06288713961839676, 0.035325054079294205, 0.02576378546655178, -0.002159964991733432, -0.013433846645057201, -0.050779763609170914, 0.01622922718524933, -0.016451789066195488, -0.0031448020599782467, 0.061676401644945145, -0.009908463805913925, -0.12670013308525085, 0.002434829017147422, -0.0693681463599205, 0.006089298520237207, -0.03169284015893936, -0.010371392592787743, -0.02081400528550148, 0.028950875625014305, -0.00008123515726765618, 0.03863677754998207, -0.0022300719283521175, -0.05362855643033981, 0.05462563782930374, -0.00576435774564743, -0.06000273674726486, -0.0009559041354805231, 0.022131573408842087, 0.028381116688251495, 0.030909420922398567, -0.0538422167301178, -0.0890960544347763, 0.007037412840873003, 0.029093313962221146, -0.005920151248574257, -0.0068816193379461765, 0.01881984993815422, -0.0015991085674613714, -0.0693325400352478, 0.013611896894872189, 0.008515224792063236, 0.008065649308264256, -0.026386959478259087, -0.010157733224332333, 0.023858655244112015, -0.009454436600208282, -0.018623994663357735, 0.023253286257386208, 0.0053459410555660725, 0.03491554036736488, 0.02321767620742321, -0.04803779721260071, 0.005555149633437395, -0.023573774844408035, -0.07114864140748978, -0.0067480821162462234, -0.004980939440429211, 0.0040528555400669575, 0.022256208583712578, 0.06028761714696884, 0.012632623314857483, -0.001429961295798421, -0.000014049231140234042, -0.04020361229777336, -0.007981075905263424, -0.02364499494433403, 0.008777848444879055, 0.060109566897153854, 0.017217401415109634, 0.02847014181315899, -0.017893990501761436, -0.05779492110013962, 0.015793005004525185, 0.055729545652866364, -0.03623310476541519, 0.01841033436357975, -0.014306290075182915, 0.01855277456343174, -0.010389197617769241, 0.0006159405456855893, 0.041841670870780945, -0.017253011465072632, -0.045651935040950775, -0.004270966164767742, 0.039705075323581696, 0.013095553033053875, 0.005221306346356869, -0.01745777018368244, -0.052631478756666183, -0.023716215044260025, 0.008337175473570824, 0.013718726113438606, 0.020742785185575485, -0.0065344227477908134, -0.04842950776219368, -0.0028532459400594234, 0.05206172168254852, -0.020742785185575485, 0.0779145285487175, 0.014671292155981064, 0.0007461393834091723, -0.0680149719119072, 0.08952336758375168, 0.03664262220263481, -0.0021610776893794537, 0.04860755801200867, -0.03283235803246498, -0.06352812051773071, -0.057972971349954605, 0.019211558625102043, -0.03213796392083168, 0.02435719408094883, -0.0034474865533411503, -0.02465987764298916, 0.039028484374284744, -0.04732559993863106, 0.0011055771028622985, -0.033348701894283295, -0.011626643128693104, -0.020155221223831177, -0.04294557869434357, 0.020635955035686493, 0.04718315973877907, 0.0595041960477829, -0.04223338142037392, 0.012908600270748138, 0.04066654294729233, 0.021294739097356796, -0.003890385152772069, -0.041841670870780945, -0.014101533219218254, 0.017448866739869118, 0.0038035858888179064, -0.021454984322190285, -0.03099844604730606, -0.008354980498552322, -0.032369427382946014, -0.04216216132044792, -0.07677501440048218, 0.05775931105017662, 0.02136595919728279, -0.030339661985635757, 0.023609384894371033, -0.011849205009639263, -0.07289353013038635, 0.011412983760237694, -0.05975346639752388, 0.0015646114479750395, 0.030766980722546577, 0.025425491854548454, 0.07043644785881042, 0.028790630400180817, -0.0010705236345529556, -0.005061061587184668, 0.02280816249549389, 0.0007633879431523383, -0.01608678698539734, 0.024588657543063164, 0.0666617900133133, -0.04230460152029991, -0.009383217431604862, 0.002501597860828042, 0.014448730275034904, 0.056655403226614, 0.023164261132478714, -0.006138261873275042, -0.07004473358392715, 0.04177045077085495, -0.030393077060580254, -0.02747306227684021, -0.04230460152029991, -0.046506572514772415, -0.06338568031787872, 0.056014422327280045, 0.028772825375199318, 0.028986485674977303, 0.0037924577482044697, -0.002028653398156166, 0.029342584311962128 ]
38,709
pulp.apis.core
defaultPath
null
def defaultPath(self): raise NotImplementedError
(self)
[ 0.02307814732193947, -0.022994164377450943, 0.035373054444789886, 0.008179808966815472, -0.021516088396310806, -0.044275104999542236, 0.02143210731446743, 0.06906647980213165, 0.040512729436159134, 0.005538586992770433, 0.06839462369680405, -0.004404835402965546, -0.019735679030418396, 0.03987446799874306, -0.052236560732126236, 0.017619341611862183, 0.025950318202376366, 0.015267856419086456, -0.01246287114918232, 0.017149044200778008, 0.02618546597659588, -0.04975070431828499, 0.03923620656132698, -0.024388259276747704, -0.023800387978553772, 0.08512376248836517, -0.022557459771633148, -0.011093970388174057, 0.046089109033346176, -0.08982673287391663, -0.03065328858792782, -0.02949434146285057, -0.0038505569100379944, 0.07471004128456116, 0.01614966429769993, 0.022607849910855293, -0.016493989154696465, 0.07699433714151382, -0.05267326533794403, -0.06993988156318665, -0.00008850874291965738, 0.027898691594600677, 0.005131276324391365, -0.05700671672821045, 0.02907443419098854, 0.034466054290533066, -0.043233733624219894, 0.02039073407649994, 0.012622435577213764, 0.006735325325280428, 0.026135077700018883, -0.004480418749153614, -0.043300919234752655, 0.012740010395646095, -0.06140735372900963, 0.009867839515209198, 0.026655763387680054, 0.02408592589199543, -0.023397276178002357, 0.060231611132621765, 0.03312234580516815, -0.024001944810152054, 0.08317538350820541, -0.04558521881699562, -0.0015158681198954582, 0.019013436511158943, -0.006328014191240072, -0.011866601184010506, 0.021768033504486084, 0.10427156835794449, -0.014159299433231354, -0.009061615914106369, -0.02094501443207264, 0.0051732673309743404, 0.07175388932228088, -0.014142503030598164, -0.038799505680799484, -0.007965655997395515, 0.028822489082813263, -0.0071930247358977795, -0.050523336976766586, -0.03266884759068489, -0.0712164044380188, -0.053109969943761826, 0.03139232471585274, -0.0005988938501104712, 0.046727366745471954, -0.04266265779733658, 0.025782354176044464, -0.03943776339292526, -0.02398514747619629, -0.009817450307309628, -0.011093970388174057, -0.0008345672395080328, 0.04306577146053314, -0.07034299522638321, -0.013579826802015305, -0.030636491253972054, 0.03631364926695824, -0.014192892238497734, -0.0333406999707222, -0.016174858435988426, 0.004316654987633228, -0.017333803698420525, 0.023229314014315605, -0.007873276248574257, 0.028923265635967255, 0.0003256911877542734, -0.015461014583706856, -0.01499071717262268, -0.10971357673406601, 0.03493634983897209, 0.009347152896225452, -0.006558963563293219, 0.0019525724928826094, 0.025815946981310844, -0.029443953186273575, -0.002240209374576807, 0.06893210858106613, 0.020894624292850494, -0.05438648909330368, 0.04447666183114052, -0.0753147080540657, -0.014478429220616817, 0.06886491924524307, 0.025597594678401947, -0.024724185466766357, 0.02823461778461933, -0.005001104902476072, -0.0073231966234743595, 0.06167609617114067, 0.05969412997364998, -0.04924681782722473, -0.0124964639544487, 0.03127475082874298, 0.03078765794634819, 0.022003181278705597, 0.0912376195192337, 0.016426803544163704, 0.13544553518295288, -0.004272564314305782, -0.07229136675596237, 0.03134193643927574, -0.005089285783469677, 0.0412517674267292, 0.0909016951918602, 0.061172205954790115, 0.01509989332407713, -0.06053394451737404, 0.02907443419098854, 0.035977721214294434, 0.04081506282091141, -0.05287482216954231, -0.058283235877752304, 0.014747170731425285, -0.06043316796422005, -0.029443953186273575, 0.02003801241517067, 0.01738419383764267, -0.04632425680756569, 0.02509370446205139, -0.05522630736231804, 0.044073548167943954, -0.027797913178801537, -0.019802862778306007, 0.047667961567640305, -0.044073548167943954, 0.009573903866112232, 0.02265823818743229, -0.0029267591889947653, -0.02143210731446743, -0.02269183099269867, -0.03078765794634819, 0.0021772233303636312, 0.0435696579515934, 0.023582035675644875, 0.006277625449001789, 0.043435290455818176, 0.04262906685471535, -0.010581682436168194, 0.03920261561870575, 0.0010041050845757127, -0.0208442360162735, 0.08257071673870087, 0.017333803698420525, 0.05361386016011238, -0.002481656614691019, 0.011883397586643696, 0.013655410148203373, 0.04367043823003769, -0.03580975905060768, 0.04975070431828499, 0.02988065779209137, 0.021566476672887802, 0.02447224035859108, -0.0606011301279068, 0.07034299522638321, -0.052270155400037766, -0.04981788992881775, 0.04451025277376175, 0.034331683069467545, -0.011261933483183384, 0.0321817547082901, 0.0038610545452684164, -0.002521547954529524, 0.023716406896710396, 0.004639984108507633, 0.0017730616964399815, -0.0871393159031868, 0.04991867020726204, -0.0537482313811779, -0.042427510023117065, -0.026336632668972015, -0.018039250746369362, -0.004180184565484524, -0.04350247234106064, -0.04471180960536003, 0.028385784476995468, -0.05599893629550934, 0.055763788521289825, 0.06913366168737411, -0.0038610545452684164, 0.012975159101188183, -0.013848567381501198, 0.025194482877850533, -0.011841407045722008, 0.033844590187072754, -0.0871393159031868, -0.02729402296245098, -0.03836280107498169, -0.02823461778461933, -0.08068953454494476, -0.010623673908412457, -0.01567096821963787, 0.024707389995455742, 0.019399752840399742, 0.026017501950263977, -0.013730993494391441, -0.019819660112261772, 0.004064709879457951, -0.010270951315760612, -0.028604136779904366, 0.013739391230046749, 0.004854137077927589, 0.012597241438925266, -0.006302820052951574, -0.024203499779105186, -0.013537835329771042, 0.03651520237326622, -0.04474540054798126, 0.055696602910757065, -0.004560201428830624, -0.06322135776281357, -0.0015557593433186412, 0.01089241448789835, -0.011631453409790993, -0.07350070774555206, 0.008650105446577072, 0.009296764619648457, 0.01839197240769863, -0.030468527227640152, -0.017174240201711655, -0.029141617938876152, -0.01298355683684349, -0.008994430303573608, -0.02094501443207264, -0.04481258615851402, -0.018022453412413597, -0.004446826409548521, 0.026722948998212814, 0.09916548430919647, 0.08566123992204666, -0.04934759438037872, -0.04283061996102333, 0.011564267799258232, -0.0000645936670480296, -0.0730975940823555, -0.01677112840116024, -0.046089109033346176, 0.015880921855568886, 0.00679831113666296, -0.021969588473439217, 0.03722064942121506, 0.04178924858570099, -0.043132953345775604, 0.0060214814729988575, -0.010665664449334145, -0.04649221897125244, -0.03196340054273605, -0.034533239901065826, 0.052035003900527954, 0.07101485133171082, -0.07282885164022446, 0.015175476670265198, 0.04975070431828499, -0.04296499118208885, -0.0019893143326044083, -0.01518387533724308, 0.025698373094201088, -0.034331683069467545, -0.04719766601920128, -0.026403818279504776, -0.0007148934528231621, 0.021616866812109947, -0.03577616438269615, -0.0019746175967156887, -0.004837340675294399, -0.006542167626321316, 0.03822842985391617, 0.017568953335285187, -0.03078765794634819, -0.02188560739159584, 0.008927244693040848, 0.002578235464170575, 0.05505834519863129, 0.004226374439895153, 0.010119783692061901, -0.03186262398958206, 0.03234971687197685, 0.0545208603143692, -0.07853960245847702, 0.0825035348534584, -0.09486562758684158, -0.02094501443207264, 0.011161155998706818, -0.0016922294162213802, 0.008717291057109833, 0.039572134613990784, -0.03772453963756561, 0.06516972929239273, 0.004782752599567175, 0.043435290455818176, 0.011186350136995316, -0.00817141029983759, -0.02757956087589264, 0.014192892238497734, 0.037052687257528305, -0.023094942793250084, -0.024304278194904327, -0.010917609557509422, 0.025110501796007156, -0.06382602453231812, -0.002191920066252351, -0.01731700822710991, 0.03933698683977127, 0.027461986988782883, 0.047869518399238586, -0.0012943665497004986, 0.03327351436018944, -0.030250176787376404, -0.05116159841418266, 0.045988328754901886, -0.021868811920285225, -0.003126215422526002, -0.006802510470151901, -0.007629729341715574, -0.024388259276747704, 0.006689135450869799, 0.01434405893087387, -0.008225998841226101, 0.024841759353876114, -0.01497392076998949, -0.03866513445973396, 0.011345915496349335, 0.02949434146285057, 0.008100026287138462, 0.033911775797605515, 0.0356082022190094, 0.057510606944561005, -0.02279260940849781, -0.005278244148939848, -0.045014142990112305, -0.016258839517831802, -0.03278642147779465, 0.03806046396493912, 0.0036678968463093042, 0.008293184451758862, -0.010447312146425247, -0.0321817547082901, 0.00045035139191895723, 0.011497082188725471, 0.01566256955265999, 0.0022947974503040314, 0.046660181134939194, -0.0031052199192345142, -0.030384546145796776, 0.053076379001140594, 0.01705666445195675, -0.011245138011872768, -0.045047733932733536, 0.01583053357899189, -0.0510944128036499, 0.007444969844073057, -0.005614170804619789, 0.016787923872470856, -0.06960395723581314, 0.01518387533724308, 0.04027758166193962, -0.023044554516673088, 0.020273160189390182, 0.049414779990911484, -0.006773116998374462, -0.015049504116177559, 0.055663011968135834, -0.004950715694576502, -0.032030586153268814, 0.02796587534248829, 0.005005303770303726, -0.03658238798379898, -0.02667255885899067, 0.008372966200113297, 0.023195721209049225, -0.040512729436159134, 0.02635343000292778, 0.03755657747387886, 0.03920261561870575, -0.007953058928251266, -0.04430869594216347, 0.05001944676041603, 0.009657884947955608, -0.043300919234752655, 0.03434848040342331, 0.042427510023117065, 0.05102722719311714, 0.06785713881254196, 0.029628712683916092, -0.017585748806595802, -0.005328633356839418, -0.008700494654476643, -0.00243546674028039, -0.0024186703376471996, 0.004350247327238321, -0.022288719192147255, 0.012101749889552593, 0.021600069478154182, 0.008658504113554955, 0.03564179688692093, -0.06328853964805603, -0.07679278403520584, -0.02091142162680626, -0.01735060103237629, -0.03208097442984581, 0.009573903866112232, 0.05633486434817314, 0.036985501646995544, -0.02524487115442753, -0.061037834733724594, 0.0385979488492012, 0.006701732520014048, -0.018123231828212738, -0.05720827355980873, -0.01703147031366825, 0.073433518409729, 0.027461986988782883, -0.06372524797916412, -0.025647982954978943, -0.05892149731516838, -0.025748761370778084, 0.02816743217408657, -0.013739391230046749, 0.04820544272661209, 0.04189002886414528, 0.04803748056292534, -0.0718882605433464, 0.015578588470816612, 0.004854137077927589, -0.006084467750042677, -0.011001590639352798, -0.01247966755181551, -0.05354667454957962, 0.029141617938876152, 0.024740982800722122, -0.07450848817825317, -0.04555162414908409, -0.0012303305556997657, 0.02334688790142536, -0.022154347971081734, 0.04719766601920128, -0.018341584131121635, -0.03930339217185974, -0.027932284399867058, -0.03357584774494171, 0.002571936696767807, 0.04000883921980858, -0.002571936696767807, -0.03428129479289055, -0.03926980122923851, -0.0025446428917348385, -0.010287746787071228, -0.0151502825319767, 0.05159830302000046, 0.06503535807132721, -0.0871393159031868, 0.007566743064671755, -0.0025740363635122776, 0.01309273298829794, 0.02677333727478981, 0.02904084138572216, -0.0033529656939208508, 0.009279968217015266, 0.04430869594216347, -0.07020862400531769, -0.0398072823882103, 0.05804808810353279, -0.0012597241438925266, -0.014167697168886662, -0.04108380526304245, -0.02887287735939026, -0.019114214926958084, -0.01513348612934351, 0.005929101724177599, 0.030569305643439293, 0.0024018739350140095, -0.002832279773429036, 0.032198548316955566, -0.002658017911016941, 0.001319561037234962, 0.025597594678401947, 0.0571746788918972, -0.036380834877491, -0.028805691748857498, -0.02321251668035984, 0.0030800255481153727, -0.02007160522043705, -0.028604136779904366, 0.00223810994066298, -0.0162840336561203, -0.006164249964058399, 0.020827438682317734, 0.09835926443338394, 0.0272604301571846, 0.009977015666663647, 0.014234882779419422, 0.10917609184980392, 0.013705798424780369, 0.12368811666965485, -0.012689621187746525, 0.00002576857696112711, -0.03191301226615906, -0.022523866966366768, -0.015477810986340046, -0.005975291598588228, -0.00822179950773716, -0.0473320372402668, 0.0356082022190094, -0.04830622300505638, -0.03285360708832741, 0.04128535836935043, 0.07457567006349564, -0.006558963563293219, 0.04477899521589279, -0.002599230734631419, -0.012622435577213764, 0.022977368906140327, 0.030586102977395058, -0.008608114905655384, 0.013563030399382114, 0.01310952939093113, 0.01294996403157711, 0.023414073511958122, -0.03641442582011223, -0.026622170582413673, 0.003428549272939563, 0.01741778664290905, 0.027310820296406746, 0.03580975905060768, -0.023363683372735977, -0.02269183099269867, -0.01923178881406784, -0.017753712832927704, -0.01997082680463791, -0.006319615989923477, 0.0401432104408741, -0.03920261561870575, -0.014008132740855217, 0.06050035357475281, 0.026017501950263977, -0.0053916191682219505, -0.03142591938376427, -0.004854137077927589, -0.00222131353802979, 0.024690592661499977, 0.06399399042129517, -0.025530409067869186, -0.017468174919486046, -0.05952616408467293, -0.027142856270074844, 0.027361208572983742, -0.05428571254014969, -0.009481524117290974, -0.04901166632771492, 0.0033466671593487263, -0.016225246712565422, -0.03137553110718727, -0.009212782606482506, 0.0031577085610479116, 0.0053580268286168575, -0.09614215046167374, 0.06768918037414551, -0.002891066949814558, -0.05062411352992058, 0.018442360684275627, -0.0014350357232615352, 0.06980551779270172, 0.0009174990700557828, -0.009128800593316555, 0.005143873393535614, 0.034012552350759506, -0.031190769746899605, 0.020861031487584114, -0.028385784476995468, 0.005030498374253511, 0.028956858441233635, 0.003151410026475787, -0.05280763655900955, -0.005635166075080633, 0.033004771918058395, 0.000984684331342578, -0.027629949152469635, 0.009867839515209198, -0.07847241312265396, 0.009372347965836525, -0.028016265481710434, -0.009926626458764076, -0.035238683223724365, 0.011043582111597061, -0.008683698251843452, 0.05593175068497658, 0.0012219324707984924, 0.020760254934430122, 0.04283061996102333, -0.023397276178002357, 0.015620579943060875, -0.0009673631866462529, 0.005009503103792667, -0.04007602483034134, -0.03347507119178772, -0.018140027299523354, 0.03424770012497902, -0.0005841970560140908, -0.04753359034657478, -0.004560201428830624, 0.0021457301918417215, -0.005580577999353409, -0.04894448071718216, 0.004409034736454487, -0.05324434116482735, 0.012530055828392506, 0.01906382478773594, -0.023716406896710396, -0.03641442582011223, -0.04894448071718216, 0.00954870879650116, -0.010606877505779266, 0.00911200512200594, 0.03476838767528534, 0.01661156304180622, -0.029292786493897438, 0.0009269470465369523, -0.057544197887182236, -0.04367043823003769, -0.010354932397603989, 0.00521945720538497, 0.029931046068668365, 0.00035298519651405513, -0.009288365952670574, -0.0019441742915660143, -0.06429632008075714, -0.01677112840116024, -0.014302068389952183, 0.009414338506758213, -0.011480285786092281, -0.0009169742115773261, -0.05643564090132713, 0.0034327483735978603, -0.005975291598588228, 0.011320721358060837, -0.015209069475531578, 0.029511136934161186, -0.010640470311045647, -0.011480285786092281, -0.025144094601273537, -0.061911243945360184, 0.038765911012887955, 0.01731700822710991, 0.07235855609178543, 0.007621331140398979, 0.0011914890492334962, 0.06288542598485947, 0.0022087162360548973, -0.035205092281103134, -0.040579915046691895, -0.00453920615836978, 0.02492574229836464, -0.003361363895237446, -0.006126458290964365, -0.01579694077372551, -0.04447666183114052, -0.01867751032114029, 0.010791637003421783, 0.024656999856233597, 0.022456683218479156, -0.023094942793250084, 0.02457301877439022, 0.05008663237094879, -0.04088224843144417, 0.00006249413127079606, -0.005962694529443979, -0.04286421462893486, 0.0020092600025236607, 0.03947135806083679, -0.007642326410859823, 0.004253668710589409, -0.03463401645421982, -0.022490276023745537, -0.022053571417927742, -0.029511136934161186, 0.011320721358060837, -0.04669377580285072, -0.03540664538741112, -0.00833517499268055, -0.07208981364965439, 0.0024102721363306046, -0.0234980545938015, 0.05774575471878052, 0.0003049582301173359, -0.02729402296245098, -0.053849007934331894, 0.03900105878710747, 0.07968175411224365, -0.036078501492738724, 0.019819660112261772, 0.019416548311710358, 0.03139232471585274, 0.043166548013687134, -0.031644269824028015, 0.030518917366862297, -0.016426803544163704, 0.0029750484973192215, 0.034432459622621536, 0.0014644293114542961, -0.0018381475238129497, -0.014251679182052612, 0.007932063192129135, 0.043435290455818176, -0.010220562107861042, 0.02489214949309826, 0.04904526099562645, -0.04286421462893486, 0.0890205055475235, 0.009170792065560818, -0.007457566913217306, -0.0035755170974880457, 0.040714286267757416, -0.024623408913612366, -0.055763788521289825, -0.00749535858631134, -0.0013982937671244144, 0.013966142199933529, 0.030905231833457947, -0.034432459622621536, -0.024841759353876114, 0.023901166394352913, -0.005295040551573038, 0.07020862400531769, 0.04296499118208885, -0.020693069323897362, -0.00226960307918489 ]
38,721
pulp.pulp
LpVariable
This class models an LP Variable with the specified associated parameters :param name: The name of the variable used in the output .lp file :param lowBound: The lower bound on this variable's range. Default is negative infinity :param upBound: The upper bound on this variable's range. Default is positive infinity :param cat: The category this variable is in, Integer, Binary or Continuous(default) :param e: Used for column based modelling: relates to the variable's existence in the objective function and constraints
class LpVariable(LpElement): """ This class models an LP Variable with the specified associated parameters :param name: The name of the variable used in the output .lp file :param lowBound: The lower bound on this variable's range. Default is negative infinity :param upBound: The upper bound on this variable's range. Default is positive infinity :param cat: The category this variable is in, Integer, Binary or Continuous(default) :param e: Used for column based modelling: relates to the variable's existence in the objective function and constraints """ def __init__( self, name, lowBound=None, upBound=None, cat=const.LpContinuous, e=None ): LpElement.__init__(self, name) self._lowbound_original = self.lowBound = lowBound self._upbound_original = self.upBound = upBound self.cat = cat self.varValue = None self.dj = None if cat == const.LpBinary: self._lowbound_original = self.lowBound = 0 self._upbound_original = self.upBound = 1 self.cat = const.LpInteger # Code to add a variable to constraints for column based # modelling. if e: self.add_expression(e) def toDict(self): """ Exports a variable into a dictionary with its relevant information :return: a dictionary with the variable information :rtype: dict """ return dict( lowBound=self.lowBound, upBound=self.upBound, cat=self.cat, varValue=self.varValue, dj=self.dj, name=self.name, ) to_dict = toDict @classmethod def fromDict(cls, dj=None, varValue=None, **kwargs): """ Initializes a variable object from information that comes from a dictionary (kwargs) :param dj: shadow price of the variable :param float varValue: the value to set the variable :param kwargs: arguments to initialize the variable :return: a :py:class:`LpVariable` :rtype: :LpVariable """ var = cls(**kwargs) var.dj = dj var.varValue = varValue return var from_dict = fromDict def add_expression(self, e): self.expression = e self.addVariableToConstraints(e) @classmethod def matrix( cls, name, indices=None, lowBound=None, upBound=None, cat=const.LpContinuous, indexStart=[], ): if not isinstance(indices, tuple): indices = (indices,) if "%" not in name: name += "_%s" * len(indices) index = indices[0] indices = indices[1:] if len(indices) == 0: return [ LpVariable(name % tuple(indexStart + [i]), lowBound, upBound, cat) for i in index ] else: return [ LpVariable.matrix( name, indices, lowBound, upBound, cat, indexStart + [i] ) for i in index ] @classmethod def dicts( cls, name, indices=None, lowBound=None, upBound=None, cat=const.LpContinuous, indexStart=[], ): """ This function creates a dictionary of :py:class:`LpVariable` with the specified associated parameters. :param name: The prefix to the name of each LP variable created :param indices: A list of strings of the keys to the dictionary of LP variables, and the main part of the variable name itself :param lowBound: The lower bound on these variables' range. Default is negative infinity :param upBound: The upper bound on these variables' range. Default is positive infinity :param cat: The category these variables are in, Integer or Continuous(default) :return: A dictionary of :py:class:`LpVariable` """ if not isinstance(indices, tuple): indices = (indices,) if "%" not in name: name += "_%s" * len(indices) index = indices[0] indices = indices[1:] d = {} if len(indices) == 0: for i in index: d[i] = LpVariable( name % tuple(indexStart + [str(i)]), lowBound, upBound, cat ) else: for i in index: d[i] = LpVariable.dicts( name, indices, lowBound, upBound, cat, indexStart + [i] ) return d @classmethod def dict(cls, name, indices, lowBound=None, upBound=None, cat=const.LpContinuous): if not isinstance(indices, tuple): indices = (indices,) if "%" not in name: name += "_%s" * len(indices) lists = indices if len(indices) > 1: # Cartesian product res = [] while len(lists): first = lists[-1] nres = [] if res: if first: for f in first: nres.extend([[f] + r for r in res]) else: nres = res res = nres else: res = [[f] for f in first] lists = lists[:-1] index = [tuple(r) for r in res] elif len(indices) == 1: index = indices[0] else: return {} d = {} for i in index: d[i] = cls(name % i, lowBound, upBound, cat) return d def getLb(self): return self.lowBound def getUb(self): return self.upBound def bounds(self, low, up): self.lowBound = low self.upBound = up self.modified = True def positive(self): self.bounds(0, None) def value(self): return self.varValue def round(self, epsInt=1e-5, eps=1e-7): if self.varValue is not None: if ( self.upBound != None and self.varValue > self.upBound and self.varValue <= self.upBound + eps ): self.varValue = self.upBound elif ( self.lowBound != None and self.varValue < self.lowBound and self.varValue >= self.lowBound - eps ): self.varValue = self.lowBound if ( self.cat == const.LpInteger and abs(round(self.varValue) - self.varValue) <= epsInt ): self.varValue = round(self.varValue) def roundedValue(self, eps=1e-5): if ( self.cat == const.LpInteger and self.varValue != None and abs(self.varValue - round(self.varValue)) <= eps ): return round(self.varValue) else: return self.varValue def valueOrDefault(self): if self.varValue != None: return self.varValue elif self.lowBound != None: if self.upBound != None: if 0 >= self.lowBound and 0 <= self.upBound: return 0 else: if self.lowBound >= 0: return self.lowBound else: return self.upBound else: if 0 >= self.lowBound: return 0 else: return self.lowBound elif self.upBound != None: if 0 <= self.upBound: return 0 else: return self.upBound else: return 0 def valid(self, eps): if self.name == "__dummy" and self.varValue is None: return True if self.varValue is None: return False if self.upBound is not None and self.varValue > self.upBound + eps: return False if self.lowBound is not None and self.varValue < self.lowB
(name, lowBound=None, upBound=None, cat='Continuous', e=None)
[ 0.04043913260102272, -0.028985645622015, -0.03152375668287277, 0.011634781956672668, 0.0260209608823061, 0.016860302537679672, -0.05332164093852043, -0.0761433020234108, -0.00613732123747468, -0.07951323688030243, -0.052681781351566315, 0.03540557250380516, 0.02410138212144375, -0.011496146209537983, -0.05242583900690079, 0.06867827475070953, -0.0037938349414616823, 0.0063506076112389565, -0.044022347778081894, 0.0035245604813098907, -0.008142215199768543, -0.006366604007780552, 0.04816010594367981, 0.044960808008909225, 0.006195975001901388, -0.07597267627716064, 0.024037396535277367, -0.01066966075450182, -0.03239823132753372, -0.02877235785126686, -0.06505240499973297, 0.0009864503517746925, -0.0009177987813018262, -0.031054524704813957, 0.024954529479146004, -0.05869646370410919, 0.03433913737535477, 0.023866767063736916, -0.051700662821531296, -0.0030713265296071768, 0.02964683249592781, -0.08181672543287277, -0.04722164571285248, -0.006030677817761898, -0.009293962270021439, -0.009411269798874855, 0.029604176059365273, 0.000834483711514622, 0.04909856989979744, -0.041292279958724976, 0.03101186640560627, -0.03299543261528015, 0.03984193131327629, -0.00831284373998642, -0.04619787260890007, 0.03414718061685562, 0.012711879797279835, 0.0852293148636818, 0.0013250428019091487, -0.03815696761012077, -0.025338444858789444, 0.042166754603385925, -0.008670099079608917, -0.055753108114004135, -0.02657550573348999, 0.02804718352854252, -0.0447048656642437, -0.0034232493489980698, 0.009555238299071789, -0.011602789163589478, -0.004297724459320307, -0.04176151007413864, 0.0558810830116272, 0.0033459330443292856, 0.07277337461709976, 0.004385705105960369, -0.017297541722655296, -0.04028983414173126, 0.00047789522795937955, -0.022864321246743202, -0.01931309886276722, -0.015292647294700146, 0.0077209738083183765, -0.014300864189863205, 0.028516413643956184, -0.0062439641915261745, 0.00016054813750088215, 0.060957301408052444, 0.12933698296546936, -0.00002753562876023352, -0.021595265716314316, 0.06176779046654701, 0.0051455385982990265, 0.05319366976618767, 0.041015006601810455, -0.017201561480760574, 0.050165001302957535, -0.038818154484033585, 0.0002994343522004783, -0.04107899218797684, 0.01471677329391241, -0.00573740852996707, -0.06594821065664291, 0.022181803360581398, -0.017788099125027657, -0.009080675430595875, 0.02207515947520733, 0.04555801302194595, 0.035874802619218826, -0.0502929724752903, -0.05302304029464722, 0.016188450157642365, -0.032078299671411514, 0.012455935589969158, -0.07674051076173782, 0.02294963411986828, -0.06607618182897568, 0.022779006510972977, -0.01829998753964901, 0.010802964679896832, -0.0349150113761425, 0.009539241902530193, -0.0639006569981575, 0.05212723836302757, 0.0015703223180025816, 0.007640991359949112, 0.020720791071653366, 0.02695942297577858, -0.020336873829364777, -0.015441947616636753, 0.014620793983340263, -0.04197479784488678, -0.013245096430182457, 0.06270625442266464, 0.011709433048963547, -0.03365661948919296, -0.032526202499866486, 0.017052261158823967, -0.011090901680290699, 0.017414849251508713, 0.05417478829622269, 0.014044920913875103, -0.03837025538086891, 0.009118000976741314, 0.038924798369407654, -0.02307760715484619, 0.06121324747800827, 0.031758371740579605, -0.07831882685422897, -0.007481026463210583, -0.09930622577667236, -0.0328248031437397, -0.0214779581874609, -0.011282859370112419, 0.04263598471879959, 0.0052815089002251625, 0.027300681918859482, -0.08040903508663177, -0.004620320163667202, -0.027002079412341118, -0.06262093782424927, -0.02448529750108719, -0.016188450157642365, -0.019014498218894005, -0.022885648533701897, 0.016860302537679672, -0.006297286134213209, -0.06492443382740021, 0.0016036484157666564, 0.0432971753180027, -0.026362219825387, -0.060360100120306015, -0.006174646317958832, 0.04312654584646225, -0.031310468912124634, 0.003026003250852227, 0.04615521430969238, -0.019387749955058098, 0.0023501513060182333, 0.015761878341436386, 0.03145976737141609, -0.005332164466381073, -0.06087198853492737, -0.030329350382089615, -0.032462216913700104, 0.024016067385673523, 0.026447534561157227, -0.018108028918504715, 0.00871275644749403, 0.04641115665435791, -0.034381795674562454, -0.028836343437433243, 0.04257199913263321, 0.006553229875862598, 0.007593001704663038, 0.0155379269272089, 0.03890347108244896, 0.01050969585776329, 0.029838791117072105, 0.004017785657197237, 0.015943171456456184, 0.0071504320949316025, 0.030180050060153008, 0.053449615836143494, -0.04423563554883003, 0.014791423454880714, -0.03681326285004616, 0.007806288544088602, -0.02904963120818138, -0.020123587921261787, -0.03713319078087807, -0.005262846127152443, 0.027151379734277725, 0.03393389284610748, 0.02133932150900364, -0.04811745136976242, -0.0031033195555210114, 0.006942478008568287, 0.017308205366134644, -0.010435045696794987, 0.04033248871564865, -0.03994857519865036, 0.00380183313973248, -0.0035378909669816494, 0.014951388351619244, -0.027258023619651794, -0.035810813307762146, 0.055923737585544586, 0.03990591689944267, 0.024591941386461258, 0.041292279958724976, -0.03928738459944725, -0.014887402765452862, -0.03376326337456703, 0.062109049409627914, 0.02395208179950714, -0.03709053620696068, 0.02828179858624935, -0.01197604089975357, -0.006430590059608221, -0.04875731095671654, -0.008206200785934925, -0.008424819447100163, 0.0020662136375904083, -0.02433599717915058, -0.000019287437680759467, 0.04828808084130287, 0.04229472577571869, -0.01347971148788929, -0.0193770844489336, -0.021435299888253212, -0.019409077242016792, -0.024570612236857414, 0.045131437480449677, 0.03154508396983147, 0.011410831473767757, -0.01900383271276951, 0.04926919937133789, 0.007571673020720482, -0.04142025113105774, -0.0157192200422287, -0.019473064690828323, 0.019675686955451965, 0.045515354722738266, 0.001022442476823926, 0.012946494854986668, 0.009773856960237026, -0.017713449895381927, 0.002319491468369961, 0.012295970693230629, 0.09213979542255402, 0.04790416359901428, -0.004718965385109186, -0.025189144536852837, 0.0008124885498546064, 0.02230977453291416, 0.056691572070121765, 0.0002009559393627569, -0.0014156895922496915, 0.01122953835874796, 0.017201561480760574, -0.013980934396386147, -0.03156641125679016, 0.011890726163983345, 0.014652787707746029, 0.026212919503450394, -0.053406957536935806, -0.042337384074926376, 0.02367480844259262, -0.02405872568488121, 0.011442824266850948, -0.04705101624131203, 0.040076546370983124, 0.03809298202395439, 0.03653598949313164, 0.03090522438287735, -0.050890177488327026, -0.003564551705494523, 0.005769401788711548, -0.021701907739043236, 0.026148933917284012, -0.04312654584646225, 0.0865943506360054, 0.0033512653317302465, -0.02975347638130188, -0.02668214961886406, 0.027535296976566315, -0.012434607371687889, 0.0260209608823061, -0.014087578281760216, 0.004073773510754108, 0.008963367901742458, 0.052297867834568024, 0.024144040420651436, 0.018289323896169662, -0.04078039154410362, -0.018566595390439034, -0.07128037512302399, 0.021563272923231125, 0.05502793565392494, -0.0034712390042841434, -0.004726963583379984, -0.009731199592351913, -0.031267810612916946, 0.02591431885957718, -0.006574558559805155, 0.04114297777414322, -0.029604176059365273, 0.04619787260890007, -0.040140531957149506, -0.03299543261528015, -0.007731638383120298, 0.00035925456904806197, 0.039969902485609055, 0.028537742793560028, -0.03824228048324585, 0.023440193384885788, 0.011730761267244816, 0.00623330008238554, -0.056520942598581314, 0.0646258294582367, 0.028409771621227264, -0.0729866623878479, 0.018907854333519936, 0.07042722404003143, -0.04124962165951729, 0.018427960574626923, -0.030563965439796448, 0.039820604026317596, 0.04926919937133789, -0.01419422123581171, 0.03886081278324127, -0.033507321029901505, 0.00825952272862196, 0.02892165817320347, -0.04636850208044052, 0.0646258294582367, -0.05792863294482231, 0.024805227294564247, -0.020038273185491562, 0.023973410949110985, -0.0066438764333724976, -0.011880061589181423, 0.0370052196085453, 0.033891234546899796, -0.03711186349391937, -0.0005462135886773467, -0.004049778915941715, 0.013991598971188068, -0.007315729279071093, 0.004385705105960369, -0.08727686107158661, 0.00488959439098835, -0.007235746830701828, -0.041015006601810455, 0.002094207564368844, 0.0076249949634075165, -0.00274073239415884, -0.02224578894674778, -0.05989087000489235, 0.06082933023571968, -0.029305575415492058, -0.011410831473767757, 0.03363529220223427, 0.009981811046600342, -0.0482027642428875, 0.052724439650774, -0.014098241925239563, 0.01707359030842781, 0.03203564137220383, 0.019057154655456543, 0.028153827413916588, 0.04301990196108818, 0.014972717501223087, 0.028751030564308167, -0.013223767280578613, 0.025445088744163513, -0.007598333992063999, -0.006078667473047972, 0.007672984153032303, -0.008547459729015827, -0.06304751336574554, -0.04159088060259819, 0.04466220736503601, -0.0150153748691082, -0.0750768706202507, 0.08049435168504715, -0.0000453233951702714, -0.019771665334701538, 0.06744121015071869, -0.012903837487101555, 0.045728642493486404, -0.00789160281419754, -0.04048179090023041, 0.020379532128572464, -0.010467038489878178, 0.0026074282359331846, -0.025125157088041306, 0.03135312721133232, -0.03719717636704445, 0.022053832188248634, -0.0031139838974922895, 0.06816639006137848, 0.03276081755757332, -0.04577129706740379, -0.011773418635129929, -0.03035067953169346, 0.002258171560242772, -0.04301990196108818, 0.07674051076173782, -0.029177602380514145, -0.039585988968610764, -0.013724991120398045, -0.05451604723930359, 0.01578320562839508, -0.03337934985756874, -0.01690296083688736, 0.009869836270809174, 0.026895437389612198, -0.006083999294787645, 0.04948248341679573, 0.03939402848482132, 0.06611883640289307, 0.0373678058385849, -0.018374638631939888, -0.00029176936368457973, -0.033677950501441956, -0.029326902702450752, -0.08121952414512634, -0.026255575940012932, 0.0331873893737793, -0.008003578521311283, 0.08663700520992279, 0.0009924491168931127, 0.017308205366134644, -0.016295094043016434, -0.13633278012275696, -0.04020451754331589, 0.024463970214128494, -0.022992292419075966, 0.028089841827750206, 0.039585988968610764, 0.014802088029682636, 0.00805156771093607, -0.09196916967630386, -0.020240895450115204, 0.012967823073267937, -0.042721301317214966, -0.029625505208969116, -0.0043723746202886105, -0.016838975250720978, -0.005609436891973019, -0.014268871396780014, -0.05101814866065979, -0.034168507903814316, 0.0070491209626197815, -0.01570855639874935, 0.024144040420651436, -0.003105985699221492, -0.040247175842523575, 0.036898575723171234, -0.0429559163749218, 0.022288447245955467, 0.02224578894674778, -0.00033675949089229107, 0.04280661419034004, 0.023056278005242348, 0.0464538149535656, -0.05007968842983246, -0.0034712390042841434, -0.05451604723930359, -0.02399473823606968, 0.03145976737141609, 0.05737408623099327, -0.030372006818652153, -0.007475694175809622, 0.016742995008826256, 0.015111353248357773, 0.053065698593854904, -0.04525940865278244, -0.02789788320660591, 0.004625652451068163, -0.027961868792772293, 0.002591431839391589, 0.05545450747013092, -0.020763447508215904, 0.01697761006653309, 0.054814647883176804, -0.021211350336670876, -0.017201561480760574, -0.02339753694832325, -0.0453873835504055, 0.04487549513578415, 0.0011130892671644688, -0.0062439641915261745, 0.0502929724752903, -0.02057148888707161, 0.010061793960630894, -0.08160344511270523, -0.050932832062244415, 0.011826740577816963, -0.004780285060405731, 0.02448529750108719, -0.001394360908307135, -0.018886525183916092, 0.06415659934282303, -0.03521361202001572, -0.04909856989979744, -0.009933821856975555, 0.060957301408052444, 0.018705232068896294, -0.038924798369407654, 0.03826361149549484, 0.03325137495994568, 0.009731199592351913, 0.0116134537383914, 0.027385994791984558, -0.0632181391119957, -0.0824139341711998, 0.017446842044591904, 0.007816952653229237, 0.0942726656794548, 0.027300681918859482, -0.03446710854768753, 0.06121324747800827, 0.027151379734277725, 0.0005445472779683769, 0.018555931746959686, -0.046880386769771576, -0.0017556151142343879, 0.045131437480449677, 0.004764288663864136, 0.014983381144702435, 0.010205762460827827, 0.04986640065908432, -0.013117124326527119, -0.012008033692836761, -0.0015183337964117527, 0.02772725373506546, 0.030435994267463684, -0.004500346723943949, -0.046325843781232834, 0.06223702058196068, -0.005940030794590712, -0.09700272977352142, 0.02008093148469925, -0.031225154176354408, -0.05404681712388992, -0.014748766086995602, 0.025509074330329895, 0.0405031181871891, -0.04033248871564865, 0.003724516835063696, -0.025850331410765648, -0.019185127690434456, -0.026106275618076324, -0.00587604520842433, -0.0041031003929674625, -0.031865011900663376, 0.010952265001833439, -0.01381030585616827, 0.04530206695199013, -0.033016759902238846, -0.06641744077205658, 0.04760556295514107, 0.11142090708017349, -0.003255286253988743, 0.07720974087715149, 0.027855226770043373, -0.01850260980427265, -0.02284299209713936, 0.020379532128572464, -0.01468478050082922, -0.03659997507929802, -0.02772725373506546, 0.05042094364762306, -0.06048807129263878, 0.02350418083369732, 0.07034190744161606, -0.00306866061873734, -0.07187757641077042, -0.022331103682518005, -0.059378981590270996, 0.00701179588213563, -0.010813629254698753, -0.03286746144294739, 0.04952514171600342, -0.014439500868320465, 0.04127095267176628, -0.04127095267176628, 0.02668214961886406, -0.04082304984331131, -0.006782513111829758, 0.03576815873384476, -0.050890177488327026, -0.027428653091192245, -0.018673239275813103, 0.001644972711801529, 0.0060466742143034935, -0.0419108122587204, -0.054601363837718964, -0.001620977884158492, 0.012391950003802776, -0.009560570120811462, 0.01805470883846283, 0.0005728743853978813, 0.056691572070121765, -0.06573492288589478, 0.0018742557149380445, 0.00034759045229293406, 0.0018355975626036525, 0.06240765005350113, 0.016337750479578972, 0.009160658344626427, -0.05025031417608261, 0.010845622047781944, 0.07529015839099884, -0.01966502144932747, 0.0020235562697052956, 0.02783389762043953, -0.004769620951265097, -0.007139767985790968, 0.007518351543694735, 0.029326902702450752, 0.05140206217765808, 0.01386362686753273, 0.036024101078510284, -0.024463970214128494, 0.048245422542095184, 0.0032232932280749083, -0.01735086180269718, 0.006787844933569431, -0.04242270067334175, -0.03896745666861534, 0.006963806692510843, 0.03209963068366051, 0.023312222212553024, -0.01175209041684866, 0.005662758368998766, 0.003396588610485196, -0.058056604117155075, -0.028303127735853195, -0.022992292419075966, -0.06099995970726013, 0.04543003812432289, 0.01879054680466652, 0.004132427275180817, 0.032419558614492416, 0.026554178446531296, 0.04323318600654602, 0.021563272923231125, -0.055710453540086746, 0.017862750217318535, 0.02870837226510048, 0.015463276766240597, -0.030947880819439888, -0.0008131550275720656, 0.01665768027305603, -0.029134945943951607, -0.03583214432001114, 0.0782335102558136, 0.03007340617477894, -0.0014636791311204433, -0.025956975296139717, 0.039969902485609055, 0.008600780740380287, -0.024634599685668945, -0.0013057136675342917, 0.019323762506246567, 0.01331974659115076, -0.03468039631843567, 0.012178663164377213, 0.017692120745778084, 0.018555931746959686, -0.041569553315639496, -0.061725132167339325, -0.027151379734277725, 0.012359957210719585, 0.020518168807029724, -0.0160604789853096, 0.0028580401558429003, -0.030947880819439888, -0.03796501085162163, 0.04440626502037048, -0.0005672089755535126, 0.04508877918124199, -0.021222013980150223, -0.017372190952301025, 0.03297410532832146, 0.015868520364165306, 0.008083561435341835, 0.07170694321393967, 0.011144223622977734, -0.08958035707473755, 0.005046893376857042, 0.04135626554489136, -0.008579452522099018, 0.0380716510117054, -0.060957301408052444, 0.028751030564308167, 0.029689490795135498, 0.04432094842195511, 0.03743179142475128, -0.02378145232796669, -0.02936956100165844, 0.013895619660615921, 0.03623738884925842, -0.06441254168748856, -0.04641115665435791, -0.0016716334503144026, -0.009736532345414162, 0.07029925286769867, -0.024037396535277367, -0.05993352457880974, -0.01230663526803255, -0.020070265978574753, 0.02169124409556389, 0.029902776703238487, -0.06142653152346611, 0.04174018278717995, 0.0001163911510957405, 0.006942478008568287, -0.00776896346360445, -0.02762061171233654, -0.020176909863948822, 0.02493320032954216, 0.02280033379793167, 0.03393389284610748, -0.006862495560199022, -0.010616338811814785, 0.049738429486751556, 0.05472933501005173, -0.00465231342241168, 0.0033992547541856766, 0.04547269642353058, -0.07422372698783875, 0.0583125464618206, -0.023717466741800308, -0.02766326814889908, -0.06876359134912491, -0.059208352118730545, -0.025658374652266502, 0.02958284690976143, 0.0862530916929245, -0.03412584960460663, 0.03743179142475128, -0.005966691765934229, 0.018694568425416946 ]
38,723
pulp.pulp
__bool__
null
def __bool__(self): return bool(self.roundedValue())
(self)
[ 0.041286103427410126, -0.024256009608507156, 0.05638250336050987, 0.04735858738422394, -0.0029832348227500916, -0.046815793961286545, -0.033110301941633224, -0.0028220934327691793, -0.013739418238401413, -0.02454436756670475, -0.001391964266076684, 0.015452604740858078, 0.06157295033335686, 0.013281437568366528, -0.013417135924100876, 0.015503492206335068, -0.016894396394491196, 0.016953764483332634, 0.021745597943663597, 0.026766423135995865, -0.029208986088633537, 0.00731072761118412, 0.005300701595842838, 0.01913341134786606, 0.009431008249521255, 0.027648458257317543, 0.022661559283733368, 0.0003400399873498827, -0.025239819660782814, 0.05424525961279869, -0.06486362218856812, 0.021508125588297844, 0.06286207586526871, 0.008828848600387573, 0.040064822882413864, -0.0018499448196962476, -0.016504263505339622, 0.03585818409919739, -0.05957140401005745, 0.004444108344614506, -0.030498115345835686, -0.017810357734560966, -0.02223750203847885, 0.04352511838078499, -0.044407155364751816, -0.05611110478639603, 0.02642717771232128, 0.03134622797369957, 0.01830226182937622, 0.00861257966607809, 0.0434572696685791, 0.012619909830391407, 0.022576747462153435, 0.05400778725743294, -0.08867861330509186, 0.01594451069831848, 0.01595299132168293, 0.02162686176598072, -0.049869000911712646, 0.011229005642235279, -0.059842798858881, 0.03826682269573212, 0.06160687282681465, -0.05855366960167885, 0.05020824447274208, 0.003133774735033512, -0.05492375046014786, 0.001567947561852634, 0.0061148894019424915, 0.05492375046014786, -0.03958987817168236, 0.018437959253787994, -0.027784157544374466, 0.010117978788912296, -0.03741871193051338, -0.025392480194568634, -0.02959911711513996, 0.027885930612683296, -0.02540944330394268, -0.044814251363277435, -0.03343258425593376, 0.020592166110873222, 0.056823521852493286, 0.008939103223383427, -0.0562468022108078, -0.015461086295545101, 0.02208484336733818, 0.06259068101644516, 0.03589211031794548, 0.07504097372293472, 0.0041515096090734005, 0.009100244380533695, -0.001308213104493916, -0.0567556694149971, 0.008430236019194126, 0.06004634499549866, 0.026766423135995865, -0.02985355071723461, -0.030209757387638092, -0.052956126630306244, 0.00482151797041297, 0.05200624093413353, 0.009956837631762028, -0.0281234011054039, 0.05081888660788536, 0.01738630048930645, -0.039250634610652924, -0.015664633363485336, -0.012424844317138195, 0.004278726410120726, -0.03238092362880707, -0.023950690403580666, -0.06231928616762161, 0.010652289725840092, -0.02086356095969677, -0.050174321979284286, -0.01753896102309227, 0.025596028193831444, -0.0033394419588148594, 0.012865862809121609, 0.031006984412670135, 0.020744824782013893, 0.027275290340185165, -0.014689303934574127, 0.017004650086164474, 0.0490887351334095, 0.006263308692723513, 0.05838404595851898, 0.001523421611636877, 0.03636705130338669, 0.016487302258610725, 0.02264459617435932, 0.043694742023944855, 0.015274501405656338, -0.020083297044038773, 0.010686214081943035, 0.010058611631393433, 0.029463419690728188, 0.05251510813832283, 0.07456602901220322, 0.017191234976053238, -0.009922913275659084, 0.022559786215424538, -0.02218661643564701, 0.025545140728354454, 0.04969937726855278, -0.05183662101626396, 0.10713353753089905, -0.04423753544688225, 0.005457602441310883, 0.005835012067109346, -0.006390525959432125, 0.05807872489094734, 0.05183662101626396, 0.006140332669019699, -0.025952234864234924, 0.03813112527132034, -0.014629935845732689, 0.026562875136733055, 0.01114419475197792, -0.006263308692723513, 0.01472322829067707, 0.010134940966963768, -0.034382469952106476, -0.011831166222691536, 0.004198155365884304, -0.03007405996322632, -0.01999848708510399, 0.013595239259302616, 0.044814251363277435, 0.02010026015341282, -0.04912266135215759, -0.04321980103850365, 0.08379349112510681, -0.01378182414919138, 0.012594467028975487, 0.009804177097976208, 0.07727998495101929, -0.042880553752183914, 0.004660376813262701, 0.02035469375550747, -0.036434903740882874, -0.05628072842955589, -0.015596783719956875, 0.0593000091612339, 0.03813112527132034, 0.037757955491542816, -0.05733238905668259, -0.019828863441944122, 0.015206652693450451, -0.03180420771241188, -0.004876645281910896, 0.0031125720124691725, -0.004774871747940779, -0.020982297137379646, -0.04101470857858658, -0.009159612469375134, -0.004077299498021603, 0.04678187146782875, 0.0065219830721616745, -0.01733541488647461, -0.05139560252428055, -0.016894396394491196, -0.003101970534771681, -0.019913675263524055, -0.05037786811590195, -0.08521831780672073, 0.017861243337392807, 0.049529753625392914, -0.02239016257226467, -0.05339714512228966, -0.04043799266219139, -0.040166594088077545, 0.08766087889671326, 0.0074888309463858604, -0.03200775757431984, 0.019184298813343048, -0.001358039677143097, -0.05716276541352272, 0.05617895349860191, 0.042066365480422974, -0.012102562002837658, 0.04084508493542671, -0.036841996014118195, 0.014926775358617306, 0.051463451236486435, -0.04932620748877525, 0.014935256913304329, -0.0035790337715297937, -0.05068318918347359, 0.038063276559114456, -0.03161762282252312, -0.03901316225528717, 0.013646125793457031, -0.020676976069808006, -0.0073912981897592545, 0.009922913275659084, 0.046612247824668884, -0.04817277565598488, 0.024222085252404213, 0.0309391338378191, -0.028360873460769653, -0.005966469645500183, 0.0028454165440052748, 0.015825774520635605, -0.047121115028858185, 0.009159612469375134, 0.045933760702610016, 0.003979766741394997, 0.012161929160356522, -0.009108725935220718, -0.029887475073337555, 0.008107952773571014, -0.0063862851820886135, 0.02827606163918972, -0.015096398070454597, -0.051259905099868774, 0.004919051192700863, 0.05081888660788536, 0.01621590554714203, 0.024815764278173447, -0.016606038436293602, 0.03314422816038132, 0.02357752062380314, -0.04759605973958969, 0.02055823989212513, -0.008659225888550282, 0.001567947561852634, 0.051259905099868774, 0.00557209737598896, 0.0776870846748352, -0.0812830775976181, -0.06723833829164505, -0.0002270025433972478, -0.020117223262786865, 0.001959139248356223, 0.0388435423374176, 0.0012011389480903745, -0.04043799266219139, -0.011127232573926449, 0.03595995903015137, 0.0227463711053133, -0.002836935454979539, 0.012433325871825218, -0.035552866756916046, 0.010363931767642498, -0.018997713923454285, 0.026087932288646698, 0.03487437590956688, -0.013909040950238705, -0.010754062794148922, 0.014350059442222118, 0.062047891318798065, -0.0002574815880507231, 0.06761150807142258, -0.027546685189008713, 0.02208484336733818, -0.06296385079622269, 0.005326144862920046, -0.02249193750321865, 0.022458011284470558, -0.033364735543727875, -0.05400778725743294, 0.03017583303153515, 0.02510412223637104, 0.0639137402176857, 0.014248285442590714, 0.04657832533121109, 0.027444912120699883, 0.03158370032906532, 0.019099486991763115, -0.0015849097399041057, 0.007365854922682047, -0.016843508929014206, 0.03246573731303215, -0.012085599824786186, 0.015766406431794167, -0.034128036350011826, -0.009346197359263897, 0.035043999552726746, -0.028903665021061897, 0.03687591850757599, -0.028547458350658417, 0.02286510542035103, -0.03969165310263634, -0.0884750708937645, -0.0322282649576664, 0.00653046416118741, -0.05926608294248581, 0.03178724646568298, -0.015070954337716103, -0.04898696392774582, 0.0941065326333046, 0.006649199873209, 0.02698693238198757, -0.020999258384108543, 0.04335549846291542, 0.018166564404964447, 0.000826909439638257, -0.020592166110873222, 0.02934468351304531, 0.021389391273260117, 0.02434082143008709, -0.023306123912334442, 0.009422526694834232, 0.060419514775276184, -0.06866316497325897, 0.05617895349860191, 0.1299307942390442, -0.0023747142404317856, -0.023153463378548622, -0.023441823199391365, 0.032957643270492554, 0.013069409877061844, -0.007845038548111916, -0.032855868339538574, -0.009846583008766174, 0.023289162665605545, 0.038945313543081284, 0.014663860201835632, 0.05909645929932594, -0.01753896102309227, -0.004121825564652681, 0.04786745458841324, -0.03416196256875992, 0.019150374457240105, -0.0649653971195221, -0.01229762751609087, 0.0028051312547177076, 0.0018202608916908503, -0.034331582486629486, -0.03877568989992142, -0.030498115345835686, -0.042677007615566254, 0.005720517132431269, 0.02004937268793583, -0.003006557933986187, 0.031566739082336426, -0.005847733933478594, -0.005037786904722452, 0.06859531998634338, 0.0007521695224568248, -0.04718896374106407, 0.009787214919924736, 0.03711339086294174, -0.011415590532124043, 0.009083282202482224, -0.015579821541905403, -0.01799694262444973, -0.033245999366045, -0.01196686364710331, 0.009515819139778614, -0.02347574755549431, 0.00573747931048274, -0.09105332940816879, -0.003746535861864686, 0.05343107134103775, -0.03501007333397865, -0.026868196204304695, -0.0041345469653606415, 0.020117223262786865, 0.02510412223637104, 0.01081343088299036, -0.0005894380155950785, 0.013909040950238705, 0.013052447699010372, 0.015155766159296036, 0.00234503042884171, -0.01446879468858242, 0.00218600919470191, -0.026155781000852585, -0.0439661368727684, -0.03911493718624115, 0.019642280414700508, -0.04125218093395233, 0.01446879468858242, -0.021813446655869484, -0.004796074703335762, 0.031685471534729004, -0.03216041624546051, 0.0026312682311981916, 0.0026312682311981916, -0.02495146170258522, 0.006823062896728516, -0.01204319391399622, -0.003099850146099925, 0.053091827780008316, 0.02294991724193096, 0.00498689990490675, 0.045933760702610016, -0.05410956218838692, -0.0675097331404686, 0.0048087965697050095, -0.023187389597296715, 0.05071711167693138, -0.03904708847403526, -0.03728301450610161, -0.046544399112463, -0.040573690086603165, 0.029717853292822838, 0.043898288160562515, 0.005868936888873577, 0.0014714747667312622, -0.009447970427572727, 0.02786896750330925, -0.06011419743299484, 0.004931772593408823, -0.002188129583373666, 0.009609111584722996, -0.03233003988862038, -0.04708719253540039, -0.008447198197245598, 0.005542413331568241, -0.002440443029627204, -0.012560542672872543, -0.012687759473919868, -0.08209726214408875, -0.05210801586508751, 0.0214742012321949, -0.02439170889556408, 0.016902877017855644, 0.005822290666401386, -0.12911660969257355, -0.004923291504383087, -0.04060761258006096, 0.029989248141646385, -0.002745763398706913, 0.00419391505420208, -0.035926032811403275, 0.004367778077721596, 0.01876024343073368, -0.05322752520442009, -0.021559013053774834, -0.0013188145821914077, -0.0036044770386070013, 0.03251662477850914, -0.054279182106256485, 0.05139560252428055, -0.02893758937716484, -0.03243181109428406, -0.07219131290912628, -0.022712446749210358, -0.026003120467066765, -0.03467082977294922, 0.007730543147772551, -0.015579821541905403, -0.04929228499531746, 0.012713202275335789, 0.01666540466248989, -0.032245226204395294, 0.012967635877430439, 0.013671569526195526, 0.023051690310239792, 0.0064838179387152195, -0.022356238216161728, -0.01322206947952509, 0.005410956218838692, 0.0022602190729230642, 0.049360133707523346, 0.02690212056040764, -0.008523528464138508, 0.06703478842973709, -0.034738678485155106, 0.013010041788220406, 0.054279182106256485, 0.01594451069831848, 0.008769480511546135, -0.017369339242577553, -0.04980115219950676, -0.008112194016575813, 0.014901331625878811, -0.015452604740858078, 0.0014513321220874786, 0.03200775757431984, 0.05611110478639603, -0.017929092049598694, 0.043694742023944855, -0.036333128809928894, -0.021134957671165466, -0.05638250336050987, 0.03545109182596207, 0.01219585444778204, -0.03667237237095833, -0.02352663315832615, -0.05282042920589447, 0.053193598985672, -0.024561330676078796, 0.010262157768011093, 0.0038991959299892187, -0.010168865323066711, 0.05431310832500458, -0.017572885379195213, -0.010652289725840092, 0.03772403299808502, -0.06262461096048355, 0.041387878358364105, -0.0644565299153328, 0.02203395590186119, -0.04505172371864319, 0.01913341134786606, 0.02858138270676136, -0.03497614711523056, 0.04966545104980469, -0.002364112762734294, 0.024069424718618393, 0.039250634610652924, -0.008981508202850819, 0.02183040976524353, 0.030803436413407326, -0.024408670142292976, 0.012899787165224552, -0.0024743673857301474, 0.0536685436964035, -0.017657697200775146, 0.12497781962156296, 0.05896076187491417, 0.03258447349071503, 0.050649262964725494, -0.010440262034535408, 0.0024277213960886, 0.0032313077244907618, -0.0414218008518219, 0.0383346751332283, -0.03161762282252312, -0.10455527901649475, -0.05149737372994423, 0.001003422774374485, 0.01896378956735134, 0.021050145849585533, 0.023967651650309563, -0.012594467028975487, -0.030040135607123375, -0.040879011154174805, -0.013713974505662918, 0.0299213994294405, 0.03358524292707443, -0.019659241661429405, -0.008930621668696404, -0.0905105397105217, -0.05492375046014786, -0.02020203322172165, -0.06062306463718414, -0.00041318967123515904, -0.07171636819839478, -0.0059028612449765205, -0.03962380439043045, -0.031006984412670135, 0.043185874819755554, 0.0031613383907824755, -0.02020203322172165, 0.0171318668872118, 0.028411760926246643, -0.031125718727707863, -0.04050584137439728, 0.013196626678109169, -0.0761944055557251, 0.006683124229311943, 0.007331930100917816, 0.061539024114608765, 0.026087932288646698, -0.008269093930721283, 0.002650350797921419, -0.01974405348300934, -0.01421436108648777, -0.015452604740858078, 0.00003723742702277377, 0.010168865323066711, 0.023458784446120262, -0.04902088642120361, -0.055093370378017426, 0.024730952456593513, 0.02868315577507019, 0.008324221707880497, 0.00994835700839758, 0.05692529305815697, 0.01030456367880106, -0.012577504850924015, 0.018929865211248398, -0.04684972018003464, 0.04182889685034752, -0.02484968863427639, 0.04779960587620735, -0.01055899728089571, 0.01840403489768505, -0.01574096269905567, -0.079790398478508, 0.051463451236486435, -0.06761150807142258, 0.016860472038388252, -0.05285435542464256, 0.029514305293560028, 0.00557209737598896, 0.050038620829582214, -0.0603516660630703, -0.08711808919906616, -0.004685820080339909, -0.01421436108648777, 0.050954584032297134, 0.021440276876091957, 0.0030171594116836786, -0.007505793124437332, 0.005890139378607273, -0.03460298106074333, 0.02413727529346943, -0.003142255824059248, -0.04053976386785507, -0.05200624093413353, -0.01439246442168951, 0.026664648205041885, -0.036231353878974915, -0.04413576051592827, 0.07639794796705246, 0.0039606839418411255, -0.018828092142939568, -0.007272562477737665, -0.013196626678109169, 0.038639992475509644, 0.03792757913470268, -0.007187751121819019, -0.006496539805084467, -0.08813582360744476, -0.027750233188271523, -0.07320904731750488, 0.007001166697591543, 0.05997849628329277, 0.00904935784637928, -0.0649653971195221, 0.00619970029219985, -0.02591831050813198, -0.059910647571086884, 0.0118905333802104, 0.04997077211737633, -0.04559451341629028, -0.005597540643066168, -0.009134168736636639, -0.023204350844025612, -0.03738478943705559, -0.018488846719264984, -0.012764088809490204, -0.028140364214777946, -0.01738630048930645, 0.05173484608530998, -0.04230383783578873, 0.06150509789586067, 0.017708582803606987, -0.01702161319553852, -0.010160384699702263, 0.0454927422106266, -0.011347741819918156, -0.05723061412572861, -0.03063381463289261, -0.06418513506650925, -0.03187205642461777, 0.04233776405453682, 0.04566236212849617, -0.033975377678871155, -0.0260709710419178, 0.08060459047555923, 0.03531539440155029, 0.0009848703630268574, 0.03166851028800011, -0.01855669543147087, -0.012543580494821072, 0.034331582486629486, 0.01278105191886425, 0.007298005744814873, 0.028462646529078484, 0.0006715988856740296, 0.0613694004714489, -0.03562071546912193, 0.0009535962017253041, 0.09783823043107986, -0.0470532663166523, -0.08453983068466187, -0.02188129536807537, 0.029582155868411064, -0.0018478245474398136, 0.025782611221075058, 0.013586757704615593, -0.032855868339538574, -0.03511184826493263, -0.004138787742704153, 0.0029387089889496565, 0.006394766271114349, -0.023560557514429092, 0.03119356743991375, -0.010372412391006947, -0.04576413705945015, -0.03017583303153515, -0.026359329000115395, 0.00593254528939724, 0.03434854745864868, 0.002917506033554673, -0.0003024050092790276, -0.034229811280965805, 0.009702404029667377, 0.030260644853115082, -0.00963455531746149, -0.0158512182533741, 0.03132926672697067, 0.0598088763654232, -0.039657726883888245, 0.0501064695417881, -0.04973330348730087, 0.00005042292468715459, 0.022610671818256378, -0.004056097008287907, 0.06109800562262535, 0.011356223374605179, -0.035213619470596313, 0.028089476749300957, 0.026868196204304695, 0.07612655311822891, -0.027037817984819412, 0.08426843583583832, 0.039250634610652924, -0.048342399299144745, 0.012263703159987926, 0.011534326709806919, -0.006246346514672041, -0.04796922951936722, 0.022407125681638718, -0.012789532542228699, 0.06761150807142258, -0.04606945812702179, 0.06968089938163757, -0.03857214376330376, 0.06069091334939003 ]
38,728
pulp.pulp
__init__
null
def __init__( self, name, lowBound=None, upBound=None, cat=const.LpContinuous, e=None ): LpElement.__init__(self, name) self._lowbound_original = self.lowBound = lowBound self._upbound_original = self.upBound = upBound self.cat = cat self.varValue = None self.dj = None if cat == const.LpBinary: self._lowbound_original = self.lowBound = 0 self._upbound_original = self.upBound = 1 self.cat = const.LpInteger # Code to add a variable to constraints for column based # modelling. if e: self.add_expression(e)
(self, name, lowBound=None, upBound=None, cat='Continuous', e=None)
[ 0.007703722454607487, 0.0149497976526618, 0.020890234038233757, 0.011557826772332191, 0.002730177715420723, 0.012383386492729187, -0.010409222915768623, -0.08406344801187515, -0.04404178261756897, -0.0594402514398098, -0.02255929820239544, 0.04734401777386665, 0.03291467949748039, 0.02559233084321022, -0.04676971584558487, 0.0356246680021286, 0.017040615901350975, -0.01843150332570076, -0.046231307089328766, 0.005743019748479128, -0.0029522711411118507, 0.010050284676253796, 0.02713576704263687, 0.0312635637819767, 0.019562160596251488, 0.0005406514392234385, 0.0011901062680408359, 0.008376732468605042, -0.026525571942329407, -0.031963493674993515, -0.08930395543575287, 0.019526267424225807, -0.03156866133213043, -0.03530162200331688, 0.02577180042862892, -0.023546380922198296, 0.029289400205016136, -0.006384622771292925, -0.002786261960864067, 0.01564972847700119, 0.05441511049866676, -0.06414235383272171, -0.053445976227521896, 0.009808001108467579, -0.00021830765763297677, -0.005038602277636528, 0.05685589462518692, -0.04985658824443817, 0.034619640558958054, -0.022182412445545197, -0.02419247105717659, 0.049102816730737686, 0.07038788497447968, -0.0570712573826313, -0.047595273703336716, 0.07788970321416855, 0.02980986051261425, 0.08765283972024918, -0.014151159673929214, 0.020800499245524406, -0.06783942133188248, 0.04565700516104698, -0.02557438425719738, -0.047738850116729736, -0.013433282263576984, 0.03286084160208702, -0.03704247623682022, -0.008318404667079449, -0.009691345505416393, 0.01000541727989912, -0.00019349041394889355, -0.03740141540765762, -0.0032708290964365005, 0.039124321192502975, 0.07430031895637512, -0.013137157075107098, -0.030168799683451653, -0.005971842911094427, 0.015227975323796272, -0.007515279576182365, -0.0005114877130836248, 0.018772495910525322, 0.010696373879909515, 0.008614529855549335, 0.053122930228710175, -0.04206761717796326, -0.031837865710258484, 0.013199971988797188, 0.10007211565971375, 0.03316593915224075, -0.03499652445316315, 0.00983492098748684, -0.03736552223563194, 0.049138713628053665, 0.05588676035404205, 0.025843588635325432, 0.037473201751708984, -0.002806452102959156, 0.014321655035018921, 0.009718266315758228, 0.047846533358097076, -0.021967049688100815, -0.04257013276219368, -0.011046339757740498, -0.030491845682263374, -0.019203221425414085, 0.0033336435444653034, 0.02430015243589878, -0.006281427573412657, -0.03919610753655434, 0.000017447437130613253, 0.06722922623157501, -0.010911737568676472, 0.029271453619003296, -0.08973468095064163, 0.05513298884034157, -0.021697845309972763, 0.0016387796495109797, -0.0013202214613556862, 0.00929651316255331, 0.011710375547409058, -0.029540657997131348, -0.06022991985082626, 0.01986725814640522, -0.019059646874666214, 0.018216140568256378, 0.0019741631112992764, -0.029379134997725487, -0.050466783344745636, -0.06335268169641495, 0.06227586790919304, -0.07939724624156952, -0.0010964456014335155, 0.030402110889554024, -0.0017430961597710848, -0.043252117931842804, 0.02395915985107422, 0.021859368309378624, -0.04081133380532265, 0.034888844937086105, -0.002434053225442767, 0.05552782118320465, -0.004540574736893177, 0.0036342546809464693, 0.01145911868661642, -0.020477455109357834, 0.0033291566651314497, 0.026471730321645737, -0.02851768210530281, 0.016582969576120377, -0.1145014539361, -0.027315236628055573, -0.023169495165348053, -0.02980986051261425, 0.06381930410861969, 0.016726544126868248, 0.010983524844050407, -0.06995715945959091, 0.0016522398218512535, -0.03600155562162399, -0.05211790278553963, 0.0030420057009905577, -0.06658313423395157, 0.011934712529182434, -0.03408123180270195, -0.01724700629711151, -0.020262090489268303, -0.0717877447605133, -0.008852326311171055, 0.06295785307884216, -0.006676260381937027, -0.07408495247364044, 0.04009345546364784, 0.042031724005937576, -0.03519394248723984, 0.021626058965921402, 0.06022991985082626, 0.022254200652241707, -0.0019674329087138176, -0.004161445889621973, 0.0570712573826313, 0.050323210656642914, -0.017381608486175537, -0.006124392151832581, -0.00676150806248188, -0.009458035230636597, -0.007129420526325703, 0.0038473745808005333, 0.004100874997675419, 0.04529806599020958, -0.024587303400039673, -0.030545685440301895, -0.0005849579465575516, -0.014258841052651405, 0.00778448348864913, 0.037760354578495026, 0.04023703187704086, 0.03388381749391556, 0.02686656452715397, 0.020459506660699844, 0.013855034485459328, 0.02250545844435692, 0.026453783735632896, 0.034619640558958054, -0.0029186205938458443, 0.06335268169641495, -0.004385782405734062, 0.012401333078742027, -0.01857507973909378, -0.041959937661886215, 0.009233699180185795, 0.012535935267806053, 0.019203221425414085, 0.03375818580389023, 0.019059646874666214, -0.014016557484865189, -0.09267798066139221, -0.005038602277636528, 0.037544991821050644, 0.026722988113760948, 0.0325377956032753, -0.027387024834752083, 0.03119177557528019, -0.007349270395934582, 0.0423547700047493, -0.010768162086606026, -0.008062661625444889, -0.007667828351259232, 0.018243061378598213, 0.08628886938095093, -0.04594415798783302, -0.02550259605050087, -0.01639452576637268, -0.06295785307884216, 0.03822697326540947, 0.04285728558897972, -0.03535546362400055, 0.06593704223632812, -0.07659752666950226, -0.03585797920823097, -0.04382641986012459, 0.02114149183034897, -0.04009345546364784, 0.014671620912849903, 0.019041700288653374, -0.029540657997131348, 0.025125710293650627, 0.06349626183509827, -0.04982069507241249, -0.014474203810095787, -0.02715371549129486, -0.043144434690475464, -0.014976718463003635, 0.03454785421490669, 0.021931156516075134, 0.01062458660453558, 0.008722211234271526, -0.008735671639442444, -0.005953896325081587, -0.01564972847700119, -0.010516904294490814, -0.02130301296710968, 0.02245161682367325, 0.04425714537501335, -0.0019461208721622825, -0.004583199042826891, -0.0036409846507012844, -0.04260602593421936, 0.027512652799487114, -0.00012142224295530468, 0.060373492538928986, 0.051902540028095245, 0.03750909864902496, -0.0006359945400618017, -0.010884816758334637, -0.03129945695400238, -0.005873134825378656, -0.021679898723959923, -0.021069703623652458, 0.007026225794106722, 0.0323583260178566, -0.01774054579436779, -0.05574318394064903, 0.057394303381443024, -0.030222641304135323, -0.05093340575695038, -0.061522096395492554, -0.043144434690475464, -0.05513298884034157, -0.023366911336779594, -0.041959937661886215, 0.016690650954842567, 0.054451003670692444, 0.05064625293016434, 0.050466783344745636, 0.017282899469137192, 0.01065150648355484, 0.03567850962281227, 0.008062661625444889, 0.00572058605030179, 0.053374189883470535, -0.06536274403333664, 0.048851560801267624, 0.00879848562180996, -0.07494640350341797, -0.03429659456014633, 0.010454090312123299, 0.00531229330226779, 0.019562160596251488, 0.011243755929172039, 0.01977752335369587, 0.05233326554298401, -0.03966272994875908, 0.05437921732664108, -0.01694190874695778, 0.04274960234761238, 0.015730489045381546, -0.0768846720457077, -0.0017004722030833364, 0.03876538202166557, 0.0186289194971323, -0.029450923204421997, -0.019616002216935158, -0.04368284344673157, -0.01126170251518488, 0.00990670919418335, 0.03589387238025665, -0.05832754448056221, 0.025161605328321457, -0.015784330666065216, -0.017282899469137192, 0.01983136497437954, 0.013639671728014946, 0.012015474028885365, -0.05412796139717102, -0.04357516020536423, 0.030976412817835808, 0.018718654289841652, -0.007528739981353283, -0.05028731748461723, 0.03732962906360626, 0.027530601248145103, -0.05527656525373459, 0.031963493674993515, 0.06669081747531891, -0.04974890872836113, 0.00633975537493825, -0.05954793468117714, 0.07318760454654694, 0.03955504670739174, 0.0010588692966848612, -0.0073044029995799065, -0.05028731748461723, -0.006819835864007473, 0.035965658724308014, -0.000008934033758123405, 0.020136462524533272, -0.011674482375383377, 0.015999693423509598, -0.008704263716936111, 0.07300813496112823, -0.0399857759475708, -0.012850006110966206, 0.0027660715859383345, 0.02410273626446724, -0.013164077885448933, 0.021949103102087975, 0.01500363927334547, -0.00250584096647799, 0.024910347536206245, -0.0054783024825155735, -0.06722922623157501, 0.016259923577308655, 0.005209098104387522, -0.053122930228710175, -0.03156866133213043, 0.00011160750727867708, -0.016098402440547943, -0.014285760931670666, -0.07085450738668442, 0.008511334657669067, -0.015093373134732246, -0.0016275628004223108, 0.002060532569885254, -0.030761048197746277, -0.015470258891582489, 0.018216140568256378, 0.020818445831537247, 0.046123627573251724, 0.03887306526303291, 0.04414946213364601, 0.011943685822188854, 0.023761743679642677, -0.0017038373043760657, 0.00006239364302018657, -0.020405666902661324, 0.010050284676253796, -0.02970217913389206, -0.0064070564694702625, 0.001100371591746807, -0.03984219953417778, -0.008973468095064163, -0.013801193796098232, 0.058865949511528015, -0.026489678770303726, -0.032196804881095886, 0.03226859122514725, 0.04519038647413254, -0.0078024305403232574, 0.06988537311553955, 0.013801193796098232, 0.06145031005144119, -0.018898123875260353, -0.06783942133188248, -0.00388551177456975, -0.01983136497437954, 0.033435143530368805, -0.06209639832377434, 0.02281055599451065, -0.054738156497478485, -0.009332407265901566, 0.02433604560792446, 0.05585086718201637, 0.002070627873763442, -0.01770465262234211, 0.010956604965031147, 0.011387331411242485, 0.0014907174045220017, -0.032071176916360855, 0.02245161682367325, -0.0946880355477333, 0.022936183959245682, -0.023618169128894806, -0.05233326554298401, 0.030186746269464493, -0.033453088253736496, -0.03558877483010292, 0.00491746049374342, -0.000009096152098209132, -0.02426425740122795, 0.04106258973479271, 0.016152242198586464, 0.04501091688871384, 0.008345325477421284, -0.04152921214699745, -0.003504139371216297, -0.026166632771492004, 0.0036925822496414185, -0.09483160823583603, -0.041959937661886215, 0.07537713646888733, 0.04414946213364601, 0.08650423586368561, -0.0008900559041649103, 0.00887924712151289, -0.010113098658621311, -0.11801905184984207, -0.05301525071263313, 0.024569356814026833, -0.01837766356766224, -0.019454479217529297, 0.024623196572065353, 0.037652671337127686, -0.03826287016272545, -0.07329528778791428, 0.04124205932021141, 0.025053923949599266, -0.021967049688100815, -0.015820223838090897, -0.023654062300920486, -0.0316225029528141, -0.004679663572460413, 0.018009750172495842, -0.030455950647592545, -0.04924639314413071, 0.0026696068234741688, -0.01765081100165844, -0.003878781571984291, 0.04501091688871384, -0.0199928879737854, 0.021572217345237732, -0.03700658306479454, 0.04113437980413437, 0.04152921214699745, 0.015084399841725826, 0.03833465650677681, -0.00808060821145773, 0.016879092901945114, -0.053553659468889236, 0.005819294136017561, -0.060445282608270645, 0.03655790910124779, 0.026471730321645737, 0.05419974774122238, 0.002889456693083048, 0.00808958150446415, 0.04145742207765579, 0.004242206923663616, 0.0372578389942646, 0.017076509073376656, -0.053984384983778, 0.0010599909583106637, -0.03135329857468605, -0.048743877559900284, 0.034709375351667404, -0.031730182468891144, 0.0011099058901891112, 0.028804833069443703, -0.03600155562162399, -0.0328967347741127, 0.02964833937585354, -0.046231307089328766, 0.017175218090415, 0.020692817866802216, -0.02297207899391651, 0.03275315836071968, -0.00991568248718977, 0.030617473646998405, -0.05100519210100174, -0.0024026460014283657, 0.05218968912959099, -0.02142864279448986, 0.01643042080104351, 0.0002354133321205154, -0.011665509082376957, 0.04070365056395531, 0.014985691756010056, -0.02679477632045746, 0.001086350530385971, 0.06830603629350662, 0.037688568234443665, -0.05132823809981346, 0.016699625179171562, 0.03704247623682022, -0.040272925049066544, 0.06898802518844604, -0.037652671337127686, 0.019454479217529297, -0.04303675517439842, -0.004800805356353521, -0.001905740355141461, 0.07875115424394608, 0.08829892426729202, 0.018278954550623894, 0.00006312975165201351, 0.01270643062889576, -0.05096929892897606, 0.0339914970099926, -0.02577180042862892, -0.010570745915174484, 0.052010223269462585, -0.009951576590538025, -0.041959937661886215, -0.041744574904441833, 0.04458019137382507, -0.01270643062889576, 0.015353604219853878, -0.008973468095064163, 0.004845672752708197, 0.016062507405877113, -0.007142880465835333, -0.03951915353536606, 0.10172323882579803, 0.04091901332139969, -0.02851768210530281, 0.013684539124369621, -0.01685217395424843, -0.07824864238500595, -0.01065150648355484, 0.01216802280396223, 0.039160214364528656, -0.03815518692135811, -0.016457339748740196, 0.01997493952512741, -0.028804833069443703, -0.015380524098873138, 0.027871591970324516, 0.03391971066594124, -0.04260602593421936, 0.008802972733974457, -0.05825575441122055, -0.012921794317662716, -0.058758269995450974, -0.03514010086655617, -0.016035588458180428, 0.04109848290681839, 0.010238727554678917, 0.06539863348007202, -0.010489984415471554, -0.027369078248739243, 0.025287233293056488, -0.010283594951033592, -0.04310854151844978, -0.008026767522096634, -0.023510485887527466, -0.011315543204545975, -0.05082572251558304, -0.02286439761519432, 0.04938996955752373, 0.022290095686912537, -0.07386959344148636, -0.012401333078742027, -0.04400588944554329, 0.02842794731259346, -0.013011529110372066, -0.056281592696905136, 0.0010263404110446572, -0.0017060806276276708, -0.0009343623532913625, -0.009897734969854355, 0.043395690619945526, -0.03273521363735199, -0.020423613488674164, 0.050359103828668594, -0.06119905412197113, -0.0510769821703434, -0.02277466282248497, 0.01217699609696865, 0.0394473671913147, -0.03994987905025482, -0.07203900068998337, -0.015658702701330185, 0.01992109976708889, 0.03237627446651459, -0.014025530777871609, -0.01286795362830162, 0.04249834641814232, -0.06787531077861786, 0.018198193982243538, 0.0396268367767334, 0.03564261645078659, 0.05287167429924011, -0.023564327508211136, -0.03169428929686546, -0.02562822587788105, -0.005482789129018784, 0.04680560901761055, -0.0008900559041649103, 0.033327460289001465, 0.019328851252794266, -0.013469175435602665, 0.01861097291111946, 0.030384162440896034, -0.009493929333984852, 0.03578619286417961, 0.024641143158078194, 0.023366911336779594, -0.016968827694654465, 0.034709375351667404, -0.005083469673991203, -0.010418196208775043, 0.03316593915224075, -0.000794151914305985, 0.011773190461099148, -0.00459441589191556, 0.05078982934355736, -0.008681830018758774, -0.0008317283354699612, 0.02430015243589878, -0.04073954373598099, -0.06367573142051697, -0.03822697326540947, 0.034619640558958054, -0.04152921214699745, 0.0854274183511734, 0.01868276111781597, 0.03822697326540947, -0.029486816376447678, -0.04522627964615822, 0.04282138869166374, -0.021769633516669273, -0.029343241825699806, 0.01134246401488781, 0.0021872827783226967, -0.0075197662226855755, -0.0543433241546154, 0.004589928779751062, -0.0006875920225866139, 0.004989248234778643, -0.007187747862190008, 0.05674821138381958, 0.006595499347895384, 0.007501819636672735, -0.08987826108932495, 0.028625363484025, -0.01500363927334547, -0.04142152890563011, 0.018826335668563843, 0.03305825591087341, -0.001222635037265718, -0.030725155025720596, 0.03933968394994736, 0.0024677037727087736, 0.019005805253982544, -0.02431809902191162, -0.06001455709338188, -0.033435143530368805, -0.030132906511425972, 0.02720755524933338, 0.0427137091755867, 0.03546314686536789, 0.020513348281383514, -0.07193131744861603, 0.05017963424324989, 0.007035199087113142, 0.028194637969136238, 0.0020201520528644323, -0.013944769278168678, 0.031084094196558, 0.009736212901771069, 0.00492194714024663, 0.07480283081531525, 0.023241283372044563, -0.09755954891443253, 0.02539491467177868, 0.06227586790919304, 0.010256674140691757, 0.03415301814675331, -0.06227586790919304, 0.04012934863567352, 0.04292907193303108, 0.007703722454607487, 0.03558877483010292, -0.03415301814675331, -0.0099964439868927, 0.006994818337261677, -0.016932934522628784, -0.04716454818844795, -0.01420500036329031, -0.028858672827482224, -0.01268848404288292, 0.057394303381443024, 0.014581886120140553, -0.0128589803352952, -0.0003561345220077783, -0.013101263903081417, -0.001475013792514801, 0.021626058965921402, -0.017175218090415, 0.036450229585170746, -0.012607722543179989, 0.0012013230007141829, 0.031963493674993515, -0.040631864219903946, -0.0316225029528141, 0.0368988998234272, -0.013083316385746002, 0.029540657997131348, 0.02413862943649292, 0.03241216763854027, 0.008318404667079449, 0.02543080970644951, 0.02857152186334133, -0.007717182859778404, -0.013881955295801163, -0.08104836195707321, 0.06622419506311417, -0.011584747582674026, -0.060445282608270645, -0.04576468840241432, -0.05301525071263313, -0.007694749161601067, 0.016672704368829727, 0.06112726405262947, -0.002368995686993003, 0.014474203810095787, 0.05588676035404205, 0.028894567862153053 ]
38,731
pulp.pulp
__ne__
null
def __ne__(self, other): if isinstance(other, LpElement): return self.name is not other.name elif isinstance(other, LpAffineExpression): if other.isAtomic(): return self is not other.atom() else: return 1 else: return 1
(self, other)
[ 0.0236744936555624, 0.01723245531320572, 0.06857192516326904, 0.05386260524392128, -0.05325419083237648, -0.06613826751708984, -0.026770252734422684, -0.035449109971523285, 0.030671264976263046, 0.004898633807897568, 0.034822799265384674, -0.0450584851205349, 0.037685930728912354, 0.023638704791665077, -0.05225209519267082, -0.017348770052194595, -0.003713119775056839, 0.05271735414862633, -0.007045980542898178, -0.04466480389237404, -0.042374301701784134, 0.014109855517745018, 0.01784086972475052, 0.01584562659263611, 0.030349163338541985, 0.02662709541618824, -0.0012145928340032697, 0.01025357935577631, -0.07150663435459137, 0.040549058467149734, -0.036791201680898666, -0.020954521372914314, 0.04008379951119423, -0.045344799757003784, 0.07923708111047745, 0.026770252734422684, -0.03278282284736633, 0.07025402039289474, -0.014449851587414742, -0.012937761843204498, 0.022207140922546387, -0.034321755170822144, 0.008074916899204254, 0.01571141742169857, -0.04498690739274025, -0.04649005085229874, -0.018306128680706024, -0.011461461894214153, -0.017697712406516075, 0.05200157314538956, 0.011184096336364746, 0.007028085645288229, 0.02703867107629776, 0.07032559812068939, -0.07744763046503067, 0.050641585141420364, 0.030653370544314384, 0.06986033916473389, -0.05235946178436279, 0.04355534166097641, -0.045953214168548584, 0.039224859327077866, 0.014405115507543087, -0.07887919247150421, -0.009797267615795135, -0.039010126143693924, -0.025177637115120888, -0.005113368853926659, -0.016695618629455566, 0.06280988454818726, -0.07844971865415573, -0.02193872258067131, -0.022171352058649063, 0.03548489883542061, 0.014226170256733894, -0.029436539858579636, 0.03217440843582153, 0.08968750387430191, 0.045344799757003784, -0.03265755996108055, -0.005126789677888155, -0.02651972882449627, -0.016552461311221123, 0.01642720028758049, -0.03469754010438919, 0.03736382722854614, 0.034948062151670456, -0.010459366254508495, 0.043304819613695145, -0.014324589632451534, -0.023334497585892677, 0.003337334142997861, 0.005430996883660555, -0.0401911661028862, 0.055866796523332596, 0.09054643660783768, 0.003147204639390111, -0.03246071934700012, 0.002183135598897934, -0.010853046551346779, 0.04706267639994621, 0.051572103053331375, -0.0039368015713989735, -0.029651274904608727, 0.02235029637813568, 0.03675541281700134, -0.014369326643645763, -0.030241794884204865, 0.0008594977553002536, -0.03163757175207138, -0.06388355791568756, 0.03385649621486664, -0.05980359762907028, 0.017581399530172348, 0.021151361986994743, -0.029221804812550545, -0.005757572595030069, 0.008061496540904045, 0.003878644434735179, -0.01434248499572277, 0.06939508020877838, 0.05908781662583351, -0.024050280451774597, -0.00045519269770011306, 0.027772346511483192, 0.0156040508300066, 0.05518680438399315, 0.003115889150649309, 0.00325233512558043, -0.0461321584880352, 0.046991098672151566, 0.013564071618020535, -0.005278893280774355, 0.04999738186597824, 0.020435579121112823, 0.027307089418172836, 0.04767109081149101, 0.007869130000472069, -0.05060579627752304, 0.013537229970097542, -0.020686103031039238, -0.006178094539791346, 0.04838687181472778, 0.043304819613695145, -0.02947232872247696, 0.06391934305429459, -0.10894203931093216, 0.04101431742310524, 0.0162124652415514, -0.013438809663057327, -0.03101126104593277, -0.006549406331032515, 0.013546177186071873, -0.01814507693052292, -0.010298315435647964, 0.048708975315093994, -0.00831202045083046, -0.015147739090025425, -0.015183528885245323, 0.007672289852052927, 0.007873603142797947, 0.017912447452545166, 0.012060929089784622, 0.0000035998807561554713, -0.004415480885654688, -0.06742667406797409, 0.022726083174347878, -0.04205220192670822, 0.00816886406391859, 0.03339123725891113, 0.012544081546366215, -0.0077438680455088615, -0.03568173944950104, 0.036683835089206696, -0.034017544239759445, 0.031673360615968704, 0.0056367842480540276, 0.03317650035023689, -0.04527321830391884, 0.018538758158683777, 0.027468139305710793, -0.0018543230835348368, -0.06112779304385185, -0.0191829614341259, 0.05429207533597946, -0.0207039974629879, -0.033623866736888885, -0.0006084148189984262, 0.04094273969531059, 0.03281861171126366, -0.03552068769931793, -0.03908170387148857, -0.014324589632451534, 0.007936234585940838, 0.0056457314640283585, -0.016964036971330643, -0.012311452999711037, 0.0118372468277812, 0.0028586548287421465, 0.03652278333902359, -0.03020600602030754, -0.002382212318480015, -0.03190599009394646, 0.02020295150578022, -0.02682393603026867, -0.05049842968583107, -0.04094273969531059, -0.009045696817338467, -0.004755477420985699, -0.008499912917613983, 0.04416375607252121, -0.0030241794884204865, 0.04112168401479721, 0.058300454169511795, 0.02447974868118763, 0.010325157083570957, -0.01896822638809681, 0.015344579704105854, -0.00551152229309082, 0.022421875968575478, 0.03915328159928322, -0.004352849908173084, 0.06259515136480331, 0.0004087786946911365, 0.002898917766287923, 0.020024005323648453, 0.013581966049969196, 0.024157647043466568, 0.012884078547358513, 0.002816155320033431, 0.03446491062641144, 0.0172771904617548, 0.02949022315442562, -0.03129757568240166, 0.02966916933655739, -0.003359702415764332, -0.05597416311502457, 0.01106778159737587, -0.08346019685268402, 0.037685930728912354, -0.044843751937150955, -0.04502269625663757, -0.025660790503025055, 0.02419343590736389, 0.025463949888944626, -0.06377618759870529, 0.004598900210112333, 0.04287534952163696, -0.037292249500751495, 0.017957184463739395, -0.0015601813793182373, -0.05128578841686249, -0.05794256553053856, -0.006003622896969318, 0.01779613271355629, -0.033104922622442245, -0.06112779304385185, -0.010584628209471703, 0.0557236410677433, -0.010146211832761765, -0.000882984371855855, -0.029955482110381126, 0.0031382571905851364, -0.012221979908645153, 0.005310208536684513, -0.007435186766088009, -0.004719688557088375, 0.03747119382023811, 0.0207039974629879, -0.018431389704346657, 0.03459017351269722, -0.04935317859053612, 0.02641236037015915, 0.029615486040711403, -0.015058266930282116, -0.022905027493834496, 0.014038276858627796, -0.008848856203258038, -0.0002879904641304165, -0.01673140749335289, 0.011685143224895, 0.03786487504839897, -0.02582184039056301, -0.049138445407152176, -0.05808572098612785, -0.014333536848425865, -0.005981254391372204, -0.05976780876517296, -0.04312587529420853, -0.025016585364937782, 0.03965432941913605, 0.02714603766798973, 0.04001222178339958, 0.018028762191534042, 0.005252051632851362, 0.03244282677769661, 0.007972023449838161, -0.026806041598320007, 0.03172704204916954, 0.03235335275530815, 0.03448280319571495, 0.03582489490509033, -0.0275576114654541, -0.06434881687164307, 0.003028653096407652, -0.02714603766798973, -0.014852479100227356, 0.10335893929004669, 0.03571752831339836, 0.02836286649107933, 0.03652278333902359, 0.019039804115891457, -0.046275313943624496, 0.03865223377943039, 0.03399965167045593, 0.06778457015752792, 0.07773394137620926, -0.04244587942957878, 0.014423009939491749, 0.07537186145782471, 0.030384952202439308, 0.03858065605163574, -0.06989612430334091, -0.03102915547788143, -0.06964559853076935, -0.07708973437547684, -0.015720365568995476, 0.022368192672729492, -0.0007582816760987043, 0.03160178288817406, -0.007855708710849285, 0.016561409458518028, 0.035645950585603714, -0.010593575425446033, -0.052896298468112946, -0.0227618720382452, 0.023710282519459724, 0.006500196643173695, 0.03296176716685295, -0.011184096336364746, 0.01020884234458208, 0.022010300308465958, -0.040799580514431, -0.023585021495819092, -0.014163538813591003, -0.01071883738040924, -0.0443069152534008, 0.03541332110762596, 0.10128317028284073, 0.004849424120038748, -0.03478701040148735, 0.02181345969438553, 0.013886173255741596, -0.025839734822511673, 0.0017614951357245445, 0.03743540495634079, -0.032603874802589417, 0.0034312806092202663, -0.021759776398539543, 0.001603799406439066, 0.04130062833428383, -0.01102304458618164, -0.03102915547788143, -0.010137264616787434, -0.047170042991638184, -0.04720583185553551, -0.0032500983215868473, -0.008070443756878376, -0.030259689316153526, -0.034017544239759445, -0.07394029200077057, -0.023137656971812248, -0.0006307830335572362, -0.0634898766875267, -0.025571316480636597, -0.02836286649107933, -0.04588163644075394, -0.0272534042596817, -0.0069565074518322945, -0.050033170729875565, 0.05303945764899254, 0.013071971014142036, -0.040370114147663116, 0.041873253881931305, -0.01546089444309473, 0.019612429663538933, -0.006316777318716049, 0.03160178288817406, 0.05532995983958244, 0.0732245147228241, 0.03233545646071434, -0.029400750994682312, 0.00937674567103386, -0.018628230318427086, -0.03621857613325119, 0.009421482682228088, -0.056475210934877396, -0.03986906632781029, -0.09026012569665909, -0.03918907046318054, 0.025267109274864197, 0.08567912131547928, -0.0029772063717246056, 0.013653544709086418, 0.03326597437262535, 0.05532995983958244, 0.023012395948171616, 0.013089865446090698, -0.022189246490597725, 0.02337028644979, -0.023853439837694168, -0.005896255373954773, -0.016355622559785843, -0.04409217834472656, -0.0022837924771010876, -0.05060579627752304, 0.06481407582759857, -0.03355228900909424, 0.05643942207098007, -0.03213861957192421, -0.03144073113799095, -0.00016412661352660507, 0.028720758855342865, -0.02764708548784256, -0.04437849298119545, -0.0006620984640903771, -0.0029861535876989365, -0.008303073234856129, -0.04090695083141327, 0.06925192475318909, -0.06699720770120621, -0.02888180874288082, 0.06413407623767853, 0.006240725517272949, 0.028291288763284683, -0.03111862763762474, -0.006276514381170273, -0.08653806149959564, -0.0024045805912464857, 0.032084934413433075, -0.012096717953681946, 0.043698500841856, -0.017375610768795013, -0.0011922246776521206, -0.02294081822037697, 0.03498385101556778, 0.017008772119879723, 0.052073150873184204, 0.03408912569284439, 0.01612299308180809, 0.003898775903508067, 0.037900663912296295, -0.01666877605021, -0.014924057759344578, -0.05243104323744774, -0.02193872258067131, -0.04069221392273903, -0.04649005085229874, 0.016033519059419632, 0.04130062833428383, -0.039332229644060135, 0.01601562462747097, -0.024211330339312553, 0.008678858168423176, -0.021992405876517296, 0.031154418364167213, 0.0321207232773304, -0.02866707369685173, 0.01657930389046669, 0.03179861977696419, 0.014754059724509716, -0.06434881687164307, 0.023423969745635986, -0.016221413388848305, -0.020739788189530373, 0.027700768783688545, -0.013018287718296051, 0.0039368015713989735, 0.021187150850892067, -0.03587858006358147, -0.02183135598897934, 0.019111383706331253, -0.01631983183324337, -0.05812150985002518, 0.018261391669511795, -0.02966916933655739, -0.025016585364937782, 0.00892043486237526, 0.03174493834376335, -0.005641257856041193, -0.025642894208431244, -0.03693435713648796, -0.020954521372914314, 0.051464736461639404, 0.058515191078186035, -0.042803771793842316, -0.01249039825052023, -0.026877619326114655, 0.022708188742399216, -0.01218619104474783, -0.055437326431274414, 0.030563896521925926, -0.003395491512492299, -0.011398830451071262, 0.04301850497722626, -0.0017536662053316832, -0.008437281474471092, -0.001134626567363739, -0.006294409278780222, 0.01564878784120083, 0.02480185031890869, -0.03170914947986603, 0.03908170387148857, 0.0020399789791554213, 0.02619762532413006, 0.03296176716685295, 0.04645426198840141, -0.003605752484872937, 0.011613565497100353, -0.05200157314538956, 0.061378318816423416, -0.03160178288817406, -0.04924581199884415, -0.04326903074979782, -0.03743540495634079, 0.025463949888944626, -0.04305429384112358, -0.020435579121112823, -0.004171667620539665, -0.06524354219436646, -0.0032031249720603228, -0.06746246665716171, 0.0034827275667339563, -0.0027132616378366947, -0.05214472860097885, 0.02898917719721794, -0.06413407623767853, 0.047706879675388336, 0.009014381095767021, 0.06331092864274979, -0.010334104299545288, -0.016301937401294708, 0.05883729085326195, 0.05121421068906784, -0.028130238875746727, 0.06986033916473389, -0.043805867433547974, 0.01968400925397873, 0.0017156403046101332, 0.04763530194759369, -0.021902933716773987, -0.0015859047416597605, -0.0038271977100521326, -0.03736382722854614, 0.02254713699221611, 0.05532995983958244, -0.019433485344052315, 0.05733414739370346, 0.03629015386104584, 0.040048010647296906, 0.022887133061885834, -0.023406075313687325, 0.10657995939254761, -0.06660352647304535, 0.00642861844971776, -0.025016585364937782, 0.055544693022966385, -0.08288757503032684, 0.06298882514238358, 0.07694657891988754, -0.005958886351436377, -0.014270906336605549, -0.02805865928530693, 0.006459933705627918, -0.0017872184980660677, 0.009448324330151081, -0.011774616315960884, 0.03419649228453636, -0.036683835089206696, -0.06878666579723358, 0.006549406331032515, -0.030850209295749664, 0.008383598178625107, -0.05600995197892189, 0.025177637115120888, -0.010020949877798557, -0.007014664821326733, 0.03947538509964943, 0.013787752948701382, -0.022207140922546387, -0.05021211504936218, -0.016981931403279305, 0.054220497608184814, -0.049138445407152176, -0.0037108829710632563, 0.034232281148433685, 0.054327864199876785, -0.0001543405232951045, -0.005900728981941938, 0.010432524606585503, 0.02558921091258526, -0.027092354372143745, -0.008737015537917614, -0.043412186205387115, 0.010799363255500793, -0.012982498854398727, -0.050462640821933746, -0.0046212682500481606, 0.008334388025105, 0.01564878784120083, 0.0972747951745987, 0.02202819474041462, 0.018896648660302162, -0.036970146000385284, 0.013895120471715927, -0.012928814627230167, -0.014199327677488327, 0.00377351394854486, -0.057262569665908813, 0.058908868581056595, -0.042982716113328934, -0.005126789677888155, -0.05196578428149223, -0.003930091392248869, -0.07197189331054688, -0.043412186205387115, 0.05110684409737587, -0.03308703005313873, 0.02539237216114998, 0.02419343590736389, 0.0039390386082232, 0.0002097018004860729, -0.004938896745443344, -0.03843750059604645, -0.04480796307325363, -0.039725907146930695, -0.0023307655937969685, 0.011506197974085808, -0.004912055097520351, 0.0802391767501831, -0.06445617973804474, 0.001186632551252842, -0.050355274230241776, 0.02143767476081848, -0.0780918300151825, -0.019845059141516685, 0.008795172907412052, -0.04935317859053612, -0.011282515712082386, -0.013716175220906734, -0.03183441236615181, 0.022010300308465958, 0.0430900864303112, -0.0034133861772716045, -0.041479576379060745, 0.03782908618450165, -0.03287229314446449, 0.05010474845767021, 0.009663058444857597, -0.03661225736141205, 0.056153107434511185, -0.06434881687164307, -0.012830395251512527, 0.01668667048215866, 0.029024966061115265, -0.022815555334091187, 0.07043296098709106, -0.034948062151670456, 0.005238630343228579, -0.02693130262196064, -0.054220497608184814, 0.03337334096431732, 0.0236744936555624, -0.06152147427201271, 0.003185230540111661, -0.0522163063287735, -0.001457287697121501, 0.0029257594142109156, 0.008772804401814938, 0.00803912803530693, -0.04538058862090111, -0.016194570809602737, -0.008607280440628529, -0.05855097994208336, -0.014378273859620094, 0.005793361458927393, 0.014906163327395916, 0.028327077627182007, 0.055652059614658356, -0.07082664221525192, -0.034948062151670456, -0.02265450544655323, 0.027593402191996574, 0.051464736461639404, 0.06513617187738419, -0.023513443768024445, -0.01265144906938076, 0.050534218549728394, -0.018485073000192642, 0.03072494827210903, 0.03183441236615181, -0.026090258732438087, 0.020381895825266838, -0.01086199376732111, -0.02539237216114998, 0.018825070932507515, -0.00419403612613678, -0.007130979560315609, 0.05082053318619728, -0.009672005660831928, -0.08081180602312088, 0.03287229314446449, -0.0003626443212851882, -0.07759078592061996, 0.01647193729877472, 0.015899309888482094, 0.02673446200788021, 0.02990179881453514, -0.010137264616787434, -0.0029011545702815056, -0.009913582354784012, 0.006088621914386749, 0.03621857613325119, -0.003704172559082508, 0.0024381328839808702, 0.02252924256026745, -0.009779373183846474, -0.05568784847855568, 0.022063983604311943, -0.008772804401814938, 0.019200855866074562, 0.12032297998666763, -0.01939769648015499, 0.0272534042596817, -0.00020690578094217926, 0.03518069162964821, -0.02447974868118763, 0.007296503987163305, -0.04548795521259308, 0.03621857613325119, 0.031154418364167213, 0.03469754010438919, 0.04588163644075394, -0.01458406075835228, 0.018037710338830948, 0.02458711713552475, -0.04119326174259186, 0.04223114624619484, -0.020865049213171005, -0.01749192550778389, 0.04087115824222565, 0.004162720404565334, 0.01792139559984207, -0.029436539858579636, 0.04377007856965065, 0.017375610768795013, 0.06284566968679428, 0.0002766665711533278, -0.046060580760240555, -0.032997556030750275, -0.00958253350108862, 0.03811539709568024, 0.009170958772301674, 0.046991098672151566, -0.03326597437262535, 0.00181070517282933, -0.03333755210042, 0.04713425412774086 ]
38,741
pulp.pulp
addVariableToConstraints
adds a variable to the constraints indicated by the LpConstraintVars in e
def addVariableToConstraints(self, e): """adds a variable to the constraints indicated by the LpConstraintVars in e """ for constraint, coeff in e.items(): constraint.addVariable(self, coeff)
(self, e)
[ -0.011960419826209545, 0.023138223215937614, -0.0363406203687191, 0.03215532377362251, -0.00914470199495554, 0.032563645392656326, -0.018952926620841026, -0.058560118079185486, 0.039198871701955795, -0.012300686910748482, -0.021130641922354698, -0.014333788305521011, 0.021028561517596245, 0.007298748008906841, -0.05083603411912918, -0.008812940679490566, 0.017966149374842644, 0.000868746661581099, -0.030385930091142654, -0.052469320595264435, -0.02480553463101387, -0.006214143708348274, 0.045595910400152206, 0.0008022880647331476, -0.006465091370046139, -0.008476926013827324, 0.02312120981514454, -0.003551546949893236, 0.06485507637262344, 0.0019033739808946848, -0.09357369691133499, -0.020977521315217018, -0.02657492831349373, -0.03229143097996712, 0.0317470021545887, 0.02832730859518051, 0.02181117795407772, 0.007613495923578739, -0.005639941897243261, 0.03943705931305885, 0.052775561809539795, -0.012300686910748482, 0.033448342233896255, 0.02483956143260002, 0.04297584667801857, -0.00010540332004893571, -0.005082753021270037, 0.032563645392656326, 0.0499173104763031, -0.02193027175962925, 0.004204436205327511, -0.0664883628487587, 0.09282510727643967, -0.058219850063323975, -0.028956804424524307, 0.057301126420497894, 0.029858514666557312, 0.06825775653123856, -0.009051128290593624, -0.012564394623041153, 0.0143763218075037, -0.03309106081724167, -0.07955465465784073, -0.022321579977869987, -0.017574841156601906, -0.0018108636140823364, -0.05859414488077164, -0.012657968327403069, 0.034979548305273056, -0.02859952300786972, -0.02024594508111477, -0.02657492831349373, 0.015252511948347092, -0.018527591601014137, 0.034213945269584656, -0.0026285701896995306, -0.0026668503414839506, -0.05393247306346893, -0.026064526289701462, -0.011220336891710758, -0.01414664089679718, -0.05992119014263153, -0.015303552150726318, 0.015124911442399025, 0.034299012273550034, 0.0025052230339497328, -0.02388681285083294, -0.0038152546621859074, 0.04260155186057091, -0.003417566418647766, -0.003755707759410143, 0.005639941897243261, -0.026966236531734467, 0.05685877799987793, 0.052129052579402924, 0.0035494202747941017, 0.04988328367471695, -0.061588503420352936, -0.031576868146657944, -0.01315135695040226, 0.0485222153365612, -0.03821209445595741, -0.021215708926320076, -0.002167081693187356, 0.007528428919613361, -0.04641255363821983, 0.0003421288274694234, -0.016120195388793945, 0.044983427971601486, 0.04580007120966911, -0.006371517665684223, 0.04335014149546623, 0.023563558235764503, 0.010131479240953922, -0.0785338506102562, 0.009518996812403202, -0.023410437628626823, 0.004210816230624914, 0.024754494428634644, 0.05349012464284897, 0.0034048063680529594, 0.023716678842902184, -0.033754583448171616, 0.02975643426179886, 0.0005005660932511091, 0.011807299219071865, 0.013066289946436882, 0.032036229968070984, -0.02982448786497116, -0.12773659825325012, -0.011381964199244976, -0.0725451335310936, 0.004644657950848341, 0.04790973290801048, -0.004759498406201601, -0.04580007120966911, 0.002091584727168083, -0.04542577639222145, 0.027323517948389053, -0.002496716333553195, -0.007047800347208977, 0.0788741186261177, -0.03936900570988655, 0.004461763892322779, 0.011628658510744572, -0.04297584667801857, 0.00602699676528573, -0.008829954080283642, -0.07397425919771194, -0.009059634990990162, -0.0788060650229454, 0.021675070747733116, -0.03412887826561928, -0.04287376627326012, -0.006801106035709381, 0.031644921749830246, 0.0052869138307869434, -0.05498730391263962, -0.0037238076329231262, -0.05474911630153656, -0.029092911630868912, 0.030913345515727997, -0.052197106182575226, 0.0068223727867007256, 0.010463240556418896, -0.01253887452185154, 0.005465554539114237, 0.022831982001662254, -0.018612658604979515, 0.02153896354138851, -0.02269587479531765, -0.09411812573671341, -0.005274153780192137, 0.03465629369020462, 0.03458824008703232, -0.03749753162264824, 0.04409873113036156, -0.049781203269958496, -0.008234485052525997, 0.0256902314722538, 0.05811776965856552, 0.01533757895231247, -0.005916409660130739, 0.033754583448171616, 0.0026859904173761606, -0.009638090617954731, 0.009748677723109722, 0.028667576611042023, 0.02929707244038582, -0.027578718960285187, 0.03814404085278511, -0.0017959768883883953, -0.02740858495235443, 0.010897082276642323, -0.024873588234186172, 0.020501146093010902, 0.05263945460319519, 0.013823386281728745, -0.03695310279726982, 0.0012611182173714042, -0.030334889888763428, -0.024329161271452904, -0.01908903382718563, 0.039505112916231155, 0.04062799736857414, 0.016196755692362785, -0.0038407747633755207, -0.018119269981980324, -0.029280059039592743, -0.04270363226532936, 0.05559978634119034, 0.04055994376540184, 0.04168282821774483, -0.017345160245895386, 0.030726198107004166, -0.02208339236676693, -0.04879442974925041, -0.00848968606442213, 0.0068266261368989944, 0.005656955298036337, -0.0529797226190567, 0.0020703179761767387, 0.0317470021545887, 0.006133330054581165, 0.010301613248884678, -0.04668476805090904, 0.0006970177055336535, 0.04059397056698799, -0.013985013589262962, 0.014520935714244843, 0.01752380095422268, 0.04930482804775238, -0.022797955200076103, -0.05468106269836426, 0.055463679134845734, 0.06454883515834808, -0.02848042920231819, 0.027425598353147507, 0.005776049103587866, -0.005776049103587866, -0.03120257332921028, 0.03623853996396065, -0.0377357192337513, 0.018085243180394173, -0.01755782775580883, 0.024516306817531586, 0.05920662730932236, 0.03814404085278511, -0.06461688876152039, 0.028820697218179703, 0.028208214789628983, -0.02403993345797062, -0.011645671911537647, 0.05747126042842865, -0.04658268764615059, 0.011552098207175732, 0.016460463404655457, -0.0022542753722518682, 0.002853997750207782, -0.017115479335188866, -0.023240303620696068, 0.04090021178126335, 0.009944331832230091, 0.04052591696381569, -0.02410798706114292, 0.010854548774659634, -0.006571425125002861, 0.0004957810742780566, -0.010122972540557384, -0.031117506325244904, 0.042839739471673965, 0.05594005435705185, 0.05808374285697937, 0.01201996672898531, 0.02208339236676693, -0.023716678842902184, 0.015771420672535896, 0.08302538841962814, -0.03140673413872719, 0.034179918467998505, 0.044949401170015335, -0.010837535373866558, -0.04906664043664932, 0.017813028767704964, -0.06863205134868622, 0.007613495923578739, -0.03472434729337692, 0.012657968327403069, -0.02856549620628357, -0.0499173104763031, -0.017915109172463417, -0.005793062504380941, 0.10636776685714722, 0.05692683160305023, 0.009442436508834362, 0.004000275395810604, -0.02446526661515236, 0.04950898885726929, 0.03511565551161766, 0.06169058382511139, 0.07594781368970871, 0.019888663664460182, 0.001150531112216413, -0.029688380658626556, -0.0589684396982193, -0.05934273451566696, 0.05862817168235779, 0.00937438290566206, -0.010378173552453518, 0.013755332678556442, -0.0027944508474320173, 0.03651075437664986, -0.04641255363821983, 0.05862817168235779, 0.010539800859987736, 0.0023329623509198427, -0.019446315243840218, -0.03685102239251137, -0.0182043369859457, 0.03349938243627548, 0.05192489176988602, -0.035592030733823776, 0.013440584763884544, -0.03576216474175453, -0.0051295398734509945, 0.012011460028588772, 0.05498730391263962, -0.042227257043123245, 0.03300599381327629, -0.06563769280910492, -0.00883846078068018, -0.0004654759541153908, -0.03872249647974968, -0.0011760512134060264, -0.05696085840463638, -0.033448342233896255, 0.011798792518675327, -0.002324455650523305, 0.0029007846023887396, 0.007732589729130268, 0.01330447755753994, 0.025503084063529968, -0.08282122761011124, 0.0136107187718153, 0.022032352164387703, -0.037701692432165146, -0.052129052579402924, -0.025281909853219986, 0.03101542592048645, 0.014435868710279465, -0.0340438112616539, 0.041955042630434036, -0.013797866180539131, -0.018697725608944893, 0.01985463686287403, 0.04426886513829231, -0.006214143708348274, -0.027850933372974396, 0.019429301843047142, 0.006146090105175972, 0.00587387615814805, 0.01759185455739498, 0.0059844632633030415, -0.009170222096145153, 0.04773959890007973, -0.012198607437312603, 0.03681699559092522, -0.002879517851397395, 0.04743335768580437, -0.029841501265764236, 0.003506886772811413, -0.009187235496938229, 0.05257140100002289, 0.049713149666786194, -0.056450456380844116, -0.018952926620841026, 0.01917410083115101, 0.022593794390559196, -0.011807299219071865, -0.017455747351050377, 0.02883771061897278, -0.04882845655083656, -0.011645671911537647, 0.000493920233566314, -0.008983074687421322, -0.04117242619395256, 0.037939880043268204, -0.01871473900973797, 0.03324418142437935, 0.0650252103805542, 0.07615197449922562, -0.017089959233999252, 0.06267736107110977, 0.003866294864565134, 0.015048351138830185, -0.04117242619395256, -0.04607228562235832, -0.034213945269584656, -0.042533498257398605, 0.029041871428489685, -0.010122972540557384, -0.0105993477627635, -0.058832332491874695, 0.05811776965856552, -0.010803508572280407, -0.034639280289411545, -0.01006342563778162, 0.1212034523487091, 0.010003878735005856, 0.05076798051595688, -0.052775561809539795, 0.03368652984499931, 0.004738231655210257, -0.05389844626188278, -0.009127688594162464, -0.004200182855129242, 0.01924215443432331, -0.08533921092748642, 0.023070169612765312, -0.007741096429526806, 0.03006267547607422, -0.0014440122758969665, -0.017336653545498848, 0.03349938243627548, -0.029314085841178894, -0.0468549020588398, -0.005725008901208639, 0.011203323490917683, -0.0317470021545887, 0.035251762717962265, -0.06982298940420151, -0.01759185455739498, 0.04348624870181084, -0.07016325742006302, 0.0018448904156684875, -0.028463415801525116, -0.006984000094234943, 0.0012568648671731353, 0.001513129216618836, 0.007434855215251446, 0.041580747812986374, 0.04566396400332451, 0.01606915518641472, -0.06022743135690689, -0.045868124812841415, 0.01920812763273716, -0.028769657015800476, 0.0029348114039748907, -0.055531732738018036, -0.013466104865074158, 0.0589684396982193, 0.01902098022401333, 0.07016325742006302, 0.003842901438474655, 0.06512729078531265, 0.041921015828847885, -0.052469320595264435, -0.10711635649204254, -0.017277106642723083, -0.04198906943202019, -0.0226618479937315, 0.0019225140567868948, 0.04773959890007973, 0.010361160151660442, -0.017949135974049568, -0.011807299219071865, 0.021879231557250023, -0.005890889558941126, 0.017813028767704964, 0.010352653451263905, -0.025707244873046875, -0.030505023896694183, -0.01457197591662407, -0.05148254334926605, 0.0019501608330756426, -0.0014759124023839831, 0.02058621309697628, 0.02948421984910965, 0.0189018864184618, -0.019225141033530235, 0.04059397056698799, -0.026472847908735275, -0.0007352978573180735, 0.04566396400332451, 0.045595910400152206, 0.046752821654081345, 0.004321403335779905, -0.004174662753939629, -0.039164844900369644, 0.023937853053212166, -0.02153896354138851, 0.0077581098303198814, 0.006388531066477299, 0.03508162871003151, 0.007932497188448906, -0.003936475142836571, -0.01706443913280964, -0.01674969121813774, 0.02073933370411396, 0.03661283478140831, -0.04015162214636803, -0.02024594508111477, -0.027850933372974396, -0.022338593378663063, -0.0008219598094001412, 0.005133793223649263, -0.020211918279528618, 0.04576604440808296, -0.02611556649208069, 0.011705218814313412, 0.028701603412628174, -0.01082902867347002, -0.008094124495983124, 0.03695310279726982, 0.024754494428634644, 0.011041696183383465, -0.031644921749830246, 0.020211918279528618, -0.003041145158931613, 0.004555337596684694, 0.026472847908735275, -0.011109749786555767, 0.04243141785264015, -0.01480165682733059, 0.020382052287459373, 0.009791211225092411, -0.06846191734075546, -0.06308568269014359, 0.013559678569436073, 0.06628420203924179, 0.003842901438474655, 0.0002748727274592966, 0.031457774341106415, 0.007217934355139732, -0.023325370624661446, 0.010199532844126225, 0.04535772278904915, -0.08717665821313858, -0.10337340831756592, -0.008319552056491375, 0.007277481257915497, 0.03936900570988655, 0.06029548496007919, -0.012666475027799606, 0.029126938432455063, 0.08744887262582779, -0.038892630487680435, -0.060091324150562286, -0.04324806109070778, -0.035523977130651474, -0.04426886513829231, 0.019888663664460182, -0.07805747538805008, 0.027119357138872147, 0.02960331365466118, -0.07479090243577957, 0.026251673698425293, -0.023393424227833748, -0.027119357138872147, 0.034060824662446976, 0.01220711413770914, -0.08214069157838821, 0.05958092212677002, 0.052197106182575226, -0.050325632095336914, 0.020569199696183205, -0.014691069722175598, -0.03623853996396065, 0.007166894152760506, 0.026370767503976822, 0.03324418142437935, -0.027017276734113693, 0.018340444192290306, -0.038246121257543564, -0.03960719332098961, -0.04025370255112648, -0.01384039968252182, 0.0077581098303198814, -0.037701692432165146, 0.0363406203687191, -0.07635613530874252, 0.023937853053212166, -0.03423095867037773, 0.015099391341209412, 0.05716501921415329, 0.0756075456738472, 0.032954953610897064, 0.06944869458675385, -0.008102631196379662, 0.010310119949281216, -0.06291554868221283, 0.011424497701227665, -0.05025757849216461, -0.013508638367056847, -0.01128839049488306, -0.02016087807714939, -0.02691519632935524, 0.05512341111898422, -0.022763928398489952, 0.01629883609712124, -0.03508162871003151, -0.053354017436504364, -0.0014163654996082187, 0.04141061380505562, -0.08234485238790512, -0.04440497234463692, 0.020518159493803978, 0.0070180268958210945, -0.014172160997986794, -0.008932034485042095, 0.0181362833827734, -0.025622177869081497, 0.009204248897731304, 0.006596945226192474, -0.04076410457491875, -0.040389809757471085, -0.03637464717030525, 0.051856838166713715, 0.012938689440488815, 0.017166519537568092, -0.04668476805090904, 0.02453332021832466, 0.021147655323147774, 0.02159000374376774, 0.01997373066842556, 0.022678861394524574, 0.04518758878111839, -0.0847267284989357, -0.02921200543642044, -0.019888663664460182, -0.02085842750966549, 0.029926568269729614, -0.01629883609712124, -0.023410437628626823, 0.012913169339299202, 0.009289315901696682, 0.047705572098493576, -0.02434617467224598, -0.021249735727906227, -0.00876190047711134, -0.025213856250047684, 0.026932209730148315, -0.016120195388793945, -0.015150431543588638, 0.07377009838819504, 0.10936212539672852, -0.03548995032906532, -0.06917648017406464, 0.035251762717962265, -0.007086080498993397, -0.003483493346720934, 0.01648598350584507, -0.055191464722156525, 0.050938114523887634, 0.060941994190216064, 0.04304390028119087, 0.027051303535699844, -0.007911230437457561, 0.025043722242116928, -0.02174312435090542, -0.014503922313451767, -0.027731839567422867, 0.0528436154127121, -0.07465479522943497, 0.07771720737218857, -0.020075811073184013, 0.006711785681545734, -0.060091324150562286, 0.012751542031764984, 0.037973906844854355, 0.0037110475823283195, -0.06376621872186661, -0.026966236531734467, 0.01801718957722187, 0.026830129325389862, -0.025554124265909195, -0.02541801705956459, -0.002734903944656253, 0.023682652041316032, -0.02153896354138851, 0.04287376627326012, -0.007077573798596859, 0.055463679134845734, -0.03868846967816353, -0.018068229779601097, -0.040117595344781876, 0.02358057163655758, 0.06260930746793747, 0.0013164117699488997, 0.016775211319327354, -0.05175475776195526, 0.012487834319472313, 0.015882007777690887, 0.020807387307286263, 0.004785018507391214, -0.0196674894541502, 0.006528891623020172, -0.028072107583284378, 0.0037578344345092773, 0.004606377799063921, 0.013032263144850731, 0.020194904878735542, -0.016741184517741203, 0.02979046106338501, -0.020143864676356316, 0.02997760847210884, 0.01720905303955078, -0.07832968980073929, -0.036170486360788345, -0.018952926620841026, -0.01740470714867115, 0.010786495171487331, 0.03055606409907341, -0.060363538563251495, -0.005121033173054457, 0.05713099241256714, -0.007626255974173546, 0.0037067942321300507, -0.04243141785264015, 0.030181769281625748, 0.025486070662736893, 0.02364862523972988, 0.06352803111076355, -0.02779989317059517, 0.026523888111114502, -0.020994534716010094, 0.018000176176428795, -0.05502133071422577, -0.015235498547554016, -0.006443824619054794, 0.002134118229150772, 0.02630271390080452, -0.012428287416696548, -0.019157087430357933, -0.03224039077758789, 0.035558003932237625, -0.061520449817180634, 0.028004053980112076, -0.05022355169057846, 0.03742947801947594, 0.02135181613266468, 0.011960419826209545, 0.03872249647974968, -0.04021967574954033, 0.005121033173054457, -0.003798241261392832, -0.0031177052296698093, 0.01871473900973797, 0.0017598234117031097, -0.003130465280264616, 0.06111212819814682, 0.08105183392763138, -0.009808224625885487, -0.019276181235909462, 0.0218962449580431, -0.03838222846388817, 0.10357756912708282, -0.044609133154153824, -0.009085155092179775, -0.03304002061486244, -0.048318054527044296, -0.026523888111114502, 0.056076161563396454, 0.05355817824602127, 0.00799204409122467, 0.010037905536592007, 0.028191201388835907, 0.0031283386051654816 ]
38,742
pulp.pulp
add_expression
null
def add_expression(self, e): self.expression = e self.addVariableToConstraints(e)
(self, e)
[ -0.004516966175287962, -0.017969222739338875, 0.07799267023801804, 0.04563820734620094, 0.0030948820058256388, 0.032683271914720535, 0.007689939346164465, -0.02431516908109188, -0.025926316156983376, -0.025909876450896263, 0.05869178846478462, -0.03577404096722603, 0.07845300436019897, 0.03429441899061203, -0.025794794782996178, -0.009814845398068428, 0.02063254825770855, -0.015116834081709385, -0.018807677552103996, -0.0326339490711689, -0.05306921526789665, -0.0029202040750533342, 0.04675614833831787, -0.0465259850025177, -0.009823065251111984, 0.03662893548607826, 0.013587888330221176, 0.031631093472242355, 0.027882710099220276, -0.026172921061515808, -0.06950949132442474, -0.06099342554807663, -0.03281479328870773, -0.04330369085073471, 0.028754044324159622, 0.007994084618985653, -0.013587888330221176, 0.026764770969748497, 0.01808430440723896, 0.031910575926303864, 0.0011292415438219905, 0.029756901785731316, 0.02686341293156147, 0.051951274275779724, -0.015240136533975601, -0.010447795502841473, 0.0007619040552526712, 0.007821462117135525, 0.029658259823918343, -0.013892034068703651, 0.025794794782996178, -0.009666882455348969, 0.0635252296924591, -0.011425992473959923, -0.03577404096722603, 0.03187769651412964, 0.051129259169101715, 0.05619286745786667, 0.024430250748991966, 0.0018731640884652734, 0.030266549438238144, 0.00848318263888359, -0.06937796622514725, -0.02842523902654648, -0.0016954035963863134, 0.016136132180690765, -0.04991267994046211, 0.025005660951137543, 0.03922650218009949, 0.008248908445239067, -0.020583227276802063, -0.033571045845746994, 0.0044717551209032536, -0.044980596750974655, 0.01188632007688284, -0.029148610308766365, -0.04991267994046211, 0.019531048834323883, 0.018133625388145447, -0.01749245449900627, -0.04060748219490051, -0.0029469195287674665, 0.024348050355911255, 0.03255174681544304, 0.0372207872569561, -0.0015412759967148304, -0.02027086168527603, -0.0035284943878650665, 0.02018865942955017, 0.001009022002108395, 0.0017025962006300688, -0.02844167873263359, -0.05928363651037216, 0.03488626703619957, 0.04721647500991821, 0.01869259402155876, 0.07016710191965103, -0.0370892658829689, 0.020533906295895576, 0.03107212297618389, 0.03393273055553436, 0.022473858669400215, 0.0048992023803293705, -0.032683271914720535, -0.0020057137589901686, -0.04646022245287895, 0.0326339490711689, -0.0022317676339298487, 0.0046484884805977345, 0.022375216707587242, 0.004849881865084171, 0.0424816757440567, 0.0023180791176855564, -0.004927972797304392, -0.05244448408484459, 0.029247252270579338, -0.042350154370069504, -0.02799779176712036, 0.07089047133922577, 0.02227657474577427, 0.04961675405502319, 0.016136132180690765, -0.056620314717292786, 0.052477363497018814, 0.005322539713233709, 0.010899903252720833, 0.0010943058878183365, -0.01073550060391426, -0.007439225446432829, -0.15177664160728455, -0.02768542617559433, -0.02664968930184841, 0.011878100223839283, 0.06267033517360687, 0.0026345544029027224, 0.008853089064359665, 0.004574507009238005, -0.03916073963046074, -0.03396560996770859, 0.002846222836524248, -0.03197633847594261, 0.05494340509176254, -0.026090718805789948, -0.01406465657055378, -0.011031425558030605, -0.023394513875246048, -0.06678040325641632, 0.04793984815478325, -0.027257978916168213, -0.02311502955853939, -0.04399418085813522, 0.016300534829497337, -0.019021399319171906, -0.06839155405759811, 0.04705207049846649, 0.048137132078409195, 0.01741025224328041, 0.004048418253660202, 0.03113788366317749, -0.009370957501232624, 0.0066336519084870815, 0.016456717625260353, -0.07194264978170395, 0.04096917062997818, -0.005791087634861469, 0.0066747525706887245, -0.02595919743180275, -0.002572903409600258, -0.02387128211557865, 0.032535307109355927, -0.010209412313997746, -0.08489759266376495, 0.030052825808525085, 0.05770537257194519, -0.015092174522578716, -0.0007254272350110114, 0.048893384635448456, 0.034623224288225174, -0.04054172337055206, 0.011828779242932796, 0.05369394272565842, 0.009897046722471714, -0.007418674882501364, 0.034031372517347336, 0.031696852296590805, -0.023394513875246048, -0.0010362511966377497, 0.03383408859372139, 0.006341836880892515, -0.02355891652405262, 0.01718008890748024, -0.02715933695435524, -0.03197633847594261, -0.020221540704369545, -0.02970758080482483, -0.02722509764134884, 0.023361632600426674, -0.018626833334565163, -0.008688686415553093, 0.020533906295895576, -0.09147369861602783, -0.0011836999328806996, 0.015248356387019157, 0.015445640310645103, 0.01185343973338604, 0.004985514096915722, 0.0007321060984395444, 0.02227657474577427, -0.019070720300078392, -0.0399169921875, 0.023460274562239647, 0.04494771733880043, -0.002006741240620613, 0.03781263530254364, 0.0071885110810399055, 0.0026304442435503006, -0.024216527119278908, 0.010069669224321842, 0.016201892867684364, 0.041232213377952576, -0.0046936990693211555, 0.025992076843976974, 0.005865068640559912, -0.057508088648319244, 0.0532664954662323, -0.05431867390871048, 0.01686772331595421, 0.006255525164306164, 0.00010281595314154401, -0.0009042152087204158, -0.0279813501983881, 0.05231295898556709, -0.021059993654489517, -0.045736849308013916, 0.057212162762880325, 0.038897693157196045, 0.011409551836550236, 0.039719708263874054, -0.05402274802327156, 0.011064305901527405, -0.06359098851680756, 0.051063500344753265, -0.043632496148347855, 0.01648137718439102, -0.019859854131937027, -0.008384541608393192, 0.03705638274550438, 0.06704344600439072, -0.08864597231149673, -0.012058942578732967, 0.037023503333330154, -0.041232213377952576, -0.00862292479723692, 0.022753342986106873, -0.05221432074904442, 0.06375539302825928, 0.04221862927079201, 0.02212861180305481, 0.042646076530218124, -0.026600368320941925, 0.024643974378705025, 0.028310157358646393, 0.02587699517607689, -0.017689738422632217, -0.0008965088636614382, 0.0031750283669680357, -0.03531371429562569, -0.01126158982515335, 0.0018433660734444857, -0.02280266396701336, 0.026320884004235268, 0.07516494393348694, 0.04343521222472191, 0.026008518412709236, -0.0030167908407747746, -0.013538568280637264, -0.005597914103418589, 0.05109637975692749, -0.04695343226194382, 0.022112172096967697, 0.0413966178894043, -0.024183647707104683, -0.03039807267487049, 0.06438012421131134, -0.07227145880460739, 0.003962106537073851, -0.009033932350575924, 0.06549806147813797, -0.014426343142986298, -0.030628236010670662, -0.03197633847594261, 0.05316785350441933, 0.08489759266376495, 0.057573847472667694, 0.031548891216516495, -0.009716203436255455, -0.027290860190987587, 0.06812850385904312, 0.011960301548242569, 0.058034177869558334, 0.04343521222472191, 0.035083550959825516, 0.006604881025850773, -0.02438092976808548, -0.05576542019844055, -0.0385688878595829, 0.042514555156230927, 0.028490999713540077, 0.010521776974201202, -0.01964613050222397, 0.024446692317724228, 0.07536222785711288, -0.07799267023801804, 0.04373113438487053, 0.04146237671375275, 0.043106406927108765, 0.03090772032737732, -0.027816947549581528, 0.022177932783961296, 0.009329857304692268, 0.03426153585314751, -0.04484907537698746, -0.0026612698566168547, -0.06431436538696289, 0.005499272607266903, 0.018429549410939217, 0.03302851691842079, -0.029773341491818428, -0.0014374967431649566, -0.04590125381946564, 0.006970677524805069, -0.0327654704451561, -0.00787489302456379, 0.008228358812630177, -0.0691806823015213, -0.06625431776046753, 0.017837699502706528, 0.02640308439731598, 0.0010758106363937259, 0.007250161841511726, -0.03689198195934296, 0.04951811209321022, -0.0689176395535469, -0.003660016693174839, 0.04810424894094467, -0.06605703383684158, -0.036431651562452316, -0.08200410008430481, 0.034097135066986084, 0.0293294545263052, -0.02865540236234665, -0.0077803609892725945, -0.008565383963286877, -0.07680897414684296, 0.020533906295895576, 0.028934886679053307, -0.03689198195934296, -0.029428094625473022, -0.03113788366317749, -0.023065708577632904, 0.015815546736121178, 0.027142897248268127, -0.003588090417906642, -0.03187769651412964, -0.020599666982889175, -0.03528083488345146, 0.043336570262908936, 0.03547811880707741, 0.054877642542123795, -0.015618262812495232, -0.007833791896700859, -0.018495311960577965, 0.05816569924354553, 0.06263745576143265, -0.03383408859372139, 0.007291262969374657, 0.024643974378705025, 0.006362386979162693, -0.02055034600198269, -0.030135028064250946, 0.018643273040652275, -0.014039996080100536, -0.0600070096552372, 0.005914389621466398, -0.014048216864466667, -0.003304495709016919, 0.04840017482638359, 0.00521567789837718, 0.031039241701364517, 0.045868370682001114, 0.03659605607390404, -0.0037997590843588114, 0.06421571969985962, 0.0012494610855355859, -0.026962053030729294, -0.031992778182029724, -0.04343521222472191, -0.040114276111125946, -0.07588832080364227, 0.050241485238075256, 0.011606835760176182, 0.03223938122391701, -0.016900604590773582, 0.027175776660442352, 0.02648528665304184, -0.03261750936508179, -0.015363438986241817, 0.09469599276781082, -0.0038367495872080326, 0.04159390181303024, -0.036267250776290894, -0.06349235028028488, -0.024446692317724228, -0.01703212596476078, -0.03570828214287758, -0.02890200726687908, 0.05918499454855919, -0.10278461128473282, -0.0029859652277082205, -0.02475905604660511, -0.0298719834536314, -0.012954938225448132, -0.04060748219490051, 0.07503342628479004, -0.008877749554812908, -0.01974477246403694, 0.013908473774790764, 0.00946137961000204, -0.030282989144325256, 0.055831179022789, -0.0985758975148201, -0.008442082442343235, 0.017278730869293213, 0.0036004206631332636, 0.013587888330221176, -0.09541936963796616, -0.004455314949154854, -0.06793121993541718, -0.02852388098835945, 0.008281789720058441, 0.012108263559639454, 0.015782665461301804, 0.05477900058031082, -0.009724423289299011, -0.061322230845689774, 0.0003485852503217757, -0.009642221964895725, 0.008248908445239067, -0.04905778542160988, -0.02071474865078926, 0.05507492646574974, 0.030891280621290207, 0.05431867390871048, 0.0028174524195492268, 0.04886050149798393, -0.004225151147693396, -0.0022461528424173594, -0.06793121993541718, 0.052641768008470535, -0.022473858669400215, -0.043698254972696304, 0.04146237671375275, 0.010710840113461018, -0.020895591005682945, -0.043336570262908936, 0.00911613367497921, 0.02549886889755726, 0.0038408597465604544, -0.0031442029867321253, -0.015840206295251846, -0.009650442749261856, -0.014237280003726482, -0.029428094625473022, -0.03348884359002113, 0.0032983305864036083, -0.007336473558098078, 0.02536734752357006, 0.01657179929316044, 0.015157935209572315, -0.038831934332847595, 0.0008410229347646236, -0.0008733897120691836, -0.020451704040169716, 0.00530609954148531, 0.02827727608382702, 0.07424429059028625, 0.02844167873263359, -0.04642734304070473, -0.013785172253847122, 0.00908325333148241, -0.03413001447916031, 0.03376832976937294, 0.010373814962804317, 0.0074762157164514065, -0.04080476611852646, 0.0013922859216108918, -0.017443133518099785, -0.02842523902654648, 0.014829129911959171, 0.010118990205228329, -0.041002050042152405, 0.009395617991685867, -0.014270160347223282, -0.028310157358646393, 0.0069665671326220036, 0.02559751085937023, -0.002574958372861147, 0.028556760400533676, -0.04277760162949562, 0.006687082350254059, 0.033571045845746994, -0.01852819137275219, -0.0123055474832654, 0.012634352780878544, 0.034919146448373795, 0.01770617812871933, 0.025794794782996178, 0.05694912001490593, -0.005421181209385395, 0.0012967268703505397, -0.005256778560578823, 0.0033805319108068943, 0.016538918018341064, -0.04284336045384407, 0.03758247196674347, -0.006843265146017075, -0.05941516160964966, -0.013349505141377449, 0.01718008890748024, 0.03932514041662216, 0.05027436465024948, -0.0007279959972947836, 0.03314359858632088, -0.029904862865805626, -0.03916073963046074, 0.06145375594496727, 0.02355891652405262, -0.00007205465226434171, -0.05829722061753273, -0.0037586581893265247, -0.014788028784096241, 0.018972080200910568, 0.024183647707104683, -0.03764823451638222, -0.016201892867684364, 0.025104302912950516, 0.002877048449590802, -0.05290481075644493, 0.011047866195440292, -0.03705638274550438, -0.003429852658882737, 0.016522478312253952, -0.055929820984601974, 0.026074279099702835, 0.04001563414931297, -0.026156479492783546, 0.04987980052828789, 0.019843414425849915, -0.04389553889632225, 0.022999947890639305, -0.002809232333675027, -0.05297057330608368, 0.04932083189487457, 0.021323038265109062, -0.010242292657494545, -0.000770124199334532, -0.0011364341480657458, -0.01606214977800846, 0.03422865644097328, -0.016917044296860695, 0.0028585530817508698, -0.01185343973338604, 0.05244448408484459, -0.009823065251111984, -0.05385834723711014, -0.04027867689728737, -0.010924563743174076, 0.02176692709326744, -0.011582175269722939, 0.02964181825518608, -0.06447876244783401, -0.01421261951327324, -0.07930789887905121, 0.01388381328433752, 0.0064528086222708225, 0.0400485135614872, 0.04994555935263634, 0.10212700068950653, -0.05655455216765404, -0.015116834081709385, -0.014113977551460266, -0.03164753317832947, -0.01694992557168007, 0.011056086048483849, -0.004964963532984257, -0.04060748219490051, -0.016834843903779984, 0.014746928587555885, -0.007846121676266193, 0.0019903010688722134, -0.054121389985084534, -0.01256859116256237, 0.012634352780878544, 0.0003791538765653968, -0.028326597064733505, -0.044980596750974655, 0.016160791739821434, 0.007833791896700859, -0.056981999427080154, -0.024709735065698624, 0.03187769651412964, 0.02707713656127453, -0.013226202689111233, 0.015363438986241817, -0.04964963719248772, -0.031844817101955414, -0.04488195478916168, 0.07273178547620773, -0.01995849609375, 0.046920549124479294, -0.047315116971731186, 0.07733505964279175, -0.04636158049106598, 0.020057138055562973, 0.007891332730650902, 0.01399889588356018, 0.0720084086060524, -0.06858883798122406, -0.06079614534974098, -0.012058942578732967, -0.031039241701364517, 0.04133085533976555, -0.05139230564236641, -0.04044308140873909, -0.0062884059734642506, -0.016473157331347466, 0.030217228457331657, 0.030628236010670662, 0.012042502872645855, -0.04945235326886177, -0.026090718805789948, -0.013102900236845016, -0.01718008890748024, -0.009395617991685867, 0.05579829961061478, 0.10475744307041168, -0.05576542019844055, -0.06937796622514725, -0.01676086150109768, -0.03181193396449089, 0.02881980501115322, -0.0010008017998188734, -0.016727982088923454, 0.0570477619767189, 0.05678471550345421, 0.06444588303565979, -0.04478331282734871, -0.00630484614521265, 0.020747629925608635, -0.009017491713166237, -0.009929927065968513, -0.002153676236048341, 0.01616901159286499, -0.010973884724080563, 0.06401843577623367, -0.00914901401847601, 0.028112873435020447, -0.03200921788811684, -0.013374164700508118, 0.032749030739068985, 0.006489799357950687, -0.08489759266376495, -0.009823065251111984, 0.015971729531884193, 0.04448739066720009, -0.038305845111608505, 0.0002948974724858999, -0.026205800473690033, 0.03217362239956856, -0.008803768083453178, -0.019481727853417397, -0.01696636527776718, 0.041002050042152405, -0.06214424595236778, -0.05116214230656624, -0.020961353555321693, 0.011869879439473152, 0.0597439669072628, 0.057376567274332047, -0.03524795174598694, -0.04540804401040077, 0.004829331301152706, -0.04165966063737869, -0.012363088317215443, 0.017591096460819244, -0.02707713656127453, -0.023953482508659363, -0.055403731763362885, -0.005918499547988176, 0.034853387624025345, 0.02559751085937023, 0.047841206192970276, -0.01650603860616684, -0.03593844547867775, 0.016555359587073326, -0.02387128211557865, -0.004282691981643438, -0.038009919226169586, -0.005729436408728361, -0.033653248101472855, -0.01122048869729042, -0.00591027969494462, -0.022112172096967697, -0.06089478358626366, -0.024939900264143944, 0.04669038578867912, 0.020665427669882774, 0.020369503647089005, -0.05905347317457199, 0.03442594036459923, 0.026435965672135353, 0.011532854288816452, 0.06293337792158127, -0.04073900729417801, 0.02092847228050232, 0.007870782166719437, -0.004299132153391838, -0.06717497110366821, 0.00774337025359273, -0.05231295898556709, 0.0018125404603779316, 0.08463454246520996, 0.042054228484630585, 0.0252851452678442, -0.029280133545398712, 0.003888125531375408, -0.08713346719741821, -0.022013530135154724, -0.03557676076889038, 0.0011919200187548995, 0.025153623893857002, 0.0015083954203873873, 0.02475905604660511, -0.079833984375, 0.009214774705469608, 0.021553203463554382, -0.017837699502706528, 0.03232158347964287, 0.010110770352184772, 0.04350097104907036, -0.016341635957360268, 0.0664844810962677, 0.03751671314239502, 0.057376567274332047, 0.006350056733936071, -0.03023366816341877, 0.0744415745139122, 0.04823577031493187, -0.0015741564566269517, 0.0008703071507625282, -0.01912004128098488, 0.011689037084579468, 0.03952242434024811, 0.023739758878946304, -0.032896995544433594, 0.01680196262896061, 0.019531048834323883, 0.025465989485383034 ]
38,743
pulp.pulp
asCplexLpAffineExpression
null
def asCplexLpAffineExpression(self, name, constant=1): return LpAffineExpression(self).asCplexLpAffineExpression(name, constant)
(self, name, constant=1)
[ 0.007176050450652838, -0.008773120120167732, 0.054550036787986755, 0.04790347442030907, 0.012208325788378716, -0.01878601312637329, -0.01514417864382267, -0.09050346910953522, 0.0417734831571579, -0.007597917690873146, 0.04928100109100342, 0.006129991728812456, 0.056995145976543427, 0.05875148996710777, -0.025329262018203735, -0.06023233383893967, 0.02736111357808113, -0.052380431443452835, -0.05544542893767357, 0.010357274673879147, 0.012897089123725891, -0.013189813122153282, 0.009926797822117805, -0.04501066729426384, 0.00021752537577413023, 0.008695634081959724, 0.0070899552665650845, 0.048385608941316605, -0.060197893530130386, -0.06267744302749634, -0.0599912665784359, 0.029306869953870773, -0.045974936336278915, -0.020180758088827133, 0.014093814417719841, 0.04335763677954674, -0.01259575504809618, -0.03113209269940853, 0.0450795441865921, -0.0375375896692276, 0.028359821066260338, 0.016995228826999664, -0.04053370654582977, -0.0018553555710241199, 0.000053708725317846984, -0.006241915747523308, 0.018097249791026115, -0.008080052211880684, 0.025776958093047142, 0.018286660313606262, 0.01956087164580822, -0.036848824471235275, 0.024709375575184822, -0.014214348047971725, -0.03080492839217186, 0.02007744461297989, 0.04773128405213356, 0.04156685248017311, 0.02682732231914997, -0.03946612402796745, 0.0044769602827727795, -0.032285768538713455, 0.008682719431817532, -0.003588025225326419, 0.02200598083436489, 0.008153232745826244, 0.04445965588092804, -0.03190695121884346, 0.037365399301052094, -0.005329304374754429, -0.0019360700389370322, -0.053689081221818924, -0.035540174692869186, -0.05458447337150574, 0.03750314936041832, -0.024072270840406418, -0.022092076018452644, 0.01705549657344818, -0.0033921583089977503, -0.01718463934957981, -0.05492885783314705, -0.05461891368031502, 0.017098544165492058, 0.018665479496121407, 0.006358144339174032, -0.06512255221605301, 0.018080031499266624, -0.06446822732686996, 0.012699069455265999, 0.02575973980128765, 0.022402020171284676, -0.019182052463293076, -0.02737833373248577, 0.036607757210731506, 0.04993532598018646, 0.060955531895160675, 0.05193273723125458, -0.008643976412713528, 0.026965074241161346, 0.031218187883496284, 0.03781309351325035, 0.052965883165597916, -0.04476960003376007, -0.06374502182006836, 0.05014195293188095, 0.012294420972466469, 0.03946612402796745, 0.023125220090150833, 0.0460093729197979, -0.02167881838977337, -0.024829909205436707, 0.03729652240872383, -0.01983637735247612, -0.041670165956020355, -0.04377089440822601, 0.01571240834891796, -0.040086012333631516, -0.021764913573861122, -0.0461815670132637, 0.0520704910159111, 0.005221685394644737, -0.006185953505337238, -0.029031364247202873, 0.03233742713928223, -0.024571623653173447, 0.030908243730664253, 0.018217783421278, -0.016693895682692528, 0.004752465523779392, -0.07982764393091202, 0.014016329310834408, -0.021093370392918587, -0.006104162894189358, 0.019750282168388367, 0.012483831495046616, -0.026379626244306564, 0.020163539797067642, -0.016203152015805244, -0.044080838561058044, 0.043047692626714706, -0.010116208344697952, 0.07603944838047028, 0.018321098759770393, 0.0818939283490181, 0.05089959129691124, -0.06491591781377792, 0.04525173455476761, -0.006952202413231134, -0.04056814685463905, 0.0020533748902380466, 0.013775262050330639, 0.02515707165002823, 0.028566449880599976, -0.03836410492658615, 0.062298621982336044, 0.010495027527213097, 0.04745577648282051, -0.04428746551275253, -0.023108001798391342, -0.012810993939638138, 0.004580274689942598, 0.03671107441186905, -0.07679708302021027, 0.03371495380997658, -0.002094270195811987, -0.1054496318101883, 0.02548423409461975, -0.023796765133738518, -0.01407659612596035, -0.004683589097112417, -0.0028583668172359467, -0.07721034437417984, -0.007485993672162294, 0.04266887530684471, -0.021609941497445107, -0.001780022168532014, -0.03142481669783592, 0.013818309642374516, 0.023521259427070618, -0.0045027886517345905, 0.021661600098013878, 0.03705545514822006, 0.017305172979831696, 0.01178645808249712, 0.022143732756376266, 0.011906991712749004, 0.013198423199355602, 0.06236749887466431, 0.03399045765399933, -0.04638819396495819, -0.02331463061273098, 0.003495472716167569, -0.002554880687966943, 0.004446826875209808, -0.039018429815769196, -0.03674551099538803, -0.02331463061273098, 0.03832966461777687, -0.02817041054368019, 0.016263417899608612, -0.0583382323384285, 0.034971944987773895, 0.014507072977721691, 0.04215230047702789, 0.027808809652924538, 0.03326725587248802, 0.022660305723547935, -0.009840702638030052, -0.025518672540783882, 0.014464025385677814, 0.030477765947580338, 0.06839417666196823, -0.03609118610620499, 0.03671107441186905, -0.05031414330005646, 0.009616854600608349, -0.038226351141929626, 0.012018916197121143, 0.04504510760307312, 0.0018984032794833183, -0.037950847297906876, 0.014946158975362778, 0.07528180629014969, -0.022092076018452644, 0.05072740092873573, -0.02679288387298584, 0.030615519732236862, 0.024020612239837646, -0.006844583433121443, 0.006814450025558472, 0.024313336238265038, -0.0638483390212059, -0.029806222766637802, -0.03488584980368614, 0.0465603843331337, -0.033887144178152084, -0.016693895682692528, 0.027533303946256638, -0.06350395828485489, 0.021506628021597862, -0.03574680536985397, 0.013542803935706615, -0.012983184307813644, 0.03190695121884346, 0.006891935598105192, 0.03288843855261803, 0.02357291616499424, 0.030477765947580338, -0.06315957754850388, 0.021627161651849747, 0.014670654200017452, -0.053448017686605453, -0.05003863945603371, -0.01823500357568264, -0.008609538897871971, 0.03994825854897499, -0.029289649799466133, -0.018837669864296913, 0.013069279491901398, 0.016160104423761368, -0.014515682123601437, 0.03677994757890701, -0.02119668386876583, -0.03664219751954079, 0.051347289234399796, -0.012311640195548534, -0.04959094151854515, 0.01899264194071293, 0.00009033289097715169, 0.019888034090399742, 0.024055050686001778, 0.026345187798142433, 0.04483847692608833, 0.024588841944932938, 0.007455860264599323, -0.01650448516011238, -0.04721470922231674, 0.0574084036052227, -0.009634073823690414, 0.004872998688369989, 0.005424009170383215, 0.01005594152957201, -0.05499773472547531, 0.002313813427463174, -0.06522586196660995, -0.026379626244306564, -0.024864347651600838, -0.004055092576891184, -0.025845834985375404, -0.011829505674540997, -0.015652140602469444, 0.05647857487201691, 0.043013256043195724, -0.0375375896692276, 0.03891511633992195, 0.00549719063565135, 0.00884199608117342, -0.023383507505059242, -0.011467905715107918, 0.05227711796760559, 0.0329400934278965, -0.0030305576510727406, -0.04132578521966934, -0.05413677915930748, -0.03671107441186905, -0.02200598083436489, -0.09139886498451233, 0.03884623944759369, -0.007154526654630899, 0.0701160803437233, -0.016513094305992126, 0.016754161566495895, -0.05086515471339226, 0.03932837396860123, 0.015832941979169846, 0.02951349876821041, 0.09353403002023697, -0.01578989438712597, 0.08485561609268188, -0.02331463061273098, 0.02112780697643757, -0.006500201765447855, -0.06374502182006836, -0.036883264780044556, -0.03781309351325035, -0.012647412717342377, 0.0058415718376636505, -0.015032254159450531, 0.03891511633992195, -0.04666369780898094, -0.02059401571750641, 0.059405818581581116, -0.06140322983264923, -0.0281531922519207, -0.0796898901462555, -0.010486418381333351, 0.06488148123025894, 0.05782166123390198, -0.0041218167170882225, -0.042496681213378906, 0.029875099658966064, 0.022901372984051704, -0.08485561609268188, 0.014627606607973576, -0.06488148123025894, -0.004498484078794718, -0.014446806162595749, -0.006517420988529921, 0.024037832394242287, -0.09766660630702972, -0.0701160803437233, -0.06302182376384735, 0.007279364857822657, -0.021093370392918587, 0.007610832341015339, 0.05764947086572647, 0.011941430158913136, -0.05930250138044357, -0.013120937161147594, -0.024571623653173447, 0.07576394081115723, -0.039225056767463684, 0.0016799361910670996, -0.042737748473882675, -0.025673644617199898, 0.008674110285937786, 0.006470068357884884, -0.026965074241161346, 0.039776068180799484, 0.022849716246128082, -0.008945310488343239, -0.010210912674665451, 0.03323281928896904, -0.0070899552665650845, -0.0530003197491169, 0.008867824450135231, -0.045733869075775146, -0.025122633203864098, -0.032578494399785995, -0.027154484763741493, 0.04022376611828804, -0.02951349876821041, 0.004670674912631512, 0.00863106269389391, -0.054653350263834, -0.003161853179335594, 0.017907841131091118, 0.018286660313606262, 0.04687032848596573, 0.02863532491028309, 0.030202262103557587, 0.001406583352945745, 0.028256505727767944, -0.07645270228385925, 0.019784720614552498, -0.0001470347779104486, 0.029306869953870773, 0.03318116068840027, -0.035471297800540924, -0.018062811344861984, -0.007442946080118418, 0.0857510045170784, 0.04308213293552399, -0.04831673204898834, -0.022625867277383804, -0.02655181661248207, 0.05837267264723778, 0.038467418402433395, -0.016771381720900536, 0.03647000715136528, 0.005686600226908922, 0.056444134563207626, 0.008803253062069416, -0.02467493712902069, -0.017735648900270462, -0.07225124537944794, -0.0007393441046588123, -0.05472222715616226, -0.026603475213050842, -0.021868228912353516, -0.0058846198953688145, -0.009186377748847008, 0.004276788327842951, -0.010486418381333351, 0.001838136464357376, 0.023538479581475258, 0.030942682176828384, -0.0007985347183421254, -0.03536798432469368, -0.006250524893403053, -0.09132998436689377, -0.03187251091003418, 0.037158768624067307, 0.005303476005792618, 0.022591428831219673, -0.011467905715107918, 0.05358576774597168, 0.07307776063680649, -0.054550036787986755, -0.0005421318928711116, 0.0673610270023346, 0.027998220175504684, 0.01528193149715662, -0.009728779084980488, 0.004485569428652525, 0.030185041949152946, -0.022935811430215836, -0.0011816591722890735, -0.09622020274400711, -0.013043451122939587, 0.05382683500647545, 0.05578980967402458, 0.03025391884148121, -0.04693920537829399, 0.014119643718004227, 0.05578980967402458, -0.023452382534742355, -0.0530003197491169, 0.009393006563186646, 0.019095957279205322, -0.011166571639478207, 0.032578494399785995, 0.08334033191204071, -0.005488581024110317, 0.0023008992429822683, -0.04173904284834862, -0.01486867293715477, 0.020542358979582787, 0.015290540643036366, -0.04583718255162239, 0.018441632390022278, -0.008368471637368202, -0.005161418579518795, -0.030443329364061356, 0.005557456985116005, -0.005876010283827782, -0.005045189522206783, 0.06694777309894562, 0.07073596864938736, 0.017529020085930824, -0.025518672540783882, -0.03464478254318237, 0.008945310488343239, 0.021661600098013878, 0.014059376902878284, 0.011545391753315926, 0.0109943812713027, 0.006879021413624287, -0.016900524497032166, -0.004545836243778467, -0.05255262553691864, 0.0840979740023613, 0.011424858123064041, 0.08678414672613144, -0.022350361570715904, -0.020025786012411118, -0.02550145424902439, -0.05275925248861313, 0.00838999543339014, 0.04583718255162239, -0.02944462187588215, -0.02088674157857895, -0.03591899573802948, -0.028514791280031204, 0.0515194796025753, 0.027257800102233887, -0.028514791280031204, 0.005260427948087454, 0.02011188305914402, -0.0023676231503486633, 0.010133426636457443, 0.0009255253826268017, -0.023659011349081993, -0.015221664682030678, -0.015996523201465607, 0.0053077805787324905, 0.010271179489791393, 0.027275018393993378, -0.015049473382532597, -0.06147210672497749, 0.011046038009226322, -0.007154526654630899, -0.0397416315972805, 0.010693047195672989, -0.013301737606525421, 0.027395552024245262, -0.022711962461471558, -0.07108034938573837, -0.020232416689395905, 0.04532061144709587, -0.024192804470658302, -0.06457153707742691, 0.02412392757833004, 0.049418751150369644, -0.04962538182735443, 0.02675844542682171, -0.07810573279857635, 0.02221260964870453, -0.04635375738143921, -0.013516975566744804, -0.026190215721726418, 0.0340421162545681, 0.08017202466726303, 0.04229005426168442, 0.01981915719807148, 0.029840661212801933, -0.019664186984300613, 0.04239336773753166, -0.026965074241161346, -0.001081573311239481, -0.02734389528632164, -0.0038527685683220625, -0.060163456946611404, -0.04683589190244675, 0.025845834985375404, 0.010348665527999401, 0.03564349189400673, -0.03297453373670578, -0.07218237221240997, 0.04897105693817139, -0.025243166834115982, 0.0021652989089488983, 0.10958220809698105, -0.03488584980368614, -0.004739550873637199, -0.02038738690316677, 0.0027701191138476133, 0.004192845430225134, 0.06023233383893967, 0.011209619231522083, 0.04714583232998848, -0.039225056767463684, 0.054550036787986755, 0.04535504803061485, -0.03853629529476166, -0.00014434430340770632, 0.04080921411514282, -0.006870411802083254, -0.016203152015805244, 0.042978815734386444, 0.0249332245439291, -0.0006839202251285315, -0.039293933659791946, -0.01823500357568264, 0.023159658536314964, 0.020163539797067642, 0.005716733634471893, 0.045664992183446884, -0.01689191535115242, -0.023159658536314964, -0.02679288387298584, 0.02441665157675743, 0.008764510042965412, 0.045664992183446884, -0.007287974469363689, 0.006922069005668163, 0.009737388230860233, 0.07073596864938736, 0.03347388654947281, 0.026586255058646202, -0.038742922246456146, -0.03166588395833969, 0.0006833821535110474, 0.072871133685112, -0.032578494399785995, -0.007219098042696714, -0.02892805077135563, -0.04494179040193558, -0.0074515556916594505, 0.034971944987773895, 0.03943168744444847, 0.0015712408348917961, -0.05496329441666603, 0.003368481993675232, -0.045664992183446884, -0.005553152412176132, -0.05234599485993385, 0.03476531803607941, -0.04580274596810341, 0.005596200004220009, -0.03891511633992195, -0.012113620527088642, -0.05203605070710182, 0.005604809615761042, -0.010770533233880997, 0.04074033722281456, 0.04745577648282051, -0.0557553730905056, 0.012070572935044765, 0.06708552688360214, 0.033663295209407806, 0.07700371742248535, -0.052380431443452835, 0.007322412449866533, -0.006934983190149069, 0.006224696524441242, -0.009470492601394653, 0.04146353900432587, 0.022694744169712067, 0.04225561395287514, -0.05279369279742241, -0.004321988206356764, -0.037675339728593826, -0.060955531895160675, 0.011993086896836758, -0.0020792034920305014, 0.02252255380153656, -0.059612445533275604, -0.0012290116865187883, -0.018372755497694016, 0.0028002525214105844, -0.005467057228088379, 0.03595343232154846, 0.02997841313481331, 0.02496766299009323, -0.004266026429831982, -0.06343507766723633, 0.01606539823114872, 0.006926374044269323, -0.04983200877904892, 0.0006381820421665907, -0.0340421162545681, -0.004662065301090479, 0.008153232745826244, 0.034662000834941864, -0.014429586939513683, 0.00442099804058671, -0.018407193943858147, -0.065880186855793, 0.016039570793509483, 0.013103717938065529, -0.03056386299431324, 0.01624619960784912, -0.027981000021100044, 0.052931442856788635, -0.02121390402317047, 0.014928939752280712, -0.015350807458162308, 0.05609975382685661, 0.00785620417445898, 0.023194096982479095, -0.011691753752529621, 0.020197978243231773, 0.009952627122402191, -0.007257841061800718, -0.10551850497722626, -0.012535488232970238, 0.01005594152957201, -0.0076926229521632195, -0.03028835728764534, -0.015049473382532597, 0.09925076365470886, -0.015609093941748142, -0.007309498265385628, 0.030374452471733093, 0.01486867293715477, -0.05127841234207153, 0.007485993672162294, 0.020421825349330902, 0.038742922246456146, 0.011416248045861721, -0.005772695876657963, -0.027188923209905624, 0.0032436437904834747, -0.03168310225009918, 0.02734389528632164, 0.0621953085064888, -0.042978815734386444, -0.04025820270180702, -0.023452382534742355, -0.005931972060352564, 0.019457558169960976, -0.00575978122651577, -0.014162691310048103, 0.02142053283751011, 0.012294420972466469, -0.01178645808249712, -0.01031422708183527, -0.018854890018701553, 0.03671107441186905, 0.026465721428394318, 0.003387853503227234, 0.05234599485993385, -0.0007092107553035021, -0.030684396624565125, 0.022298704832792282, 0.011614267714321613, -0.05995682626962662, 0.0035665014293044806, 0.005083932541310787, -0.007946603931486607, 0.08719740808010101, -0.020215196534991264, 0.008936701342463493, 0.03987938165664673, 0.04208342358469963, -0.029375744983553886, -0.01179506815969944, -0.09022796154022217, -0.021919885650277138, -0.009169158525764942, 0.003204900771379471, -0.013052060268819332, -0.022436458617448807, 0.0035342155024409294, 0.036022309213876724, -0.03195860609412193, 0.006461458746343851, 0.01904429867863655, 0.01584155112504959, -0.022092076018452644, 0.0664312019944191, 0.027464428916573524, -0.030202262103557587, 0.0006010534125380218, -0.09057234972715378, 0.02522594854235649, 0.04359870404005051, -0.05547986552119255, -0.005475666373968124, -0.01406798604875803, 0.038226351141929626, -0.003656901651993394, 0.043426513671875, -0.03750314936041832, -0.026172997429966927, 0.054791104048490524, 0.03052942454814911 ]
38,744
pulp.pulp
asCplexLpVariable
null
def asCplexLpVariable(self): if self.isFree(): return self.name + " free" if self.isConstant(): return self.name + f" = {self.lowBound:.12g}" if self.lowBound == None: s = "-inf <= " # Note: XPRESS and CPLEX do not interpret integer variables without # explicit bounds elif self.lowBound == 0 and self.cat == const.LpContinuous: s = "" else: s = f"{self.lowBound:.12g} <= " s += self.name if self.upBound is not None: s += f" <= {self.upBound:.12g}" return s
(self)
[ -0.003936811350286007, 0.011077798902988434, 0.018377671018242836, 0.026604371145367622, 0.0663079097867012, 0.0031092865392565727, 0.0161797646433115, -0.0804309993982315, 0.03207706660032272, -0.10938332974910736, -0.010159797966480255, -0.029499603435397148, 0.010971875861287117, -0.03186522051692009, -0.022773481905460358, 0.027292871847748756, 0.014723321422934532, -0.12364765256643295, -0.004850398749113083, 0.02250867523252964, 0.010327509604394436, 0.06383636593818665, 0.002018057042732835, -0.031494490802288055, 0.0013560373336076736, -0.021502403542399406, 0.034142568707466125, 0.028881719335913658, -0.06764960289001465, -0.06348329037427902, -0.06524867564439774, 0.024468252435326576, -0.016629938036203384, -0.05356181785464287, 0.04127473011612892, 0.03092956729233265, 0.06097644194960594, -0.03230656683444977, -0.013081512413918972, -0.039756499230861664, 0.023797405883669853, -0.02953491173684597, -0.08205515146255493, 0.019966518506407738, -0.03234187513589859, -0.033542338758707047, 0.044770196080207825, 0.013302185572683811, 0.04628842696547508, -0.00807222817093134, 0.06415413320064545, -0.013363974168896675, -0.020566750317811966, -0.035537224262952805, -0.04311073198914528, 0.009577220305800438, 0.02907591126859188, 0.0386972650885582, -0.010751201771199703, 0.001157431397587061, -0.01781274750828743, 0.03324222192168236, -0.006324496120214462, -0.0966019332408905, 0.02358555980026722, 0.027416449040174484, 0.025245023891329765, 0.023091252893209457, 0.03643757104873657, -0.0000935103016672656, -0.022120289504528046, -0.04307542368769646, -0.019789978861808777, -0.015606014057993889, 0.049925122410058975, -0.07492299377918243, -0.023797405883669853, -0.01367291621863842, -0.01790984347462654, -0.043816886842250824, -0.008773969486355782, -0.014555609785020351, 0.03216533735394478, -0.029111219570040703, 0.033383455127477646, -0.07047422230243683, 0.002968055661767721, -0.018307054415345192, 0.019189748913049698, 0.04183965548872948, -0.009612527675926685, 0.04205150157213211, 0.01572076417505741, 0.06362452358007431, 0.042439885437488556, 0.033860109746456146, 0.021943751722574234, -0.01414957083761692, 0.027557678520679474, 0.029817374423146248, 0.01803342066705227, 0.008526815101504326, -0.046782735735177994, 0.012993242591619492, 0.003649936057627201, 0.022543981671333313, 0.048689354211091995, 0.01633865013718605, 0.030205758288502693, -0.04487611725926399, -0.04628842696547508, -0.006677573546767235, 0.006659919396042824, -0.03405430167913437, -0.03207706660032272, 0.04173373058438301, -0.07273391634225845, 0.02310890518128872, -0.005574206821620464, 0.031053144484758377, -0.040992267429828644, -0.01795397885143757, -0.024132829159498215, 0.0063509768806397915, -0.04844219982624054, 0.06659036874771118, 0.025492176413536072, 0.02374444529414177, -0.02701040916144848, -0.03739088028669357, 0.02079625055193901, -0.046641506254673004, 0.011589760892093182, 0.04046265408396721, 0.02169659733772278, -0.007622055243700743, -0.01633865013718605, 0.026163024827837944, -0.024132829159498215, 0.06062336266040802, 0.02436232939362526, 0.04936020076274872, -0.05391489714384079, 0.015676630660891533, 0.0686735212802887, 0.005243197083473206, 0.027628295123577118, 0.014705667272210121, -0.058999206870794296, -0.03015279769897461, -0.05158458650112152, -0.01632099598646164, 0.004300922155380249, -0.019807633012533188, 0.01906617172062397, 0.042298655956983566, 0.016126804053783417, -0.06079990044236183, 0.029446642845869064, -0.03253606706857681, -0.04286357760429382, 0.011483837850391865, -0.05606866627931595, -0.0015193355502560735, 0.008721007965505123, -0.065672367811203, 0.030064526945352554, -0.05924636125564575, -0.011660376563668251, 0.06298898160457611, -0.009859682060778141, -0.0718512162566185, 0.021361174061894417, 0.05066658556461334, -0.0307706817984581, -0.0030761854723095894, -0.021520057693123817, 0.02234978973865509, 0.02372679114341736, -0.0016285688616335392, 0.03276556730270386, 0.019154440611600876, -0.03401899337768555, -0.006033207289874554, 0.013681743294000626, 0.004545869771391153, 0.006708467844873667, 0.00765736261382699, 0.0007221532869152725, -0.0019231676124036312, -0.009965605102479458, 0.008990229107439518, 0.02420344576239586, -0.012242953293025494, -0.003001156495884061, -0.04717111960053444, 0.03590795770287514, -0.002128393854945898, 0.01940159499645233, -0.025121446698904037, 0.004868052434176207, 0.03202410787343979, 0.01287849247455597, 0.04720642790198326, -0.01181043405085802, 0.043216656893491745, 0.01030102837830782, 0.023656176403164864, -0.048689354211091995, 0.027275217697024345, -0.010027393698692322, 0.06327144056558609, -0.005530072376132011, -0.019189748913049698, -0.02812260203063488, -0.0008335933089256287, -0.030258720740675926, 0.00928593147546053, -0.012119376100599766, 0.0415571928024292, 0.028157910332083702, -0.07266329973936081, 0.09476593136787415, -0.001567883649840951, -0.0036411092150956392, -0.0007850452093407512, -0.01219881884753704, 0.05716320499777794, 0.008147257380187511, 0.02750471793115139, 0.0502782016992569, 0.004157484509050846, -0.009153527207672596, 0.0025465695653110743, 0.0005704404320567846, 0.015049917623400688, -0.044734887778759, 0.07464052736759186, -0.04014488309621811, 0.0034711905755102634, -0.06708467751741409, 0.003201969200745225, 0.01876605488359928, 0.034266147762537, 0.01767151616513729, -0.007599987555295229, 0.02702806331217289, 0.03777926415205002, -0.009250624105334282, 0.05511535704135895, -0.005874322727322578, -0.08262007683515549, -0.06422474980354309, -0.031123759225010872, 0.02107871137559414, 0.038979727774858475, -0.07192183285951614, -0.00009895817493088543, -0.014635051600635052, -0.010230413638055325, -0.06044682487845421, 0.045370426028966904, -0.012578376568853855, 0.03440737724304199, 0.03610214963555336, 0.03604918718338013, -0.04614719748497009, -0.014873378910124302, 0.012604857794940472, 0.01741553470492363, 0.009709624573588371, 0.03746149688959122, 0.003325546393170953, 0.0018260714132338762, 0.0035815273877233267, -0.0396505743265152, -0.014326109550893307, 0.03158276155591011, -0.005481524392962456, 0.004417879041284323, 0.013646435923874378, 0.001564573496580124, -0.049607351422309875, -0.019754672423005104, -0.012287088669836521, 0.0025068484246730804, 0.011466183699667454, -0.07640591263771057, -0.0249802153557539, 0.003475604113191366, -0.04815973713994026, 0.013920070603489876, 0.027910755947232246, 0.021749557927250862, 0.0499604307115078, -0.02844037301838398, 0.04466427117586136, -0.032730259001255035, 0.006977688986808062, 0.04738296568393707, 0.011307299137115479, -0.03310099244117737, -0.028157910332083702, -0.007803007028996944, -0.029340719804167747, -0.0008214562549255788, -0.022102635353803635, 0.0033432000782340765, -0.009594874456524849, 0.03182991221547127, -0.03435441479086876, -0.03064710460603237, 0.030735373497009277, 0.01755676604807377, 0.059281669557094574, 0.06411882489919662, 0.024786023423075676, -0.021961404010653496, 0.023691482841968536, 0.0505959689617157, -0.012375357560813427, -0.06143544241786003, -0.01501461025327444, -0.004298715386539698, -0.06966213881969452, -0.0026922139804810286, -0.039791807532310486, -0.019295671954751015, 0.03654349595308304, -0.061188288033008575, -0.011704511009156704, 0.007432275917381048, -0.04667681083083153, 0.011783952824771404, 0.011369087733328342, 0.012295914813876152, 0.045688197016716, 0.04544104263186455, 0.004073628690093756, -0.06231813505291939, 0.05744566768407822, 0.039474036544561386, -0.054903510957956314, 0.06786144524812698, -0.006942381151020527, -0.007551439572125673, 0.003771306248381734, -0.03405430167913437, 0.02406221441924572, -0.03138856589794159, -0.04558227211236954, -0.009806720539927483, -0.03405430167913437, -0.008456200361251831, 0.030364643782377243, 0.021784866228699684, 0.06221221014857292, -0.020655019208788872, 0.011616241186857224, 0.026992755010724068, 0.03760272637009621, -0.008500334806740284, 0.029481949284672737, 0.01614445634186268, -0.00538884149864316, 0.014290801249444485, 0.034583915024995804, 0.013990686275064945, 0.0014487201115116477, 0.006258293986320496, -0.037108417600393295, -0.03186522051692009, 0.009268277324736118, -0.01727430522441864, -0.08904608339071274, 0.05511535704135895, -0.028387410566210747, -0.03536068648099899, -0.028069641441106796, -0.08339684456586838, 0.024874292314052582, -0.019719364121556282, -0.03735557198524475, 0.03488403186202049, -0.06044682487845421, 0.025121446698904037, -0.03048822097480297, -0.03269495442509651, 0.011501491069793701, 0.06764960289001465, 0.05161989480257034, -0.012949108146131039, 0.0260924082249403, -0.019278017804026604, 0.025209715589880943, -0.02249102108180523, 0.06574298441410065, -0.03200645372271538, 0.06143544241786003, 0.009939124807715416, 0.019436903297901154, -0.0016098115593194962, -0.00976258609443903, 0.026304254308342934, -0.017503805458545685, -0.03062945045530796, 0.07266329973936081, 0.026516100391745567, -0.023656176403164864, 0.08014853298664093, -0.006615784950554371, 0.038838498294353485, 0.006452486850321293, -0.03760272637009621, -0.01717720739543438, -0.07541730254888535, -0.025562793016433716, -0.05292627960443497, 0.043357886373996735, -0.028316795825958252, -0.009003469720482826, -0.013708224520087242, 0.07753576338291168, -0.015914956107735634, -0.017600901424884796, 0.01438789814710617, 0.050878431648015976, 0.0019264777656644583, -0.002782690105959773, 0.053385280072689056, -0.06927375495433807, -0.006540756206959486, 0.01282553095370531, -0.012754915282130241, 0.0028753727674484253, -0.008893133141100407, 0.0017742131603881717, 0.04702989012002945, -0.017724478617310524, 0.005128446966409683, 0.05412674322724342, 0.023815060034394264, 0.012242953293025494, 0.042298655956983566, -0.04660619795322418, 0.02091982774436474, -0.049925122410058975, -0.05451512709259987, -0.08721008151769638, -0.0047665429301559925, 0.013999512419104576, 0.013611127622425556, 0.024309368804097176, 0.0013361767632886767, 0.029252449050545692, -0.005446216557174921, -0.10917148739099503, -0.051019661128520966, -0.002001506742089987, -0.05190235376358032, -0.02330309897661209, 0.09483654797077179, 0.05387958884239197, 0.006262707524001598, -0.03781457245349884, -0.02201436646282673, 0.018324708566069603, -0.007410208694636822, -0.02858160249888897, -0.02607475407421589, -0.012913800776004791, -0.0013725877506658435, -0.0001246804022230208, -0.05232604965567589, -0.004629725590348244, -0.00807222817093134, -0.07894807308912277, 0.09095270186662674, 0.06927375495433807, -0.01685943827033043, -0.011872222647070885, -0.010971875861287117, -0.015288244932889938, 0.023232482373714447, 0.014838071539998055, 0.04985450580716133, -0.01984294131398201, 0.05511535704135895, -0.03629634156823158, -0.00816049799323082, 0.02169659733772278, 0.07520545274019241, -0.0038529555313289165, -0.011483837850391865, -0.022897059097886086, 0.009594874456524849, 0.01460857130587101, -0.029128873720765114, 0.016109149903059006, 0.06708467751741409, -0.0505959689617157, 0.006205332465469837, -0.04360504075884819, -0.033648259937763214, 0.04360504075884819, -0.03516649454832077, -0.010742375627160072, 0.02861691080033779, -0.01282553095370531, -0.024274060502648354, 0.042581114917993546, -0.04233396053314209, -0.013063858263194561, -0.018642479553818703, 0.004744475707411766, 0.021908443421125412, -0.0132845314219594, 0.010874778963625431, -0.032253608107566833, -0.032730259001255035, -0.007524958811700344, -0.005741918925195932, -0.04639435186982155, -0.0128078768029809, -0.0017587660113349557, 0.007229256443679333, -0.028316795825958252, -0.05974067002534866, -0.050984352827072144, 0.0793011486530304, 0.029640834778547287, -0.03746149688959122, 0.03604918718338013, 0.06157667189836502, -0.02482132986187935, 0.0341072604060173, -0.059917207807302475, -0.008910787291824818, -0.06553113460540771, -0.03200645372271538, -0.03207706660032272, 0.021767212077975273, 0.12195288389921188, 0.016762342303991318, 0.059634748846292496, 0.0009990982944145799, 0.019737018272280693, 0.045229196548461914, -0.020849211141467094, 0.0256157536059618, -0.0425105020403862, -0.022243866696953773, -0.03746149688959122, -0.03421318531036377, 0.02392098307609558, 0.05292627960443497, -0.0024185790680348873, 0.03078833594918251, 0.0010007533710449934, 0.05317343398928642, -0.013514031656086445, -0.042828269302845, 0.127531498670578, -0.022296827286481857, -0.064719058573246, -0.012066414579749107, -0.0347428023815155, -0.04311073198914528, 0.051972970366477966, 0.026639677584171295, 0.058504898101091385, -0.043357886373996735, 0.020372556522488594, 0.030064526945352554, -0.020849211141467094, -0.00726897781714797, 0.032447800040245056, 0.0331539548933506, -0.005600688047707081, 0.06373044103384018, 0.0013328666100278497, 0.044734887778759, -0.015005783177912235, -0.04667681083083153, 0.021378828212618828, 0.05447981879115105, -0.02095513418316841, 0.007396968547254801, -0.0032880317885428667, -0.03767334297299385, -0.006717294454574585, 0.016885919496417046, -0.002171425148844719, -0.014749801717698574, -0.013319838792085648, 0.002027987502515316, -0.04561758041381836, 0.03841480612754822, 0.04936020076274872, 0.04988981410861015, -0.019278017804026604, 0.01703597791492939, -0.022296827286481857, 0.07485237717628479, -0.006690813694149256, -0.011148413643240929, 0.005331466440111399, -0.03859134390950203, -0.0019496483728289604, -0.011678029783070087, -0.0007420139154419303, -0.020566750317811966, -0.06136482581496239, 0.025580447167158127, -0.0689912959933281, -0.037426188588142395, -0.0203019417822361, -0.02706337161362171, -0.016824129968881607, -0.01970170997083187, -0.02233213558793068, 0.0014917514054104686, -0.019631095230579376, -0.010565836913883686, 0.031053144484758377, 0.06877944618463516, 0.045052655041217804, -0.06051744148135185, 0.014564436860382557, 0.01538534089922905, 0.01460857130587101, 0.07061544805765152, -0.01398185919970274, 0.001475200871936977, -0.06478967517614365, 0.04268703982234001, 0.0036212485283613205, 0.044452425092458725, 0.01695653423666954, 0.005269677843898535, -0.023514945060014725, 0.03636695817112923, 0.001045439625158906, -0.03202410787343979, 0.010680587030947208, 0.01133377943187952, 0.00938302744179964, -0.03497230261564255, 0.006704054307192564, -0.040533266961574554, -0.05296158790588379, 0.0003246655687689781, 0.028881719335913658, -0.018801363185048103, 0.013461070135235786, 0.003232863498851657, -0.022155597805976868, 0.02016071043908596, 0.01157210674136877, -0.06895598769187927, -0.05801059305667877, -0.05575089901685715, 0.038838498294353485, -0.0318828746676445, 0.03516649454832077, -0.005644822493195534, 0.028369756415486336, -0.023073598742485046, -0.04752419888973236, -0.03604918718338013, 0.006576063577085733, -0.007127746939659119, -0.032553721219301224, -0.034477993845939636, -0.012445973232388496, -0.020037133246660233, -0.000696775852702558, 0.031053144484758377, -0.012242953293025494, -0.028352102264761925, 0.08099591732025146, -0.042581114917993546, -0.010495221242308617, -0.032447800040245056, 0.06362452358007431, -0.025262676179409027, -0.042122114449739456, 0.00024522317107766867, 0.009268277324736118, 0.034619223326444626, -0.0317239910364151, 0.058963898569345474, -0.0009913747198879719, -0.016215072944760323, 0.03636695817112923, -0.018165824934840202, -0.0406038835644722, 0.032359529286623, 0.04731235280632973, -0.008323796093463898, 0.020248979330062866, -0.015667803585529327, -0.01008035521954298, 0.021943751722574234, -0.004455393645912409, 0.026604371145367622, 0.07238083332777023, -0.027398794889450073, 0.017124246805906296, 0.02983502671122551, 0.02701040916144848, 0.059917207807302475, -0.02653375454246998, -0.03954465314745903, -0.014670359902083874, -0.012957935221493244, -0.049466121941804886, 0.03453095629811287, -0.014264320954680443, 0.034919340163469315, 0.034266147762537, 0.048830583691596985, 0.023391367867588997, -0.009700797498226166, 0.0151470135897398, 0.029305411502718925, 0.049783892929553986, -0.026215985417366028, -0.014361416921019554, -0.0049607353284955025, -0.035395994782447815, 0.03596091642975807, -0.014917513355612755, -0.01555305253714323, 0.05719851329922676, 0.05158458650112152, -0.02732817828655243, 0.017362574115395546, -0.059458207339048386, 0.007591160945594311, -0.01313447393476963, 0.03567845746874809, 0.03982711210846901, -0.039756499230861664, -0.0010708171175792813, 0.01844828575849533, -0.004682687111198902, 0.0272046010941267, -0.0005925077712163329, -0.02139648050069809, 0.018995555117726326, 0.0415571928024292, 0.020407864823937416, -0.04688865691423416, 0.022296827286481857, -0.08304376900196075, -0.0029879161156713963, 0.012242953293025494, -0.041945576667785645, -0.007291045039892197, -0.021749557927250862, -0.0165769774466753, 0.029305411502718925, 0.07329883426427841, -0.05458574369549751, 0.019330978393554688, -0.016506360843777657, 0.03419553115963936 ]
38,745
pulp.pulp
bounds
null
def bounds(self, low, up): self.lowBound = low self.upBound = up self.modified = True
(self, low, up)
[ 0.01747407391667366, 0.01790717802941799, -0.03764671832323074, 0.013076404109597206, -0.09261759370565414, 0.013742717914283276, -0.02218824252486229, -0.03383207321166992, -0.01669948548078537, -0.05327177047729492, -0.028568195179104805, 0.00433103833347559, 0.007583481725305319, -0.01264330092817545, -0.05783601850271225, 0.05127283185720444, 0.016049828380346298, -0.05360493063926697, -0.0009193045552819967, -0.018306966871023178, -0.017307495698332787, -0.03373212739825249, 0.04460969567298889, 0.05460439994931221, -0.0036959582939743996, 0.007562659215182066, -0.04727495089173317, -0.024070579558610916, 0.07882490009069443, -0.06736430525779724, -0.08682066202163696, -0.006513215601444244, 0.050273362547159195, -0.03861287236213684, 0.04457638040184975, -0.07429396361112595, 0.061833903193473816, 0.01915651559829712, -0.01915651559829712, 0.04884078726172447, -0.02718559466302395, -0.05996822565793991, -0.011918684467673302, 0.03100023977458477, 0.0739608108997345, 0.012768234126269817, 0.04657531902194023, -0.040411919355392456, 0.04507611319422722, -0.0028505728114396334, 0.014117519371211529, 0.017174232751131058, 0.04331038519740105, -0.01782388798892498, -0.03558114543557167, 0.02402060478925705, 0.026152808219194412, 0.0834224596619606, 0.01824033446609974, -0.016949351876974106, -0.0013107637641951442, 0.016591208055615425, -0.013584468513727188, -0.10900890827178955, 0.023087766021490097, 0.010069664567708969, -0.06813056766986847, -0.0075418371707201, 0.025103364139795303, 0.05443781986832619, -0.013076404109597206, 0.042877279222011566, 0.04361022636294365, 0.016299696639180183, -0.0062883347272872925, 0.0019604195840656757, -0.021455297246575356, 0.06356631964445114, 0.017490731552243233, -0.05220567062497139, 0.05553723871707916, 0.030633768066763878, 0.04557584971189499, 0.026435991749167442, 0.020122671499848366, -0.0036709713749587536, -0.03817977011203766, -0.007366929668933153, 0.11260699480772018, -0.008961917832493782, -0.03454836085438728, 0.02833498641848564, -0.015333541668951511, 0.00021212718274910003, 0.07622627913951874, 0.040978286415338516, -0.03334899619221687, -0.03444841131567955, -0.06956314295530319, 0.005105628166347742, -0.00015161237388383597, 0.01978951320052147, -0.023071108385920525, 0.025836309418082237, -0.0017053463961929083, -0.012626642361283302, 0.027951855212450027, -0.054637715220451355, -0.06436589360237122, 0.006504886317998171, -0.009553271345794201, 0.010211256332695484, -0.022371478378772736, 0.035414569079875946, -0.05913533270359039, 0.07122892141342163, -0.018989937379956245, -0.027002358809113503, 0.02507004886865616, 0.036813825368881226, -0.004114486277103424, -0.03824640065431595, 0.023987289518117905, -0.039345819503068924, 0.019256463274359703, 0.022804582491517067, 0.0014440264785662293, 0.09315063804388046, -0.021322034299373627, -0.08415541052818298, 0.018939964473247528, -0.09148485958576202, -0.053305089473724365, 0.045475903898477554, -0.0055762119591236115, -0.021805113181471825, 0.005680323578417301, 0.023154398426413536, -0.007675099652260542, 0.04247749224305153, -0.00221132836304605, 0.060134802013635635, 0.035048093646764755, 0.019956091418862343, 0.01416749320924282, 0.01824033446609974, 0.006646478082984686, 0.06303326785564423, 0.0170576274394989, 0.04480959102511406, -0.03163323923945427, -0.015966540202498436, 0.010269558057188988, 0.0008146725012920797, -0.03671387955546379, -0.003423186019062996, 0.009411679580807686, -0.07009618729352951, 0.006584011018276215, 0.03644735366106033, -0.05990159139037132, 0.03393201902508736, -0.0414113886654377, -0.044476430863142014, -0.003541873302310705, 0.04630879685282707, -0.040112078189849854, -0.029217850416898727, -0.0007974940817803144, 0.00929507426917553, 0.015525107271969318, -0.04747484251856804, -0.0037230271846055984, 0.06643146276473999, 0.058868806809186935, -0.026535939425230026, 0.011294015683233738, 0.016399644315242767, -0.020455827936530113, 0.007591810543090105, 0.05397140234708786, 0.00773340230807662, 0.01335125882178545, -0.06010148674249649, -0.025969572365283966, -0.008603774011135101, -0.019039910286664963, -0.0007516850018873811, -0.025519810616970062, -0.021721823140978813, 0.0026027874555438757, -0.01819036155939102, 0.01874006912112236, -0.04854094609618187, 0.02438707835972309, 0.01698266714811325, 0.018973279744386673, 0.05763612687587738, 0.017807230353355408, 0.028434932231903076, -0.013442876748740673, -0.017390785738825798, 0.014583938755095005, -0.023987289518117905, 0.03154994919896126, 0.059635065495967865, -0.0018448557239025831, -0.016008183360099792, 0.07242828607559204, -0.03056713566184044, -0.020888932049274445, -0.02253805659711361, -0.004964036401361227, -0.019039910286664963, 0.006708945147693157, 0.0027943525929003954, -0.0426773875951767, -0.0027193923015147448, -0.0016220571706071496, 0.01937306858599186, 0.03444841131567955, -0.02895132638514042, -0.03121679276227951, -0.08382225036621094, 0.009328390471637249, 0.05014009773731232, -0.002225903794169426, -0.030350584536790848, -0.01719089038670063, 0.021388666704297066, 0.030916951596736908, -0.001069225138053298, -0.06929661333560944, -0.02500341832637787, 0.019389726221561432, 0.0420110709965229, -0.004195693414658308, -0.013609454967081547, -0.006317485589534044, -0.0041186511516571045, -0.038213085383176804, 0.06459910422563553, -0.014109190553426743, 0.05190582945942879, -0.02042251266539097, -0.0480412095785141, -0.04700842499732971, 0.033149100840091705, 0.03231620788574219, 0.021172113716602325, -0.07702585309743881, -0.025869624689221382, -0.06523209810256958, 0.020605748519301414, 0.017390785738825798, 0.04847431555390358, -0.015600067563354969, -0.022071637213230133, 0.004726662300527096, 0.0376134030520916, -0.002165519166737795, -0.022005006670951843, -0.003604340134188533, 0.011402291245758533, 0.06280005723237991, 0.02467026188969612, 0.019006595015525818, -0.02718559466302395, -0.02571970410645008, 0.04324375092983246, 0.04684184491634369, 0.016499590128660202, -0.010752636007964611, -0.016649510711431503, -0.0031858119182288647, 0.020255932584404945, 0.0575028620660305, -0.030350584536790848, 0.006767247337847948, -0.04057849943637848, 0.07969110459089279, -0.008553801104426384, -0.028368301689624786, 0.044776272028684616, 0.0032461965456604958, -0.05067314952611923, 0.014150834642350674, 0.009694863110780716, -0.0015647958498448133, -0.030900293961167336, -0.014492320828139782, -0.011960329487919807, 0.037946559488773346, -0.027435462921857834, 0.07156208157539368, -0.0610010102391243, 0.01993943378329277, 0.0023445910774171352, 0.014350729063153267, 0.00690467469394207, 0.01067767571657896, -0.1048777624964714, -0.040911655873060226, 0.05197246000170708, 0.0549708716571331, -0.009153483435511589, 0.023204371333122253, -0.025902941823005676, 0.0315832644701004, -0.03408193960785866, -0.03438178077340126, -0.013592797331511974, -0.008228972554206848, -0.00041982962284237146, 0.026669202372431755, -0.01528356783092022, 0.016174763441085815, 0.006509051192551851, -0.05007346719503403, 0.040978286415338516, -0.014508978463709354, -0.02628607116639614, 0.01887333206832409, -0.02916787751019001, -0.04570911452174187, 0.005476264748722315, 0.01218521036207676, 0.046175532042980194, -0.006788069847971201, -0.016816088929772377, -0.040478549897670746, 0.011585528030991554, 0.05680323392152786, 0.039412450045347214, -0.013484521768987179, 0.013126377947628498, 0.030733713880181313, 0.03163323923945427, 0.0005445031565614045, -0.03398199379444122, 0.04101160168647766, 0.014833806082606316, -0.022521398961544037, -0.02408723719418049, 0.09828125685453415, 0.013551153242588043, -0.010427807457745075, -0.011843724176287651, 0.013850993476808071, 0.021105483174324036, -0.005138943437486887, -0.0006845330935902894, -0.016999324783682823, -0.031250108033418655, 0.000007824630301911384, -0.014750516973435879, 0.07129555195569992, -0.09401684999465942, 0.04577574506402016, -0.016807761043310165, 0.038579557090997696, -0.037246931344270706, -0.00990308541804552, -0.033632177859544754, 0.004310216289013624, 0.02626941353082657, -0.009694863110780716, -0.0031691540498286486, -0.014717201702296734, 0.039479080587625504, 0.011169081553816795, -0.0673309862613678, -0.042510807514190674, 0.04810784012079239, -0.02168850786983967, 0.0255864430218935, -0.022488083690404892, 0.007845842279493809, -0.049273889511823654, -0.00038234947714954615, 0.01950632967054844, -0.008270617574453354, -0.02387068420648575, -0.0032774300780147314, 0.019473014399409294, -0.01980617083609104, 0.018573490902781487, 0.006546531338244677, 0.029267825186252594, 0.007308627478778362, 0.02753540873527527, -0.012843194417655468, -0.01296812854707241, 0.0047808000817894936, -0.03163323923945427, 0.01874006912112236, 0.04510943219065666, 0.010810937732458115, 0.06050127372145653, 0.012343459762632847, -0.03233286738395691, -0.0025424028281122446, -0.06096769496798515, 0.05030667781829834, 0.03085031919181347, -0.006479899864643812, 0.020455827936530113, 0.06849703937768936, 0.02713562175631523, 0.014375715516507626, -0.04064512997865677, -0.004801622591912746, -0.023021135479211807, 0.0011400209041312337, 0.00635913060978055, -0.06609831005334854, -0.007042102050036192, -0.020339222624897957, -0.002835997147485614, -0.006046795751899481, 0.010835925117135048, -0.025619758293032646, 0.004934885073453188, 0.042444176971912384, 0.017290838062763214, -0.04291059449315071, 0.03164989501237869, -0.04157796874642372, 0.0006366418092511594, 0.07595974951982498, -0.021172113716602325, -0.00045626863720826805, -0.04101160168647766, -0.0219716913998127, -0.009911415167152882, -0.01613311842083931, -0.017640652135014534, -0.01316802203655243, 0.020838957279920578, -0.018356939777731895, 0.05673660337924957, -0.009145153686404228, 0.04071176052093506, -0.022321505472064018, -0.01528356783092022, -0.023071108385920525, -0.06836377829313278, -0.05673660337924957, 0.010294545441865921, -0.026186125352978706, -0.03121679276227951, 0.02100553549826145, -0.025403205305337906, 0.0033503081649541855, -0.0020509965252131224, -0.05487092584371567, -0.1832362413406372, -0.051472727209329605, 0.007933296263217926, -0.00524721946567297, 0.004368518479168415, 0.010827596299350262, -0.07669269293546677, -0.00424358481541276, -0.03874613717198372, 0.0068588657304644585, 0.03531461954116821, -0.02633604407310486, -0.04830773547291756, -0.019423041492700577, 0.033582206815481186, -0.06536536663770676, -0.02240479551255703, -0.037313561886548996, 0.029551008716225624, 0.01296812854707241, -0.01014462485909462, 0.051672618836164474, 0.02310442365705967, -0.01626638136804104, 0.014409031718969345, 0.00047604984138160944, -0.018973279744386673, 0.0537048764526844, 0.002596540842205286, -0.014084204100072384, -0.08542140573263168, 0.027668671682476997, -0.09528284519910812, -0.024986760690808296, 0.007504357025027275, -0.06306657940149307, -0.041244812309741974, 0.01444234699010849, -0.05137277767062187, 0.004610056988894939, 0.010361176915466785, -0.018306966871023178, 0.010935871861875057, -0.01565004140138626, -0.01264330092817545, -0.00990308541804552, 0.003625162411481142, -0.029267825186252594, 0.001177501049824059, 0.004033279605209827, 0.023570843040943146, -0.0034898174926638603, -0.0072669824585318565, -0.0020062285475432873, 0.09201791137456894, -0.02395397424697876, -0.007071252912282944, 0.05143940821290016, 0.02260468900203705, -0.024320445954799652, -0.038846082985401154, 0.023304319009184837, -0.010411149822175503, -0.028701458126306534, -0.021322034299373627, -0.027385488152503967, 0.055403973907232285, -0.011343988589942455, 0.027935197576880455, -0.02317105606198311, 0.03861287236213684, -0.04694179445505142, 0.00461422186344862, 0.03226623684167862, 0.06942987442016602, -0.00947831105440855, 0.053938087075948715, 0.03154994919896126, 0.008961917832493782, 0.056536708027124405, 0.038013190031051636, -0.05746954679489136, -0.06969640403985977, 0.03951239585876465, 0.015316884033381939, 0.029784217476844788, 0.07689259201288223, 0.016033170744776726, 0.011577199213206768, 0.019672909751534462, -0.04980694130063057, -0.06706446409225464, 0.01972288265824318, -0.030100716277956963, 0.0020062285475432873, -0.005609527695924044, 0.035980936139822006, -0.014567281119525433, 0.03544788435101509, 0.003171236254274845, -0.00007866925443522632, 0.007754224352538586, 0.027152279391884804, 0.05067314952611923, -0.03408193960785866, -0.010802608914673328, 0.042310912162065506, 0.03451504558324814, -0.11140763014554977, 0.008416373282670975, -0.020905589684844017, 0.018856674432754517, 0.027568725869059563, 0.027568725869059563, 0.02205497957766056, 0.060767799615859985, -0.0132762985303998, -0.019256463274359703, -0.023137738928198814, -0.002350837690755725, 0.038446296006441116, 0.005876053124666214, -0.020822299644351006, -0.020938904955983162, -0.001672030659392476, -0.02183842845261097, -0.03183313086628914, -0.03824640065431595, -0.0061509073711931705, 0.06922998279333115, -0.02846824936568737, 0.052738722413778305, -0.019772855564951897, 0.0028193395119160414, 0.03303249552845955, 0.004129061941057444, -0.038146454840898514, -0.04094497114419937, -0.03206634148955345, 0.014242453500628471, -0.04600895568728447, -0.05550392344594002, -0.021388666704297066, 0.03558114543557167, 0.011343988589942455, 0.024470366537570953, -0.05123951658606529, 0.023354291915893555, -0.051039621233940125, -0.0006496557616628706, 0.034281834959983826, -0.017807230353355408, -0.04954041540622711, 0.02661922760307789, 0.02148861438035965, -0.004872418008744717, -0.009278416633605957, -0.011552211828529835, -0.02753540873527527, 0.004784964490681887, 0.001535644638352096, 0.0038167275488376617, 0.0493072047829628, 0.021255403757095337, -0.005205574911087751, -0.014958740212023258, -0.0025174161419272423, 0.0018344445852562785, 0.00863709021359682, -0.047508157789707184, 0.05077309533953667, 0.01123571302741766, -0.0047766356728971004, 0.02916787751019001, 0.013118049129843712, -0.012110250070691109, 0.0005601198645308614, -0.028484907001256943, -0.030667083337903023, 0.014075874350965023, -0.004959871992468834, 0.0026902412064373493, 0.01987280324101448, 0.005776105914264917, -0.004539261572062969, -0.01131067331880331, 0.08022415637969971, 0.04144470766186714, -0.011718790046870708, 0.019739540293812752, -0.004480958916246891, 0.023004477843642235, -0.007354436442255974, -0.052172355353832245, 0.02443705126643181, 0.038446296006441116, -0.008445524610579014, 0.01049443893134594, -0.02015598677098751, 0.027318857610225677, -0.009469982236623764, -0.0036709713749587536, 0.05377150699496269, -0.03584767132997513, -0.10014693439006805, 0.021038852632045746, 0.026785805821418762, -0.052305616438388824, 0.020239274948835373, 0.05237225070595741, 0.028135091066360474, 0.02367079071700573, -0.021088825538754463, 0.04221096634864807, 0.025469837710261345, -0.047374896705150604, -0.04157796874642372, 0.017024312168359756, -0.0028630662709474564, -0.030700398609042168, 0.010177940130233765, -0.023920658975839615, -0.022787924855947495, -0.012026960030198097, -0.006617326755076647, 0.04374348744750023, -0.0521390400826931, -0.01684107631444931, 0.09941399097442627, 0.09241769462823868, -0.05510413274168968, 0.037813298404216766, 0.03721361607313156, 0.11747108399868011, -0.0018021700670942664, -0.06173395365476608, -0.01546680461615324, 0.03811313956975937, -0.009819796308875084, -0.024120552465319633, 0.0014835888287052512, -0.06626489013433456, 0.0657651498913765, 0.009736507199704647, 0.02676914818584919, -0.0008995233802124858, -0.08868633955717087, -0.0018979526357725263, -0.02183842845261097, -0.016316354274749756, 0.004485123325139284, -0.018356939777731895, 0.03817977011203766, 0.01260998472571373, 0.033782098442316055, 0.03334899619221687, -0.005851066205650568, -0.04347696155309677, 0.01943969912827015, 0.037813298404216766, -0.029334455728530884, 0.03191642090678215, 0.016316354274749756, -0.004818280227482319, 0.01592489518225193, 0.01640797220170498, -0.012568340636789799, -0.08768686652183533, 0.006521544419229031, 0.012826536782085896, 0.0024049757048487663, -0.05300524830818176, -0.06563188880681992, -0.00019742142467293888, -0.013109720312058926, 0.015158634632825851, -0.014992056414484978, 0.024220500141382217, -0.0054637715220451355, -0.011710461229085922, -0.06026806682348251, 0.005788599606603384, 0.002367495559155941, 0.021605217829346657, 0.02550315298140049, -0.011752106249332428, 0.01789052039384842, -0.043843433260917664, -0.05746954679489136, -0.0011358564952388406, -0.014400702901184559, 0.003267018822953105, -0.016441287472844124, 0.017557363957166672, 0.05706975981593132, 0.0852881371974945, 0.04644205793738365, -0.03348225727677345, 0.028834721073508263, -0.021955033764243126, 0.003464830806478858, 0.024053920060396194, -0.006509051192551851, -0.01021958515048027, -0.027602041140198708, 0.040745075792074203, -0.01278489176183939, 0.05313850939273834, -0.003916674759238958, 0.06589841842651367, -0.004568412434309721, 0.03288257494568825 ]
38,746
pulp.pulp
fixValue
changes lower bound and upper bound to the initial value if exists. :return: None
def fixValue(self): """ changes lower bound and upper bound to the initial value if exists. :return: None """ val = self.varValue if val is not None: self.bounds(val, val)
(self)
[ 0.04198427125811577, 0.019346024841070175, 0.0006639590137638152, 0.015078021213412285, -0.062484268099069595, -0.004168305080384016, -0.008591162972152233, -0.034025248140096664, 0.04144122451543808, -0.07751986384391785, -0.03236216679215431, 0.017309602349996567, -0.004450434353202581, -0.05522102490067482, -0.035671357065439224, 0.09258940070867538, 0.03889569267630577, 0.029290560632944107, 0.0006888839416205883, 0.024538906291127205, 0.0007424461655318737, -0.05365976691246033, -0.019889071583747864, 0.005413493141531944, -0.004959540441632271, -0.016359271481633186, 0.009656042791903019, -0.023537663742899895, 0.024555876851081848, 0.019159354269504547, -0.02391100861132145, -0.005854718387126923, 0.021755794063210487, -0.009876655414700508, 0.0822715163230896, -0.06214486435055733, 0.011633070185780525, 0.01470467634499073, -0.04751655459403992, -0.0007509312708862126, -0.031836092472076416, -0.07623013108968735, -0.03351614251732826, -0.00876510702073574, 0.0026494720950722694, -0.014882863499224186, 0.07012085616588593, 0.02290976792573929, 0.018582366406917572, 0.03276945278048515, 0.013338575139641762, -0.005642590578645468, 0.036418043076992035, 0.004781353287398815, -0.026795942336320877, 0.05671440064907074, 0.017665976658463478, 0.06893294304609299, 0.03149668872356415, -0.04188244789838791, 0.019142383709549904, 0.01932905614376068, -0.03838658705353737, -0.09184271097183228, 0.012990686111152172, 0.009545736014842987, -0.013635554350912571, -0.01827690377831459, -0.01003787200897932, 0.01927814446389675, -0.047754134982824326, 0.007360823452472687, -0.0008071450283750892, 0.028968127444386482, 0.05016390606760979, 0.008383277803659439, -0.03845446929335594, 0.009079055860638618, 0.02026241645216942, -0.06771109253168106, 0.03940479829907417, 0.020109685137867928, 0.03848841041326523, 0.02995239943265915, -0.011013658717274666, -0.03156456723809242, 0.00803538877516985, 0.0748046338558197, 0.13725495338439941, 0.035128310322761536, 0.004917114973068237, 0.0048959022387862206, 0.009265728294849396, 0.02910389006137848, 0.028374170884490013, 0.06842383742332458, 0.06302731484174728, -0.1018211841583252, -0.052098508924245834, -0.03319370746612549, 0.02789900451898575, 0.04317218437790871, -0.02012665383517742, 0.004581953398883343, 0.03411009907722473, 0.03015604242682457, 0.06906870752573013, -0.04140728339552879, -0.012150662019848824, 0.020381208509206772, -0.05427069216966629, -0.05576407164335251, -0.05033360794186592, 0.036418043076992035, -0.08872019499540329, 0.022078227251768112, -0.0722251608967781, -0.005294701550155878, 0.04514072462916374, 0.028798425570130348, -0.01573137380182743, -0.018039319664239883, -0.02596440352499485, -0.04195033013820648, 0.028798425570130348, 0.03655380755662918, 0.016987167298793793, 0.06720198690891266, -0.025981372222304344, -0.0275086909532547, 0.034449502825737, -0.052200328558683395, -0.04968873783946037, 0.011819742619991302, 0.026100164279341698, -0.013397971168160439, -0.030733028426766396, 0.0018783888081088662, 0.027491720393300056, -0.0041428497061133385, 0.012770073488354683, 0.043817050755023956, 0.023249171674251556, -0.03560347482562065, 0.06794866919517517, 0.04089817777276039, 0.031971853226423264, 0.07365065813064575, -0.07935264706611633, 0.020381208509206772, -0.04819536209106445, 0.00105904636438936, 0.007963265292346478, 0.0001315190311288461, 0.008086299523711205, 0.014068294316530228, 0.026490479707717896, -0.09605132043361664, 0.02277400530874729, -0.02151821181178093, -0.02277400530874729, 0.010784560814499855, 0.01003787200897932, -0.07548344135284424, -0.008731166832149029, 0.04412251338362694, -0.02156912162899971, 0.012524005956947803, 0.010462126694619656, 0.06706622242927551, -0.009919080883264542, -0.033923424780368805, -0.03293915465474129, 0.05864900350570679, 0.04123758152127266, 0.005990480072796345, -0.01390707679092884, -0.01704656332731247, -0.016775039955973625, 0.06574254482984543, 0.009766348637640476, -0.005519556812942028, -0.007657801732420921, -0.02800082601606846, 0.012566431425511837, 0.004492859821766615, -0.0013968594139441848, -0.016876861453056335, -0.013771316036581993, 0.012770073488354683, -0.011420942842960358, 0.0007938870694488287, 0.023435844108462334, -0.044563740491867065, 0.008277214132249355, -0.02131456881761551, 0.03787748143076897, -0.0006342611741274595, 0.02380918711423874, -0.02920570969581604, -0.0032879759091883898, -0.04391887038946152, 0.026745032519102097, -0.001617472036741674, -0.00946088507771492, 0.04619287699460983, -0.005464403890073299, -0.008018418215215206, 0.00250946800224483, -0.009834229946136475, -0.0537276454269886, -0.006045632995665073, 0.004993480630218983, -0.023894038051366806, 0.00011269272363279015, -0.077112577855587, -0.0045183151960372925, -0.014246481470763683, 0.009630586951971054, 0.05471191927790642, 0.02856084331870079, -0.0385562889277935, 0.042934600263834, -0.0645206943154335, 0.032684601843357086, 0.01936299540102482, -0.022197019308805466, -0.030512414872646332, 0.048399005085229874, -0.02346978336572647, 0.041712746024131775, -0.025641968473792076, -0.07202152162790298, -0.055254966020584106, 0.03763989731669426, -0.005023178644478321, 0.018853889778256416, -0.03611258044838905, -0.015162872150540352, -0.00021013877994846553, -0.04385099187493324, 0.020228475332260132, 0.008527524769306183, 0.06316307932138443, -0.03930297866463661, 0.0004756958514917642, -0.02187458425760269, 0.04717715084552765, 0.008680256083607674, 0.024437084794044495, -0.033024005591869354, -0.027186257764697075, -0.05036754906177521, 0.04544619098305702, 0.045310426503419876, 0.003911630716174841, 0.007220819126814604, 0.019295115023851395, 0.03869204968214035, 0.026575330644845963, -0.05080877244472504, -0.023554634302854538, 0.017937500029802322, 0.02336796186864376, -0.024827400222420692, 0.03324461728334427, -0.013525247573852539, -0.02162003144621849, 0.013644038699567318, 0.036825329065322876, 0.019481787458062172, -0.0013512519653886557, -0.004265883471816778, -0.025438327342271805, 0.021687913686037064, 0.039269037544727325, 0.04469950124621391, 0.004403766244649887, 0.02272309549152851, -0.0016270177438855171, 0.060142382979393005, -0.01907450333237648, -0.02072061225771904, 0.02890024706721306, -0.03509436920285225, -0.007021419238299131, -0.017682945355772972, -0.04072847589850426, -0.009834229946136475, 0.01445012353360653, -0.010928807780146599, -0.004424978978931904, 0.03271854296326637, 0.04856870695948601, 0.019702399149537086, -0.04198427125811577, -0.026524418964982033, 0.0038882966618984938, 0.03236216679215431, -0.00390738807618618, -0.0013512519653886557, -0.03889569267630577, -0.05264155566692352, 0.05929386988282204, 0.0832897275686264, -0.019481787458062172, 0.005175910424441099, -0.014441638253629208, 0.01260885689407587, 0.03580711781978607, -0.00011249384988332167, -0.009469370357692242, -0.003504345891997218, -0.036316223442554474, 0.11668708175420761, -0.01271067839115858, 0.03526407107710838, -0.04402069374918938, -0.014110719785094261, 0.03797930106520653, -0.029443293809890747, -0.016444122418761253, -0.0205678790807724, -0.039370860904455185, -0.06964569538831711, 0.0007604769780300558, 0.0005902447155676782, 0.04588741436600685, -0.014348302036523819, -0.011548219248652458, -0.04809354245662689, -0.0067795938812196255, 0.03713079169392586, -0.008866928517818451, 0.01377980038523674, -0.027831124141812325, 0.017063533887267113, 0.029528144747018814, 0.01837872341275215, -0.009189361706376076, 0.03256580978631973, 0.024250412359833717, -0.032905213534832, -0.0036528350319713354, 0.1067086011171341, 0.04836506396532059, -0.0008113876101560891, 0.0006957781151868403, 0.05430463328957558, -0.023045528680086136, -0.02550620771944523, -0.004284975118935108, -0.00813721027225256, -0.013898592442274094, -0.0015347423031926155, -0.01827690377831459, 0.06326489895582199, -0.048263244330883026, 0.023537663742899895, -0.05542466789484024, 0.06496191769838333, -0.016291389241814613, -0.025081953033804893, 0.018039319664239883, 0.049451157450675964, 0.0009816199308261275, -0.04676986485719681, -0.02789900451898575, 0.00752628268674016, -0.002827659249305725, -0.0016991411102935672, -0.08532615751028061, 0.025438327342271805, -0.01660533808171749, -0.0272541381418705, 0.029171770438551903, -0.016291389241814613, 0.003665562719106674, -0.02195943519473076, -0.015926530584692955, 0.06825413554906845, -0.007683257106691599, -0.04697350785136223, -0.0027046252507716417, -0.013482822105288506, -0.01753021404147148, 0.011327606625854969, -0.020958194509148598, 0.022230958566069603, -0.006525041069835424, 0.02465769834816456, 0.017513243481516838, 0.024029800668358803, -0.00312675884924829, 0.006457160227000713, 0.03950662165880203, 0.029019039124250412, -0.02990148775279522, 0.05827565863728523, 0.03346522897481918, -0.008994204923510551, -0.028136588633060455, -0.008650558069348335, 0.07656953483819962, 0.011896108277142048, -0.027983855456113815, 0.03835264593362808, 0.03468708321452141, 0.021535180509090424, 0.051759105175733566, -0.051046356558799744, -0.04548013210296631, 0.00688990019261837, -0.040219370275735855, 0.03170032799243927, -0.026371687650680542, -0.007161423563957214, 0.009291183203458786, 0.028017796576023102, -0.052947018295526505, 0.0014371636789292097, -0.02531953528523445, -0.024997102096676826, 0.08600496500730515, -0.012227027676999569, -0.023741306737065315, 0.03193791210651398, -0.021806703880429268, -0.019430875778198242, 0.02985057793557644, 0.006168666761368513, -0.03171730041503906, -0.010216059163212776, -0.013677979819476604, 0.002077788580209017, -0.020788492634892464, -0.03665562719106674, 0.024335263296961784, 0.02925662137567997, 0.016418665647506714, 0.03940479829907417, 0.023096438497304916, 0.023486753925681114, 0.006092301104217768, 0.01761506497859955, -0.011853682808578014, -0.012150662019848824, -0.0020459694787859917, -0.0894668847322464, -0.05108029395341873, -0.026846852153539658, -0.024029800668358803, -0.00041736080311238766, 0.03210761398077011, -0.0286626648157835, -0.04972267895936966, -0.15436092019081116, -0.01596047170460224, 0.029867548495531082, -0.0341949500143528, -0.014170114882290363, 0.04819536209106445, -0.04008360579609871, -0.008179635740816593, -0.058682944625616074, 0.06234850734472275, 0.02542135678231716, -0.009019659832119942, -0.025302564725279808, -0.029443293809890747, 0.020601820200681686, -0.05820778012275696, 0.0029909973964095116, -0.043409764766693115, 0.02202731743454933, -0.008086299523711205, -0.011073053814470768, 0.038318708539009094, 0.039608441293239594, 0.000010796957212733105, -0.010648799128830433, 0.007492342498153448, 0.0006172909634187818, 0.05705380439758301, 0.005854718387126923, -0.0052225785329937935, -0.0691365897655487, 0.019651489332318306, -0.024403143674135208, 0.02195943519473076, -0.027831124141812325, -0.009274213574826717, -0.03892963379621506, 0.022604303434491158, -0.03743625804781914, -0.018209021538496017, 0.015587126836180687, -0.024080710485577583, 0.03069908730685711, -0.011259726248681545, -0.02985057793557644, 0.0022930980194360018, -0.056748341768980026, -0.008442673832178116, 0.01817508228123188, -0.011446398682892323, -0.02151821181178093, 0.038624171167612076, -0.035671357065439224, 0.005192880518734455, 0.01614714413881302, -0.009605132043361664, 0.004144970793277025, 0.001317311660386622, 0.028391141444444656, -0.0002340031205676496, -0.04327400401234627, -0.03064817748963833, -0.022553393617272377, -0.04432615637779236, -0.055696189403533936, -0.029884519055485725, 0.019889071583747864, -0.04802566021680832, 0.03377069532871246, -0.0514197014272213, -0.009673012420535088, -0.03733443468809128, 0.03205670416355133, -0.011896108277142048, 0.02496316097676754, -0.040456950664520264, 0.06275579333305359, 0.06805049628019333, 0.03784354031085968, 0.035365890711545944, 0.01802235096693039, -0.08084601908922195, -0.11858773976564407, 0.0016641400288790464, -0.005540769547224045, 0.03358402103185654, 0.03590893745422363, 0.0028319016564637423, 0.028781455010175705, -0.02131456881761551, -0.05797019600868225, 0.005061361473053694, -0.026100164279341698, -0.02156912162899971, -0.06095695123076439, 0.009902110323309898, 0.10657284408807755, 0.05349006503820419, -0.011836713179945946, -0.030597267672419548, -0.011174875311553478, 0.03141183778643608, 0.06390976160764694, 0.039065394550561905, 0.0052904593758285046, -0.012201571837067604, 0.1126142367720604, -0.003162820590659976, -0.08878807723522186, 0.01350827794522047, -0.03611258044838905, -0.0029019038192927837, 0.05131787806749344, 0.04822930321097374, 0.022146107628941536, -0.011667011305689812, 0.0005162652232684195, 0.024895280599594116, -0.039608441293239594, 0.0331597663462162, -0.004028300754725933, -0.018310843035578728, -0.05036754906177521, -0.034721024334430695, -0.020330296829342842, -0.008519039489328861, -0.008306912146508694, -0.07921688258647919, 0.030665148049592972, 0.05264155566692352, -0.030444534495472908, 0.07595860213041306, -0.021976405754685402, -0.013576158322393894, -0.017903558909893036, 0.05393128842115402, -0.07012085616588593, -0.06065148860216141, 0.005040148738771677, 0.02046605944633484, -0.07107118517160416, -0.028577813878655434, 0.021433359012007713, 0.009919080883264542, -0.04578559473156929, -0.004713472444564104, -0.017055049538612366, 0.057698674499988556, -0.015408939681947231, -0.017733857035636902, 0.015544701367616653, 0.015493790619075298, -0.009070570580661297, -0.02077152207493782, 0.024895280599594116, 0.004399523604661226, 0.01699565351009369, 0.00524379126727581, -0.039167217910289764, 0.0006188818952068686, -0.007292942609637976, -0.01340645644813776, -0.010869411751627922, -0.018548427149653435, -0.025098923593759537, 0.009927566163241863, -0.03553559258580208, -0.01714838482439518, 0.022655213251709938, -0.01675807125866413, 0.07419370859861374, -0.02396192029118538, -0.03590893745422363, 0.0033855545334517956, 0.0034025246277451515, -0.012396729551255703, 0.0024882552679628134, -0.015264692716300488, -0.06146605685353279, 0.026948673650622368, 0.018853889778256416, 0.00031713058706372976, 0.0032943396363407373, 0.006758381146937609, 0.020381208509206772, -0.019346024841070175, 0.054236751049757004, 0.07242880761623383, -0.018938740715384483, 0.010750620625913143, -0.029969369992613792, -0.014373757876455784, -0.025200743228197098, 0.0013088264968246222, -0.015850163996219635, 0.008943294174969196, -0.032480958849191666, 0.005621377844363451, 0.07548344135284424, 0.017029592767357826, 0.06486009806394577, -0.018209021538496017, 0.013839196413755417, -0.010826986283063889, -0.06652317941188812, -0.011039113625884056, -0.032175496220588684, -0.01797143928706646, 0.061737578362226486, 0.019685430452227592, -0.026049254462122917, 0.030614236369729042, 0.01827690377831459, -0.009189361706376076, 0.023537663742899895, -0.06177151948213577, -0.07643377035856247, 0.019956951960921288, -0.006240790244191885, -0.08810926973819733, -0.016978682950139046, 0.035671357065439224, -0.03875993192195892, -0.020347267389297485, 0.028425080701708794, -0.0007456280873157084, -0.027695363387465477, -0.005447433330118656, 0.04748261347413063, 0.022078227251768112, -0.06082119047641754, 0.050605129450559616, 0.04534436762332916, 0.025387415662407875, -0.02531953528523445, -0.0722251608967781, -0.02216307818889618, 0.027033524587750435, -0.044156454503536224, -0.046260759234428406, -0.024250412359833717, 0.005460161250084639, 0.05165728181600571, 0.0223667211830616, 0.03923509642481804, -0.0028149315621703863, -0.07052814215421677, 0.019753310829401016, 0.015078021213412285, 0.005328642204403877, 0.0015867134789004922, -0.02681291289627552, 0.01871812902390957, 0.0012897350825369358, 0.05403311178088188, 0.05386340990662575, -0.032175496220588684, -0.055390726774930954, -0.03872599080204964, 0.055696189403533936, -0.05250579118728638, 0.0014615582767874002, 0.004289217293262482, 0.007912354543805122, 0.03774172067642212, 0.029833607375621796, 0.0020640003494918346, -0.060244202613830566, 0.03424585983157158, 0.03041059523820877, 0.021195776760578156, -0.0447334423661232, -0.024437084794044495, 0.021467300131917, 0.01936299540102482, 0.03859023004770279, 0.006737168412655592, 0.006724440958350897, -0.01422951091080904, 0.004535285290330648, -0.012820984236896038, 0.04123758152127266, -0.04697350785136223, 0.010377275757491589, 0.020194536074995995, -0.04514072462916374, 0.021637002006173134, -0.025523178279399872, 0.008782077580690384, 0.012269453145563602, -0.0009535129647701979, 0.020296357572078705, -0.008018418215215206, 0.011242755688726902, 0.03763989731669426, 0.05892052873969078, 0.05620529502630234, 0.011845198459923267, 0.07202152162790298, -0.06292549520730972, -0.003167063230648637, 0.039167217910289764, 0.03570529818534851, 0.0027300806250423193, -0.06866142153739929, 0.015408939681947231, 0.02107698656618595, 0.05586589127779007, -0.024589816108345985, 0.030393624678254128, 0.010920322500169277, 0.0367574468255043 ]
38,747
pulp.pulp
getLb
null
def getLb(self): return self.lowBound
(self)
[ 0.011597583070397377, -0.004293857142329216, -0.006482473574578762, 0.029515057802200317, -0.033700525760650635, 0.015591287054121494, 0.02923157997429371, -0.02491270937025547, -0.019643355160951614, -0.09251386672258377, -0.05072587728500366, -0.03948681056499481, -0.016391696408391, -0.0693020224571228, -0.03671873360872269, 0.07637229561805725, -0.023395268246531487, -0.04558992385864258, 0.017875786870718002, -0.01261476892977953, -0.023745447397232056, 0.016049854457378387, 0.06303215771913528, -0.016408370807766914, 0.003822783473879099, 0.02317849174141884, -0.00977998971939087, -0.01875957101583481, 0.05246009677648544, -0.011180703528225422, -0.07490488141775131, -0.020643865689635277, 0.034984514117240906, -0.05552832782268524, 0.02881469950079918, -0.022294707596302032, 0.05282694846391678, -0.010096817277371883, -0.041387781500816345, 0.008470987901091576, -0.00404581381008029, -0.08664420247077942, -0.009821677580475807, 0.014315636828541756, 0.021044069901108742, -0.010296919383108616, 0.03525131568312645, -0.029731834307312965, 0.03928671032190323, -0.01997685804963112, 0.0035622338764369488, 0.03323362022638321, -0.005065083969384432, -0.02129419706761837, -0.056562189012765884, 0.013014973141252995, 0.003874893533065915, 0.0003514814015943557, -0.031716179102659225, 0.029698483645915985, -0.027197208255529404, 0.02401225082576275, 0.014432363212108612, -0.07503828406333923, 0.06253190338611603, -0.016966989263892174, -0.06586693227291107, 0.05059247836470604, -0.006236515007913113, 0.05125948414206505, -0.002271992387250066, -0.01812591403722763, -0.006098944693803787, 0.04198808595538139, -0.037986043840646744, -0.0010573102626949549, 0.0009228666312992573, 0.021460948511958122, 0.02411230094730854, -0.01879291981458664, 0.01955997943878174, 0.05165968835353851, 0.08917883038520813, 0.021377572789788246, 0.02609664760529995, -0.06023072823882103, 0.012556405737996101, 0.029865235090255737, 0.042955245822668076, 0.023995574563741684, -0.0392533577978611, 0.04268844425678253, -0.017592309042811394, 0.03865305334329605, 0.023928873240947723, 0.00696605397388339, -0.026630252599716187, 0.016224943101406097, -0.013456865213811398, -0.030598944053053856, 0.0013621532125398517, 0.030115364119410515, -0.021560998633503914, 0.042254891246557236, 0.022228006273508072, 0.011355793103575706, 0.023061765357851982, -0.020193634554743767, -0.04108762741088867, 0.034150756895542145, 0.007362089119851589, -0.017909135669469833, -0.04872485622763634, 0.04555657505989075, -0.04749089479446411, 0.07130303978919983, -0.0011370383435860276, 0.0048399693332612514, -0.014115534722805023, 0.037385739386081696, 0.013948782347142696, -0.04979206994175911, -0.030498892068862915, -0.050225622951984406, -0.03581827133893967, 0.0788402184844017, 0.0003947326331399381, -0.011230729520320892, -0.0018519865116104484, -0.023895524442195892, 0.08971243351697922, -0.021077418699860573, -0.049391865730285645, 0.03336702287197113, -0.003887399798259139, -0.059697121381759644, 0.03051556833088398, 0.04268844425678253, -0.004087502136826515, 0.03268333896994591, 0.029498381540179253, 0.042988598346710205, 0.06870171427726746, -0.023878848180174828, 0.03598502650856972, 0.028898075222969055, -0.00523600447922945, 0.037452440708875656, 0.03239986300468445, 0.014657477848231792, -0.008149990811944008, -0.02676365338265896, 0.026496849954128265, 0.007591372821480036, -0.007132805418223143, 0.01649174652993679, -0.0173255056142807, -0.06720095127820969, -0.0010083268862217665, -0.06106448546051979, -0.05879666283726692, 0.00603641290217638, -0.042855195701122284, -0.10178525745868683, -0.054127614945173264, 0.008066615089774132, -0.0008645035559311509, -0.009354772046208382, -0.0014153053052723408, 0.05049242451786995, -0.018175939098000526, -0.030982472002506256, -0.0423215888440609, 0.058996763080358505, 0.013206737115979195, 0.001915560569614172, 0.00760387908667326, 0.06876841932535172, -0.019359877333045006, 0.014549088664352894, 0.01840939186513424, 0.03421745449304581, -0.010497021488845348, -0.0895790308713913, -0.0074079460464417934, 0.01795916259288788, 0.0177090335637331, -0.019893482327461243, -0.03741908818483353, 0.013807043433189392, -0.021077418699860573, -0.031299300491809845, 0.021761100739240646, -0.05476127192378044, 0.004089586436748505, 0.032233111560344696, 0.014082184061408043, 0.05732924863696098, -0.007316232193261385, 0.008579377084970474, 0.009104644879698753, 0.0008556448738090694, -0.008579377084970474, 0.013073336333036423, -0.007182830944657326, 0.02898145094513893, -0.028964776545763016, -0.0009655967587605119, -0.04562327638268471, -0.01653343439102173, -0.037452440708875656, -0.01048868428915739, -0.029481707140803337, 0.03064896911382675, 0.03445090726017952, -0.03671873360872269, -0.09624910354614258, -0.0022970051504671574, -0.040453970432281494, 0.03079904615879059, 0.015032668597996235, -0.07197005301713943, 0.027130506932735443, -0.05682899057865143, -0.01489092968404293, 0.038086097687482834, 0.007045260630548, -0.007562191225588322, 0.033216945827007294, 0.04872485622763634, 0.04102092608809471, -0.016233282163739204, -0.0037143949884921312, -0.005677896551787853, -0.002647183835506439, 0.0701691284775734, -0.023928873240947723, 0.016825249418616295, -0.04012046754360199, 0.024245701730251312, -0.015824738889932632, 0.024245701730251312, 0.021911177784204483, 0.040720775723457336, -0.016266630962491035, -0.010430321097373962, 0.0005674770218320191, 0.03268333896994591, 0.013006635010242462, 0.0057779476046562195, -0.058196354657411575, -0.03705223649740219, 0.004898332059383392, -0.0025846518110483885, 0.04338880255818367, -0.06086438521742821, -0.02356201969087124, -0.014674153178930283, -0.02136089652776718, 0.025979921221733093, -0.02084396779537201, -0.0074371276423335075, -0.012939934618771076, 0.001978092361241579, -0.035051215440034866, 0.0865107998251915, -0.012731495313346386, -0.0015174407744780183, 0.007891525514423847, 0.07010243088006973, 0.1062542051076889, -0.016850262880325317, -0.018676195293664932, -0.019326526671648026, 0.0029515058267861605, -0.0612979382276535, 0.027614086866378784, 0.031366001814603806, -0.0010515780886635184, -0.02401225082576275, 0.03945346176624298, 0.017592309042811394, -0.05939696729183197, 0.01802586205303669, -0.06199829652905464, -0.024762632325291634, 0.002167772501707077, -0.06499982625246048, -0.04198808595538139, -0.02619669772684574, -0.014782541431486607, -0.010947251692414284, -0.0005018184892833233, -0.008279223926365376, 0.07557188719511032, -0.05812965705990791, 0.03169950470328331, -0.006340734660625458, 0.06193159520626068, 0.018559468910098076, -0.032833416014909744, -0.09818342328071594, -0.014857579953968525, 0.03083239682018757, -0.021377572789788246, -0.0017394290771335363, 0.05566173046827316, 0.006874340120702982, -0.001361111062578857, -0.01705036498606205, -0.048358004540205, 0.01098060142248869, 0.05799625441431999, -0.054160963743925095, 0.027397310361266136, 0.006603368557989597, 0.004393908195197582, 0.04962531849741936, -0.028030967339873314, 0.045456524938344955, -0.05072587728500366, 0.026730302721261978, -0.016400033608078957, -0.010938913561403751, 0.010055129416286945, 0.011614258401095867, 0.015557937324047089, -0.00036320611252449453, 0.004381401930004358, -0.010663773864507675, -0.023578695952892303, -0.03755249083042145, 0.018592817708849907, 0.0014205164043232799, -0.00408124877139926, 0.027113832533359528, 0.07363756746053696, 0.05619533360004425, -0.04512301832437515, -0.08917883038520813, 0.006140632554888725, 0.005035902373492718, -0.006503317505121231, 0.048524755984544754, 0.06246520206332207, 0.017058702185750008, 0.02843117155134678, -0.014849241822957993, 0.02919822931289673, 0.01972673088312149, -0.019259825348854065, -0.02126084640622139, -0.04659043624997139, 0.0036372721660882235, 0.020660540089011192, -0.023478643968701363, 0.012047813273966312, -0.048591457307338715, 0.05716249346733093, 0.058896712958812714, 0.011714309453964233, -0.08217525482177734, -0.04288854822516441, -0.0015945634804666042, -0.012531393207609653, 0.034184105694293976, -0.0023261867463588715, 0.006461629644036293, 0.006274034269154072, 0.024162326008081436, -0.04408916085958481, -0.07997412979602814, -0.029898585751652718, 0.00810830295085907, 0.013748680241405964, -0.0011901905527338386, -0.0027972604148089886, 0.009546536952257156, -0.03765254095196724, -0.001965586096048355, 0.020693890750408173, 0.02446248009800911, -0.004510634578764439, 0.00922137126326561, 0.02216130495071411, -0.0005815466865897179, -0.020660540089011192, -0.023962223902344704, 0.023828823119401932, -0.006861833855509758, 0.04962531849741936, -0.01649174652993679, -0.03308354318141937, -0.01969338022172451, -0.0415545329451561, -0.011330780573189259, 0.046090178191661835, -0.029848560690879822, 0.0945148840546608, -0.025062786415219307, 0.005915517918765545, 0.019193124026060104, -0.05539492517709732, 0.02641347423195839, -0.02676365338265896, -0.0006628381670452654, 0.04722409322857857, 0.033316995948553085, -0.030332140624523163, -0.03501786291599274, -0.05759605020284653, 0.03788599371910095, -0.033667176961898804, -0.05059247836470604, -0.0016352091915905476, -0.020693890750408173, -0.0038832309655845165, 0.05205989256501198, -0.00654083676636219, -0.023511994630098343, 0.012339628301560879, -0.018709544092416763, 0.03548476845026016, -0.005748766008764505, 0.00867942813783884, -0.011989450082182884, 0.005035902373492718, -0.005865492392331362, -0.032416537404060364, 0.03461765870451927, -0.003074485110118985, 0.0030578100122511387, -0.02436242811381817, -0.02683035470545292, -0.00998842902481556, -0.009646588005125523, -0.03351709991693497, -0.0007957184570841491, 0.006257358938455582, -0.024295728653669357, 0.10545379668474197, 0.01645839586853981, 0.046890586614608765, 0.05122613161802292, 0.024379104375839233, -0.0537274107336998, -0.06279870122671127, -0.03413407877087593, 0.021794451400637627, -0.04475616663694382, -0.015749702230095863, -0.05996392294764519, 0.09644920378923416, 0.035651519894599915, -0.05205989256501198, -0.030015312135219574, -0.13820384442806244, -0.06586693227291107, 0.012898246757686138, -0.007232856471091509, -0.006995235104113817, 0.051026031374931335, -0.014265610836446285, 0.010713798925280571, -0.044589415192604065, -0.019426576793193817, 0.04498961940407753, -0.02241143397986889, -0.039720263332128525, -0.01569133810698986, 0.040487322956323624, -0.0415545329451561, -0.014290623366832733, -0.05959707126021385, 0.020893992856144905, 0.040587373077869415, -0.023328568786382675, 0.010338607244193554, 0.039686914533376694, -0.06780125945806503, 0.0035455587785691023, -0.019059723243117332, 0.007474646437913179, 0.021377572789788246, -0.01229794044047594, -0.009004593826830387, -0.10798842459917068, 0.0674344003200531, -0.03758583962917328, -0.05452781915664673, -0.035851623862981796, 0.03671873360872269, -0.0037998552434146404, 0.014023820869624615, 0.007441296242177486, 0.03323362022638321, 0.040587373077869415, -0.01969338022172451, 0.05622868612408638, 0.06446622312068939, -0.033000167459249496, 0.009679938666522503, 0.009488173760473728, -0.03231648728251457, 0.021861152723431587, -0.03708558529615402, 0.0037790113128721714, 0.014765866100788116, -0.0018603240605443716, 0.029031477868556976, 0.06379921734333038, 0.004431427456438541, -0.00006116401345934719, 0.07156984508037567, -0.022244680672883987, 0.02077726647257805, -0.009754976257681847, 0.027530711144208908, 0.03263331577181816, 0.009296408854424953, 0.025096137076616287, 0.00015776276995893568, 0.014023820869624615, -0.06806805729866028, 0.019993532449007034, -0.0081958482041955, -0.00861272681504488, -0.06086438521742821, -0.012814871035516262, 0.0742378756403923, 0.06093108281493187, -0.01895967312157154, 0.04088752716779709, 0.0247793085873127, -0.027363959699869156, 0.046923939138650894, -0.06466632336378098, -0.019093073904514313, -0.0803743377327919, -0.042254891246557236, -0.018326016142964363, -0.059830524027347565, 0.06903521716594696, 0.02849787101149559, 0.016866937279701233, 0.011864385567605495, -0.06836821138858795, 0.03598502650856972, -0.022044580429792404, -0.03151607885956764, 0.07877352088689804, -0.008145822212100029, 0.05165968835353851, -0.07230355590581894, 0.03688548505306244, 0.024712607264518738, -0.027497360482811928, 0.035851623862981796, 0.04168793559074402, 0.030715670436620712, -0.002054173033684492, -0.019293176010251045, 0.05159298703074455, 0.016850262880325317, -0.0384863018989563, -0.016891950741410255, -0.02359537035226822, 0.028297768905758858, 0.039920367300510406, -0.005298536270856857, 0.01205615047365427, -0.0003301163378637284, -0.015274458564817905, -0.01525778416544199, 0.027580738067626953, 0.043655604124069214, 0.00534856179729104, 0.006745107937604189, -0.042154837399721146, -0.0411209799349308, 0.016900287941098213, -0.019059723243117332, 0.012489705346524715, -0.04088752716779709, -0.013165049254894257, 0.04839135333895683, -0.038986556231975555, 0.011914411559700966, -0.06046418100595474, 0.012247915379703045, -0.004348051734268665, -0.013965457677841187, -0.014190572313964367, -0.0003233420429751277, -0.007974902167916298, 0.021977879106998444, -0.0277975145727396, -0.03336702287197113, 0.004385570529848337, 0.07570528984069824, 0.025979921221733093, 0.04328875243663788, -0.02961510792374611, 0.03273336589336395, 0.027880890294909477, -0.0006920197047293186, 0.032233111560344696, -0.07290385663509369, -0.05239339545369148, -0.03845294937491417, 0.03016538918018341, 0.013990470208227634, -0.009454823099076748, -0.027397310361266136, -0.03013203851878643, -0.027580738067626953, 0.02404559962451458, -0.002749319188296795, 0.05686234310269356, 0.0009124446660280228, -0.001666475203819573, 0.009504849091172218, 0.020443763583898544, 0.0053235492669045925, 0.005848817061632872, -0.042188189923763275, 0.04732414335012436, -0.021894503384828568, 0.007758124731481075, 0.03835289925336838, 0.010938913561403751, -0.005736259743571281, 0.02999863773584366, -0.039653562009334564, -0.05716249346733093, 0.015674663707613945, 0.04635698348283768, -0.006732601206749678, -0.008412624709308147, 0.03173285722732544, -0.05836310610175133, 0.017442231997847557, 0.011164029128849506, -0.00016193157352972776, 0.02863127365708351, 0.011189041659235954, -0.017759060487151146, 0.03521796688437462, 0.001873872592113912, -0.020160285755991936, -0.03628517687320709, 0.012464691884815693, 0.004577334970235825, 0.0017915390199050307, -0.046957287937402725, -0.009254720993340015, 0.03588497266173363, 0.03320027142763138, -0.008058277890086174, -0.07163654267787933, -0.11312437802553177, -0.03131597489118576, 0.0070827798917889595, -0.05352730676531792, 0.02958175726234913, 0.020693890750408173, -0.008129146881401539, 0.012097838334739208, -0.005277692340314388, -0.012473030015826225, 0.020410412922501564, -0.015741363167762756, -0.03595167398452759, 0.016341669484972954, -0.012464691884815693, -0.004231325350701809, -0.026730302721261978, -0.04642368480563164, 0.018259314820170403, -0.005031733773648739, 0.02202790416777134, 0.049325164407491684, -0.06526663154363632, 0.013948782347142696, 0.05025897175073624, 0.040520671755075455, -0.028681298717856407, 0.023828823119401932, 0.04755759611725807, 0.029765184968709946, -0.019993532449007034, -0.038986556231975555, -0.009821677580475807, 0.06560013443231583, 0.0048608132638037205, -0.009354772046208382, 0.006790964398533106, -0.034951165318489075, 0.043021947145462036, 0.03458430990576744, 0.03064896911382675, -0.014532414264976978, -0.04992546886205673, 0.0066408878192305565, 0.015824738889932632, -0.0070077418349683285, 0.028381144627928734, -0.022644884884357452, -0.007945720106363297, 0.023361917585134506, 0.03310022130608559, 0.04982541874051094, 0.015024331398308277, -0.03176620602607727, -0.008846179582178593, 0.05692904442548752, -0.06079768389463425, 0.04088752716779709, -0.058163005858659744, 0.04882491007447243, -0.008275055326521397, 0.00693270331248641, 0.015057682059705257, -0.016958652064204216, 0.004058320540934801, 0.04278849437832832, 0.032866768538951874, -0.01445737574249506, -0.12446349859237671, 0.05366070941090584, 0.02014360949397087, -0.0006805555312894285, 0.007349582854658365, 0.021110769361257553, 0.031782880425453186, 0.03755249083042145, 0.001476795063354075, 0.043855708092451096, 0.028681298717856407, 0.030332140624523163, 0.07650569826364517, -0.014965968206524849, 0.018659519031643867, -0.027747489511966705, -0.03096579760313034, 0.01910974830389023, -0.015983153134584427, 0.037285689264535904, 0.00864607747644186, 0.0007180746761150658, 0.030148714780807495, 0.035651519894599915, 0.05542827770113945, -0.04652373492717743, -0.011489194817841053, -0.03608507663011551, 0.006294878199696541, -0.00010174461203860119, -0.024862684309482574, 0.018659519031643867, -0.0029160710982978344, -0.01369031798094511, -0.03441755846142769, 0.08877862244844437, -0.03741908818483353, 0.03350042551755905, -0.06273200362920761, 0.021627699956297874 ]
38,749
pulp.pulp
getUb
null
def getUb(self): return self.upBound
(self)
[ -0.025039440020918846, -0.02191580832004547, -0.02515699714422226, 0.04661937430500984, -0.040540046989917755, -0.014291457831859589, 0.02255396917462349, -0.009026626124978065, -0.01639067381620407, -0.06717488914728165, -0.02048834227025509, -0.02376311831176281, -0.02937222085893154, 0.03350347653031349, -0.04383161664009094, 0.08631973713636398, 0.04510793834924698, -0.04154767096042633, 0.016105180606245995, -0.0017685889033600688, -0.036140091717243195, -0.01917843148112297, 0.057468120008707047, 0.013812837190926075, -0.03446071967482567, -0.01855706423521042, -0.025274552404880524, -0.051724664866924286, 0.07409390807151794, -0.02411578595638275, -0.07980377227067947, -0.01394718699157238, 0.06482376903295517, -0.04672013595700264, 0.0675443559885025, -0.020051704719662666, 0.05656125769019127, 0.01681891269981861, -0.019783005118370056, -0.026802781969308853, -0.005088497884571552, -0.07772134989500046, 0.02475394681096077, 0.01765020191669464, 0.05897955596446991, 0.005579714197665453, 0.051724664866924286, -0.05148955434560776, -0.0012574299471452832, 0.016533419489860535, 0.04725753515958786, 0.028498947620391846, 0.01619754545390606, 0.02443486638367176, -0.04064080864191055, -0.001025991514325142, -0.005688873585313559, -0.010571648366749287, -0.046384263783693314, 0.047324709594249725, -0.0664023831486702, 0.018976906314492226, 0.02327609993517399, -0.09679901599884033, 0.06405125558376312, 0.006310241296887398, -0.05337044969201088, 0.01534106582403183, 0.0053362054750323296, 0.06704054027795792, -0.013913599774241447, 0.032898902893066406, 0.0007294773240573704, 0.058106280863285065, 0.005902993492782116, -0.014954810030758381, -0.004059882368892431, 0.04363009333610535, -0.007943430915474892, -0.00992508977651596, 0.05894596874713898, 0.05646049603819847, 0.06751076877117157, -0.0010060489876195788, 0.03899502381682396, -0.029120314866304398, -0.011596065945923328, -0.007082752417773008, 0.027995135635137558, 0.01788531430065632, -0.038289688527584076, -0.034292783588171005, -0.008476631715893745, 0.05582233518362045, 0.04695525020360947, -0.005722460802644491, -0.053975023329257965, 0.008077780716121197, -0.04618273675441742, -0.05528493598103523, -0.027508117258548737, 0.07335498183965683, -0.022318856790661812, 0.028011929243803024, 0.009077006950974464, 0.044671300798654556, 0.009438072331249714, -0.04178278148174286, -0.045477401465177536, -0.01649143546819687, -0.0005153573583811522, -0.011176222935318947, -0.024149373173713684, 0.04077515751123428, -0.03162258118391037, 0.01678532548248768, -0.01636548340320587, 0.027105068787932396, 0.038692738860845566, 0.0594833642244339, -0.003742900909855962, -0.020807422697544098, -0.0127800228074193, -0.06959318369626999, -0.0037575955502688885, 0.02376311831176281, 0.006222074385732412, 0.02537531591951847, -0.014299854636192322, -0.0051094903610646725, 0.056494083255529404, -0.060121528804302216, -0.06059175357222557, -0.01560976542532444, -0.0024392881896346807, -0.011562477797269821, 0.05165749043226242, 0.0317065492272377, 0.017868520691990852, 0.08732736110687256, 0.03711412847042084, 0.07718394696712494, 0.07241453230381012, -0.0012878685956820846, 0.038793500512838364, 0.0761091485619545, 0.014409014023840427, 0.07637785375118256, 0.023830292746424675, -0.026853162795305252, -0.02601347677409649, -0.006784664001315832, 0.038524799048900604, 0.030698925256729126, -0.0041879345662891865, -0.029120314866304398, -0.0066755046136677265, -0.049743007868528366, -0.016608992591500282, -0.034124843776226044, -0.024502040818333626, -0.0007321013254113495, -0.0344943068921566, -0.0687870904803276, -0.032143186777830124, 0.007275880314409733, 0.033805765211582184, 0.026937130838632584, 0.018892938271164894, 0.03150502219796181, -0.021059328690171242, -0.037483587861061096, -0.06562986969947815, 0.07919919490814209, 0.014652523212134838, -0.008338083513081074, -0.01397237740457058, 0.028045516461133957, -0.004345375578850508, 0.01832195185124874, 0.037080541253089905, -0.004479725379496813, -0.0017318526515737176, -0.09558986872434616, 0.029254665598273277, -0.013518947176635265, 0.04591403901576996, -0.0035623684525489807, 0.02124405838549137, -0.024787534028291702, -0.01338459737598896, 0.000026305791834602132, 0.007200308609753847, -0.010882331989705563, 0.05646049603819847, 0.021328028291463852, 0.010974697768688202, 0.07563892751932144, -0.01302353199571371, -0.02910352125763893, -0.003232791554182768, -0.03328515961766243, -0.020538723096251488, 0.01334261242300272, -0.028414979577064514, 0.01617235504090786, -0.015198319219052792, -0.03271417319774628, 0.058106280863285065, -0.06257341057062149, 0.008816704154014587, -0.028179867193102837, -0.027289800345897675, -0.003438514657318592, -0.012612085789442062, -0.05817345529794693, -0.05461318790912628, -0.0015513201942667365, 0.009958677925169468, 0.08161748945713043, 0.03523322939872742, -0.016231132671236992, 0.044805653393268585, -0.09014870226383209, -0.028633296489715576, 0.022352445870637894, -0.04020417109131813, 0.022117333486676216, -0.009975471533834934, 0.004761020187288523, 0.026702018454670906, -0.018120426684617996, -0.02376311831176281, 0.0046602580696344376, -0.005957573186606169, 0.05098574236035347, -0.05867726728320122, -0.017263947054743767, -0.02223488874733448, -0.0038583579007536173, -0.042689643800258636, 0.019111257046461105, 0.042387355118989944, 0.07234735786914825, -0.035065293312072754, -0.027256211265921593, 0.017062421888113022, 0.035871390253305435, -0.021126503124833107, -0.019295986741781235, -0.04725753515958786, -0.0345950685441494, -0.02604706399142742, 0.02169748954474926, 0.013157881796360016, -0.006734282709658146, -0.008883879519999027, 0.002449784195050597, -0.015509002842009068, 0.061162739992141724, 0.0037282065022736788, -0.046384263783693314, 0.009303722530603409, 0.03357065096497536, -0.013997567817568779, 0.04248811677098274, 0.00927853211760521, 0.0016940667992457747, -0.03909578546881676, 0.024518834426999092, 0.10486000776290894, -0.019161637872457504, -0.057434532791376114, -0.026802781969308853, -0.047190360724925995, -0.049440719187259674, 0.05192619189620018, 0.011839574202895164, -0.021596727892756462, -0.04846668243408203, 0.03963318467140198, -0.016541816294193268, -0.022755494341254234, 0.04195072129368782, -0.040002647787332535, -0.01985017955303192, 0.015131143853068352, -0.04221941903233528, 0.005634293891489506, -0.018221188336610794, 0.003430117852985859, -0.041480496525764465, -0.01850668340921402, -0.00585261220112443, 0.05699789524078369, -0.03046381287276745, -0.013980774208903313, 0.006217875983566046, 0.05021323263645172, 0.02367914840579033, -0.05501623451709747, -0.041715607047080994, -0.08403579145669937, 0.05075063183903694, -0.020807422697544098, 0.027995135635137558, 0.06384973227977753, 0.0026555072981864214, -0.01587846502661705, -0.02021964266896248, -0.05934901535511017, -0.02403181791305542, 0.04010340943932533, 0.019648656249046326, -0.012670863419771194, -0.03556910529732704, 0.013762455433607101, 0.023158542811870575, -0.0030816481448709965, 0.05414296314120293, -0.026567669585347176, -0.005714063998311758, 0.03691260144114494, -0.0024602804332971573, -0.018708206713199615, 0.011797590181231499, -0.06438713520765305, 0.041077446192502975, -0.014005964621901512, 0.002197878435254097, -0.06643597036600113, -0.035871390253305435, 0.015324272215366364, 0.028062310069799423, -0.018976906314492226, 0.012099876999855042, 0.06136426329612732, 0.04715677350759506, -0.00469384528696537, -0.050515517592430115, 0.00280245253816247, 0.05095215514302254, -0.019027287140488625, 0.022352445870637894, 0.07442978024482727, 0.01109225396066904, -0.034427132457494736, 0.017398295924067497, 0.07066798210144043, 0.014056346379220486, -0.012788419611752033, -0.01606319658458233, -0.02708827517926693, -0.007040768396109343, 0.0015975028509274125, -0.026567669585347176, 0.01037852093577385, -0.04188354313373566, 0.0703321099281311, 0.07140690833330154, -0.00582742178812623, -0.07234735786914825, -0.02371273562312126, -0.01995094306766987, -0.0040325927548110485, -0.004420947749167681, -0.03278134763240814, -0.0015775603242218494, 0.005835818592458963, 0.027860786765813828, -0.013569328002631664, -0.031740136444568634, 0.004987735766917467, 0.016214339062571526, -0.022318856790661812, 0.03523322939872742, 0.0075823660008609295, 0.01859065145254135, -0.0262821763753891, -0.04232018068432808, 0.040271345525979996, 0.026517288759350777, -0.05511699989438057, 0.03179051727056503, 0.034561481326818466, 0.016608992591500282, -0.016004417091608047, -0.0228226687759161, -0.019262399524450302, -0.027054687961935997, 0.006268256809562445, -0.0034846975468099117, -0.017986077815294266, 0.0057518500834703445, -0.03331874683499336, -0.016138767823576927, 0.025442490354180336, -0.04628349840641022, 0.07080233842134476, 0.0026806979440152645, 0.001965915085747838, 0.006826648488640785, -0.0401705838739872, 0.044133901596069336, 0.0019806097261607647, 0.008749529719352722, 0.010319742374122143, 0.07785569876432419, -0.022839462384581566, -0.027827199548482895, -0.09229829907417297, -0.00027683403459377587, -0.06200242415070534, -0.015173128806054592, -0.014912826009094715, -0.022201301530003548, -0.02191580832004547, -0.0429583415389061, 0.016642579808831215, -0.005382388364523649, -0.005949176382273436, 0.024468453601002693, -0.02052192948758602, 0.006604131311178207, 0.008816704154014587, 0.004639266058802605, 0.03167296200990677, -0.013720471411943436, 0.012721245177090168, 0.09962036460638046, -0.00927853211760521, -0.026215001940727234, -0.010806760750710964, -0.03929731249809265, 0.01670975424349308, 0.017499059438705444, 0.011428127996623516, -0.005348800681531429, 0.01260368898510933, 0.06556269526481628, 0.04393237829208374, 0.035199642181396484, 0.005298419389873743, 0.028582915663719177, 0.015299081802368164, -0.05528493598103523, -0.07483282685279846, -0.010135011747479439, 0.01791890151798725, -0.008816704154014587, 0.0028444367926567793, -0.016852499917149544, 0.0200852919369936, -0.043865203857421875, -0.012385370209813118, -0.03417522460222244, -0.13152843713760376, -0.0511200912296772, 0.0099922651425004, -0.03963318467140198, -0.0019921553321182728, 0.03624085336923599, -0.017868520691990852, 0.017633408308029175, -0.026584463194012642, 0.020538723096251488, 0.05229565128684044, -0.0372820645570755, -0.0387263260781765, 0.03158899396657944, 0.023695942014455795, -0.017666995525360107, -0.0029074132908135653, -0.03108518011868, 0.02821345441043377, -0.011159428395330906, -0.018808970227837563, 0.03993547335267067, 0.0001090279984055087, -0.09330592304468155, -0.032176773995161057, -0.0082625113427639, -0.017666995525360107, 0.03731565177440643, -0.009110594168305397, 0.018993699923157692, -0.08699148148298264, 0.030581369996070862, -0.013720471411943436, -0.07772134989500046, -0.01388001162558794, 0.02178145758807659, -0.04739188402891159, 0.0035938567016273737, -0.03650955483317375, 0.026433318853378296, 0.025845538824796677, -0.029305046424269676, 0.010840347968041897, 0.026450112462043762, -0.0012479835422709584, 0.048668209463357925, 0.020202849060297012, -0.07073516398668289, -0.009110594168305397, -0.04228659346699715, 0.01788531430065632, -0.014182298444211483, 0.00032511597964912653, -0.000232750506256707, 0.08161748945713043, -0.005067505873739719, -0.017767759039998055, 0.014904429204761982, 0.010067836381494999, 0.022470001131296158, 0.004416748881340027, -0.010705998167395592, 0.011638049967586994, -0.0180196650326252, -0.006868632510304451, -0.005235442891716957, 0.025946302339434624, -0.014736492186784744, 0.017801346257328987, 0.04124538227915764, -0.03090045042335987, 0.0026093246415257454, -0.021344821900129318, 0.03859197348356247, 0.014005964621901512, -0.015164732001721859, 0.030581369996070862, 0.041614845395088196, 0.007552976720035076, 0.03620726615190506, -0.04897049441933632, -0.029724888503551483, -0.09599292278289795, -0.0018410118063911796, 0.005319411866366863, -0.054781123995780945, 0.06069251522421837, -0.00477361585944891, 0.014375426806509495, 0.008506020531058311, -0.05528493598103523, -0.00613390700891614, -0.01309070736169815, -0.019615069031715393, -0.011805986985564232, -0.01120981015264988, 0.04581327736377716, -0.006965196691453457, 0.061028387397527695, 0.01576930657029152, -0.031521815806627274, 0.0551505871117115, 0.017902107909321785, 0.016617389395833015, -0.01143652480095625, -0.027877580374479294, 0.013829630799591541, 0.0319080725312233, -0.06136426329612732, 0.01958147995173931, -0.03284852206707001, 0.0255096647888422, 0.05337044969201088, -0.0003122582857031375, -0.033621031790971756, 0.022621145471930504, -0.019799798727035522, -0.02920428477227688, -0.022201301530003548, -0.003111037192866206, -0.006129708606749773, 0.03177372366189957, 0.002974588191136718, -0.04695525020360947, 0.015979226678609848, -0.020186055451631546, 0.027524910867214203, -0.01985017955303192, -0.04245452955365181, 0.013552534393966198, -0.006893823388963938, 0.06317798793315887, -0.01361131202429533, -0.031286705285310745, 0.021663902327418327, -0.04473847895860672, -0.03251264616847038, -0.010655617341399193, 0.006381614599376917, -0.04070798307657242, -0.03328515961766243, -0.045477401465177536, 0.012502926401793957, 0.025946302339434624, 0.07832591980695724, 0.032814934849739075, 0.01141133438795805, 0.027457736432552338, 0.009127388708293438, 0.01855706423521042, -0.015223509632050991, -0.0220501571893692, -0.03768511489033699, -0.007439619395881891, 0.029573746025562286, -0.00639001140370965, -0.038155339658260345, 0.0008612031233496964, -0.04191713035106659, -0.014644126407802105, 0.010160202160477638, -0.015181525610387325, -0.020857803523540497, 0.057568881660699844, -0.019866973161697388, 0.03691260144114494, -0.005361395888030529, 0.023695942014455795, 0.0027919562999159098, -0.04329421743750572, 0.05202695354819298, 0.03251264616847038, 0.03343630209565163, 0.028498947620391846, 0.017398295924067497, -0.03983471170067787, 0.03875991329550743, -0.04342856630682945, -0.05128803104162216, 0.01791890151798725, -0.014224283397197723, 0.005403380375355482, -0.02403181791305542, 0.018540270626544952, 0.008338083513081074, 0.03489735722541809, 0.03472941741347313, 0.04363009333610535, 0.022083746269345284, 0.00206877663731575, -0.018657825887203217, 0.03274776041507721, -0.05407578870654106, -0.04722394794225693, -0.016407467424869537, -0.008615179918706417, 0.059181079268455505, 0.0010475084418430924, -0.061700139194726944, -0.006318638101220131, 0.02411578595638275, 0.059181079268455505, -0.009538834914565086, -0.03936448693275452, -0.13770852982997894, -0.04114462062716484, -0.003820571815595031, -0.032949283719062805, 0.03781946375966072, 0.07348933070898056, -0.0038667547050863504, -0.0014348137192428112, -0.050280407071113586, -0.0429583415389061, 0.030530987307429314, 0.009866312146186829, -0.03966677188873291, -0.05635973438620567, -0.03036305122077465, 0.006297646090388298, -0.007565571926534176, -0.005726659670472145, 0.025224171578884125, -0.015181525610387325, 0.028515741229057312, 0.05790475755929947, -0.03849121183156967, -0.013544137589633465, 0.06159937381744385, 0.0228226687759161, -0.028196660801768303, 0.037752289324998856, 0.05004529282450676, -0.0052942209877073765, -0.02744094282388687, -0.06213677302002907, -0.030530987307429314, 0.0859166830778122, 0.045578163117170334, -0.005117887165397406, 0.04070798307657242, 0.014585347846150398, 0.03197524696588516, 0.0469888374209404, 0.048500269651412964, -0.030648544430732727, -0.025257758796215057, -0.004089271649718285, 0.01571892388164997, 0.047190360724925995, 0.047459062188863754, -0.02376311831176281, -0.0049415528774261475, 0.006083526182919741, 0.021344821900129318, 0.00277936109341681, -0.03580421581864357, -0.04675372317433357, 0.03392332047224045, 0.07288475334644318, -0.07409390807151794, 0.08195336908102036, -0.06264058500528336, 0.034292783588171005, -0.037752289324998856, 0.009580818936228752, 0.027256211265921593, -0.032361503690481186, 0.005726659670472145, 0.018439507111907005, 0.001962766284123063, -0.015265493653714657, -0.1049271821975708, 0.05122085288167, -0.009328912943601608, -0.007914042100310326, 0.013871614821255207, 0.049440719187259674, 0.0003626394609455019, 0.012838801369071007, -0.01426626741886139, -0.008300297893583775, 0.004769417457282543, 0.03219356760382652, 0.05441166087985039, -0.007561373524367809, 0.007007180713117123, -0.02534172683954239, -0.018892938271164894, 0.024669978767633438, -0.032764554023742676, 0.002197878435254097, 0.027911167591810226, -0.014291457831859589, 0.07100386172533035, 0.03432637080550194, 0.04070798307657242, -0.04749264940619469, 0.038390450179576874, -0.01612197421491146, 0.009564025327563286, 0.030917244032025337, -0.03476300463080406, -0.005495745688676834, -0.028045516461133957, -0.003186608897522092, -0.03086686320602894, 0.04460412636399269, -0.013250247575342655, 0.06401766836643219, -0.03333554044365883, 0.017364708706736565 ]
38,750
pulp.pulp
infeasibilityGap
null
def infeasibilityGap(self, mip=1): if self.varValue == None: raise ValueError("variable value is None") if self.upBound != None and self.varValue > self.upBound: return self.varValue - self.upBound if self.lowBound != None and self.varValue < self.lowBound: return self.varValue - self.lowBound if ( mip and self.cat == const.LpInteger and round(self.varValue) - self.varValue != 0 ): return round(self.varValue) - self.varValue return 0
(self, mip=1)
[ -0.007315827999264002, 0.01877269148826599, 0.02290482074022293, 0.0017911088652908802, -0.007810080889612436, 0.016724437475204468, 0.04263930022716522, -0.06216004863381386, -0.015513296239078045, -0.052755892276763916, -0.027785006910562515, -0.002745105419307947, -0.0007085399702191353, -0.07003246992826462, -0.023421335965394974, 0.04677142947912216, -0.001690922537818551, -0.04477660730481148, 0.01676005870103836, 0.01082902867347002, 0.022441737353801727, 0.018665825948119164, -0.01049062144011259, -0.021871788427233696, -0.0235282015055418, -0.008896545507013798, -0.005196330603212118, 0.007351450156420469, 0.023171983659267426, -0.00025310961063951254, -0.07099425792694092, 0.0042323158122599125, -0.009421966969966888, -0.05076107010245323, 0.05485757812857628, -0.054002657532691956, 0.06027209386229515, 0.007761100772768259, -0.08057652413845062, -0.03305703401565552, -0.04727013409137726, -0.03968269005417824, -0.00035260021104477346, 0.01169285736978054, 0.030634751543402672, -0.027304112911224365, 0.0701393336057663, -0.01128320675343275, -0.00905684381723404, -0.004791132640093565, 0.049300577491521835, -0.001806693384423852, 0.04206935316324234, 0.00021581804321613163, -0.02440093643963337, 0.06956938654184341, 0.01678677462041378, -0.0011009364388883114, 0.005272027105093002, -0.02694789506494999, -0.0384359285235405, 0.056211207062006, 0.03020729124546051, -0.11698200553655624, 0.007974831387400627, 0.0744495689868927, -0.041713133454322815, -0.029619529843330383, -0.01537080854177475, 0.0036601403262466192, 0.003907266538590193, -0.028746796771883965, -0.004459404852241278, 0.06297934800386429, 0.07352340221405029, -0.004495026543736458, 0.017490306869149208, -0.0300113707780838, -0.00962679274380207, -0.016662098467350006, 0.02180054411292076, -0.0046441927552223206, 0.05133102089166641, 0.008273163810372353, 0.044634122401475906, 0.024418747052550316, 0.005953294225037098, 0.005138445179909468, 0.07672936469316483, 0.020304428413510323, -0.01763279363512993, 0.024988695979118347, 0.03847154974937439, 0.008758511394262314, 0.0816451758146286, 0.03943333774805069, -0.02156900241971016, -0.01700941100716591, -0.0007358128787018359, -0.019520748406648636, 0.037687867879867554, 0.03526558727025986, -0.007787817157804966, -0.019520748406648636, 0.0033328651916235685, -0.012396387755870819, 0.08905450999736786, -0.007177793420851231, -0.009386345744132996, -0.051936592906713486, -0.005223046988248825, 0.0016341502778232098, -0.05613996461033821, 0.008210825733840466, -0.028034361079335213, 0.049870528280735016, -0.01959199272096157, -0.003931756597012281, 0.03779473528265953, 0.043494224548339844, -0.05346832796931267, -0.030759427696466446, -0.02824809029698372, -0.012155940756201744, 0.04787570610642433, 0.019538559019565582, 0.03127594292163849, 0.014524790458381176, -0.06166134402155876, 0.05585499107837677, 0.03875652328133583, -0.05133102089166641, -0.05418076366186142, -0.028159037232398987, -0.03366260603070259, 0.003818212077021599, 0.05414514243602753, 0.014159667305648327, 0.020927811041474342, 0.017971200868487358, 0.011363355442881584, 0.037046678364276886, -0.0038649658672511578, -0.003858286654576659, 0.05061858519911766, 0.014043896459043026, 0.04164189100265503, 0.07387962192296982, 0.01493444200605154, 0.010045348666608334, -0.056175585836172104, -0.004773322027176619, -0.043779198080301285, -0.02440093643963337, 0.02910301461815834, 0.05115291103720665, -0.0030612489208579063, -0.005120634566992521, 0.01642165146768093, -0.07181356102228165, -0.04064447805285454, 0.04794694855809212, -0.010392661206424236, 0.018122592940926552, 0.014720710925757885, 0.004675361793488264, -0.0011209736112505198, 0.041428159922361374, 0.012619024142622948, 0.05670991167426109, -0.021622436121106148, -0.01421310007572174, -0.0037692321930080652, -0.0042323158122599125, 0.035140909254550934, 0.00704866461455822, 0.010668730363249779, 0.021818354725837708, 0.06550849974155426, 0.049728039652109146, 0.005873145069926977, 0.011977831833064556, -0.0010898045729845762, -0.04085820913314819, -0.008642740547657013, 0.020535970106720924, 0.009751468896865845, 0.025897052139043808, 0.0021918541751801968, 0.004067564848810434, -0.004058659542351961, -0.00043135779560543597, 0.05927468463778496, -0.05200783535838127, -0.009047938510775566, 0.006282795686274767, 0.059381548315286636, 0.0465933196246624, 0.04520406946539879, -0.05072544887661934, -0.01078450120985508, -0.014783049002289772, -0.02910301461815834, 0.020090697333216667, -0.006785953883081675, 0.04299551993608475, -0.04730575531721115, -0.026092972606420517, -0.014364493079483509, 0.0027584636118263006, -0.04299551993608475, -0.014230910688638687, 0.003426372306421399, -0.07288221269845963, -0.0018556733848527074, -0.04164189100265503, -0.01877269148826599, 0.01160380244255066, 0.0056505086831748486, 0.02618202567100525, 0.018309608101844788, -0.056068722158670425, 0.0044928002171218395, -0.005748468916863203, 0.05268464982509613, 0.006015632301568985, -0.02545177936553955, 0.06012960523366928, 0.014987874776124954, 0.04744824394583702, 0.034268174320459366, 0.023421335965394974, -0.0050004106014966965, -0.050939179956912994, 0.019324829801917076, 0.07558947056531906, -0.05407389998435974, -0.049158088862895966, -0.040074530988931656, -0.0024066981859505177, -0.014631655998528004, 0.03857841342687607, -0.002140647731721401, 0.04085820913314819, -0.026003917679190636, -0.00289427163079381, -0.008046074770390987, -0.001609660335816443, 0.042674921452999115, 0.039647068828344345, -0.035514939576387405, -0.06055706739425659, -0.06600720435380936, 0.006803764495998621, 0.0025669962633401155, 0.03693981096148491, -0.008794132620096207, 0.03726040944457054, 0.020909998565912247, 0.00092616694746539, 0.0048223016783595085, -0.05820602923631668, 0.005472399760037661, 0.017205331474542618, -0.019271396100521088, 0.10016851127147675, 0.0015684725949540734, -0.035710860043764114, 0.01766841486096382, 0.05257778242230415, 0.04545342177152634, -0.02684102952480316, 0.043779198080301285, -0.06793078035116196, -0.020642835646867752, -0.014043896459043026, 0.05464384704828262, 0.019556371495127678, -0.014444641768932343, 0.009261669591069221, 0.0026293345727026463, -0.0677170529961586, -0.018790502101182938, 0.02146213687956333, -0.056068722158670425, 0.007694310043007135, 0.02165805734694004, -0.044064171612262726, 0.007796722464263439, 0.02819465845823288, 0.022691089659929276, 0.014159667305648327, -0.026395756751298904, 0.0331282801926136, 0.021212784573435783, -0.010633109137415886, 0.019681047648191452, 0.0006027877097949386, 0.006006726995110512, 0.05681677907705307, 0.020250996574759483, -0.05154475197196007, -0.045845262706279755, -0.0047332472167909145, 0.028372768312692642, 0.057992298156023026, 0.012930715456604958, 0.012244995683431625, 0.013785638846457005, 0.020429104566574097, -0.061162639409303665, -0.02545177936553955, 0.05528504028916359, -0.02814122661948204, 0.010811218060553074, 0.012930715456604958, 0.03134718909859657, 0.03189932554960251, -0.0309731587767601, 0.04727013409137726, 0.02108810842037201, 0.03829343989491463, -0.02459685690701008, -0.0068616499193012714, -0.019004233181476593, 0.004025263711810112, 0.0033217333257198334, 0.0005376666085794568, 0.05001301318407059, -0.05293400213122368, -0.03156092017889023, -0.006309512071311474, -0.011327734217047691, 0.0174101572483778, 0.02343914657831192, 0.01803353801369667, 0.03373384848237038, 0.008696173317730427, -0.0014193062670528889, -0.024525612592697144, 0.024436557665467262, 0.020571591332554817, 0.0007129926816560328, 0.00797037873417139, 0.0917617678642273, -0.05589061230421066, -0.0338585264980793, 0.010187836363911629, -0.003399655921384692, 0.04812505841255188, -0.01638603024184704, 0.03590678051114082, 0.006474263034760952, -0.027891872450709343, 0.008028264157474041, -0.04242556914687157, 0.03893463313579559, -0.0384359285235405, 0.05820602923631668, 0.05421638488769531, 0.012690267525613308, -0.022370493039488792, -0.0043414076790213585, 0.05311211198568344, 0.003083512419834733, -0.028782417997717857, -0.01638603024184704, 0.002417830051854253, -0.04826754704117775, 0.02377755381166935, 0.00838002935051918, -0.0523640513420105, -0.007587444502860308, -0.03232678771018982, -0.024240637198090553, 0.05211469903588295, 0.0537889264523983, 0.015593444928526878, -0.05418076366186142, -0.0048890928737819195, -0.013340366072952747, -0.013928125612437725, -0.07127922773361206, 0.0048000384122133255, -0.014569317921996117, 0.005240858066827059, -0.011390072293579578, -0.047483865171670914, 0.0384359285235405, -0.02550521306693554, 0.06397676467895508, -0.041285671293735504, -0.003219320671632886, 0.0019436146831139922, -0.009671320207417011, -0.03093753755092621, 0.05393141135573387, -0.06315746158361435, 0.10023976117372513, 0.06077079847455025, 0.004085375927388668, -0.04338735714554787, -0.026680732145905495, 0.04149940237402916, 0.02171148918569088, -0.013411609455943108, -0.010170024819672108, 0.03750976175069809, 0.0034731258638203144, 0.03918398544192314, -0.0017399025382474065, -0.0174101572483778, -0.014604940079152584, -0.021925220265984535, -0.005890956148505211, -0.06707585602998734, -0.014453547075390816, -0.002420056378468871, -0.06917754560709, -0.06956938654184341, 0.0225664135068655, -0.035229966044425964, 0.04331611469388008, -0.022121140733361244, -0.02406252920627594, -0.01755264401435852, -0.010383755899965763, -0.009297290816903114, -0.038400307297706604, 0.043921686708927155, -0.049728039652109146, 0.007725479081273079, 0.02652043290436268, -0.048873115330934525, 0.005160708911716938, -0.014284343458712101, -0.021675867959856987, 0.0008872055914252996, 0.051651615649461746, -0.005597075913101435, 0.043779198080301285, 0.04969241842627525, 0.05443011596798897, 0.0518653467297554, -0.028942717239260674, -0.01973447948694229, -0.015317375771701336, -0.019235774874687195, -0.02618202567100525, -0.013847976922988892, 0.0041699777357280254, -0.043921686708927155, 0.03893463313579559, -0.015183794312179089, -0.043102383613586426, -0.058526623994112015, -0.09959856420755386, -0.04848127439618111, 0.00751620065420866, -0.009769279509782791, 0.006554412189871073, 0.08584854751825333, -0.01902204379439354, -0.03957582637667656, -0.06248064711689949, -0.017205331474542618, 0.03989642113447189, -0.0011543690925464034, 0.0011031627655029297, -0.0141685726121068, -0.015094739384949207, 0.00751620065420866, -0.013411609455943108, -0.04263930022716522, -0.02080313302576542, 0.02176492288708687, 0.029957937076687813, 0.028034361079335213, 0.08784337341785431, 0.011541464366018772, 0.07092301547527313, -0.013883598148822784, 0.0018768238369375467, 0.02324322797358036, -0.008535875007510185, -0.013767827302217484, -0.12766854465007782, 0.021818354725837708, -0.03255832940340042, -0.04434914514422417, -0.004379255697131157, -0.031115645542740822, -0.03184589371085167, 0.06785953789949417, -0.013500664383172989, -0.01984134502708912, 0.04149940237402916, -0.011390072293579578, 0.045845262706279755, -0.015691405162215233, -0.03754538297653198, 0.04712764918804169, -0.031721215695142746, -0.023706311360001564, -0.04427790269255638, -0.0017276575090363622, 0.025612076744437218, 0.019663237035274506, 0.010072065517306328, -0.004697625525295734, 0.014943347312510014, 0.008233089931309223, 0.022976063191890717, 0.002056045923382044, -0.006719162687659264, -0.0018278438365086913, -0.0018668052507564425, -0.022637655958533287, 0.01364315114915371, -0.006345133762806654, 0.015540012158453465, -0.06397676467895508, 0.0384359285235405, -0.003032306209206581, 0.018790502101182938, -0.012494347989559174, -0.005521379876881838, -0.06208880618214607, -0.0437079556286335, 0.06305059790611267, 0.026823218911886215, -0.04495471715927124, 0.07644439488649368, 0.0041855620220303535, -0.014702900312840939, -0.013055391609668732, -0.021871788427233696, -0.05980901047587395, -0.06746769696474075, -0.0012968563241884112, -0.018078066408634186, -0.036280807107686996, 0.03961144760251045, 0.02723287045955658, 0.06023647263646126, 0.01887955702841282, -0.07658687978982925, 0.07188480347394943, -0.027393167838454247, 0.007275753654539585, -0.02069626934826374, 0.0021740433294326067, 0.02680540829896927, -0.00287646078504622, 0.06515228003263474, 0.031436242163181305, -0.019182341173291206, 0.05464384704828262, 0.06397676467895508, 0.05272027105093002, -0.04491909593343735, -0.06732521206140518, 0.07416459918022156, -0.0749482735991478, -0.10672292858362198, -0.022655468434095383, -0.05061858519911766, -0.03779473528265953, 0.0049514309503138065, 0.04495471715927124, 0.024187205359339714, -0.023403525352478027, 0.009306196123361588, 0.012547780759632587, -0.036619216203689575, -0.01534409262239933, -0.03332419693470001, 0.04787570610642433, -0.0028096698224544525, -0.01455150730907917, -0.028354955837130547, 0.016831303015351295, -0.007618613541126251, 0.02176492288708687, 0.008371124044060707, 0.07167106866836548, -0.029797639697790146, 0.02579018659889698, 0.011434599757194519, -0.017899956554174423, -0.017873240634799004, -0.030527886003255844, -0.05589061230421066, -0.04206935316324234, -0.04313800483942032, 0.06472481787204742, -0.03574648126959801, -0.03401882201433182, 0.017169710248708725, -0.007280206307768822, 0.037296030670404434, 0.012903998605906963, -0.001689809374511242, -0.02238830365240574, 0.07174231112003326, 0.03257614001631737, 0.01541533600538969, -0.053432706743478775, -0.037046678364276886, -0.030171668156981468, 0.0331282801926136, -0.0259326733648777, -0.04634396731853485, 0.018986422568559647, -0.10358820855617523, 0.0037536476738750935, -0.021978653967380524, -0.00943977851420641, 0.01734781824052334, -0.01371439453214407, -0.041036318987607956, -0.037687867879867554, 0.055926233530044556, 0.0005309875123202801, 0.09625011682510376, 0.004880187101662159, 0.04741262272000313, -0.02728630229830742, -0.0206606462597847, 0.038685280829668045, 0.03968269005417824, 0.038115330040454865, -0.0010090989526361227, -0.013144445605576038, -0.028497444465756416, 0.0355505608022213, 0.0384359285235405, 0.0004864602815359831, -0.053717680275440216, 0.01978791318833828, -0.04057323560118675, -0.02026880718767643, 0.007168888114392757, 0.0413212925195694, 0.015691405162215233, -0.025914862751960754, 0.005530285183340311, 0.01896861009299755, -0.03473126143217087, -0.04068009927868843, 0.03401882201433182, -0.027785006910562515, -0.009929577820003033, -0.04908684641122818, -0.006006726995110512, -0.01123867928981781, 0.01700941100716591, 0.06162572279572487, -0.06739645451307297, -0.03740289434790611, -0.056068722158670425, -0.04645083472132683, -0.07672936469316483, -0.004804491065442562, 0.05243529751896858, 0.01375892199575901, 0.006915082689374685, -0.05834851786494255, -0.005730657838284969, 0.008313238620758057, 0.013696583919227123, 0.012725889682769775, -0.02123059518635273, 0.027250681072473526, -0.02219238504767418, -0.03549712896347046, -0.010686540976166725, 0.03918398544192314, -0.04523969069123268, -0.017312197014689445, 0.04299551993608475, -0.02607516013085842, -0.0038360231555998325, -0.009617887437343597, 0.08848456293344498, -0.03932647407054901, 0.016439462080597878, 0.015548917464911938, 0.006732521113008261, 0.07387962192296982, -0.04880187287926674, -0.0018757106736302376, 0.013945936225354671, 0.037581004202365875, 0.008918809704482555, -0.07045993208885193, -0.03049226477742195, 0.08527860045433044, 0.06187507510185242, -0.02117716334760189, -0.0046709091402590275, 0.006202646531164646, -0.01421310007572174, -0.007765553425997496, 0.0036757250782102346, 0.051224153488874435, 0.023991284891963005, -0.025629889219999313, -0.03131156787276268, -0.006064612418413162, -0.02114154025912285, 0.0533258430659771, -0.01198673713952303, -0.08342626690864563, -0.03693981096148491, 0.038115330040454865, 0.0007413788116537035, 0.04285303130745888, -0.051936592906713486, -0.015673594549298286, -0.025754565373063087, 0.030705995857715607, -0.013741111382842064, -0.0826425850391388, -0.030759427696466446, -0.014631655998528004, 0.04189124330878258, -0.042959894984960556, -0.06618531048297882, 0.0034018822479993105, -0.02757127769291401, 0.010027538053691387, -0.020446915179491043, -0.0009128087549470365, 0.03280768170952797, 0.011051665060222149, -0.032291166484355927, 0.03640548512339592, 0.018754880875349045, -0.013082107529044151, 0.021889599040150642, 0.009332912974059582, 0.022352682426571846, -0.010650919750332832, 0.01978791318833828, 0.022103330120444298, -0.015050212852656841, 0.02074970118701458, -0.009938483126461506, -0.025968296453356743, 0.016662098467350006, 0.03603145480155945, 0.045702774077653885, -0.05681677907705307, 0.032113056629896164, -0.006781501229852438, 0.02757127769291401, -0.04100069776177406, -0.02324322797358036, 0.026983516290783882, -0.05973776802420616, 0.003225999651476741, -0.004804491065442562, 0.04552466794848442, -0.02757127769291401, 0.04096507653594017, -0.02675197459757328, 0.037865977734327316 ]
38,751
pulp.pulp
isBinary
null
def isBinary(self): return self.cat == const.LpInteger and self.lowBound == 0 and self.upBound == 1
(self)
[ 0.005966781172901392, 0.0016289005288854241, 0.030294915661215782, 0.029381677508354187, 0.013777601532638073, -0.030400289222598076, -0.025886787101626396, 0.016692938283085823, -0.049595851451158524, -0.08710885792970657, -0.008798697032034397, 0.043238308280706406, 0.0399717278778553, -0.034984041005373, -0.04383542761206627, 0.005549677647650242, -0.028187444433569908, -0.02883724868297577, -0.02448180504143238, -0.011740378104150295, -0.038882866501808167, 0.031085219234228134, 0.047242507338523865, 0.031717460602521896, 0.024218371137976646, 0.0018857488175854087, 0.010273927822709084, -0.022093337029218674, -0.027959134429693222, 0.021039599552750587, -0.07565826177597046, -0.02950461395084858, 0.026624402031302452, -0.05862285941839218, 0.06199481338262558, 0.03638902306556702, 0.026589278131723404, 0.03895311430096626, -0.01099398173391819, 0.029416803270578384, -0.004052493721246719, -0.03219164162874222, -0.04432716965675354, 0.06796598434448242, 0.0025048188399523497, -0.048893362283706665, 0.032261889427900314, -0.03213895484805107, 0.005431131925433874, -0.023779314011335373, 0.021250346675515175, -0.040568843483924866, 0.0400419756770134, 0.008495748043060303, -0.04401104897260666, 0.01798376441001892, 0.03099740669131279, 0.04731275513768196, -0.046575140208005905, 0.006331198383122683, -0.037091515958309174, 0.04643464460968971, 0.026624402031302452, -0.10684885084629059, 0.06290805339813232, 0.017869610339403152, -0.06947634369134903, -0.023568566888570786, 0.017641300335526466, 0.05770961940288544, -0.02399006113409996, -0.021742090582847595, -0.003573921974748373, 0.0483664944767952, -0.05215994268655777, -0.05960634723305702, 0.042395319789648056, 0.07425327599048615, -0.018633568659424782, -0.008789916522800922, 0.0032995115034282207, -0.023234883323311806, 0.05686663091182709, 0.00012403354048728943, -0.025711163878440857, -0.029627550393342972, -0.010054400190711021, 0.009422157891094685, 0.022620204836130142, -0.0012183825019747019, 0.012969736941158772, 0.016482191160321236, 0.013865412212908268, -0.014111284166574478, 0.04720738157629967, 0.03312244266271591, 0.005698956549167633, -0.010019275359809399, -0.01613972708582878, -0.057885244488716125, -0.03919898718595505, 0.04271144047379494, -0.012978517450392246, -0.0129258306697011, 0.011310102418065071, 0.04945535212755203, 0.013110235333442688, -0.014690838754177094, -0.07636075466871262, -0.05050909146666527, -0.02413056045770645, -0.021390845999121666, -0.018089137971401215, -0.054724033921957016, -0.06181919202208519, 0.03962048143148422, 0.004012978635728359, 0.015042084269225597, -0.05251118913292885, 0.016736844554543495, 0.014049815945327282, -0.0020569809712469578, 0.003442205023020506, -0.014111284166574478, 0.04583752527832985, 0.06620975583791733, 0.018457945436239243, 0.02599216066300869, -0.07060033082962036, 0.013400012627243996, 0.04643464460968971, -0.010414426214993, -0.018861878663301468, 0.07980296015739441, -0.03294681757688522, -0.01949412003159523, 0.027906447649002075, 0.019423870369791985, -0.020899102091789246, 0.01358441635966301, 0.028275255113840103, 0.023217322304844856, 0.014603028073906898, 0.03930436074733734, 0.004359833430498838, 0.0483664944767952, -0.028889935463666916, 0.02734445594251156, 0.01657000184059143, -0.0026804415974766016, -0.011187165975570679, -0.07404252886772156, -0.015112333931028843, 0.026115095242857933, 0.011476943269371986, 0.011362789198756218, 0.021373283118009567, -0.017184682190418243, 0.01506842765957117, -0.024692552164196968, -0.026238031685352325, 0.044573042541742325, -0.05282730981707573, -0.02451692894101143, -0.06772011518478394, -0.002316024387255311, -0.011292539536952972, 0.0006157770985737443, 0.026378531008958817, 0.08029469847679138, 0.0158060435205698, -0.02281338907778263, -0.028960183262825012, 0.0782574787735939, 0.01763251982629299, -0.027362016960978508, 0.01676318794488907, 0.04355442896485329, -0.0065068211406469345, 0.008056691847741604, 0.05247606337070465, -0.000672854483127594, -0.08254267275333405, -0.04302756115794182, 0.02583410032093525, 0.030119294300675392, -0.0015806043520569801, -0.006796598434448242, 0.013882975094020367, -0.03526503965258598, -0.02729176916182041, -0.027765950188040733, 0.010695422999560833, -0.044889163225889206, -0.0015421868301928043, -0.031085219234228134, 0.01900237612426281, 0.0291884932667017, 0.021197659894824028, -0.029715361073613167, 0.05563727393746376, -0.05749887228012085, 0.013514166697859764, 0.05352979898452759, -0.010361739434301853, 0.005953609477728605, -0.038882866501808167, 0.031910646706819534, 0.03782913088798523, -0.05560214817523956, -0.012293589301407337, -0.02880212292075157, -0.020688354969024658, 0.06347004324197769, 0.0033675653394311666, 0.031910646706819534, -0.07355079054832458, -0.009878776967525482, -0.051246706396341324, 0.008811868727207184, 0.057744745165109634, 0.0325077623128891, 0.08394765108823776, -0.03765350952744484, 0.009597781114280224, 0.010186117142438889, 0.0015926783671602607, 0.047418128699064255, 0.005843845661729574, 0.05897410586476326, 0.03793450444936752, -0.013531729578971863, -0.02813475765287876, -0.0045749712735414505, 0.01232871413230896, 0.03394787013530731, -0.001930752070620656, 0.04843674227595329, -0.013452699407935143, 0.034070804715156555, -0.0022304083686321974, 0.017878390848636627, -0.034246426075696945, -0.029451927170157433, -0.06252168118953705, -0.030856909230351448, 0.023199759423732758, 0.0341586172580719, 0.00900066364556551, 0.027098583057522774, -0.008197189308702946, -0.09968344867229462, -0.04446766898036003, -0.044081300497055054, 0.05117645487189293, -0.01548992283642292, -0.042922187596559525, -0.02047760784626007, 0.0054486943408846855, 0.01584116742014885, -0.025114046409726143, 0.07098669558763504, 0.03486110642552376, 0.07720374315977097, 0.026782462373375893, 0.008104987442493439, 0.016069477424025536, 0.011415475979447365, 0.04478378966450691, 0.011099355295300484, 0.08233192563056946, -0.0549347810447216, -0.025904348120093346, 0.022391894832253456, -0.005391616839915514, 0.013356106355786324, 0.0900593250989914, 0.011389132589101791, 0.010344177484512329, -0.018247198313474655, 0.05360005050897598, 0.030874472111463547, -0.035739220678806305, -0.013716133311390877, -0.030259791761636734, 0.0010927024995908141, -0.006910753436386585, -0.009957807138562202, -0.013962005265057087, -0.018229637295007706, 0.02269045263528824, 0.05929022654891014, 0.02616778202354908, 0.005352101754397154, 0.026589278131723404, 0.017702769488096237, 0.06080057844519615, -0.024042747914791107, 0.020073674619197845, -0.02832794189453125, 0.009896339848637581, -0.07446402311325073, -0.014980616979300976, -0.03863699361681938, -0.01192478183656931, -0.001175574492663145, 0.015340643003582954, 0.042887065559625626, 0.0045969244092702866, 0.02463986538350582, -0.01947655715048313, -0.007753742393106222, 0.04527553170919418, 0.03796963021159172, -0.009913901798427105, 0.011081792414188385, 0.03280632197856903, 0.006032640114426613, -0.028064507991075516, 0.07277804613113403, -0.04018247500061989, 0.027028333395719528, 0.007178578060120344, -0.0299787949770689, -0.022549955174326897, 0.008838213048875332, 0.028222568333148956, -0.036564648151397705, -0.017799360677599907, -0.0071654063649475574, 0.031120343133807182, -0.013970785774290562, 0.08844359219074249, 0.016025571152567863, -0.021250346675515175, -0.006752693094313145, 0.02182990126311779, 0.047066885977983475, -0.026589278131723404, -0.09441476315259933, 0.028573814779520035, 0.06231093406677246, 0.06259193271398544, 0.026413654908537865, 0.08422864973545074, 0.016991496086120605, -0.05086033418774605, 0.031383778899908066, 0.04685613885521889, 0.028749436140060425, -0.01507720910012722, -0.016894904896616936, -0.031910646706819534, -0.02318219654262066, -0.023726627230644226, -0.051597949117422104, 0.07263755053281784, -0.037232011556625366, 0.026905398815870285, 0.04615364596247673, 0.06930071860551834, -0.03496647998690605, -0.019599493592977524, 0.028942622244358063, -0.04320318624377251, 0.004526675213128328, -0.01968730427324772, 0.031260840594768524, 0.0025750678032636642, 0.0029482662212103605, 0.010414426214993, -0.040217600762844086, -0.059255100786685944, -0.012047717347741127, -0.06631513684988022, 0.03136621415615082, -0.0028099631890654564, -0.03846137225627899, -0.011195947416126728, -0.03386005759239197, 0.013066329061985016, -0.008825041353702545, -0.02448180504143238, 0.02565847709774971, -0.011020325124263763, 0.0053564924746751785, -0.0004297268169466406, -0.04253581911325455, -0.02330513298511505, 0.002086617285385728, 0.024112997576594353, -0.00027715458418242633, -0.04780450090765953, -0.03930436074733734, -0.04053372144699097, -0.03319269046187401, 0.0949767604470253, -0.013970785774290562, 0.058763355016708374, 0.014014692045748234, 0.011819408275187016, -0.0013193655759096146, -0.011160822585225105, 0.029996357858181, 0.024235934019088745, 0.014550341293215752, 0.04236019775271416, -0.008539654314517975, -0.006335589103400707, -0.015138677321374416, 0.004419106524437666, 0.01819451153278351, -0.05560214817523956, -0.042044077068567276, -0.03480841964483261, -0.028222568333148956, 0.056550510227680206, 0.013803944922983646, 0.007384934928268194, -0.04446766898036003, 0.0616435706615448, 0.02379687689244747, 0.0700383335351944, -0.023726627230644226, -0.006862457375973463, -0.009852433577179909, 0.0700383335351944, 0.01090617012232542, -0.02548285387456417, 0.037899378687143326, -0.07622025161981583, -0.031541839241981506, 0.002193088410422206, -0.020126361399888992, -0.011933562345802784, -0.019388746470212936, -0.02014392428100109, -0.0029811954591423273, 0.004383981693536043, 0.03466792032122612, 0.07091645151376724, 0.0024499366991221905, -0.008583559654653072, 0.016025571152567863, 0.010203679092228413, -0.02766057662665844, -0.00233139144256711, -0.026887835934758186, 0.016113383695483208, 0.01851063221693039, -0.04411642253398895, 0.011722815223038197, 0.022356770932674408, -0.0030536397825926542, -0.020424921065568924, -0.03800475224852562, -0.07312929630279541, -0.029715361073613167, 0.016561221331357956, -0.028872372582554817, -0.018528195098042488, 0.019388746470212936, -0.06452377885580063, -0.03400055691599846, -0.013391231186687946, -0.06146794557571411, 0.011371569707989693, 0.040568843483924866, 0.017518363893032074, 0.05781499296426773, -0.008188408799469471, -0.009773403406143188, 0.0308217853307724, -0.01933605968952179, 0.0483664944767952, 0.05230044201016426, -0.01382150687277317, 0.05753399804234505, -0.012232121080160141, -0.04081471636891365, -0.02650146558880806, 0.013206827454268932, -0.057077378034591675, 0.005668222904205322, -0.002814353909343481, -0.054091792553663254, -0.06613951176404953, 0.04236019775271416, -0.0316823348402977, -0.05644513666629791, 0.046540018171072006, -0.0036463662981987, -0.008355250582098961, 0.011169604025781155, 0.027274206280708313, 0.0033565890043973923, -0.025254545733332634, 0.0011689886450767517, 0.008381593972444534, 0.041657704859972, -0.026290718466043472, 0.08682786673307419, -0.03343856334686279, -0.05177357420325279, -0.00034191543818451464, 0.006375104188919067, 0.027116145938634872, -0.0019724625162780285, -0.047066885977983475, 0.001409372198395431, 0.009913901798427105, -0.04179820418357849, -0.012311151251196861, 0.024393994361162186, 0.03031247854232788, 0.08261291682720184, 0.06736887246370316, -0.02932899072766304, -0.025746287778019905, -0.03264826163649559, 0.037723757326602936, -0.04984172433614731, -0.03586215525865555, -0.00907969381660223, -0.017211025580763817, -0.0029855859465897083, -0.06438328325748444, -0.07593926042318344, -0.04805037006735802, 0.03986635431647301, 0.04063909500837326, 0.006445353385061026, 0.021250346675515175, 0.020460044965147972, -0.09806771576404572, 0.03965560719370842, -0.016008010134100914, 0.03127840533852577, 0.017869610339403152, -0.017325179651379585, -0.04980659857392311, -0.00842988956719637, 0.09104280918836594, 0.039760980755090714, 0.020249297842383385, 0.04854211583733559, 0.004208358936011791, -0.006252168212085962, 0.021952837705612183, 0.03681051731109619, -0.023867124691605568, -0.008302563801407814, -0.007209312170743942, -0.005000856705009937, 0.08774110674858093, 0.04148208349943161, 0.031260840594768524, 0.031208153814077377, -0.024446681141853333, 0.08682786673307419, -0.041095711290836334, -0.055250901728868484, 0.05749887228012085, -0.06803623586893082, -0.09286928921937943, -0.0005405886331573129, 0.004085422959178686, -0.050228092819452286, 0.0682118609547615, 0.04134158417582512, 0.027098583057522774, -0.04864748939871788, -0.05595339462161064, -0.07038957625627518, 0.03015441820025444, 0.026747338473796844, -0.03083934634923935, 0.030927158892154694, -0.037232011556625366, -0.0025706773158162832, -0.04636439308524132, -0.0008364031091332436, -0.002559700980782509, -0.030733972787857056, 0.01256580464541912, 0.03681051731109619, -0.023357819765806198, 0.023445630446076393, -0.020372234284877777, -0.0004557957872748375, 0.010792015120387077, 0.0054399133659899235, 0.008355250582098961, -0.07277804613113403, -0.008012785576283932, -0.020582981407642365, -0.018633568659424782, -0.00900944508612156, 0.04752350226044655, 0.00533453980460763, 0.017693987116217613, -0.028029384091496468, -0.01931849680840969, -0.011555974371731281, -0.020793728530406952, 0.026255594566464424, 0.029223617166280746, -0.0008133526425808668, -0.042922187596559525, -0.0400419756770134, 0.012917050160467625, -0.0029043604154139757, 0.0007573729380965233, -0.026958085596561432, -0.028433315455913544, -0.007112719584256411, -0.015454798005521297, 0.014682058244943619, 0.022058211266994476, -0.01698271557688713, -0.041587457060813904, -0.0034444003831595182, -0.003841746598482132, 0.015279175713658333, -0.035739220678806305, 0.0007881068740971386, 0.03530016541481018, -0.021917713806033134, 0.04186845198273659, 0.02383200079202652, 0.020828852429986, 0.01050223782658577, -0.011793064884841442, -0.016973935067653656, -0.024042747914791107, -0.01984536647796631, 0.0027331283781677485, 0.02397249825298786, 0.07558801025152206, 0.0698978379368782, -0.03695101663470268, -0.01788717322051525, -0.002452132059261203, -0.03445717319846153, 0.056058768182992935, -0.011371569707989693, 0.009176285937428474, -0.006928315851837397, 0.012671178206801414, -0.062240686267614365, -0.02996123395860195, 0.051738448441028595, -0.02832794189453125, -0.027555203065276146, 0.025798974558711052, 0.026115095242857933, 0.0366348959505558, 0.03617827594280243, -0.039550233632326126, -0.025763850659132004, -0.03482598066329956, -0.050403717905282974, -0.006721958983689547, -0.007437621708959341, 0.015305519104003906, 0.013839068822562695, -0.01098520029336214, -0.019775116816163063, 0.00879430677741766, -0.06389153748750687, 0.016956372186541557, 0.001668415730819106, -0.046083398163318634, -0.0366348959505558, 0.03565140813589096, -0.0016903685173019767, -0.03549334779381752, 0.0008396960329264402, -0.010458332486450672, -0.016894904896616936, 0.009747060015797615, -0.0200209878385067, -0.01609582081437111, -0.01801889017224312, 0.07523676753044128, 0.0037780834827572107, -0.0383559986948967, -0.005352101754397154, 0.004825233947485685, -0.012117967009544373, -0.032542888075113297, -0.008245485834777355, 0.017948640510439873, 0.03396543115377426, 0.07762523740530014, -0.010203679092228413, -0.023410506546497345, 0.03751301020383835, 0.03134865313768387, 0.007437621708959341, 0.01981024071574211, -0.06441840529441833, -0.040077101439237595, 0.022708015516400337, 0.0129258306697011, 0.0013918098993599415, 0.013312201015651226, -0.012100404128432274, 0.08479063957929611, 0.005615536123514175, -0.03568653389811516, 0.11612173169851303, -0.03480841964483261, -0.05781499296426773, -0.013215608894824982, -0.008601121604442596, -0.08148893713951111, 0.04084984213113785, -0.04309781268239021, -0.011362789198756218, -0.02600972168147564, -0.023094385862350464, -0.01467327680438757, -0.0216367170214653, -0.013689789921045303, -0.03317512944340706, 0.060905952006578445, -0.03198089450597763, -0.049385104328393936, -0.01500696036964655, -0.007468355353921652, -0.027572764083743095, -0.027098583057522774, 0.00532575836405158, -0.014515216462314129, 0.03528260067105293, 0.001481816521845758, -0.028257692232728004, -0.009764621965587139, -0.01644706539809704, 0.05511040613055229, -0.03018954209983349, 0.0698978379368782, -0.05300293117761612, -0.061889439821243286, 0.030769098550081253, -0.0024806708097457886, 0.016166070476174355, 0.024534491822123528, 0.009106037206947803, 0.030611038208007812, 0.052721936255693436, 0.03215651586651802, -0.04095521569252014, 0.04783962294459343, 0.027941571548581123, -0.010941294021904469, 0.02699320949614048, -0.06066008284687996, -0.011169604025781155, -0.04081471636891365, -0.021952837705612183, 0.02651902846992016, 0.031050093472003937, -0.03744276240468025, 0.02600972168147564, -0.04819086939096451, 0.056058768182992935 ]
38,752
pulp.pulp
isConstant
null
def isConstant(self): return self.lowBound is not None and self.upBound == self.lowBound
(self)
[ 0.018530968576669693, -0.028791634365916252, -0.0018713276367634535, 0.03592948988080025, 0.004984487313777208, -0.01636902242898941, 0.022099895402789116, -0.021259140223264694, -0.04725397005677223, -0.05205829441547394, -0.002123340265825391, -0.001962481066584587, 0.03651287034153938, -0.01854812726378441, -0.03637560456991196, 0.025480082258582115, -0.019920792430639267, -0.03709625452756882, 0.006314256228506565, -0.0008064403082244098, -0.043547775596380234, -0.012611353769898415, -0.02489669993519783, -0.0003890109364874661, 0.005666530225425959, 0.012113763019442558, -0.023095078766345978, 0.0035281763412058353, 0.027865085750818253, 0.01325479056686163, -0.07940863072872162, -0.021567989140748978, 0.03241203725337982, -0.020126691088080406, 0.05514679104089737, -0.05185239762067795, 0.06894207000732422, 0.003716917708516121, -0.05384276062250137, -0.04814620316028595, -0.00004507406265474856, -0.045229289680719376, -0.012671408243477345, 0.010500882752239704, -0.0069619822315871716, -0.03874345123767853, 0.05754895508289337, -0.019251618534326553, -0.004568398464471102, 0.001477758982218802, 0.04262122884392738, -0.007468151859939098, 0.005065989214926958, 0.03045598976314068, -0.04320460930466652, 0.013529323041439056, 0.03359596058726311, 0.058990251272916794, -0.06722623854875565, -0.010526619851589203, -0.0067346347495913506, 0.032755203545093536, 0.05418592691421509, -0.08627195656299591, 0.0527789443731308, 0.009359855204820633, -0.0563821904361248, 0.005344811826944351, 0.03477988392114639, 0.05844118446111679, -0.046396054327487946, -0.00489869574084878, 0.006142673082649708, 0.0362040214240551, -0.04320460930466652, -0.07803597301244736, 0.023901518434286118, 0.05579880625009537, 0.00427241763100028, -0.061117880046367645, 0.0019067166140303016, -0.052023980766534805, 0.06355436146259308, -0.009351275861263275, -0.024828067049384117, -0.01914866827428341, -0.07446704059839249, 0.016643555834889412, 0.0851738229393959, 0.028208252042531967, -0.036615822464227676, 0.04879821836948395, -0.014112705364823341, 0.028362678363919258, 0.0735061764717102, 0.07405523955821991, 0.021379247307777405, -0.037061937153339386, 0.00013337901327759027, -0.018977085128426552, 0.034162186086177826, 0.01681513898074627, -0.03172570466995239, -0.00011400889343349263, 0.04255259409546852, 0.019886475056409836, 0.03181149810552597, -0.00263379979878664, -0.05511247366666794, -0.021413564682006836, -0.02848278544843197, -0.016780821606516838, -0.03788553550839424, 0.0012782936682924628, -0.06458386033773422, 0.05422024428844452, -0.04135151579976082, 0.03840028494596481, 0.004418263211846352, 0.03378470242023468, 0.005546421743929386, -0.012173817493021488, -0.016120227053761482, -0.04327324405312538, 0.07680056989192963, 0.041694678366184235, 0.027041487395763397, 0.04910706728696823, -0.06540745496749878, 0.016986722126603127, 0.03452250733971596, -0.008128746412694454, -0.007802738808095455, 0.03956704959273338, -0.03477988392114639, 0.0007104610558599234, 0.023095078766345978, 0.03514020889997482, -0.017758844420313835, 0.019131509587168694, 0.005014514550566673, 0.053156428039073944, 0.013400635682046413, 0.020040899515151978, 0.04210647940635681, 0.04066518321633339, -0.02935785986483097, 0.06032859906554222, -0.004238101188093424, 0.06303960829973221, 0.007408097852021456, -0.02735033817589283, 0.005040252115577459, 0.016034435480833054, -0.041969213634729385, -0.01774168759584427, -0.0012032261583954096, -0.04653332382440567, -0.022391587495803833, 0.0035689272917807102, -0.02896321751177311, 0.02079586498439312, -0.0398072674870491, -0.0546320416033268, -0.03510589152574539, 0.00812445767223835, -0.03640992194414139, -0.017964744940400124, 0.00929122231900692, 0.03761100396513939, 0.013126103207468987, -0.038880717009305954, -0.02184252254664898, 0.0718589797616005, 0.02887742593884468, 0.004092255607247353, -0.042449645698070526, -0.0064558121375739574, -0.030679048970341682, -0.022031262516975403, 0.04203784465789795, -0.059470683336257935, -0.03417934104800224, -0.05988248437643051, 0.024004468694329262, 0.03306405246257782, -0.014867670834064484, -0.03465977683663368, 0.018685393035411835, 0.014996358193457127, -0.03230908885598183, -0.015150782652199268, -0.0029619522392749786, -0.019337410107254982, 0.0042316666804254055, -0.044302742928266525, 0.042689863592386246, 0.003079915652051568, 0.03351016715168953, 0.012748620472848415, -0.0067818197421729565, -0.0429643951356411, -0.0024514927063137293, -0.0008311053970828652, 0.002777500543743372, 0.025668824091553688, -0.009711600840091705, -0.003457398386672139, 0.03884640336036682, 0.009960396215319633, -0.0883309543132782, -0.025960514321923256, -0.010252087377011776, 0.03640992194414139, 0.01026066578924656, 0.024639325216412544, -0.07309437543153763, -0.000059048696130048484, -0.059024568647146225, 0.01672934740781784, 0.08030086755752563, -0.04749418795108795, 0.03970431536436081, -0.04035633057355881, 0.019114350900053978, 0.02558303251862526, -0.018290752544999123, 0.036101073026657104, -0.0019378160359337926, -0.018410861492156982, 0.03644423931837082, 0.027487603947520256, -0.01297167781740427, -0.018805501982569695, 0.03375038504600525, 0.020092375576496124, 0.026972854509949684, 0.0374051034450531, 0.0015592608833685517, 0.019560467451810837, -0.049690451472997665, 0.019200142472982407, -0.03520883992314339, 0.039395466446876526, -0.0014187772758305073, -0.043101660907268524, -0.02316371165215969, 0.0497247651219368, 0.006159831304103136, 0.02968386746942997, -0.0594363659620285, -0.04752850532531738, -0.08242849260568619, -0.03342437744140625, 0.02812246046960354, -0.007802738808095455, -0.009428488090634346, 0.026698321104049683, -0.009874604642391205, 0.02723022922873497, -0.056656721979379654, 0.01974920928478241, 0.03160559758543968, 0.034573983401060104, 0.019560467451810837, 0.037988487631082535, -0.0038563290145248175, 0.007382360752671957, 0.014764721505343914, 0.04649900645017624, 0.05603902414441109, 0.001730844029225409, -0.010372195392847061, -0.013726643286645412, 0.010629570111632347, -0.03922388330101967, 0.0697999820113182, -0.016317548230290413, 0.02570313960313797, -0.012705724686384201, 0.023592669516801834, -0.03004419058561325, -0.03713057190179825, 0.009728758595883846, -0.043856628239154816, -0.012679986655712128, -0.006279939319938421, -0.039395466446876526, 0.022494537755846977, -0.006571630481630564, 0.005576448980718851, 0.026818430051207542, 0.05312211066484451, -0.00736091285943985, 0.06286802887916565, -0.011530380696058273, 0.05754895508289337, -0.006914796773344278, 0.04059654846787453, 0.021567989140748978, 0.01389822643250227, -0.05748032033443451, -0.08201669901609421, -0.018153486773371696, 0.06252486258745193, 0.008720708079636097, -0.0008916956139728427, 0.021705254912376404, 0.03757668659090996, 0.028362678363919258, -0.018084853887557983, -0.0038970799650996923, 0.02537713199853897, 0.033287111669778824, 0.05957363173365593, 0.01926877535879612, 0.030558940023183823, 0.0008627410279586911, -0.016780821606516838, 0.06914796680212021, -0.013872489333152771, 0.035020098090171814, -0.04159172996878624, -0.02143072336912155, -0.06787825375795364, -0.0362040214240551, 0.03946410119533539, -0.023266661912202835, -0.037061937153339386, -0.015107886865735054, -0.025068283081054688, -0.014833354391157627, 0.04691080376505852, 0.02199694700539112, 0.017192620784044266, -0.0050316727720201015, 0.024347634986042976, 0.03579222410917282, 0.014541663229465485, -0.0673978179693222, 0.03781690448522568, 0.013443531468510628, 0.009334118105471134, -0.0012675697216764092, 0.06516724079847336, 0.0140955476090312, -0.011607592925429344, 0.0052890474908053875, 0.06849595159292221, -0.019371725618839264, -0.038915034383535385, -0.017878953367471695, 0.03198308125138283, 0.017407100647687912, 0.01810201071202755, -0.012577037326991558, 0.04509202390909195, -0.06581925600767136, 0.025480082258582115, 0.04179763048887253, 0.07783006876707077, -0.015382420271635056, -0.0034724120050668716, 0.00044557973160408437, -0.023026444017887115, 0.033853333443403244, -0.023077920079231262, 0.022168530151247978, -0.019406042993068695, 0.007000588346272707, -0.05754895508289337, -0.07004019618034363, -0.012199554592370987, -0.007313727401196957, -0.030215773731470108, -0.00022573894239030778, -0.021053239703178406, -0.0024729405995458364, -0.01786179468035698, -0.008896580897271633, 0.043856628239154816, 0.012860149145126343, -0.0324978306889534, 0.0031528384424746037, -0.03395628556609154, 0.015082149766385555, 0.03141685575246811, -0.028808793053030968, -0.00906816404312849, 0.012740041129291058, 0.06077471375465393, -0.0288431104272604, -0.0527789443731308, -0.03019861690700054, -0.04752850532531738, 0.04025338217616081, 0.05312211066484451, 0.011967917904257774, 0.024725116789340973, 0.01355506107211113, -0.00310779782012105, 0.008133036084473133, -0.02348971925675869, 0.02321518585085869, 0.008707839995622635, 0.006035433616489172, 0.04818052053451538, 0.056450821459293365, -0.0038927902933210135, 0.026320839300751686, -0.05439182370901108, -0.017063934355974197, -0.03987589851021767, -0.01681513898074627, -0.010140557773411274, -0.07844776660203934, 0.03997885063290596, 0.0020589965861290693, 0.03052462451159954, -0.023386768996715546, 0.01978352479636669, -0.05377412587404251, 0.04279281198978424, 0.009342696517705917, -0.0036204021889716387, -0.037302155047655106, 0.04745987057685852, 0.015373840928077698, 0.004075097385793924, 0.030781999230384827, -0.06056881695985794, -0.008210248313844204, -0.01126442663371563, -0.046842172741889954, 0.0020225350745022297, -0.01882266066968441, -0.0006890131626278162, 0.0034552535507827997, 0.0024107417557388544, -0.012740041129291058, 0.06485839188098907, 0.015982961282134056, -0.0027346047572791576, 0.01490198727697134, -0.027367495000362396, -0.01279151625931263, -0.007223646156489849, -0.0026445237454026937, 0.026475263759493828, -0.04251828044652939, -0.08181079477071762, 0.013374898582696915, -0.06338277459144592, -0.024399109184741974, -0.039841584861278534, -0.07968316972255707, -0.13754096627235413, -0.056210607290267944, 0.019200142472982407, -0.03616970777511597, -0.017552945762872696, 0.05264167860150337, -0.0669517070055008, -0.057617586106061935, -0.011770596727728844, -0.010672465898096561, 0.022940652444958687, -0.004872958641499281, -0.0040300567634403706, -0.0034552535507827997, 0.03049030713737011, -0.017398521304130554, -0.0029083327390253544, -0.02843131124973297, 0.03368175029754639, 0.0037147728726267815, -0.021001765504479408, 0.09663557261228561, 0.004328182432800531, -0.028551418334245682, -0.02208273857831955, 0.032274771481752396, -0.029872607439756393, -0.001775884535163641, 0.026217889040708542, -0.021018922328948975, -0.1270400881767273, 0.02534281648695469, -0.0011517511447891593, -0.0478716716170311, -0.03246351331472397, -0.024347634986042976, -0.0070349047891795635, 0.0398072674870491, -0.006412916351109743, 0.014284288510680199, 0.022734753787517548, -0.005087437108159065, 0.05796075239777565, 0.054082974791526794, -0.016823718324303627, 0.046636272221803665, -0.02345540188252926, -0.005790927913039923, -0.016154544427990913, -0.03138253837823868, 0.006854742765426636, -0.01604301482439041, -0.031914446502923965, 0.00526759959757328, 0.11235257983207703, 0.01930309273302555, 0.011736280284821987, 0.045023392885923386, 0.07501611113548279, 0.008107298985123634, 0.017552945762872696, -0.030747681856155396, -0.0116419093683362, -0.05102879926562309, -0.005404865834861994, -0.033647436648607254, -0.00798719096928835, -0.04083676636219025, -0.03345869481563568, -0.027213070541620255, -0.01974920928478241, -0.09135081619024277, -0.030541781336069107, -0.006490128580480814, 0.022391587495803833, -0.021859679371118546, 0.01716688461601734, 0.06056881695985794, -0.05089152976870537, 0.01801621913909912, -0.007356623187661171, -0.003970002755522728, -0.04409684240818024, 0.00721935648471117, -0.03850323706865311, -0.053430959582328796, 0.10898955166339874, 0.04142014682292938, 0.017999062314629555, 0.03290962800383568, -0.025685982778668404, 0.0015560437459498644, -0.021173348650336266, -0.0072107776068151, 0.008703550323843956, 0.0130317322909832, 0.05562722310423851, -0.0735061764717102, 0.06420637667179108, 0.04039064794778824, 0.014987778849899769, 0.033407218754291534, 0.007665472570806742, 0.09636104106903076, -0.005923904478549957, -0.040116116404533386, 0.08153626322746277, -0.019972266629338264, -0.06290234625339508, -0.039601366966962814, -0.007897109724581242, -0.005126043688505888, 0.07632014155387878, 0.05864708498120308, 0.003298684023320675, 0.03395628556609154, 0.0020396935287863016, 0.000605366425588727, 0.02815677784383297, 0.016351863741874695, -0.006339993327856064, 0.005113174673169851, -0.05034246668219566, -0.08400706201791763, 0.022957811132073402, -0.018977085128426552, -0.014610296115279198, -0.01810201071202755, 0.03764532133936882, 0.05123469606041908, -0.02983829192817211, 0.03313268721103668, -0.015828536823391914, -0.012242450378835201, -0.0015496093546971679, 0.02609778195619583, -0.019800683483481407, -0.04835210368037224, 0.002421465702354908, 0.03507157415151596, 0.0082059595733881, 0.007330885622650385, 0.03627265617251396, 0.059058886021375656, -0.01140169333666563, -0.009943237528204918, -0.029958399012684822, -0.00874644611030817, -0.025994831696152687, 0.007313727401196957, 0.02244306169450283, -0.023026444017887115, -0.010054766200482845, -0.011041369289159775, 0.030181458219885826, 0.018805501982569695, -0.032154664397239685, -0.05507815629243851, -0.016514867544174194, 0.021705254912376404, -0.029735341668128967, 0.02052133157849312, 0.04378799349069595, 0.02570313960313797, -0.01798190362751484, 0.007077800575643778, 0.0035839409101754427, -0.004197350237518549, -0.010809731669723988, -0.0018799067474901676, 0.06400047242641449, -0.1018516942858696, -0.006833294872194529, 0.01725267618894577, 0.03884640336036682, 0.0033094079699367285, -0.02187683805823326, -0.030267249792814255, -0.030987897887825966, 0.022099895402789116, 0.005687978118658066, 0.024244684725999832, 0.05020520091056824, 0.06784393638372421, -0.03488283231854439, 0.014172759838402271, 0.007553943432867527, 0.05034246668219566, 0.0002396800700807944, -0.004094400443136692, -0.0011635475093498826, 0.0035989542957395315, -0.006798977963626385, -0.050102248787879944, -0.027607712894678116, 0.05113174766302109, 0.0039421203546226025, -0.004283141810446978, 0.03301257640123367, -0.018805501982569695, -0.01612880639731884, -0.009042426943778992, 0.037508055567741394, -0.03898366913199425, -0.0137952771037817, -0.014104126021265984, 0.006605947390198708, -0.04526360705494881, 0.016197439283132553, 0.008510518819093704, 0.01765589602291584, -0.0263379979878664, -0.013400635682046413, -0.021379247307777405, 0.008561993949115276, -0.02899753488600254, -0.020023740828037262, -0.01890845224261284, 0.0570342056453228, -0.02956375852227211, -0.014713246375322342, 0.028980376198887825, -0.041248563677072525, -0.022872019559144974, 0.03426513448357582, 0.027847928926348686, -0.04025338217616081, 0.003828446613624692, 0.08785051852464676, -0.0030691917054355145, -0.06715760380029678, 0.0013190446188673377, 0.05614197254180908, 0.031588438898324966, 0.005074568558484316, -0.057823486626148224, -0.01878834329545498, 0.056896939873695374, 0.02549724094569683, -0.040562231093645096, -0.036821722984313965, 0.044542957097291946, 0.05023951455950737, 0.03699330613017082, 0.02711012214422226, -0.03313268721103668, -0.05960794910788536, 0.022940652444958687, -0.007378071080893278, 0.050822898745536804, 0.02522270753979683, -0.027007171884179115, 0.06245622783899307, -0.018874134868383408, -0.023472560569643974, 0.06492702662944794, -0.03357880190014839, -0.07453567534685135, -0.046155840158462524, 0.004047214984893799, -0.061358097940683365, 0.017355624586343765, -0.001869182800874114, 0.01297167781740427, -0.02022964134812355, -0.006022565066814423, -0.0034209368750452995, -0.02115618996322155, -0.022580329328775406, 0.026372313499450684, 0.04612152278423309, -0.03630697354674339, -0.0435134619474411, 0.0033222767524421215, -0.004628452472388744, 0.03390480950474739, -0.033287111669778824, 0.05658808723092079, 0.04262122884392738, 0.032394878566265106, -0.042381010949611664, -0.013709485530853271, -0.04162604734301567, -0.007378071080893278, 0.05322505906224251, -0.042449645698070526, 0.05868140235543251, -0.05123469606041908, -0.05579880625009537, 0.03383617848157883, -0.041214246302843094, 0.015914328396320343, 0.012499825097620487, -0.006207016762346029, 0.010852627456188202, 0.05857845023274422, 0.05658808723092079, -0.07172171026468277, 0.04632742330431938, -0.003980726469308138, -0.053430959582328796, 0.01906287670135498, -0.043101660907268524, -0.00045362269156612456, -0.03816007077693939, 0.024519218131899834, 0.008021507412195206, 0.08304619789123535, -0.041969213634729385, 0.05538700893521309, -0.017072513699531555, 0.043341878801584244 ]
38,753
pulp.pulp
isFixed
:return: True if upBound and lowBound are the same :rtype: bool
def isFixed(self): """ :return: True if upBound and lowBound are the same :rtype: bool """ return self.isConstant()
(self)
[ 0.02695680409669876, -0.008162621408700943, -0.0013299949932843447, 0.0415521077811718, -0.016283253207802773, -0.007872898131608963, -0.020557712763547897, -0.0015997729497030377, -0.04222392663359642, -0.04635562375187874, -0.003879764350131154, -0.017971202731132507, 0.004547385964542627, -0.03893200680613518, -0.04212315380573273, 0.05861635133624077, -0.0061513581313192844, -0.030836569145321846, -0.0006586991366930306, -0.004862301982939243, -0.036547042429447174, 0.008893226273357868, -0.009094771929085255, 0.011362167075276375, 0.01367154996842146, 0.012428682297468185, -0.006109368987381458, -0.01907970756292343, 0.035606496036052704, 0.006772791966795921, -0.10211674124002457, -0.007977870292961597, 0.03674859181046486, 0.0027964534237980843, 0.050823234021663666, -0.05777657777070999, 0.05344333499670029, 0.010799516923725605, -0.07793119549751282, -0.004102305043488741, -0.015838172286748886, -0.06150517985224724, -0.019936278462409973, 0.007713341154158115, -0.008040853776037693, -0.011983601376414299, 0.04578457772731781, 0.0069239516742527485, 0.0023009858559817076, 0.04094747081398964, 0.04477684572339058, -0.038528915494680405, 0.015157953836023808, 0.03431323915719986, -0.05290587618947029, 0.006268926430493593, 0.05055450648069382, 0.029392153024673462, -0.06855929642915726, -0.022136490792036057, -0.0014223703183233738, 0.04000692069530487, 0.053308967500925064, -0.10184801369905472, 0.024723000824451447, 0.039133552461862564, -0.059758447110652924, -0.024387089535593987, 0.030231930315494537, 0.04538148641586304, -0.030131157487630844, 0.017870429903268814, 0.010026923380792141, 0.046893082559108734, -0.02317781187593937, -0.03315434977412224, 0.022623561322689056, 0.024571839720010757, -0.0058700330555438995, -0.060766179114580154, 0.014402155764400959, -0.0259154811501503, 0.05653370916843414, 0.023144220933318138, -0.021347101777791977, -0.03893200680613518, -0.035673677921295166, 0.03970460221171379, 0.1139407828450203, 0.019818710163235664, -0.025210069492459297, 0.04830390587449074, 0.020893622189760208, 0.018911750987172127, 0.06513301283121109, 0.0425262488424778, 0.005298985633999109, -0.05838121473789215, -0.0152587266638875, -0.028619559481739998, 0.01336923148483038, 0.06620792299509048, -0.019885892048478127, 0.011252996511757374, 0.015569443814456463, 0.018878160044550896, 0.01825672574341297, -0.015653422102332115, -0.06029590591788292, -0.009665819816291332, -0.027175145223736763, -0.04524712264537811, -0.03977178409695625, 0.048505451530218124, -0.06315114349126816, 0.018844569101929665, -0.03149159252643585, 0.04665794596076012, 0.01153012178838253, 0.0271079633384943, -0.005790254101157188, -0.0180719755589962, -0.01724899560213089, -0.05895226448774338, 0.05901944637298584, 0.010371231473982334, 0.04124978929758072, 0.04716181010007858, -0.046221259981393814, 0.011899623088538647, 0.02741028368473053, -0.025932276621460915, -0.02583150379359722, 0.052099693566560745, -0.014838838949799538, -0.0000494024388899561, 0.03486749157309532, 0.03431323915719986, 0.009548251517117023, 0.018088771030306816, 0.015527455136179924, 0.07007089257240295, 0.007595772389322519, 0.010304049588739872, 0.023983998224139214, 0.059792038053274155, -0.01889495551586151, 0.05374565348029137, -0.030500657856464386, 0.02984563261270523, -0.021464670076966286, -0.021733397617936134, 0.0030336901545524597, 0.040745921432971954, -0.030433475971221924, -0.02777978405356407, 0.01949959434568882, -0.03066861256957054, -0.035908814519643784, 0.012084374204277992, -0.05797812342643738, 0.017316177487373352, -0.021766988560557365, -0.04867340624332428, 0.0010014326544478536, 0.013075309805572033, -0.04847186058759689, -0.030467066913843155, 0.03249932453036308, 0.07504236698150635, -0.023496927693486214, -0.029879223555326462, -0.03933509811758995, 0.05445106327533722, 0.05166300758719444, -0.011807247996330261, -0.019247662276029587, -0.009388693608343601, -0.012109567411243916, -0.023009857162833214, 0.0581124871969223, -0.04682590067386627, -0.04904290661215782, -0.05844839662313461, -0.008876430802047253, 0.056567300111055374, 0.0004232994979247451, -0.02816608175635338, -0.004014128353446722, 0.012277522124350071, -0.009867365472018719, 0.010917086154222488, 0.008708475157618523, -0.03300318866968155, 0.04417220875620842, -0.03842814266681671, 0.03130684420466423, 0.021229533478617668, 0.058851487934589386, -0.0086832819506526, -0.010547583922743797, -0.037521183490753174, 0.0016491097630932927, -0.019331639632582664, -0.0058700330555438995, 0.03715168312191963, -0.02047373540699482, -0.01034603826701641, 0.001355188200250268, 0.003667720826342702, -0.06053104251623154, -0.019482798874378204, -0.008586707524955273, 0.030433475971221924, 0.030315907672047615, 0.0008481735712848604, -0.06258009374141693, -0.02479018270969391, -0.046221259981393814, 0.031172478571534157, 0.088949054479599, -0.03957023844122887, 0.012789785861968994, -0.026721667498350143, 0.03859609737992287, 0.04998345673084259, -0.014948009513318539, 0.03879764303565025, 0.016997063532471657, -0.05633216351270676, 0.03312075883150101, 0.028703536838293076, -0.04769926518201828, -0.016677947714924812, 0.06919752806425095, -0.0035795443691313267, 0.014528121799230576, 0.022522788494825363, 0.02500852383673191, -0.00045741538633592427, -0.04289574921131134, 0.013923482969403267, -0.01703905127942562, 0.05361128970980644, -0.02853558212518692, -0.05653370916843414, -0.04289574921131134, 0.0498826839029789, 0.01113542728126049, 0.021128760650753975, -0.04524712264537811, -0.06933189183473587, -0.06748438626527786, -0.006058982573449612, 0.03374219313263893, -0.006369699724018574, -0.010430015623569489, 0.011983601376414299, 0.00796947255730629, 0.04182083532214165, -0.04427298158407211, 0.044373754411935806, 0.031004523858428, 0.034665945917367935, -0.01633363962173462, 0.026755258440971375, -0.016904687508940697, -0.025898685678839684, 0.026201006025075912, 0.030954137444496155, 0.04061155766248703, -0.01919727586209774, -0.036244723945856094, -0.026721667498350143, -0.0019451307598501444, -0.03270087018609047, 0.07981229573488235, 0.030131157487630844, 0.011840838938951492, -0.0013971769949421287, 0.023900020867586136, -0.04538148641586304, -0.015317510813474655, 0.03112209215760231, -0.04128338024020195, 0.004488601814955473, -0.040141284465789795, -0.011328576132655144, 0.02823326364159584, -0.016451207920908928, -0.03553931415081024, 0.007205276750028133, 0.05650011822581291, 0.008586707524955273, 0.07000371068716049, 0.015418284572660923, 0.020725667476654053, 0.001878998358733952, 0.043668344616889954, -0.00924593210220337, 0.011983601376414299, -0.04487761855125427, -0.06261368840932846, 0.030131157487630844, 0.06392373889684677, 0.0025256257504224777, -0.011471337638795376, -0.0026977797970175743, 0.014822043478488922, 0.02628498338162899, -0.013260059989988804, -0.004971473012119532, 0.03701731935143471, 0.03184429928660393, 0.06926470994949341, 0.009086374193429947, 0.008007262833416462, 0.01837429590523243, -0.013302048668265343, 0.057608623057603836, -0.013528788462281227, 0.03664781525731087, -0.01724899560213089, 0.005252797622233629, -0.0371180921792984, -0.0045767780393362045, 0.01130338292568922, -0.028451604768633842, -0.026117028668522835, 0.0073480382561683655, -0.038193006068468094, -0.003367501078173518, 0.059624083340168, 0.01713142730295658, -0.01886136457324028, 0.006672019138932228, 0.02850199118256569, 0.05166300758719444, 0.010841505602002144, -0.05105837062001228, 0.02531084418296814, 0.04941241070628166, 0.008750463835895061, -0.0018212638096883893, 0.03265048563480377, 0.02564675360918045, -0.05364488065242767, 0.016787119209766388, 0.0781327411532402, 0.025932276621460915, -0.03745400160551071, -0.0458853505551815, 0.019029319286346436, 0.014486133120954037, 0.037890683859586716, -0.018928546458482742, 0.050789643079042435, -0.02107837237417698, 0.046926673501729965, 0.021867763251066208, 0.06365500390529633, -0.04648999124765396, -0.015174749307334423, -0.007037321571260691, -0.005660089198499918, 0.02914022095501423, -0.003823079401627183, 0.015359499491751194, -0.029341766610741615, 0.025865094736218452, -0.05149505287408829, -0.0800810232758522, -0.015317510813474655, -0.05223405733704567, -0.05287228524684906, 0.012672217562794685, -0.011110234074294567, 0.04192160815000534, -0.036614224314689636, -0.016787119209766388, 0.07222072035074234, -0.0043836296536028385, -0.07732655853033066, 0.003917554393410683, -0.014822043478488922, 0.00019826582865789533, -0.01645960658788681, -0.01498160045593977, 0.024319907650351524, 0.027511056512594223, 0.059187401086091995, -0.04215674474835396, -0.04188801720738411, -0.012033987790346146, -0.054954931139945984, 0.02269074320793152, 0.027494261041283607, 0.01672833412885666, -0.007159088738262653, 0.022623561322689056, 0.006718206685036421, -0.014024256728589535, -0.02568034455180168, -0.004400425124913454, 0.009934548288583755, 0.004874898586422205, 0.041115425527095795, 0.05317460373044014, 0.006667820271104574, 0.034665945917367935, -0.018307112157344818, -0.014049449935555458, -0.05492134019732475, -0.032566506415605545, -0.009665819816291332, -0.02996320091187954, -0.00017517198284622282, 0.002263195812702179, 0.026822440326213837, -0.04632203280925751, 0.04161928966641426, -0.03842814266681671, 0.007213674485683441, 0.03634549677371979, -0.018239930272102356, -0.03802504763007164, 0.02175019308924675, 0.035908814519643784, 0.014620496891438961, 0.055929068475961685, -0.02133030630648136, -0.01404105219990015, -0.022438809275627136, -0.021246328949928284, 0.00515622366219759, -0.027124758809804916, -0.00521080894395709, -0.0075033968314528465, 0.006625831127166748, 0.013923482969403267, 0.040174875408411026, 0.01645960658788681, 0.012966138310730457, 0.011160620488226414, -0.013150889426469803, -0.03075258992612362, 0.0038125822320580482, -0.05216687545180321, -0.017383359372615814, -0.033355895429849625, -0.06167313829064369, -0.02992960996925831, -0.031928278505802155, 0.0014517625095322728, -0.020708872005343437, -0.0953313484787941, -0.12059181183576584, -0.06274805217981339, -0.0002886729489546269, -0.05062168836593628, -0.005693680141121149, 0.049177274107933044, -0.0811559334397316, -0.013805914670228958, -0.03678218275308609, 0.014099836349487305, 0.02107837237417698, -0.021128760650753975, -0.01788722537457943, -0.014712871983647346, 0.043701935559511185, -0.02625139243900776, -0.032381754368543625, -0.050823234021663666, 0.0013698843540623784, 0.020608099177479744, -0.02242201380431652, 0.10272137820720673, -0.020154619589447975, -0.021011190488934517, -0.03805863857269287, -0.007604170124977827, -0.0405779667198658, 0.02767901122570038, 0.03584163263440132, -0.05599625036120415, -0.1134033277630806, 0.02156544290482998, -0.019298048689961433, -0.04867340624332428, -0.012420284561812878, -0.05149505287408829, -0.024958137422800064, 0.03997332975268364, -0.014334972947835922, 0.001157840946689248, 0.01404105219990015, -0.012294318526983261, 0.034145284444093704, 0.011891225352883339, -0.012470670975744724, 0.026520119979977608, -0.05619779974222183, 0.011756861582398415, 0.017786452546715736, -0.020910417661070824, 0.016106899827718735, -0.008498531766235828, -0.01672833412885666, 0.01792081631720066, 0.07316126674413681, -0.008061847649514675, -0.00127226032782346, 0.03637908771634102, 0.07826710492372513, 0.005370366387069225, 0.01372193731367588, -0.05052091181278229, -0.015964139252901077, -0.03772272914648056, -0.004879097454249859, -0.05347692593932152, 0.0006161854835227132, -0.020759258419275284, 0.01776965707540512, -0.015359499491751194, -0.012378295883536339, -0.062344957143068314, -0.0009379246039316058, -0.005177218001335859, 0.04655717313289642, -0.009069578722119331, 0.04024205729365349, 0.047900814563035965, -0.028283650055527687, 0.04235829412937164, -0.013923482969403267, -0.05861635133624077, -0.07121299207210541, 0.007536988239735365, -0.0214814655482769, -0.01434337068349123, 0.05555956810712814, 0.016165684908628464, 0.03671500086784363, 0.01709783636033535, -0.03550572320818901, -0.04897572472691536, -0.020272187888622284, -0.02025539241731167, -0.04397066310048103, 0.0040204268880188465, 0.06580483168363571, -0.0410146526992321, 0.0728253573179245, 0.04158569872379303, -0.007742733228951693, 0.04941241070628166, 0.01946600340306759, 0.04867340624332428, -0.03191148117184639, -0.039167143404483795, 0.09963100403547287, 0.008145825937390327, -0.11098477244377136, -0.028804311528801918, 0.013679948635399342, 0.031004523858428, 0.047262582927942276, 0.059220992028713226, -0.0005841690581291914, 0.0435003861784935, 0.01014449167996645, 0.005513128358870745, 0.0012638625921681523, -0.014780054800212383, 0.009649024344980717, -0.0011053549824282527, -0.058481987565755844, -0.0836416706442833, -0.020423347130417824, -0.01031244732439518, -0.009397091343998909, -0.03768913820385933, -0.0027859562542289495, 0.05293946713209152, -0.021548647433519363, 0.03832736983895302, -0.014763259328901768, 0.0005999148706905544, -0.013066912069916725, 0.009296318516135216, -0.031290046870708466, -0.05814607813954353, -0.019180480390787125, 0.012353102676570415, -0.004807716701179743, 0.01451132632791996, 0.04088028892874718, 0.03607676923274994, -0.003029491286724806, 0.015922149643301964, -0.03503544628620148, -0.034934673458337784, -0.020053846761584282, -0.007268259767442942, 0.02220367267727852, -0.0185590460896492, -0.00542915053665638, -0.01588016003370285, 0.027964534237980843, 0.02789735235273838, -0.01305011659860611, -0.062109820544719696, -0.02002025581896305, 0.02673846296966076, -0.011169018223881721, 0.002359770005568862, 0.033725395798683167, 0.029761655256152153, -0.013545583933591843, 0.007595772389322519, 0.002119384240359068, -0.018155952915549278, 0.01023686770349741, 0.006369699724018574, 0.046590764075517654, -0.0903598815202713, -0.013755528256297112, -0.0018968436634168029, 0.05196532979607582, 0.017685679718852043, 0.006747598759829998, -0.036311905831098557, -0.07067553699016571, 0.020641690120100975, -0.004635562654584646, 0.026486529037356377, 0.021347101777791977, 0.05777657777070999, 0.002859436674043536, 0.012823376804590225, 0.018139157444238663, 0.06835775077342987, 0.019667549058794975, -0.025327639654278755, 0.010278856381773949, -0.016081707552075386, 0.008238201029598713, -0.04323165863752365, -0.03735322877764702, 0.09130042791366577, -0.019701140001416206, -0.0007993616163730621, 0.04235829412937164, -0.03480030968785286, 0.0061009712517261505, 0.006575444713234901, 0.027091167867183685, -0.03876405209302902, -0.03300318866968155, -0.002733470406383276, -0.007020526099950075, -0.02159903384745121, 0.03377578407526016, 0.031709935516119, 0.02947613224387169, 0.0090359877794981, -0.025848299264907837, -0.01081631239503622, 0.03520340099930763, 0.0030483861919492483, -0.01934843510389328, -0.035975996404886246, 0.042996522039175034, -0.0425262488424778, -0.012605034746229649, 0.04064514860510826, -0.047934405505657196, -0.014822043478488922, 0.05287228524684906, 0.02741028368473053, -0.04407143592834473, -0.008309582248330116, 0.10386347025632858, 0.009371898137032986, -0.06184109300374985, 0.02223726361989975, 0.011412553489208221, 0.039805375039577484, 0.0038398748729377985, -0.07914047688245773, 0.003886062651872635, 0.04007410258054733, 0.04051078483462334, -0.06704770028591156, -0.03097093291580677, 0.061773911118507385, 0.038193006068468094, -0.0030735796317458153, 0.033658213913440704, -0.020675281062722206, -0.033322304487228394, 0.03382616862654686, 0.004870699718594551, 0.05344333499670029, 0.0006550251273438334, -0.03315434977412224, 0.045918941497802734, -0.020944008603692055, 0.0053619686514139175, 0.06318473070859909, -0.014183813706040382, -0.07040680199861526, -0.05740707367658615, 0.017534518614411354, -0.0264025516808033, 0.024403885006904602, 0.0069953324273228645, 0.02680564485490322, -0.022959470748901367, 0.013033321127295494, 0.008498531766235828, -0.039503056555986404, -0.005093240179121494, 0.024773387238383293, -0.0016848002560436726, -0.04020846635103226, -0.07107862830162048, 0.016417616978287697, 0.0459861233830452, 0.04672512784600258, -0.039536647498607635, 0.030954137444496155, -0.005311582237482071, 0.03553931415081024, -0.025545980781316757, 0.018659818917512894, -0.017954407259821892, -0.0039595430716872215, 0.04874058812856674, -0.06778670102357864, 0.07578136771917343, -0.05310742184519768, -0.03281844034790993, 0.032902415841817856, -0.02673846296966076, 0.03775632008910179, -0.018055180087685585, 0.0055215260945260525, 0.04104824364185333, 0.050756052136421204, 0.04255983978509903, -0.07940920442342758, 0.04121619835495949, 0.012285919860005379, -0.049815502017736435, 0.0012470671208575368, -0.016417616978287697, -0.0064872680231928825, -0.043701935559511185, 0.012084374204277992, 0.04343320429325104, 0.09734681248664856, -0.0275950338691473, 0.03349025920033455, -0.038226597011089325, 0.05814607813954353 ]
38,754
pulp.pulp
isFree
null
def isFree(self): return self.lowBound is None and self.upBound is None
(self)
[ 0.06922778487205505, 0.008420412428677082, -0.0011501997942104936, 0.023237057030200958, -0.017971601337194443, -0.003467863192781806, -0.00542082916945219, 0.01874847337603569, -0.04578356444835663, -0.056349001824855804, -0.0004782608593814075, -0.013698814436793327, 0.016391966491937637, -0.013413961976766586, -0.02769111469388008, 0.038463715463876724, -0.012188233435153961, -0.04726824909448624, 0.036979030817747116, -0.012265920639038086, -0.016426492482423782, 0.015597831457853317, 0.019870618358254433, -0.010876186192035675, -0.02933117374777794, 0.061251915991306305, 0.013483017683029175, -0.012360871769487858, 0.01952534355223179, 0.05182588845491409, -0.04564545303583145, 0.0058912672102451324, 0.07865381240844727, -0.004984918516129255, 0.06777762621641159, 0.039361435920000076, 0.06618935614824295, 0.01486412063241005, -0.008191666565835476, -0.018886582925915718, 0.02040579542517662, -0.04858029633760452, 0.003981460817158222, 0.016426492482423782, 0.03690997511148453, -0.009892149828374386, 0.039430487900972366, 0.0030686380341649055, 0.018126975744962692, 0.012498981319367886, 0.07457955926656723, -0.005084185395389795, 0.04533470422029495, 0.05220569297671318, -0.0477861613035202, 0.0637378990650177, 0.012654355727136135, 0.08528310805559158, -0.01938723213970661, -0.030487848445773125, 0.009477819316089153, 0.0438154898583889, 0.03580509498715401, -0.115183986723423, 0.04056989774107933, 0.01592584326863289, -0.05534769967198372, -0.03504548594355583, 0.028364401310682297, 0.07395806163549423, -0.028657887130975723, 0.03718619793653488, -0.03956859931349754, 0.055727504193782806, -0.04036273434758186, -0.060147032141685486, 0.03791127726435661, 0.04533470422029495, 0.021251721307635307, -0.0753391683101654, 0.019749771803617477, -0.010910713113844395, 0.04833860322833061, -0.004445425234735012, 0.021614260971546173, 0.0019540449138730764, 0.01388008426874876, 0.01084165833890438, 0.02687971666455269, 0.01764358952641487, -0.022632824257016182, 0.04246891662478447, 0.014890016056597233, 0.014208097010850906, 0.0827280655503273, -0.02776016853749752, 0.003573603928089142, -0.01079849898815155, -0.03877446427941322, -0.047095611691474915, -0.002227028599008918, 0.044713206589221954, -0.005481252446770668, 0.040535371750593185, 0.04098422825336456, 0.029296645894646645, 0.003722504014149308, -0.045196592807769775, -0.0588349848985672, -0.005869687534868717, -0.032231491059064865, -0.031247453764081, -0.005135976709425449, 0.00703930901363492, -0.031247453764081, 0.031351037323474884, -0.04971970617771149, 0.02088918164372444, -0.022494714707136154, -0.008506731130182743, 0.004026778507977724, -0.022511977702379227, -0.048269547522068024, -0.09550327062606812, 0.04419529438018799, 0.026448121294379234, 0.04612883925437927, 0.04885651543736458, 0.0009106647339649498, 0.02618916518986225, 0.022891782224178314, 0.010194266214966774, -0.024082982912659645, 0.0888739749789238, -0.0698147565126419, -0.02213217504322529, 0.02594747208058834, 0.024169301614165306, -0.02950381115078926, 0.027622058987617493, -0.01467421930283308, 0.04799332842230797, 0.023737706243991852, 0.031195662915706635, 0.05265454947948456, 0.0680193230509758, -0.027483949437737465, 0.031437356024980545, -0.008394516073167324, 0.01728968322277069, -0.01652144454419613, -0.025360502302646637, 0.006711297202855349, -0.007660805247724056, -0.020940974354743958, 0.024566369131207466, -0.02903768979012966, -0.032369598746299744, -0.020578434690833092, -0.033957868814468384, -0.04074253886938095, 0.04971970617771149, -0.07306034862995148, -0.0591457337141037, -0.021234458312392235, -0.015468353405594826, -0.00848083570599556, -0.0323350727558136, 0.017729908227920532, 0.07009097188711166, 0.020940974354743958, -0.009719512425363064, -0.00948645081371069, 0.04012104123830795, 0.011497681960463524, 0.002328453352674842, -0.015010862611234188, -0.013759237714111805, -0.009659089148044586, -0.010781235061585903, 0.02133804000914097, -0.044333405792713165, -0.04920179396867752, -0.05662522092461586, 0.02800186164677143, 0.02349601313471794, -0.019594397395849228, -0.03126471862196922, 0.008545574732124805, 0.025118809193372726, -0.056107308715581894, -0.0080837681889534, -0.0010773681569844484, -0.022667352110147476, 0.013543440960347652, -0.012516245245933533, 0.008023344911634922, 0.04236533120274544, -0.0010822236072272062, -0.011489050462841988, -0.02791554294526577, -0.06063041836023331, -0.021217193454504013, -0.017410529777407646, -0.009892149828374386, 0.021527942270040512, -0.026379065588116646, -0.007505431305617094, 0.011687583290040493, 0.021545205265283585, -0.047475412487983704, -0.037531472742557526, -0.02656896784901619, 0.05700502544641495, 0.043539270758628845, 0.014795064926147461, -0.031195662915706635, 0.005036709830164909, -0.03036700189113617, 0.037048086524009705, 0.022632824257016182, -0.052689079195261, 0.04098422825336456, -0.04885651543736458, -0.0027298363856971264, 0.02475626952946186, -0.0037052403204143047, 0.05489884316921234, 0.006551607046276331, -0.006875303108245134, 0.033250052481889725, 0.040604427456855774, -0.03511454164981842, 0.005705681629478931, 0.033802494406700134, 0.0006554843857884407, 0.008916745893657207, 0.007898182608187199, -0.0054380930960178375, 0.0019820984452962875, -0.02468721568584442, -0.0032693296670913696, -0.017065253108739853, -0.008653473109006882, -0.006732876878231764, 0.005485568195581436, -0.002563672373071313, 0.028502512723207474, 0.014216728508472443, -0.006935726385563612, -0.06370337307453156, -0.08956452459096909, -0.04816596582531929, -0.06442845612764359, 0.005874003283679485, -0.08742381632328033, -0.05244738608598709, -0.024808062240481377, -0.01728968322277069, 0.013310379348695278, 0.006603398360311985, 0.0073630050756037235, -0.038325607776641846, 0.08328051120042801, 0.05227474495768547, 0.05569297820329666, 0.04806238412857056, -0.02208038419485092, -0.03454483672976494, 0.01890384592115879, 0.09426027536392212, -0.01748821698129177, -0.012550773099064827, -0.005550307687371969, -0.0026176217943429947, -0.005895583424717188, 0.0665346309542656, -0.04688844457268715, -0.02729404717683792, -0.010893449187278748, 0.0533105731010437, 0.003185168607160449, -0.043055884540081024, 0.014423893764615059, -0.04927084594964981, 0.004423845559358597, -0.0016379017615690827, -0.04961612448096275, 0.0075960662215948105, -0.0026802029460668564, -0.016668185591697693, 0.05876592919230461, 0.043297577649354935, 0.006750140804797411, 0.06618935614824295, -0.009227493777871132, 0.02102729305624962, -0.004082885570824146, 0.015753205865621567, -0.001453395001590252, 0.008821794763207436, -0.07154113054275513, -0.11200744658708572, 0.019577134400606155, 0.05741935595870018, 0.0030362685211002827, 0.02411751076579094, 0.04025915265083313, 0.04025915265083313, 0.02049211412668228, -0.007798915728926659, -0.046232420951128006, 0.03580509498715401, 0.03466568514704704, 0.0723007395863533, 0.022598296403884888, 0.013439858332276344, 0.015243924222886562, -0.04802785441279411, 0.0790681466460228, -0.03580509498715401, 0.011558105237782001, -0.013664287514984608, -0.011963804252445698, -0.08183035254478455, 0.014113145880401134, 0.008627577684819698, -0.020215895026922226, -0.023824026808142662, 0.016133008524775505, -0.03204158693552017, -0.04336663335561752, 0.04454056918621063, 0.006413497030735016, -0.040224622935056686, 0.016685450449585915, 0.03383702412247658, 0.008735476061701775, -0.015036758035421371, -0.02334064058959484, 0.006348757538944483, 0.06080305576324463, -0.01288741733878851, -0.008778635412454605, 0.06995286792516708, 0.004782069008797407, 0.023202529177069664, -0.01443252619355917, 0.08065640926361084, -0.01897290162742138, -0.042261749505996704, 0.021717844530940056, 0.0014663429465144873, 0.0156237268820405, 0.027622058987617493, -0.024462785571813583, 0.04699202626943588, 0.039188794791698456, 0.03502822294831276, 0.02760479599237442, 0.02429014816880226, 0.000646852538920939, -0.06650010496377945, 0.003593025729060173, -0.05645258352160454, -0.04229627922177315, -0.017678117379546165, 0.018247822299599648, -0.001216017990373075, 0.0020338899921625853, -0.03725525364279747, -0.07471767067909241, -0.019352704286575317, 0.031109344214200974, -0.0123349754139781, -0.004708698019385338, -0.01671997830271721, 0.032714877277612686, 0.014553372748196125, -0.00798450130969286, 0.02515333704650402, 0.022253021597862244, -0.024082982912659645, -0.002975845243781805, -0.009702248498797417, 0.021769635379314423, -0.03632300719618797, -0.017902547493577003, -0.013819660991430283, -0.022909045219421387, 0.047889743000268936, -0.03359533101320267, -0.0741652250289917, -0.0022086857352405787, -0.01364702358841896, 0.04063895344734192, 0.06232227012515068, -0.01764358952641487, 0.007686701137572527, -0.007423428352922201, 0.01921459473669529, 0.007501115556806326, -0.09060035645961761, 0.024877116084098816, 0.006180435884743929, 0.012024227529764175, 0.02965918555855751, 0.0070306770503520966, -0.00023076827346812934, 0.05645258352160454, -0.018075184896588326, -0.022477449849247932, -0.04616336524486542, -0.036979030817747116, -0.036253951489925385, -0.05020309239625931, -0.006810564082115889, 0.03093670681118965, 0.0784466490149498, 0.014691482298076153, 0.028174500912427902, -0.015908580273389816, -0.028657887130975723, -0.013370802626013756, -0.04454056918621063, -0.07112680375576019, 0.018006129190325737, -0.019594397395849228, 0.03991387411952019, 0.031920742243528366, -0.026206428185105324, -0.04119139537215233, 0.049857817590236664, -0.033250052481889725, -0.009279285557568073, 0.01230044849216938, 0.004121729172766209, -0.023616859689354897, -0.025636723265051842, -0.0010784472106024623, 0.06950400769710541, 0.001471737865358591, 0.023789498955011368, 0.004059148021042347, 0.008122611790895462, -0.03116113506257534, -0.0022335024550557137, -0.03216243535280228, 0.029296645894646645, -0.012179601937532425, -0.04858029633760452, 0.013094582594931126, -0.03583962097764015, 0.012395398691296577, -0.02877873182296753, -0.07388900965452194, -0.06605125218629837, -0.04730277508497238, -0.031040288507938385, 0.011601264588534832, -0.04533470422029495, 0.06090664118528366, -0.08915019780397415, -0.010902081616222858, 0.013353538699448109, 0.026931507512927055, 0.028588831424713135, 0.009943941608071327, 0.010582701303064823, 0.0038368767127394676, -0.0072119468823075294, -0.036357536911964417, -0.019974201917648315, -0.0631164014339447, 0.03559792786836624, -0.0025766200851649046, -0.00012185805826447904, 0.10883091390132904, 0.01563235931098461, -0.038705408573150635, -0.010651756078004837, -0.007686701137572527, -0.0025054069701582193, 0.0012710463488474488, -0.01538203377276659, -0.010090683586895466, -0.08845964074134827, 0.0046698544174432755, -0.05110080912709236, -0.00399225065484643, -0.017729908227920532, -0.08369483798742294, -0.005675469990819693, 0.020664753392338753, -0.0022593981120735407, 0.017764436081051826, 0.021217193454504013, -0.018558571115136147, 0.05693596974015236, -0.0030427423771470785, -0.0036534490063786507, 0.05710860714316368, 0.009305180981755257, -0.01857583411037922, 0.00694004213437438, -0.02523965574800968, 0.030194362625479698, 0.002608989831060171, -0.039016157388687134, 0.03147188201546669, 0.07879192382097244, -0.015839524567127228, 0.022874517366290092, 0.028726940974593163, 0.04637053236365318, 0.046232420951128006, 0.026292746886610985, -0.06087211146950722, 0.023029891774058342, -0.03292204067111015, 0.0008998748962767422, 0.07236979156732559, 0.027725642547011375, -0.01978429965674877, -0.04830407723784447, -0.01921459473669529, -0.03787674754858017, -0.056832388043403625, 0.01645238883793354, -0.018282350152730942, 0.07575349509716034, 0.011765270493924618, 0.029227592051029205, -0.008795899339020252, -0.007470903918147087, 0.01883479207754135, -0.0042512076906859875, -0.05016856640577316, -0.05400112643837929, -0.029641922563314438, 0.020837390795350075, -0.04367738217115402, 0.09633193165063858, -0.022270284593105316, -0.0075485906563699245, 0.029780032113194466, 0.018610361963510513, -0.0582134909927845, 0.05876592919230461, -0.0036426589358597994, -0.026033790782094002, -0.001136173028498888, 0.08404011279344559, -0.05044478550553322, 0.07630594074726105, 0.06080305576324463, 0.0019615977071225643, 0.02088918164372444, 0.015123077668249607, 0.03162725642323494, -0.021251721307635307, -0.009356972761452198, 0.039119742810726166, -0.005010813940316439, -0.02133804000914097, -0.05876592919230461, -0.015079917386174202, -0.02349601313471794, 0.14473958313465118, 0.041225921362638474, -0.033888813108205795, 0.00871389638632536, -0.02468721568584442, -0.008519678376615047, 0.039119742810726166, -0.03454483672976494, -0.02468721568584442, -0.0004423845384735614, -0.04533470422029495, -0.09888697415590286, 0.0027794695924967527, -0.034354936331510544, -0.025533141568303108, -0.04191647469997406, -0.014631059020757675, 0.031057553365826607, -0.0575919933617115, 0.027794696390628815, -0.03155820071697235, -0.0013552072923630476, 0.02839892916381359, 0.001968071796000004, 0.0065084476955235004, -0.05938742682337761, 0.01506265439093113, 0.017056621611118317, 0.004971970804035664, -0.020423060283064842, -0.006564554758369923, 0.06332357227802277, 0.047095611691474915, 0.040604427456855774, -0.011005664244294167, -0.039119742810726166, 0.0014339733170345426, 0.02618916518986225, -0.02007778361439705, -0.0019022534834221005, -0.03371617570519447, -0.04643958806991577, 0.007716912776231766, 0.005243875086307526, -0.007777336053550243, -0.01978429965674877, -0.012136442586779594, -0.003366438439115882, -0.027173200622200966, -0.0063271778635680676, 0.026689814403653145, 0.051446083933115005, -0.03478652983903885, 0.03043605573475361, 0.013569336384534836, 0.015779100358486176, 0.019335441291332245, -0.05503695085644722, 0.06839912384748459, -0.011100615374743938, -0.01317226979881525, 0.034682948142290115, -0.0060898009687662125, -0.04540375992655754, 0.004492900334298611, 0.008204614743590355, -0.02917579934000969, -0.0215969979763031, -0.011195565573871136, 0.03487284854054451, 0.03970671072602272, 0.02199406363070011, -0.08065640926361084, 0.02484259009361267, 0.0245145782828331, -0.025118809193372726, -0.001162068685516715, -0.010470487177371979, -0.0016605604905635118, 0.010694916360080242, 0.013940507546067238, -0.05068647861480713, -0.04239986091852188, 0.02183869108557701, 0.025118809193372726, -0.0741652250289917, 0.007764388341456652, 0.007017729338258505, -0.019663453102111816, -0.007147207856178284, 0.005459672771394253, -0.03352627530694008, -0.04050084576010704, -0.024928908795118332, 0.008908114396035671, -0.03763505443930626, 0.04585261642932892, 0.019093748182058334, 0.008303881622850895, 0.00782912690192461, -0.045265648514032364, 0.01656460389494896, -0.029849087819457054, 0.035390764474868774, -0.03376796841621399, -0.042986828833818436, -0.008942641317844391, 0.00532156229019165, -0.037289779633283615, -0.017591798678040504, -0.02926211804151535, 0.011722111143171787, 0.036495644599199295, 0.009175702929496765, -0.06308187544345856, 0.03770411014556885, 0.03162725642323494, 0.05196399986743927, -0.06418675929307938, 0.009175702929496765, 0.030556902289390564, -0.038878049701452255, 0.01495043933391571, -0.08383294939994812, 0.049236319959163666, 0.055244117975234985, -0.028278082609176636, -0.018765736371278763, -0.008191666565835476, 0.05779915675520897, 0.06567144393920898, -0.025170601904392242, 0.01751411147415638, -0.0194562878459692, -0.039499543607234955, -0.0021061820443719625, -0.020768335089087486, 0.018524043262004852, -0.0398448184132576, 0.004829544574022293, 0.015442457050085068, -0.00047987932339310646, -0.02016410231590271, 0.04699202626943588, -0.02870967797935009, -0.0294174924492836, -0.011575369164347649, -0.011195565573871136, -0.047717105597257614, 0.02625821903347969, 0.02696603536605835, -0.012309079989790916, 0.021458886563777924, 0.04143308848142624, 0.012024227529764175, -0.04050084576010704, -0.04416076838970184, 0.025291448459029198, -0.020526641979813576, -0.042814191430807114, -0.038878049701452255, -0.001860173069871962, -0.022114910185337067, -0.002740626223385334, 0.013776501640677452, 0.07872287184000015, -0.014484317041933537, 0.006586134899407625, 0.0019842565525323153, 0.02729404717683792, -0.0263445395976305, 0.023064419627189636, 0.035390764474868774, -0.0030146888457238674, 0.07444144785404205, -0.011480418033897877, 0.012585300952196121, 0.028968634083867073, -0.05962911993265152, 0.009503714740276337, 0.0016001372132450342, -0.018558571115136147, 0.0594564825296402, 0.033888813108205795, 0.056728802621364594, 0.010979768820106983, 0.061735302209854126, -0.0018224085215479136, -0.044713206589221954, 0.02254650555551052, -0.039499543607234955, -0.013422594405710697, -0.05079006031155586, 0.003314647125080228, -0.04398812726140022, 0.044022656977176666, -0.036737337708473206, 0.020578434690833092, -0.023841289803385735, 0.05400112643837929 ]
38,755
pulp.pulp
isInteger
null
def isInteger(self): return self.cat == const.LpInteger
(self)
[ 0.009549976326525211, -0.020899591967463493, 0.04383651167154312, 0.03429502621293068, 0.05921833962202072, 0.01949043944478035, 0.02426118403673172, -0.031171120703220367, -0.015738360583782196, -0.06084820255637169, -0.021663589403033257, -0.015500672161579132, 0.025823134928941727, -0.0473678819835186, -0.02305576391518116, -0.01898110844194889, -0.03643421828746796, -0.025211935862898827, 0.01620524749159813, -0.01772475615143776, -0.035856977105140686, 0.03353102505207062, 0.03551742061972618, 0.002504215808585286, 0.02660411037504673, 0.01423583086580038, 0.06651876866817474, -0.014049075543880463, -0.020831681787967682, 0.02485540322959423, -0.09405665099620819, -0.004320833366364241, 0.02718135342001915, -0.0047537656500935555, 0.02363300696015358, 0.023565096780657768, -0.03796221688389778, 0.024617716670036316, 0.01653631404042244, 0.04061074182391167, -0.021493813022971153, 0.0030177924782037735, -0.030390145257115364, 0.02831886149942875, -0.013853832148015499, -0.041765227913856506, 0.017351245507597923, -0.061697088181972504, -0.0009921364253386855, -0.06200268864631653, 0.02490633726119995, -0.030390145257115364, 0.02241061069071293, -0.007593291811645031, -0.0779617577791214, 0.04040700942277908, 0.02071283757686615, 0.029405437409877777, -0.0725288838148117, -0.01655329205095768, -0.07293634861707687, 0.06105193495750427, 0.00711791543290019, -0.09500740468502045, 0.021527767181396484, 0.008972733281552792, -0.04081447422504425, 0.030610855668783188, -0.0018325343262404203, 0.02960916981101036, -0.048726100474596024, -0.0325123630464077, -0.02546660229563713, 0.028505617752671242, 0.015967559069395065, -0.07259679585695267, 0.041731271892786026, 0.05280075594782829, -0.041086118668317795, -0.005131520330905914, 0.008336068131029606, 0.0013221411500126123, 0.066416896879673, 0.02531380206346512, 0.002151927910745144, -0.03353102505207062, -0.0035207578912377357, 0.020441193133592606, -0.031714409589767456, 0.015449739061295986, 0.011960814706981182, 0.0024978492874652147, 0.006905693560838699, -0.039286479353904724, 0.03259725123643875, 0.07381919026374817, 0.03213885426521301, -0.031205076724290848, 0.063972108066082, -0.08006700128316879, 0.0016935290768742561, -0.0010393557604402304, -0.004327200353145599, -0.06217246502637863, -0.010110241360962391, 0.01098459493368864, 0.019286707043647766, 0.0248214490711689, -0.022953897714614868, -0.014702718704938889, -0.014091519638895988, -0.00606105150654912, -0.030356191098690033, -0.033412180840969086, -0.04560219496488571, 0.0046646324917674065, 0.017588933929800987, 0.009898019954562187, -0.050525739789009094, 0.024515848606824875, -0.052291423082351685, 0.045262642204761505, -0.0019789673388004303, -0.006973604671657085, 0.0545324832201004, 0.08387000858783722, -0.015008317306637764, 0.02247852087020874, -0.07144230604171753, 0.02490633726119995, 0.017588933929800987, -0.012622945941984653, 0.007788536138832569, 0.08998199552297592, -0.023344386368989944, -0.02957521378993988, -0.005925229750573635, 0.026756910607218742, -0.024702604860067368, 0.05551719292998314, 0.007975291460752487, 0.04539846256375313, -0.04061074182391167, 0.023429274559020996, -0.031578585505485535, 0.01036490686237812, -0.02553451433777809, 0.039863720536231995, -0.03178232163190842, -0.01835293136537075, -0.011935347691178322, -0.01239374652504921, 0.029880814254283905, 0.046451084315776825, 0.025602424517273903, 0.005526252556592226, 0.033480092883110046, -0.02303878590464592, 0.04383651167154312, -0.06862400472164154, -0.028115129098296165, 0.04071260988712311, -0.008246934972703457, 0.001471757423132658, -0.05813176557421684, -0.026162689551711082, -0.00440572202205658, 0.0047919657081365585, 0.016468403860926628, 0.10465075820684433, -0.0022601608652621508, -0.04655294865369797, 0.01069597341120243, 0.026281533762812614, 0.010780861601233482, 0.04499099776148796, 0.033446136862039566, 0.038743190467357635, 0.04006745293736458, 0.047096237540245056, 0.01952439546585083, 0.0007130648591555655, -0.09568651765584946, 0.01604395918548107, 0.021069368347525597, 0.014100008644163609, 0.0010308668715879321, -0.017894532531499863, 0.008021979592740536, -0.02122216857969761, 0.01571289449930191, 0.011918369680643082, -0.004443922080099583, -0.0391506552696228, -0.03707937151193619, -0.0182680431753397, 0.009702775627374649, -0.02477051503956318, 0.035789065062999725, 0.007232515141367912, 0.018539685755968094, -0.03965998813509941, 0.014142453670501709, 0.05993140488862991, 0.005326764192432165, -0.02487238124012947, -0.06611130386590958, 0.010246062651276588, 0.013845343142747879, -0.0342610701918602, -0.02061096951365471, -0.03212187439203262, 0.023887673392891884, 0.06689227372407913, 0.012173036113381386, 0.031154144555330276, -0.06074633449316025, -0.031748365610837936, -0.037011463195085526, 0.005891274195164442, 0.0840737447142601, 0.044651441276073456, 0.04726601392030716, -0.02252945490181446, 0.031205076724290848, -0.017877554520964622, 0.016740046441555023, 0.08991408348083496, 0.010288507677614689, 0.08699391782283783, 0.029303571209311485, -0.016960756853222847, 0.003764812834560871, 0.025161003693938255, 0.018743420019745827, -0.012240947224199772, -0.0023344384972006083, 0.0603049136698246, -0.033378228545188904, 0.02364998497068882, -0.012639923952519894, 0.01833595335483551, 0.012733301147818565, -0.030033612623810768, -0.06753742694854736, -0.03724915161728859, -0.011375082656741142, 0.04135776311159134, -0.023157630115747452, 0.00025015632854774594, 0.03247840702533722, -0.11035528033971786, -0.03616257384419441, -0.02728321962058544, 0.03144276514649391, -0.0021349501330405474, -0.05198582634329796, -0.012054191902279854, -0.012257924303412437, -0.030373167246580124, -0.044651441276073456, 0.05083134025335312, 0.03959207981824875, 0.08176477253437042, -0.030559923499822617, -0.003232136368751526, 0.026383399963378906, -0.0015439128037542105, 0.022563409060239792, -0.0016266792081296444, 0.023904651403427124, -0.02894703857600689, -0.019745105877518654, 0.036332353949546814, 0.014677251689136028, 0.005326764192432165, 0.04780930280685425, 0.06081424653530121, -0.023531140759587288, 0.0005899763200432062, 0.04862423241138458, 0.03213885426521301, -0.040542829781770706, -0.0659075677394867, -0.0236839409917593, -0.009813130833208561, 0.00911704357713461, 0.034651558846235275, -0.037554748356342316, -0.0019428895320743322, 0.005891274195164442, 0.051102980971336365, 0.014023609459400177, -0.0032130363397300243, 0.013386944308876991, 0.049982450902462006, -0.0009141449118033051, 0.025772200897336006, -0.001012827968224883, -0.001558768330141902, 0.018607597798109055, -0.08027072995901108, -0.022257810458540916, -0.020458171144127846, -0.015042273327708244, 0.03735101595520973, 0.013208677992224693, 0.037554748356342316, -0.0195753276348114, 0.08244387805461884, 0.015619516372680664, 0.04848841205239296, -0.029795924201607704, 0.013531254604458809, -0.013734987936913967, 0.016400491818785667, 0.031595565378665924, 0.022359676659107208, -0.04689250513911247, 0.08156103640794754, -0.019405551254749298, 0.009015177376568317, -0.02252945490181446, -0.02599291317164898, -0.01266539003700018, 0.02015257067978382, 0.045194730162620544, -0.03232560679316521, 0.001428251969628036, 0.005844585131853819, 0.0036289908457547426, -0.005645096767693758, 0.042172692716121674, -0.01763986609876156, 0.025568468496203423, -0.03836968168616295, 0.006256295368075371, 0.011748592369258404, -0.017291823402047157, -0.04743579030036926, 0.026213623583316803, -0.0049150544218719006, 0.03387058153748512, 0.03772452846169472, 0.06696018576622009, 0.006311472970992327, -0.017368223518133163, 0.00911704357713461, 0.0828513503074646, 0.05792803317308426, -0.05154440179467201, -0.002627304522320628, 0.007079715374857187, -0.013480321504175663, -0.02777557447552681, -0.002618815517053008, 0.020509103313088417, 0.006510961335152388, 0.053479865193367004, 0.07524532079696655, 0.07965952903032303, -0.05660376697778702, 0.039999544620513916, 0.023531140759587288, -0.044923085719347, 0.01571289449930191, 0.008692600764334202, -0.013030411675572395, -0.0023386829998344183, -0.006086518056690693, -0.008234201930463314, -0.023361362516880035, -0.07931997627019882, -0.07171395421028137, -0.04064469784498215, 0.01635804772377014, -0.004562766291201115, -0.004070411901921034, -0.02477051503956318, -0.008361534215509892, 0.001352913212031126, -0.007839469239115715, -0.02298785373568535, 0.01658724620938301, -0.032240718603134155, -0.022088034078478813, -0.04315740242600441, -0.02960916981101036, -0.05066156014800072, 0.03271609544754028, 0.02120519056916237, 0.0007820369210094213, 0.016128847375512123, -0.03247840702533722, -0.006468517240136862, -0.02477051503956318, 0.05853923037648201, -0.037011463195085526, 0.04268202558159828, 0.02777557447552681, 0.007287692744284868, -0.01122228242456913, 0.059999316930770874, 0.0424782931804657, 0.011994769796729088, 0.026977621018886566, 0.027928374707698822, 0.002909559290856123, -0.02186732180416584, -0.019728127866983414, 0.04322531446814537, 0.009329264983534813, -0.005080587230622768, -0.05690936744213104, -0.02237665466964245, -0.030933434143662453, 0.03477040305733681, -0.00000800390807853546, -0.006731671746820211, -0.017436133697628975, 0.05555114895105362, 0.023310430347919464, 0.042172692716121674, 0.024532826617360115, -0.029778948053717613, -0.010517707094550133, 0.0414256751537323, 0.018030354753136635, -0.027911396697163582, 0.018811330199241638, -0.09208723157644272, -0.026943664997816086, 0.07891251146793365, -0.037622660398483276, 0.004503344185650349, -0.01734275557100773, -0.049303341656923294, -0.019643239676952362, -0.005954940337687731, 0.022121988236904144, 0.10077983140945435, -0.007419269997626543, 0.0088284220546484, 0.02139194682240486, 0.01589116081595421, -0.038811102509498596, 0.03568720072507858, 0.04651899263262749, -0.029795924201607704, 0.010229085572063923, -0.015339383855462074, -0.020593993365764618, 0.008654400706291199, -0.012886100448668003, 0.021001458168029785, -0.015874182805418968, -0.06207060068845749, -0.006426072679460049, -0.011578815057873726, -0.027419041842222214, -0.04268202558159828, 0.02831886149942875, -0.04431188851594925, -0.049303341656923294, -0.012257924303412437, -0.006757138762623072, -0.008726555854082108, -0.005008431617170572, 0.01069597341120243, 0.052325379103422165, -0.0415954515337944, 0.012478635646402836, 0.03911670297384262, -0.018030354753136635, -0.03850550204515457, 0.061255667358636856, -0.007606025319546461, 0.04780930280685425, -0.006213850807398558, 0.025823134928941727, 0.01784360036253929, -0.020288392901420593, 0.009643353521823883, -0.006396361626684666, -0.010916683822870255, -0.022682253271341324, -0.048760056495666504, 0.04091634228825569, -0.026875754818320274, -0.0009836475364863873, 0.01949043944478035, 0.018437819555401802, 0.0219352338463068, -0.0007629369501955807, 0.027945352718234062, -0.014677251689136028, -0.010568640194833279, 0.013675565831363201, -0.012190014123916626, 0.05853923037648201, -0.028284907341003418, 0.06373441964387894, -0.00244903820566833, -0.022835053503513336, 0.06784302741289139, -0.02195221185684204, 0.03711332753300667, -0.00971975363790989, -0.038709234446287155, -0.020984480157494545, -0.019728127866983414, -0.018505731597542763, 0.04617943987250328, 0.006434561684727669, 0.03568720072507858, 0.04078051820397377, 0.04061074182391167, -0.028760282322764397, -0.01622222550213337, -0.019405551254749298, 0.05928625166416168, -0.08081401884555817, -0.0195753276348114, -0.014660274609923363, 0.001790089881978929, 0.009252865798771381, -0.042308516800403595, -0.06696018576622009, -0.05633212625980377, 0.06954080611467361, 0.0009528753580525517, -0.024447938427329063, -0.017283333465456963, 0.029982680454850197, -0.0907290130853653, 0.001087636104784906, -0.03779243677854538, -0.005916740745306015, 0.04421002045273781, -0.030899478122591972, -0.06465121358633041, -0.015577072277665138, 0.0807461068034172, 0.026196645572781563, 0.051917914301157, 0.027011577039957047, -0.05432875081896782, 0.0672997385263443, -0.04543241858482361, 0.0048471433110535145, -0.03307262808084488, -0.031120188534259796, -0.0028756039682775736, 0.006540672387927771, 0.0865185409784317, 0.06332695484161377, 0.03860737010836601, 0.03507599979639053, 0.013098322786390781, 0.06478703767061234, -0.012792723253369331, -0.06295344233512878, 0.04960894212126732, -0.0816289484500885, -0.06373441964387894, -0.039965588599443436, -0.0520876906812191, -0.05256306752562523, 0.032240718603134155, 0.004051311872899532, 0.049439165741205215, -0.11531277745962143, -0.042240604758262634, -0.026722954586148262, 0.004104367457330227, 0.0038624347653239965, -0.031239032745361328, 0.04006745293736458, -0.015874182805418968, 0.009252865798771381, -0.045873839408159256, 0.048182811588048935, 0.009363221004605293, -0.02548358030617237, 0.033446136862039566, 0.006162917707115412, -0.0219352338463068, 0.02183336764574051, -0.03504204377532005, -0.0248214490711689, 0.0007380009046755731, -0.0024575272109359503, -0.013505788519978523, -0.04906565323472023, -0.013004944659769535, -0.006481250282377005, -0.005993140395730734, -0.03976185619831085, 0.046315260231494904, 0.001062169554643333, 0.003255480667576194, -0.013132277876138687, -0.04560219496488571, -0.03626444190740585, 0.0201865267008543, 0.003232136368751526, 0.037520796060562134, -0.005305542144924402, -0.006082273554056883, -0.06611130386590958, 0.028115129098296165, -0.018658529967069626, 0.0004366461362224072, -0.06288553029298782, -0.03202001005411148, -0.017351245507597923, 0.00039367121644318104, 0.02480447106063366, 0.018522709608078003, -0.035721153020858765, -0.06023700535297394, 0.006018606945872307, 0.028132107108831406, -0.016841912642121315, -0.0022919941693544388, 0.041731271892786026, 0.006027095951139927, -0.035755109041929245, 0.030933434143662453, -0.04156149551272392, 0.06417583674192429, 0.0353136882185936, 0.0342610701918602, -0.019133906811475754, -0.0461454838514328, -0.033989425748586655, 0.03561928868293762, 0.03595884144306183, 0.028132107108831406, 0.08149313181638718, -0.012359791435301304, -0.009269842877984047, -0.041663363575935364, -0.036332353949546814, 0.06556801497936249, -0.03891296684741974, 0.009600909426808357, -0.010059308260679245, 0.030644811689853668, -0.0235990509390831, -0.03298773989081383, 0.05218955874443054, -0.01784360036253929, -0.06404002010822296, -0.011179838329553604, 0.019388573244214058, 0.037045419216156006, 0.06370045989751816, -0.054702263325452805, -0.01152788195759058, -0.022071056067943573, -0.00634967302903533, -0.01723240129649639, 0.025738246738910675, 0.08753719925880432, 0.01604395918548107, -0.009770686738193035, -0.05816572159528732, 0.03368382528424263, -0.04241038113832474, -0.025059137493371964, 0.037011463195085526, 0.00004469919440452941, -0.004303855821490288, 0.031714409589767456, -0.023938605561852455, -0.031629521399736404, 0.004066167399287224, 0.00606529600918293, -0.029422415420413017, -0.007750336080789566, -0.04988058656454086, 0.011442993767559528, 0.00355259096249938, 0.023208564147353172, -0.04502495378255844, -0.03680773079395294, -0.017020178958773613, 0.0011661581229418516, -0.001839962089434266, -0.02836979553103447, 0.017071112990379333, 0.011782548390328884, -0.006095007061958313, 0.05616234615445137, -0.02006768248975277, -0.0672997385263443, 0.07633189857006073, 0.02252945490181446, -0.010763883590698242, 0.00854828953742981, -0.03823385760188103, -0.016943778842687607, 0.0182680431753397, 0.0011449359590187669, 0.023395318537950516, -0.02127310261130333, -0.023989539593458176, 0.07524532079696655, -0.02298785373568535, -0.057011235505342484, 0.10716346651315689, -0.009813130833208561, -0.07246097177267075, -0.025262869894504547, 0.011791037395596504, -0.023480206727981567, 0.046349216252565384, -0.01721542328596115, 0.016417469829320908, -0.005173964891582727, -0.005386186297982931, -0.026264555752277374, 0.02492331527173519, -0.036298397928476334, 0.006404850631952286, 0.05738474428653717, -0.02966010384261608, -0.01679946854710579, -0.026230599731206894, 0.0038242347072809935, -0.001531179528683424, -0.025755224749445915, -0.03718123957514763, -0.0006812316132709384, 0.016629692167043686, 0.012427701614797115, -0.025619402527809143, 0.013828365132212639, -0.04794512316584587, 0.029694058001041412, -0.04332717880606651, 0.017928488552570343, -0.053445909172296524, -0.02477051503956318, 0.007173093035817146, 0.02957521378993988, 0.04081447422504425, 0.012045702897012234, 0.015585560351610184, 0.021018436178565025, 0.037011463195085526, 0.017588933929800987, -0.0816289484500885, 0.05093320459127426, 0.019626261666417122, 0.0035398576874285936, 0.003119658911600709, -0.017605911940336227, 0.02252945490181446, -0.046315260231494904, -0.07123857736587524, 0.034040357917547226, 0.04258016124367714, -0.018200131133198738, 0.02538171410560608, -0.04848841205239296, 0.045873839408159256 ]
38,756
pulp.pulp
isPositive
null
def isPositive(self): return self.lowBound == 0 and self.upBound is None
(self)
[ -0.01869777962565422, 0.008181368000805378, 0.012154428288340569, 0.05677294358611107, 0.0009077702416107059, 0.0014496006770059466, 0.0006904934998601675, 0.020736586302518845, -0.01604907214641571, -0.044400691986083984, -0.012947297655045986, 0.018941739574074745, 0.04945414513349533, -0.024465687572956085, -0.04729335755109787, 0.04994206503033638, 0.02045777626335621, -0.03382328897714615, 0.03246408700942993, -0.02127678319811821, -0.005589294247329235, -0.027079543098807335, 0.003154052421450615, -0.012180566787719727, -0.02254885993897915, 0.022897373884916306, -0.01552630215883255, -0.008059388026595116, -0.013818582519888878, 0.0070617664605379105, -0.07792774587869644, -0.012250269763171673, 0.04258842021226883, -0.023646678775548935, 0.06011867895722389, -0.0007934140739962459, -0.005083948839455843, -0.02742805704474449, -0.06782083958387375, -0.006351668853312731, -0.001927718403749168, -0.037639521062374115, -0.023751234635710716, 0.04464465379714966, 0.00344811100512743, -0.03680308535695076, 0.037674371153116226, 0.001495343167334795, 0.01591837964951992, -0.021816980093717575, 0.04307634010910988, 0.02911834977567196, 0.059247393161058426, 0.031366266310214996, -0.08357367664575577, 0.04966325685381889, 0.04203079640865326, 0.06259312480688095, -0.0506739467382431, -0.011753637343645096, -0.025546081364154816, 0.07576695829629898, 0.013313237577676773, -0.09458671510219574, 0.06220976263284683, 0.028560727834701538, -0.04830405116081238, -0.03743040934205055, 0.02657419815659523, 0.04258842021226883, -0.019760748371481895, 0.0071532512083649635, -0.015761548653244972, 0.046631183475255966, -0.003027715953066945, -0.03899872303009033, 0.022008663043379784, 0.0686224177479744, -0.002585538662970066, -0.04833890125155449, -0.006417015101760626, -0.02389063872396946, 0.037604667246341705, 0.010481560602784157, -0.018087880685925484, -0.00167286756914109, -0.04004426673054695, 0.02157302014529705, 0.0715847909450531, 0.055483441799879074, -0.0031518740579485893, 0.04530682787299156, 0.011884329840540886, -0.021485893055796623, 0.05827155336737633, 0.07172419875860214, -0.009000375866889954, -0.034014973789453506, -0.051824040710926056, -0.025546081364154816, 0.017591247335076332, 0.08880138397216797, -0.02385578863322735, 0.004696227144449949, 0.0009605918894521892, 0.030843494459986687, 0.006613054312765598, -0.045062869787216187, -0.008747703395783901, 0.009078791365027428, -0.02821221388876438, -0.039138130843639374, -0.004696227144449949, -0.024308856576681137, -0.0594913512468338, -0.03326566889882088, -0.006399589590728283, 0.026469644159078598, -0.03321339190006256, 0.02396034263074398, 0.008738989941775799, -0.006151273380964994, 0.009192058816552162, -0.06088540703058243, 0.019534213468432426, 0.031000327318906784, 0.02948429062962532, 0.033161114901304245, -0.04736306145787239, -0.0005336621543392539, 0.04569019377231598, -0.027306078001856804, 0.022897373884916306, 0.04401732608675957, -0.052939288318157196, -0.016327884048223495, 0.06457965821027756, 0.02899637073278427, -0.011718785390257835, 0.02687043510377407, 0.03579239547252655, -0.00473979115486145, 0.015778973698616028, 0.026591623201966286, 0.051266420632600784, 0.06290678679943085, -0.028421321883797646, 0.07005132734775543, -0.006787311751395464, 0.017469268292188644, -0.012834030203521252, -0.039730604737997055, 0.010455422103404999, -0.0021215793676674366, -0.0002891577605623752, -0.009618988260626793, 0.003909892402589321, -0.027567462995648384, -0.004079792648553848, 0.00674810353666544, -0.03983515873551369, 0.0276197399944067, -0.011893042363226414, -0.024692222476005554, -0.01353105902671814, -0.0007683646399527788, -0.03180190920829773, 0.011439974419772625, -0.004423950333148241, 0.052869584411382675, 0.04558563977479935, -0.007802358828485012, -0.02925775572657585, 0.05367116630077362, 0.035548433661460876, -0.05300898849964142, 0.006774242036044598, 0.05715630576014519, -0.03079121746122837, 0.016327884048223495, 0.04847830906510353, 0.0026704890187829733, -0.0670192539691925, -0.06168698891997337, 0.04161258041858673, -0.011622943915426731, 0.002164054661989212, -0.005171077325940132, -0.011413835920393467, -0.0025376181583851576, -0.03617576137185097, 0.011762349866330624, 0.025912020355463028, -0.02552865631878376, 0.01000235415995121, -0.014132245443761349, -0.01608392409980297, 0.0258248932659626, 0.04035792872309685, -0.02082371525466442, 0.002546330913901329, -0.046003855764865875, 0.019063720479607582, -0.010952054522931576, -0.018314413726329803, 0.022444305941462517, -0.07688220590353012, -0.007000776473432779, 0.009871660731732845, -0.029292607679963112, -0.039800308644771576, -0.04405217990279198, -0.01810530573129654, -0.004800781141966581, -0.002875240985304117, 0.036593977361917496, -0.020666884258389473, -0.014071255922317505, -0.032342106103897095, 0.038580507040023804, 0.04781613126397133, -0.03875476494431496, 0.05325295031070709, -0.05513492599129677, 0.06098996102809906, 0.05510007590055466, -0.010481560602784157, 0.023228462785482407, -0.024274004623293877, 0.015500163659453392, 0.03474685177206993, 0.010830074548721313, -0.05332265421748161, -0.02575518935918808, -0.035443879663944244, 0.017042338848114014, 0.007092261221259832, 0.010638391599059105, -0.00797225907444954, -0.007780576590448618, -0.023123908787965775, 0.0372561551630497, -0.0477115772664547, 0.04147317260503769, -0.01922055147588253, -0.03687278926372528, -0.00722295418381691, 0.017931049689650536, 0.01771322824060917, 0.07214241474866867, -0.03635001927614212, -0.0516497865319252, -0.08691941201686859, -0.015055808238685131, 0.021729853004217148, -0.04896622523665428, -0.03514764457941055, -0.016362736001610756, -0.008625723421573639, 0.007096617948263884, -0.0212419331073761, -0.02399519458413124, -0.010185323655605316, 0.029658546671271324, 0.008756415918469429, 0.061861246824264526, 0.0339975468814373, -0.054368194192647934, 0.050848204642534256, 0.036489423364400864, 0.10079026967287064, -0.027828847989439964, 0.007405924145132303, -0.01487283781170845, 0.03086092136800289, 0.02559835836291313, 0.05374087020754814, -0.04670088365674019, -0.0015269272262230515, 0.026190832257270813, 0.056528981775045395, 0.010394432581961155, -0.044435545802116394, 0.027201524004340172, -0.0181401576846838, 0.01771322824060917, 0.0008010378223843873, -0.048722267150878906, -0.005977016407996416, -0.010786510072648525, -0.01179720088839531, 0.05269532650709152, 0.060188379138708115, -0.03572269156575203, 0.05774878337979317, -0.017399564385414124, 0.029658546671271324, -0.021973812952637672, 0.003193260170519352, -0.0048356326296925545, 0.06001412123441696, -0.07151509076356888, -0.06583430618047714, -0.01774807833135128, 0.050778500735759735, 0.028508450835943222, -0.020510053262114525, 0.06269767880439758, 0.018784908577799797, -0.008011466823518276, -0.043877921998500824, -0.019098570570349693, 0.02392549067735672, 0.012102151289582253, 0.03265576809644699, 0.04896622523665428, 0.05638957768678665, -0.01214571576565504, -0.00844710972160101, 0.05300898849964142, -0.01689421944320202, 0.013269673101603985, -0.008516812697052956, 0.00029542011907324195, -0.05642442777752876, 0.006199194118380547, -0.012990862131118774, -0.009871660731732845, -0.046596329659223557, -0.006260184105485678, -0.0036071205977350473, -0.001773065305314958, 0.048164643347263336, 0.003639793721958995, -0.017512831836938858, 0.004853058606386185, 0.01937738247215748, 0.03382328897714615, -0.00036784569965675473, -0.027567462995648384, 0.005889887921512127, 0.03673338145017624, 0.02653934620320797, -0.006835232023149729, 0.06656618416309357, -0.006887509487569332, -0.025702912360429764, -0.013670464046299458, 0.08406159281730652, 0.0007373250555247068, -0.03687278926372528, 0.022601136937737465, 0.007588894106447697, -0.012119577266275883, 0.01394056249409914, 0.015648281201720238, 0.06625252217054367, -0.03819714114069939, 0.04147317260503769, 0.02653934620320797, 0.06290678679943085, -0.04408702999353409, -0.03743040934205055, 0.011335420422255993, -0.08608297258615494, -0.012642348185181618, 0.017216594889760017, -0.017695801332592964, -0.03680308535695076, 0.039138130843639374, -0.0040580108761787415, -0.07688220590353012, -0.03941694274544716, -0.018384117633104324, -0.06750717759132385, 0.040183670818805695, 0.014350066892802715, 0.010342154651880264, -0.03415437787771225, -0.04164743050932884, 0.04628266766667366, 0.0023633609525859356, -0.08587386459112167, -0.006447510328143835, 0.011448686942458153, -0.0199350044131279, 0.011596805416047573, -0.0052887010388076305, -0.025633210316300392, -0.04220505431294441, 0.06193095073103905, -0.047119103372097015, -0.022444305941462517, -0.021729853004217148, -0.031854186207056046, -0.02594687230885029, 0.06778598576784134, -0.007850279100239277, 0.024988459423184395, -0.001404947368428111, 0.034468039870262146, -0.01474214531481266, -0.020649459213018417, -0.0016717783873900771, 0.01624075509607792, 0.007980972528457642, 0.009845522232353687, 0.015221351757645607, 0.021555595099925995, 0.07381527870893478, 0.010838788002729416, -0.011370271444320679, -0.028386471793055534, -0.015561153180897236, -0.030599534511566162, -0.03359675779938698, -0.0241868756711483, 0.016676397994160652, -0.007275231182575226, -0.041856538504362106, 0.010028492659330368, -0.045515935868024826, 0.013783731497824192, -0.016354022547602654, 0.022757967934012413, -0.04203079640865326, 0.027637165039777756, -0.04143832251429558, 0.01604907214641571, 0.05764422565698624, -0.05820184946060181, -0.041786838322877884, 0.024395985528826714, -0.044505245983600616, 0.0031083098147064447, 0.02321103774011135, -0.025319546461105347, 0.0139754144474864, -0.044888611882925034, 0.044400691986083984, 0.091519795358181, -0.009871660731732845, 0.029797952622175217, 0.020579755306243896, 0.026661327108740807, -0.0004726721963379532, -0.01170136034488678, -0.032638341188430786, 0.026399940252304077, 0.0026508851442486048, -0.03511279448866844, 0.017791643738746643, 0.010211462154984474, -0.01611877605319023, -0.06290678679943085, -0.018314413726329803, -0.11466112732887268, -0.03000706061720848, -0.013905711472034454, -0.017626099288463593, -0.0023916778154671192, 0.04318089410662651, -0.09883859008550644, -0.03272547200322151, -0.0035025663673877716, 0.05959590524435043, 0.028804687783122063, 0.01719045639038086, -0.0421702042222023, -0.0013330663787201047, 0.007327508181333542, -0.034502893686294556, -0.011919180862605572, -0.048129793256521225, 0.009810671210289001, 0.012799179181456566, -0.022775394842028618, 0.05475156009197235, 0.029989635571837425, -0.014829273335635662, -0.029240330681204796, 0.011936606839299202, -0.014646303839981556, 0.03079121746122837, 0.00024491280782967806, 0.02758488804101944, -0.12623178958892822, 0.01444590836763382, -0.01843639463186264, -0.04213535040616989, 0.021207081153988838, -0.07737012207508087, 0.007249092683196068, 0.019586490467190742, -0.018314413726329803, -0.008098595775663853, 0.03851080313324928, -0.0009812848875299096, 0.03389299288392067, 0.012433239258825779, -0.024047471582889557, 0.1013478934764862, -0.040810998529195786, -0.024343708530068398, -0.004304148722440004, -0.0007433151477016509, 0.025110438466072083, -0.0015530658420175314, -0.02843874879181385, -0.0011038094526156783, 0.07339706271886826, 0.017835207283496857, 0.008856614120304585, 0.02810765989124775, 0.05666838958859444, 0.04210050031542778, 0.019133422523736954, -0.032603491097688675, 0.008534238673746586, -0.04569019377231598, 0.02572033926844597, -0.027271226048469543, -0.02340272068977356, 0.018296988680958748, -0.04826919734477997, 0.019760748371481895, -0.047119103372097015, -0.028247065842151642, -0.05300898849964142, 0.013949275948107243, 0.06147788092494011, -0.0028077163733541965, 0.024953607469797134, 0.0490359291434288, -0.05461215600371361, 0.06381292641162872, -0.033195964992046356, -0.026068853214383125, -0.0604671910405159, 0.007157607935369015, 0.006944142747670412, -0.030059339478611946, 0.0709226131439209, 0.024430835619568825, 0.04426128789782524, 0.017277585342526436, -0.03819714114069939, -0.007122756447643042, 0.005201572552323341, 0.006974637974053621, -0.02911834977567196, -0.006068501155823469, 0.028682708740234375, -0.018018176779150963, 0.11222153156995773, 0.07799744606018066, -0.008098595775663853, 0.04251871630549431, 0.008708495646715164, 0.07416379451751709, 0.004432663321495056, -0.0807158574461937, 0.07513963431119919, -0.08482832461595535, -0.1258135735988617, -0.02254885993897915, -0.011823339387774467, -0.012860169634222984, 0.05823669955134392, 0.04645692557096481, -0.0026465286500751972, -0.031923890113830566, -0.059735313057899475, -0.0019244510913267732, -0.010612253099679947, 0.008956811390817165, -0.014402343891561031, 0.003387121018022299, -0.041891392320394516, -0.02814251184463501, 0.01915084756910801, -0.060815706849098206, -0.03190646320581436, -0.047049399465322495, -0.030216170474886894, 0.02944943867623806, -0.030338149517774582, 0.015613430179655552, -0.008468891493976116, 0.014367492869496346, 0.011744923889636993, 0.0085778022184968, -0.016780951991677284, -0.03683793544769287, -0.004744147881865501, -0.006796024274080992, 0.019534213468432426, -0.020701736211776733, 0.06492817401885986, 0.039765454828739166, 0.0279508288949728, 0.008220575749874115, -0.026103703305125237, 0.001482273917645216, -0.02444826252758503, 0.04115951061248779, 0.02071916125714779, -0.012232843786478043, -0.06402203440666199, -0.030808644369244576, 0.011988883838057518, -0.008678000420331955, -0.03411952778697014, -0.032080721110105515, -0.01706847734749317, -0.006599985063076019, -0.01996985636651516, 0.00031829136423766613, 0.0343112088739872, 0.058585215359926224, 0.0017937583616003394, -0.033457349985837936, -0.030216170474886894, 0.004114644136279821, 0.009026514366269112, -0.042797528207302094, 0.07987942546606064, -0.04631752148270607, -0.02533697336912155, 0.012354823760688305, 0.04210050031542778, -0.013417791575193405, -0.020736586302518845, -0.032342106103897095, -0.06353411823511124, 0.013670464046299458, -0.01794847473502159, 0.017931049689650536, 0.04227475821971893, 0.0356355644762516, -0.05715630576014519, -0.0018547483487054706, 0.005977016407996416, 0.018453819677233696, 0.008346912451088428, -0.01876748353242874, -0.041229214519262314, 0.023681530728936195, -0.003090884070843458, -0.06001412123441696, 0.010455422103404999, 0.05771392956376076, -0.0037399916909635067, -0.05377572029829025, 0.01676352694630623, 0.041751984506845474, -0.009993640705943108, 0.016981348395347595, 0.017695801332592964, -0.03568784147500992, -0.03826684504747391, -0.022409453988075256, 0.01660669595003128, 0.008059388026595116, 0.03690763935446739, 0.02396034263074398, -0.007950477302074432, -0.028543302789330482, -0.0070617664605379105, -0.019133422523736954, 0.0011566310422495008, 0.005075236316770315, -0.037674371153116226, 0.010681956075131893, 0.028247065842151642, 0.0008669287781231105, 0.00443701958283782, 0.009000375866889954, -0.04011397063732147, -0.016022933647036552, 0.020370647311210632, 0.031122306361794472, -0.036001503467559814, 0.022444305941462517, 0.07242122292518616, -0.029501715674996376, -0.021956386044621468, 0.006347312591969967, 0.023193610832095146, 0.003840189427137375, 0.0048225633800029755, -0.055483441799879074, 0.005057810340076685, 0.039695750921964645, 0.052277110517024994, -0.041333768516778946, -0.03244666010141373, 0.04586445167660713, 0.055030371993780136, 0.007479983381927013, 0.048094943165779114, -0.0398700088262558, -0.05405453220009804, 0.04304148629307747, -0.02030094526708126, -0.0006975727155804634, 0.03770922124385834, 0.019569065421819687, 0.07165449112653732, -0.02160787209868431, -0.02683558315038681, 0.06433569639921188, -0.037151601165533066, -0.07085291296243668, -0.011544528417289257, 0.005349691025912762, -0.020771438255906105, 0.06555549800395966, 0.023524699732661247, -0.04108981043100357, -0.025406675413250923, 0.0009415325475856662, -0.02232232689857483, -0.032080721110105515, -0.026696177199482918, -0.034433189779520035, -0.013356802053749561, -0.08120378106832504, -0.04035792872309685, -0.04244901239871979, -0.04349455609917641, 0.00253326166421175, -0.0038205855526030064, 0.01794847473502159, 0.008142160251736641, 0.01676352694630623, -0.032115571200847626, 0.013069277629256248, -0.005393255036324263, 0.01902886852622032, 0.05489096790552139, -0.017216594889760017, 0.0729091465473175, -0.0748608186841011, 0.023350441828370094, 0.027515185996890068, -0.005545730236917734, 0.020771438255906105, -0.010089482180774212, -0.023716382682323456, 0.0477115772664547, 0.03962605074048042, 0.04569019377231598, -0.01287759467959404, 0.018018176779150963, 0.0070748357102274895, -0.052311960607767105, 0.03500823676586151, -0.015238777734339237, 0.012102151289582253, -0.06057174503803253, -0.0031758344266563654, -0.015386896207928658, 0.07179389894008636, -0.032830026000738144, 0.07360617071390152, -0.018680354580283165, 0.07737012207508087 ]
38,757
pulp.pulp
positive
null
def positive(self): self.bounds(0, None)
(self)
[ 0.008503859862685204, 0.024106593802571297, 0.007213902194052935, 0.033341702073812485, -0.028592688962817192, -0.0003319894603919238, -0.009843114763498306, -0.010015657171607018, -0.015200136229395866, -0.03345673158764839, -0.032454345375299454, 0.01438672374933958, 0.022939881309866905, -0.02898707054555416, -0.04906768351793289, 0.04571543633937836, 0.05968312919139862, -0.026735806837677956, 0.017484264448285103, -0.013072117231786251, 0.04131150618195534, -0.05840138718485832, 0.035330045968294144, 0.004346417263150215, -0.05015223100781441, 0.005139289423823357, -0.028231171891093254, -0.025059683248400688, -0.005977350752800703, -0.06145784631371498, -0.043743524700403214, -0.02157597616314888, 0.03832077607512474, -0.018552381545305252, 0.021921060979366302, -0.02852695807814598, -0.015298731625080109, 0.004839394707232714, -0.029184261336922646, 0.04545251652598381, -0.022134684026241302, -0.03743341565132141, -0.004629879258573055, -0.0008791430154815316, 0.022151116281747818, -0.017089882865548134, 0.0671435222029686, 0.0038965754210948944, 0.02175673469901085, 0.0006439517019316554, 0.030285244807600975, 0.02335069514811039, 0.057218242436647415, -0.018864601850509644, -0.06783368438482285, 0.0616879016160965, 0.03173131123185158, 0.07223761826753616, 0.0055994014255702496, -0.005673347972333431, -0.005443291738629341, 0.046076953411102295, -0.021477380767464638, -0.08347750455141068, 0.05044801905751228, -0.002399156568571925, -0.02441881224513054, -0.01426347903907299, 0.035823024809360504, 0.03503425791859627, -0.015808140859007835, 0.029003502801060677, -0.0004952882300131023, 0.04656992852687836, 0.033341702073812485, -0.06816233694553375, -0.005077667068690062, 0.057251106947660446, 0.04190307855606079, -0.04403931275010109, 0.001174929435364902, -0.004465553443878889, 0.02267695963382721, 0.03960251808166504, -0.008203965611755848, -0.0020479101222008467, 0.018289461731910706, 0.01522478461265564, 0.05163116380572319, 0.03878088667988777, -0.009120081551373005, 0.027080891653895378, -0.009309056214988232, 0.008191640488803387, 0.0413772352039814, 0.0709887444972992, -0.0052584256045520306, -0.022331874817609787, -0.06234520673751831, 0.001009063096717, -0.006523733958601952, 0.08268874138593674, -0.04216599836945534, -0.0012632545549422503, -0.0029496480710804462, 0.036743246018886566, 0.027195919305086136, -0.06573031842708588, -0.03513285517692566, 0.05925588309764862, -0.01216832548379898, -0.02671937458217144, -0.029036367312073708, -0.0011338479816913605, -0.05117105320096016, -0.007456283085048199, -0.03661178797483444, -0.015602733939886093, 0.008187532424926758, 0.05685672536492348, 0.01653939113020897, -0.014452453702688217, 0.015668464824557304, -0.05879576876759529, -0.00557064451277256, 0.06063621863722801, -0.00037204386899247766, 0.03766347095370293, 0.020310668274760246, -0.02576628513634205, 0.04239605367183685, -0.06527020782232285, -0.013663689605891705, 0.05064520984888077, -0.022167550399899483, -0.01176572684198618, 0.06776795536279678, -0.002676456468179822, -0.007185145281255245, 0.04147582873702049, 0.0346398763358593, -0.0006578167085535824, 0.051828354597091675, 0.017665022984147072, 0.015430192463099957, 0.03746628016233444, 0.00006415766983991489, 0.046044088900089264, -0.012086162343621254, 0.00869283452630043, 0.006831844802945852, -0.002931161317974329, 0.019209684804081917, -0.03161628171801567, 0.03048243559896946, -0.0036952763330191374, 0.026587912812829018, -0.0784820020198822, 0.025207577273249626, 0.004227281082421541, -0.05018509924411774, 0.030104486271739006, -0.02234830893576145, -0.03684184327721596, -0.009580194018781185, -0.002920890925452113, -0.008618887513875961, 0.014542832970619202, -0.036283135414123535, 0.03233931586146355, 0.012480543926358223, -0.04272470623254776, -0.03733482211828232, 0.04039128124713898, 0.02931572124361992, -0.027064457535743713, -0.010533283464610577, 0.06408706307411194, -0.020244937390089035, 0.005184478592127562, 0.06303537636995316, 0.016662634909152985, -0.029266424477100372, -0.065007284283638, 0.05034942179918289, -0.002964026527479291, 0.008618887513875961, 0.02576628513634205, -0.022085387259721756, -0.0029517021030187607, -0.0081793162971735, 0.04216599836945534, 0.03743341565132141, -0.02821473963558674, 0.013647257350385189, 0.00024636031594127417, -0.005344696342945099, 0.01784578152000904, 0.02775462716817856, -0.054983410984277725, -0.01600533165037632, -0.013392551802098751, 0.016013547778129578, -0.028822744265198708, -0.0024710490833967924, 0.03638173267245293, -0.03680897876620293, 0.01713917963206768, -0.0383865050971508, -0.04985644668340683, -0.03150125592947006, -0.015364461578428745, -0.02767246402800083, -0.09070783853530884, -0.02175673469901085, -0.015808140859007835, -0.02931572124361992, -0.0204749945551157, 0.0019873150158673525, 0.046964313834905624, 0.02668650820851326, -0.03457414731383324, 0.001478932099416852, -0.0718432366847992, 0.043020494282245636, 0.04134437069296837, 0.014419588260352612, -0.027738194912672043, -0.016145009547472, -0.014238829724490643, 0.012077946215867996, -0.029003502801060677, -0.06868818402290344, -0.07263199985027313, -0.02004774659872055, 0.011839673854410648, 0.012012215331196785, -0.016054630279541016, -0.01193826925009489, -0.003202298888936639, -0.01011425256729126, 0.03690757229924202, -0.0177471861243248, 0.09373143315315247, -0.021411651745438576, 0.013269308023154736, -0.01717204600572586, 0.01778005063533783, 0.02775462716817856, 0.07164604961872101, -0.06750503927469254, -0.05163116380572319, -0.0755898654460907, 0.0028633768670260906, 0.046471334993839264, -0.019916286692023277, -0.05790840834379196, -0.036184538155794144, -0.004093766212463379, 0.014575698412954807, -0.01888103410601616, -0.05291290581226349, -0.01557808555662632, -0.014074504375457764, 0.026735806837677956, 0.0836089625954628, -0.002464886987581849, -0.05146683752536774, 0.0034056520089507103, 0.05015223100781441, 0.07079154998064041, 0.0008175208349712193, 0.03414690122008324, -0.026062071323394775, 0.012529841624200344, 0.04081852734088898, 0.03542863950133324, -0.0037055467255413532, -0.00013300118735060096, -0.0005325182573869824, 0.061194926500320435, 0.005788376089185476, -0.03782779723405838, 0.04190307855606079, -0.019045360386371613, 0.0015128243248909712, 0.011001612059772015, -0.018535949289798737, -0.04239605367183685, -0.026522183790802956, 0.003656249027699232, 0.07328930497169495, 0.08262301236391068, -0.03749914467334747, 0.06379127502441406, -0.04081852734088898, 0.017221342772245407, -0.021198026835918427, -0.0004696123069152236, 0.01916038803756237, 0.0354943722486496, -0.06895110011100769, -0.036283135414123535, 0.015676680952310562, 0.03901094198226929, 0.02252906560897827, 0.003399489913135767, 0.07440672069787979, 0.02573341876268387, -0.009054351598024368, -0.03920813277363777, -0.013088549487292767, -0.004749015439301729, -0.02576628513634205, 0.011971133761107922, 0.046898581087589264, 0.04538678377866745, -0.014592130668461323, 0.01830589398741722, 0.04242892190814018, 0.012406597845256329, -0.03417976573109627, -0.015249433927237988, -0.023892970755696297, -0.043447740375995636, -0.015233000740408897, -0.02803398109972477, -0.015767060220241547, -0.018388057127594948, -0.0033584083430469036, 0.014099152758717537, 0.009785600937902927, 0.005619942210614681, -0.005061234347522259, -0.026423588395118713, 0.008487427607178688, 0.03398257493972778, 0.05951880291104317, -0.013655473478138447, -0.0388137511909008, -0.0005153154488652945, 0.011050909757614136, 0.0018743410473689437, 0.0029106205329298973, 0.06020897254347801, -0.003937656991183758, -0.018010107800364494, -0.032207854092121124, 0.061589308083057404, -0.015520571731030941, -0.0013074170565232635, 0.014748239889740944, -0.004288903437554836, -0.024846060201525688, 0.0006655194447375834, 0.03680897876620293, 0.06250952929258347, -0.039766840636730194, 0.0025634823832660913, -0.013474714942276478, 0.08137413114309311, -0.04279043525457382, -0.07953368127346039, -0.024533841758966446, -0.043382011353969574, -0.016136793419718742, 0.020097045227885246, -0.01805940456688404, -0.002947594039142132, 0.010861935093998909, -0.00153439212590456, -0.06648621708154678, -0.0675707682967186, 0.011059125885367393, -0.0528143085539341, 0.05738256871700287, -0.018650976940989494, 0.01596425101161003, -0.04818032309412956, -0.039799708873033524, 0.020557157695293427, 0.0044532292522490025, -0.06490869075059891, 0.008890025317668915, 0.009350137785077095, -0.01091123279184103, -0.014978296123445034, -0.003997224848717451, -0.010746906511485577, -0.023498589172959328, 0.06559886038303375, -0.07322357594966888, -0.006515517830848694, -0.0068236286751925945, -0.017270641401410103, -0.004110198933631182, 0.06973987072706223, 0.024139458313584328, 0.03342386707663536, 0.02210181951522827, 0.04131150618195534, -0.010229281149804592, -0.05130251124501228, 0.0015806087758392096, -0.004839394707232714, -0.008208073675632477, 0.00010225429286947474, -0.0010835231514647603, 0.02246333658695221, 0.08038818091154099, 0.011272749863564968, 0.00291472882963717, 0.0028140791691839695, -0.005040693562477827, 0.002670294139534235, -0.06293678283691406, -0.019505470991134644, 0.04150869697332382, -0.008421696722507477, -0.04883762449026108, 0.019028926268219948, -0.046011220663785934, 0.028395498171448708, 0.023498589172959328, 0.030613895505666733, -0.04124577343463898, 0.00993349403142929, -0.05665953457355499, 0.0030749463476240635, 0.05728397145867348, -0.05080953612923622, -0.05284717679023743, -0.008364182896912098, -0.044795211404561996, 0.004204686265438795, -0.012891358695924282, -0.023186368867754936, -0.0278532225638628, -0.013770501129329205, 0.06941121816635132, 0.11318760365247726, -0.0027113757096230984, 0.05393172428011894, 0.004699717741459608, 0.016728365793824196, -0.03072892315685749, -0.045682571828365326, -0.010738690383732319, -0.002957864198833704, -0.0028592688031494617, 0.031238334253430367, 0.012135460041463375, 0.06862245500087738, 0.007386444602161646, -0.04841037839651108, -0.024139458313584328, -0.14460669457912445, -0.04233032464981079, -0.0035658697597682476, -0.0204749945551157, 0.007078333757817745, 0.01699128746986389, -0.08597525209188461, -0.022874150425195694, -0.018503084778785706, 0.06803087890148163, -0.00346932839602232, -0.0003882196906488389, -0.06507301330566406, -0.02675223909318447, 0.009793817065656185, -0.06227947771549225, -0.038912348449230194, -0.11095277965068817, 0.044236503541469574, 0.012020431458950043, -0.01820729859173298, 0.018749572336673737, 0.025996340438723564, -0.014838619157671928, -0.0236300490796566, -0.014468885958194733, -0.03644746169447899, 0.039405327290296555, -0.017665022984147072, 0.04453229159116745, -0.06145784631371498, -0.0006891412776894867, -0.0489690862596035, 0.000514031620696187, -0.014362074434757233, -0.032799430191516876, -0.0069961706176400185, 0.026423588395118713, -0.019291847944259644, 0.015421975404024124, 0.043743524700403214, -0.019965583458542824, 0.005274857860058546, -0.0033522462472319603, -0.026735806837677956, 0.05163116380572319, -0.05347161367535591, -0.03347316384315491, -0.031632713973522186, -0.0031961367931216955, -0.004106090869754553, -0.013524012640118599, -0.005089991260319948, 0.0023560209665447474, 0.05028369277715683, 0.003243380459025502, -0.03023594617843628, 0.022660527378320694, 0.02065575309097767, 0.021937493234872818, -0.020310668274760246, 0.004097874276340008, 0.02987442910671234, -0.03730195388197899, 0.005615834146738052, -0.019916286692023277, 0.0005055585643276572, 0.018503084778785706, -0.011404209770262241, -0.0011985512683168054, -0.010229281149804592, -0.053635939955711365, 0.0016617445508018136, 0.009555544704198837, 0.046076953411102295, -0.016843393445014954, 0.01589852012693882, 0.0591244213283062, -0.016416147351264954, 0.08853873610496521, -0.005241992883384228, -0.05340588465332985, -0.07874491810798645, 0.01851951703429222, 0.02622639760375023, 0.00086733209900558, 0.1016848012804985, 0.013154279440641403, 0.014049855060875416, 0.020277803763747215, -0.08249154686927795, -0.03556010127067566, 0.0058869714848697186, 0.012340866960585117, -0.04367779567837715, -0.01976839266717434, 0.029299288988113403, 0.006466220133006573, 0.09892413020133972, 0.048739030957221985, 0.01912752166390419, 0.03950392082333565, 0.02767246402800083, 0.07394661009311676, 0.002888025948777795, -0.03950392082333565, 0.07066009193658829, -0.05389885976910591, -0.14500108361244202, 0.020031314343214035, 0.011716429144144058, 0.019061792641878128, 0.0612606555223465, 0.032092828303575516, -0.02160884253680706, -0.02356431819498539, -0.043316278606653214, -0.007710987702012062, -0.004251929931342602, 0.022118251770734787, 0.0016566094709560275, -0.016145009547472, -0.062082286924123764, 0.008725699968636036, 0.011913619935512543, -0.05771121755242348, -0.018470218405127525, -0.06431711465120316, -0.03766347095370293, 0.05353734269738197, -0.021937493234872818, 0.01848665252327919, -0.023695779964327812, -0.0051351808942854404, 0.04397358372807503, 0.00007978787471074611, 0.005278965923935175, 0.015331597067415714, -0.046898581087589264, -0.010229281149804592, -0.039832573384046555, -0.0379592590034008, 0.03858369588851929, 0.04975784942507744, 0.0333581380546093, 0.024385947734117508, -0.00588286342099309, 0.06717638671398163, -0.006277245469391346, 0.049659255892038345, 0.015660248696804047, -0.007817799225449562, -0.09294266998767853, -0.03950392082333565, -0.011083775199949741, -0.027738194912672043, -0.0363488644361496, -0.0016227172454819083, -0.06369268149137497, -0.01642436347901821, -0.02185533009469509, 0.03148482367396355, 0.021838897839188576, 0.04124577343463898, -0.02075434848666191, -0.023334262892603874, -0.060701947659254074, -0.007337146904319525, 0.019505470991134644, -0.010779771953821182, 0.0726977288722992, -0.015914952382445335, -0.005254317075014114, 0.07861346006393433, 0.021444516256451607, 0.017944376915693283, -0.028264036402106285, -0.033407434821128845, -0.06017610430717468, -0.0014707158552482724, -0.023219235241413116, 0.02377794310450554, 0.005837673787027597, 0.04729296267032623, -0.029118530452251434, -0.012916007079184055, 0.027771059423685074, 0.027557436376810074, -0.021707437932491302, 0.017944376915693283, -0.06717638671398163, 0.02399156615138054, 0.014896132983267307, -0.03503425791859627, -0.0031961367931216955, 0.024435246363282204, -0.004913341253995895, -0.01976839266717434, 0.01506045926362276, 0.041081447154283524, -0.013836232014000416, 0.011527454480528831, 0.007160496432334185, -0.042987626045942307, -0.04758875072002411, -0.013277524150907993, 0.008438129909336567, 0.02745884098112583, 0.017188478261232376, -0.0002572725643403828, 0.000035432749427855015, -0.05429324135184288, -0.006729141343384981, -0.011741078458726406, 0.020770780742168427, -0.014329208992421627, -0.06066908314824104, 0.03427835926413536, -0.0001873057335615158, 0.007320714183151722, 0.014279911294579506, 0.03638173267245293, -0.010664744302630424, -0.015701329335570335, 0.02668650820851326, 0.010295011103153229, -0.05886149778962135, 0.001152334618382156, 0.05567358061671257, 0.0002690834808163345, -0.03664465248584747, 0.019078224897384644, 0.008047855459153652, 0.0017695834394544363, 0.01986698806285858, -0.06987132877111435, 0.029036367312073708, 0.05412891507148743, 0.016301119700074196, 0.02062288671731949, -0.0333581380546093, 0.009465165436267853, 0.06704492121934891, 0.046109817922115326, 0.03694043681025505, -0.023482156917452812, -0.07328930497169495, 0.057251106947660446, -0.024533841758966446, 0.004896908532828093, 0.043316278606653214, 0.017944376915693283, 0.018930330872535706, -0.00727552454918623, 0.012759897857904434, 0.06004464626312256, -0.016506526619195938, -0.021658139303326607, -0.010796205140650272, 0.027491705492138863, -0.020590022206306458, 0.050480883568525314, -0.0015980683965608478, -0.026850834488868713, -0.010582581162452698, 0.021986791864037514, -0.015873871743679047, -0.023827239871025085, 0.030581030994653702, 0.0020325046498328447, -0.013754068873822689, -0.07736458629369736, -0.0544247031211853, -0.005903404206037521, -0.02004774659872055, -0.007382336538285017, 0.025486931204795837, 0.025256874039769173, 0.01998201571404934, 0.010870151221752167, -0.026308558881282806, -0.016621554270386696, -0.0175335630774498, 0.004420363809913397, 0.03005518764257431, 0.008240938186645508, 0.01564381644129753, -0.059354476630687714, 0.014460669830441475, 0.02026136964559555, -0.023186368867754936, 0.025043250992894173, -0.016909124329686165, 0.00590751226991415, 0.03690757229924202, 0.07861346006393433, 0.06388986855745316, 0.021230893209576607, 0.021345920860767365, -0.02200322411954403, 0.010599013417959213, 0.03602021560072899, 0.010812637396156788, 0.010278578847646713, -0.07631289958953857, -0.010648311115801334, -0.061227791011333466, 0.08459492027759552, 0.000538166961632669, 0.07236907631158829, 0.023794375360012054, 0.06862245500087738 ]
38,758
pulp.pulp
round
null
def round(self, epsInt=1e-5, eps=1e-7): if self.varValue is not None: if ( self.upBound != None and self.varValue > self.upBound and self.varValue <= self.upBound + eps ): self.varValue = self.upBound elif ( self.lowBound != None and self.varValue < self.lowBound and self.varValue >= self.lowBound - eps ): self.varValue = self.lowBound if ( self.cat == const.LpInteger and abs(round(self.varValue) - self.varValue) <= epsInt ): self.varValue = round(self.varValue)
(self, epsInt=1e-05, eps=1e-07)
[ -0.013744514435529709, -0.01855694130063057, -0.025549277663230896, 0.040088165551424026, -0.017522407695651054, -0.027913926169276237, 0.014806758612394333, -0.04389376938343048, 0.003826387692242861, -0.035377345979213715, -0.05878366157412529, -0.030666522681713104, 0.028246454894542694, 0.0013000942999497056, -0.05516279488801956, 0.051985301077365875, -0.037723518908023834, 0.0010114411124959588, -0.007634301669895649, -0.01208187174052, 0.014603545889258385, -0.00269717606715858, 0.025770964100956917, -0.032162901014089584, -0.003941848874092102, -0.042859237641096115, 0.04149217531085014, -0.007509603630751371, -0.023424789309501648, -0.0047223675064742565, -0.022057728841900826, 0.001368216471746564, 0.03510023653507233, -0.0049879285506904125, 0.03676288202404976, -0.020321190357208252, 0.003461529966443777, -0.005606801249086857, -0.028985407203435898, 0.012940903194248676, -0.04973149299621582, 0.008137713186442852, -0.036947619169950485, 0.020709140226244926, -0.023960530757904053, 0.015693500638008118, 0.042933132499456406, 0.019268183037638664, 0.08357551693916321, 0.01678345538675785, -0.028246454894542694, 0.019563764333724976, 0.012599137611687183, 0.010733283124864101, -0.024052899330854416, -0.006756795570254326, -0.00415198877453804, -0.016617191955447197, -0.04636926203966141, -0.03639340400695801, -0.004013434983789921, -0.009597144089639187, 0.03133158013224602, -0.062108948826789856, 0.03934921324253082, 0.03249543160200119, -0.06765109300613403, 0.017254538834095, 0.006613623816519976, -0.006424267310649157, -0.026546863839030266, -0.02977978065609932, 0.010742519982159138, -0.013227247633039951, 0.032310690730810165, 0.065655916929245, -0.0297243595123291, 0.005574471782892942, -0.02414526790380478, -0.013956963084638119, 0.012885482050478458, -0.0010541616939008236, 0.04130743816494942, 0.000024625731384730898, 0.0014144009910523891, -0.02658381126821041, -0.03598698228597641, 0.02444084919989109, 0.06306958198547363, 0.02564164809882641, 0.04551946744322777, 0.02336936816573143, -0.007888316176831722, -0.02643602155148983, 0.04426324740052223, 0.053610995411872864, -0.007204785477370024, -0.03000146709382534, -0.05863587185740471, -0.04836443439126015, 0.009430879727005959, -0.002103704959154129, -0.0510246604681015, -0.05194835364818573, 0.0068537830375134945, -0.018769390881061554, 0.07995464652776718, 0.008206989616155624, -0.018446099013090134, 0.014529651030898094, -0.030093835666775703, -0.05379573255777359, -0.06432580202817917, -0.0026925576385110617, -0.04141828045248985, 0.020191874355077744, -0.008350161835551262, 0.008133094757795334, 0.08327993005514145, -0.007315628696233034, -0.05822944641113281, 0.008105384185910225, 0.014437282457947731, 0.054978057742118835, -0.011555368080735207, 0.017688672989606857, 0.01700514182448387, 0.047699376940727234, -0.09421642869710922, 0.015545710921287537, 0.0843883603811264, -0.039940375834703445, 0.0038887369446456432, 0.004110422451049089, -0.0005371837178245187, -0.007634301669895649, -0.08734416961669922, 0.06669045239686966, 0.06177641823887825, 0.017919594421982765, 0.019397499039769173, -0.018242886289954185, -0.09717223793268204, 0.01924970932304859, 0.04404156282544136, 0.03351148962974548, -0.014012384228408337, 0.03598698228597641, -0.03125768527388573, 0.03255085274577141, -0.09037387371063232, 0.014021621085703373, 0.011453761719167233, 0.012479058466851711, 0.051985301077365875, 0.015822818502783775, 0.022833628579974174, -0.041085753589868546, 0.02037661150097847, 0.013005562126636505, -0.03750183433294296, 0.00009352366032544523, 0.04418935254216194, -0.010446939617395401, -0.020616771653294563, -0.0022457223385572433, -0.054904162883758545, 0.0013393511762842536, 0.004011125769466162, 0.046147577464580536, 0.008738111704587936, -0.05900534614920616, -0.013707566075026989, 0.0297243595123291, 0.05741659924387932, -0.007190930191427469, 0.010890310630202293, 0.04740379378199577, -0.05021181330084801, 0.01521318219602108, 0.04832748696208, -0.023258525878190994, -0.016072213649749756, 0.00774976285174489, 0.004604597110301256, 0.02843119204044342, -0.006299568805843592, -0.017522407695651054, -0.03946005553007126, -0.033954862505197525, 0.021836042404174805, 0.023332420736551285, 0.01432643923908472, -0.021392671391367912, -0.012848534621298313, -0.017365381121635437, 0.050692133605480194, -0.007994540967047215, 0.06831614673137665, 0.03077736683189869, 0.0013797626597806811, -0.027525976300239563, 0.038942791521549225, -0.00031087957904674113, 0.005976277403533459, -0.027599871158599854, -0.05619732663035393, -0.014575835317373276, 0.018492283299565315, -0.005449773743748665, -0.09377305954694748, 0.007486511021852493, -0.019360551610589027, -0.012497532181441784, -0.004955599550157785, -0.01658024452626705, 0.0013324235333129764, -0.008262410759925842, -0.03042636439204216, 0.01132444478571415, 0.0013347327476367354, -0.03125768527388573, 0.03461991995573044, -0.049990128725767136, 0.023979004472494125, 0.002347328467294574, -0.0672077164053917, 0.04053153842687607, 0.06798361986875534, 0.05604953691363335, 0.0641041174530983, -0.014631257392466068, -0.025530803948640823, -0.01566579006612301, 0.011287497356534004, 0.006405793596059084, -0.045704204589128494, -0.024274585768580437, -0.012543716467916965, 0.00017203735478688031, -0.03676288202404976, 0.027248868718743324, -0.06306958198547363, 0.000257190054981038, -0.032310690730810165, -0.01865854673087597, -0.010068225674331188, -0.0030181584879755974, 0.06657961010932922, 0.03412112593650818, 0.012192714028060436, -0.057970814406871796, -0.030389416962862015, 0.019748501479625702, 0.04212028533220291, 0.12857770919799805, -0.04729295149445534, 0.055827852338552475, 0.0016106852563098073, 0.029317935928702354, 0.017947304993867874, 0.011841711588203907, 0.020284242928028107, 0.013356564566493034, -0.018418388441205025, 0.03142394870519638, -0.01663566567003727, -0.06373464316129684, 0.04330261051654816, 0.013421222567558289, 0.1303512006998062, -0.013097930699586868, -0.013310379348695278, -0.026971761137247086, 0.01730995997786522, 0.040642380714416504, 0.052982885390520096, 0.014298728667199612, -0.02179909497499466, -0.04075322300195694, 0.04817969352006912, -0.0015148523962125182, 0.005588327534496784, 0.04016206040978432, -0.0012388998875394464, 0.032532379031181335, -0.026694655418395996, 0.00021504668984562159, 0.012248135171830654, -0.009093732573091984, -0.012940903194248676, -0.005685315001755953, 0.05516279488801956, 0.0544607900083065, 0.02272278629243374, -0.009754171594977379, -0.024847272783517838, -0.04426324740052223, 0.010816415771842003, 0.009486300870776176, 0.008913612924516201, -0.07411692291498184, -0.015693500638008118, 0.05730575695633888, 0.04090101271867752, 0.06377159059047699, 0.018861759454011917, 0.006244147662073374, 0.01965613290667534, 0.013014798983931541, -0.032661695033311844, -0.03931226581335068, -0.011158180423080921, -0.005976277403533459, 0.08461004495620728, -0.015573421493172646, -0.004872467368841171, -0.03197816386818886, -0.041935548186302185, -0.0014374932507053018, -0.020413558930158615, 0.04430019482970238, 0.009135298430919647, -0.040642380714416504, 0.003847170853987336, -0.054608579725027084, -0.024976590648293495, 0.028874564915895462, -0.019545290619134903, -0.016404742375016212, -0.015194708481431007, -0.0032213705126196146, 0.05021181330084801, 0.020468980073928833, 0.07729441672563553, -0.008290122263133526, 0.04426324740052223, 0.01783646270632744, -0.020117977634072304, -0.05778607726097107, 0.05427605286240578, 0.010022041387856007, 0.020893879234790802, 0.0024385428987443447, 0.07256512343883514, 0.04688652977347374, -0.044484931975603104, -0.031387001276016235, 0.039866480976343155, 0.04060543328523636, -0.004923270083963871, -0.004733913578093052, -0.008668835274875164, -0.04566725715994835, -0.05852502956986427, 0.010677861981093884, 0.07921569794416428, -0.05579090490937233, 0.0487339086830616, -0.0433395579457283, 0.08505342155694962, 0.012663796544075012, 0.04703431949019432, 0.04618452489376068, 0.042933132499456406, 0.043561242520809174, 0.0033691609278321266, -0.026399074122309685, -0.021263355389237404, 0.06432580202817917, -0.02621433511376381, -0.0648430734872818, -0.022630415856838226, -0.05316762253642082, -0.014936074614524841, 0.045851994305849075, 0.012885482050478458, -0.021429618820548058, 0.02458864077925682, -0.016524821519851685, 0.05054434388875961, -0.03136852756142616, 0.0004860921180807054, 0.022833628579974174, 0.000398630159907043, -0.02543843537569046, 0.05856197699904442, -0.003415345447137952, 0.026990234851837158, -0.013125641271471977, -0.024773377925157547, 0.04710821434855461, 0.01307022012770176, 0.049546755850315094, -0.005662222392857075, -0.012673033401370049, 0.01325495820492506, -0.03805604577064514, 0.024274585768580437, 0.049990128725767136, -0.008461005054414272, 0.008322451263666153, 0.00945397187024355, 0.03659661486744881, 0.031811900436878204, 0.002413141308352351, 0.010169832035899162, 0.002678702352568507, 0.020930826663970947, 0.018917180597782135, 0.006179489195346832, 0.022981418296694756, -0.0032144428696483374, 0.02564164809882641, 0.013762988150119781, 0.0047523872926831245, -0.022353310137987137, -0.010603966191411018, -0.028893038630485535, -0.06986794620752335, -0.011656973510980606, -0.038868896663188934, 0.01877862773835659, 0.05778607726097107, -0.013799935579299927, -0.0690920501947403, 0.08497951924800873, -0.022242465987801552, -0.05117245018482208, 0.030537206679582596, -0.03020467795431614, -0.02543843537569046, -0.035599030554294586, 0.027950873598456383, 0.07241733372211456, 0.006807598751038313, -0.005796157754957676, 0.009246141649782658, 0.025327593088150024, 0.00008190536755137146, 0.05043349787592888, 0.008710401132702827, -0.008036106824874878, 0.018242886289954185, 0.03244001045823097, -0.03304964303970337, -0.013726040720939636, -0.013439696282148361, -0.08941324055194855, -0.005888526793569326, -0.03244001045823097, -0.09421642869710922, 0.016589481383562088, -0.01210958231240511, -0.050470445305109024, -0.029613517224788666, -0.06842698901891708, 0.023554107174277306, -0.015268603339791298, -0.03055568039417267, 0.0015067700296640396, 0.020044082775712013, -0.033954862505197525, -0.06428885459899902, -0.06746634840965271, 0.014723625965416431, 0.0035146421287208796, 0.019748501479625702, -0.017827225849032402, -0.04326566308736801, 0.020432032644748688, 0.008419438265264034, -0.0002903851855080575, 0.007860605604946613, 0.006197962909936905, 0.03678135573863983, -0.017919594421982765, 0.03539581969380379, 0.020136451348662376, 0.017744094133377075, 0.031811900436878204, -0.0007926418911665678, 0.015517999418079853, 0.032310690730810165, -0.006849164608865976, 0.017245300114154816, -0.03842552378773689, 0.048696961253881454, -0.026805497705936432, -0.05231782793998718, 0.030167730525135994, 0.0024639442563056946, -0.013347327709197998, 0.019360551610589027, -0.0029558094684034586, -0.04766242951154709, -0.023073788732290268, 0.00028475644649006426, 0.05730575695633888, -0.021540461108088493, -0.012377452105283737, 0.04910338670015335, -0.034656867384910583, 0.004886322654783726, 0.045925889164209366, 0.013864593580365181, -0.04152912274003029, 0.05187445506453514, -0.023258525878190994, -0.013984673656523228, 0.03428738936781883, -0.02009950391948223, -0.01987781934440136, 0.009837303310632706, 0.04751463606953621, 0.007943738251924515, 0.014160174876451492, -0.01585976593196392, -0.06118525564670563, -0.047145161777734756, -0.017614778131246567, -0.06635792553424835, -0.033456068485975266, -0.006618242245167494, 0.009809592738747597, -0.006137923337519169, -0.039090581238269806, 0.027895452454686165, 0.007024665828794241, 0.06388243287801743, 0.0029119341634213924, 0.01101039070636034, 0.020616771653294563, 0.01945292204618454, -0.03144242241978645, 0.016524821519851685, -0.054128263145685196, -0.021965358406305313, 0.01307022012770176, -0.007800566032528877, -0.048918645828962326, 0.029225565493106842, 0.0790679007768631, 0.019785448908805847, 0.021909937262535095, -0.0026833207812160254, -0.027415132150053978, 0.06107441335916519, -0.029761306941509247, -0.014908364042639732, 0.047994956374168396, -0.0010085544781759381, 0.05327846482396126, 0.00805458053946495, 0.033659279346466064, 0.0075696432031691074, 0.018418388441205025, 0.0188063383102417, 0.026306703686714172, 0.014945311471819878, -0.00191896699834615, -0.014307965524494648, 0.1312379390001297, -0.043930716812610626, -0.047145161777734756, -0.03731709346175194, -0.05604953691363335, -0.044706620275974274, -0.00065928406547755, 0.02700870856642723, 0.032883379608392715, -0.06321737915277481, -0.006054791156202555, -0.020265769213438034, -0.0410488061606884, -0.010188305750489235, -0.007583498954772949, 0.029391830787062645, -0.028874564915895462, -0.024884222075343132, -0.028542036190629005, 0.011675447225570679, -0.014945311471819878, -0.0641041174530983, -0.003874881425872445, 0.011250549927353859, 0.015545710921287537, 0.051911402493715286, -0.03412112593650818, -0.005084916017949581, -0.017827225849032402, 0.04282229021191597, -0.05852502956986427, -0.057527441531419754, -0.0237942673265934, -0.050987713038921356, -0.05501500517129898, 0.012552953325212002, 0.03461991995573044, -0.00122504448518157, -0.03197816386818886, -0.017697909846901894, -0.022833628579974174, 0.03349301591515541, 0.008063817396759987, 0.008668835274875164, 0.02137419767677784, -0.028301876038312912, -0.011915607377886772, -0.013910778798162937, 0.022334834560751915, 0.047994956374168396, -0.0002476645167917013, 0.007472655735909939, -0.030038414523005486, -0.003563135862350464, -0.012035686522722244, 0.014363386668264866, -0.0064011747017502785, -0.03461991995573044, -0.043782927095890045, -0.009273852221667767, 0.006909204646945, -0.009744934737682343, 0.02870829962193966, -0.0038587169256061316, 0.03340064734220505, -0.053980469703674316, 0.008807389065623283, -0.02713802643120289, -0.0011574996169656515, 0.017864173278212547, 0.02107861638069153, -0.012128056026995182, -0.08261487632989883, 0.028874564915895462, 0.001390154124237597, -0.008008396252989769, -0.025253698229789734, 0.004193554632365704, 0.06018767133355141, 0.024921169504523277, -0.010594729334115982, 0.049916233867406845, 0.07141974568367004, 0.01392925251275301, -0.03755725547671318, -0.0013405057834461331, -0.0006979635800234973, -0.01346740685403347, -0.005911618936806917, 0.024773377925157547, -0.016072213649749756, -0.05394352227449417, -0.0027202684432268143, 0.026417547836899757, 0.06040935590863228, -0.011453761719167233, -0.05664069950580597, 0.026121966540813446, -0.09687665849924088, -0.030592627823352814, -0.06813140958547592, 0.004616143181920052, 0.04917728155851364, 0.03755725547671318, -0.04404156282544136, -0.021189458668231964, -0.005158811341971159, -0.08017633110284805, 0.05645596235990524, -0.016968194395303726, -0.027599871158599854, 0.06251537054777145, -0.020468980073928833, -0.06735550612211227, -0.02372037060558796, 0.001294321264140308, -0.07655546814203262, -0.04810579866170883, -0.010742519982159138, -0.03750183433294296, -0.027027182281017303, -0.012636085972189903, 0.027248868718743324, -0.0295580942183733, -0.035950031131505966, 0.042415864765644073, -0.010557781904935837, 0.06532339006662369, -0.042859237641096115, -0.02870829962193966, -0.02905930206179619, 0.017965778708457947, -0.01258066389709711, -0.10559629648923874, -0.008447149768471718, 0.006618242245167494, 0.058894503861665726, 0.020321190357208252, 0.028542036190629005, -0.03528497740626335, -0.04005121812224388, -0.004278996028006077, 0.06373464316129684, -0.013301142491400242, 0.05327846482396126, -0.004886322654783726, 0.070643849670887, 0.018446099013090134, -0.01225737202912569, 0.04330261051654816, -0.021263355389237404, -0.08911765366792679, -0.004103494808077812, 0.09924130141735077, -0.00490017794072628, -0.006211818195879459, -0.06635792553424835, -0.039090581238269806, -0.017439275979995728, -0.01162002608180046, -0.04019900783896446, -0.05649290978908539, 0.030370943248271942, 0.007860605604946613, 0.05438689514994621, 0.021780621260404587, -0.027840031310915947, 0.055901747196912766, -0.038794998079538345, 0.003202896798029542, 0.024385428056120872, -0.07958517223596573, -0.038794998079538345, -0.0030527969356626272, 0.021540461108088493, -0.010317622683942318, -0.018326018005609512, -0.003392253303900361, 0.01271921768784523, -0.05120939761400223, 0.03236611559987068, -0.08490562438964844, -0.026602284982800484, -0.024126794189214706, 0.038166891783475876, 0.005833105184137821, 0.02965046465396881, 0.010520834475755692, 0.025105906650424004, 0.06935068219900131, 0.06251537054777145, -0.0312761589884758, 0.061961155384778976, 0.016404742375016212, -0.02614044025540352, 0.019434448331594467, 0.009167627431452274, 0.03000146709382534, -0.0042420485988259315, -0.0074033793061971664, 0.005551379639655352, 0.04348734766244888, -0.02287057600915432, 0.06155473366379738, -0.020967774093151093, 0.030814314261078835 ]
38,759
pulp.pulp
roundedValue
null
def roundedValue(self, eps=1e-5): if ( self.cat == const.LpInteger and self.varValue != None and abs(self.varValue - round(self.varValue)) <= eps ): return round(self.varValue) else: return self.varValue
(self, eps=1e-05)
[ -0.006922110449522734, -0.014353659003973007, 0.018035918474197388, 0.05173037573695183, 0.02241530455648899, -0.015390411950647831, 0.03448095917701721, -0.047404613345861435, 0.047333113849163055, -0.0027192409615963697, -0.03160307556390762, -0.020055798813700676, 0.02829619310796261, 0.00005900160613236949, -0.005894295405596495, 0.06670965999364853, -0.00935758464038372, 0.003154945094138384, -0.0019461453193798661, 0.0357322096824646, 0.013897845521569252, 0.009625710546970367, -0.0013618548400700092, -0.033319078385829926, -0.010099398903548717, -0.06209789961576462, 0.062348149716854095, -0.0006887477356940508, -0.0509796217083931, 0.012753843329846859, -0.02338055521249771, 0.01783035509288311, 0.031424324959516525, -0.0031996327452361584, 0.0640641525387764, 0.012914718128740788, -0.0102870874106884, -0.01962679624557495, -0.03689408674836159, -0.037251587957143784, -0.05909489095211029, -0.0020176453981548548, -0.05623488500714302, -0.002433240180835128, -0.03578583523631096, -0.005255262367427349, 0.062348149716854095, 0.03850284218788147, 0.047190114855766296, 0.009134147316217422, -0.004129135049879551, 0.05934514105319977, -0.004187228623777628, 0.04125559702515602, -0.02532893605530262, -0.021307051181793213, -0.020109422504901886, -0.023219680413603783, -0.06531540304422379, 0.004978199489414692, 0.009581022895872593, 0.023076679557561874, 0.04983561858534813, -0.058451391756534576, 0.039789844304323196, 0.009625710546970367, -0.028546443209052086, 0.040683597326278687, 0.0053535751067101955, 0.013745907694101334, -0.022057803347706795, -0.0449378564953804, -0.012047778815031052, -0.01980554684996605, 0.06495790928602219, 0.04043334722518921, -0.006680797319859266, -0.01126127690076828, -0.02638356387615204, -0.02255830354988575, 0.002468990394845605, 0.022057803347706795, 0.06377815455198288, 0.008468301966786385, 0.011556215584278107, -0.024971434846520424, -0.04247110337018967, 0.046439360827207565, 0.058522891253232956, 0.05687838792800903, 0.04440160468220711, 0.010644587688148022, -0.00007645770529052243, -0.034391582012176514, 0.0058540767058730125, 0.03378383070230484, 0.010912713594734669, -0.01783035509288311, -0.008691739290952682, -0.06656666100025177, 0.019090546295046806, 0.05083662271499634, -0.038896095007658005, -0.033283330500125885, 0.026866190135478973, 0.025042934343218803, 0.055770132690668106, -0.0018668248085305095, 0.001850066939368844, 0.036286335438489914, -0.027545440942049026, -0.04418710619211197, -0.061382897198200226, 0.019501671195030212, -0.05451888218522072, -0.013763782568275928, -0.033319078385829926, 0.02173605188727379, 0.05748613923788071, 0.02520381100475788, -0.038931842893362045, 0.03303308039903641, -0.009482710622251034, 0.028778819367289543, -0.028760943561792374, 0.03861009329557419, 0.023219680413603783, 0.023076679557561874, -0.07636218518018723, 0.04425860568881035, 0.08172469586133957, -0.010135149583220482, 0.04229235276579857, -0.019287170842289925, 0.022057803347706795, 0.0065199220553040504, -0.05548413470387459, 0.042614102363586426, 0.08208219707012177, 0.024846309795975685, 0.04443735629320145, 0.008195707574486732, -0.05988139286637306, -0.009983211755752563, 0.05727163702249527, 0.031388577073812485, -0.017633730545639992, 0.05723588541150093, -0.04347210377454758, 0.00635010888800025, -0.07189342379570007, -0.0024131308309733868, 0.06020314246416092, 0.0377163402736187, 0.0785071849822998, -0.0026745533104985952, 0.03648296371102333, -0.053017377853393555, 0.01701704040169716, -0.03589308634400368, -0.030548447743058205, -0.023595057427883148, 0.05902339145541191, -0.04772636294364929, -0.02243317849934101, -0.014469847083091736, -0.04983561858534813, -0.0001559876836836338, 0.008088456466794014, 0.027527565136551857, -0.026133311912417412, -0.05451888218522072, -0.013290094211697578, 0.02818894200026989, 0.005737888626754284, -0.016346726566553116, 0.009250334464013577, 0.02423855848610401, -0.03551771119236946, 0.026097562164068222, 0.032371703535318375, -0.02523956075310707, 0.006917641498148441, 0.024006182327866554, 0.012557217851281166, 0.027545440942049026, 0.006528859492391348, -0.04236385226249695, -0.05190912261605263, -0.026455063372850418, 0.009625710546970367, 0.05812963843345642, -0.0034387113992124796, 0.001775215147063136, -0.021914802491664886, -0.03457033261656761, 0.04797661677002907, -0.0009887133492156863, 0.07032041996717453, -0.007793518714606762, -0.018411293625831604, -0.026490813121199608, 0.024882059544324875, 0.03369445726275444, -0.020377548411488533, -0.06531540304422379, -0.04586736112833023, -0.007579018361866474, -0.002217622473835945, 0.0010831159306690097, -0.05848713964223862, 0.05265987664461136, 0.0019506140379235148, -0.017472853884100914, -0.012012029066681862, -0.047333113849163055, -0.010197712108492851, -0.008258270099759102, -0.019126296043395996, 0.035231709480285645, -0.014398346655070782, -0.049299366772174835, 0.06856866180896759, -0.026741063222289085, -0.0015674178721383214, -0.0017439338844269514, -0.059666894376277924, 0.04157735034823418, 0.05659238621592522, 0.02548981085419655, 0.05730738863348961, -0.010707150213420391, -0.017472853884100914, -0.01609647646546364, -0.011600903235375881, 0.009938524104654789, -0.024649683386087418, -0.010537337511777878, -0.043793853372335434, 0.009706147946417332, -0.05526963248848915, -0.010885900817811489, -0.039039094001054764, 0.0048262616619467735, -0.004540260881185532, -0.01032283715903759, -0.004316822625696659, 0.014657535590231419, 0.053803879767656326, 0.03850284218788147, 0.03928934410214424, -0.02355930581688881, 0.007190235890448093, 0.0561276338994503, 0.07057067006826401, 0.07879319041967392, -0.047476112842559814, 0.04808386415243149, 0.017571168020367622, 0.011082526296377182, 0.015837287530303, 0.009312896989285946, 0.03469545766711235, 0.010367524810135365, -0.050193119794130325, 0.03839559108018875, -0.03757334128022194, -0.05137287452816963, 0.0545903816819191, 0.0007289666100405157, 0.07614768296480179, -0.039003342390060425, -0.021164050325751305, -0.04994286969304085, 0.008705145679414272, -0.024006182327866554, 0.0160160381346941, 0.0409695990383625, -0.013620782643556595, -0.037037089467048645, 0.0007876190938986838, 0.011529402807354927, 0.011636652983725071, 0.018286168575286865, -0.027706315740942955, 0.043579354882240295, -0.015193786472082138, -0.022325929254293442, -0.00790970679372549, 0.006247327663004398, -0.015783661976456642, -0.03103107400238514, 0.031245574355125427, 0.04325760528445244, 0.048512864857912064, -0.02153942734003067, -0.04021884500980377, -0.05408988147974014, 0.030423322692513466, 0.033372703939676285, -0.014121283777058125, -0.0357322096824646, -0.029887070879340172, 0.07071366906166077, 0.04615335911512375, 0.08172469586133957, 0.036286335438489914, 0.003032054053619504, 0.012771718204021454, 0.049335118383169174, -0.029690446332097054, -0.02173605188727379, 0.015140160918235779, -0.009581022895872593, 0.05165887251496315, -0.0005999311106279492, -0.007865019142627716, -0.03310457989573479, -0.019144169986248016, -0.016623789444565773, -0.01406765915453434, 0.061490148305892944, -0.013692283071577549, -0.015220599249005318, 0.007100860588252544, -0.06006014347076416, -0.04157735034823418, 0.061382897198200226, -0.03399833291769028, 0.0014668706571683288, -0.02531106024980545, -0.02538256160914898, 0.022254427894949913, -0.0002284653892274946, 0.04811961576342583, -0.002801913069561124, 0.06020314246416092, 0.01607860065996647, -0.0018444809829816222, -0.05408988147974014, 0.04497360810637474, -0.02257617935538292, 0.0016512071015313268, 0.008235925808548927, 0.04472335800528526, 0.06631641089916229, -0.004187228623777628, 0.0017115353839471936, 0.07943668961524963, -0.014907785691320896, 0.004544729832559824, -0.006975735537707806, -0.014872035942971706, -0.01547978725284338, -0.037037089467048645, 0.000394368136767298, 0.026741063222289085, -0.010948463343083858, 0.0597383938729763, -0.026633813977241516, 0.0335693322122097, 0.007346642669290304, 0.0712856724858284, 0.040040094405412674, 0.05412562936544418, 0.0490848682820797, -0.016641665250062943, -0.031352825462818146, -0.01267340499907732, 0.03768058866262436, -0.02992282249033451, -0.0692121684551239, -0.016328850761055946, -0.06456465274095535, 0.0013071125140413642, 0.05655663460493088, 0.008133144117891788, -0.019215671345591545, 0.027795691043138504, -0.005161418579518795, 0.05240962654352188, -0.020395424216985703, -0.03385533019900322, 0.009840210899710655, 0.032353825867176056, -0.02436368353664875, 0.03095957450568676, -0.026758939027786255, -0.0035057428758591413, -0.007619237061589956, -0.03285432979464531, 0.04661811143159866, 0.02243317849934101, 0.054018378257751465, -0.03281857818365097, 0.0048843552358448505, -0.018947545439004898, -0.06191914901137352, 0.008124207146465778, 0.039932847023010254, 0.006510984152555466, 0.0026008186396211386, 0.03362295404076576, 0.01955529674887657, 0.009625710546970367, -0.01609647646546364, 0.010170899331569672, -0.01311134360730648, 0.007217048667371273, 0.006274139974266291, -0.0046430425718426704, -0.004759230185300112, 0.025793686509132385, 0.038896095007658005, 0.022379552945494652, 0.020323922857642174, -0.02638356387615204, -0.016516540199518204, -0.0027661628555506468, -0.07536117732524872, -0.02627631276845932, -0.033158205449581146, 0.008557676337659359, 0.0582011379301548, -0.0014098939718678594, -0.005983670707792044, 0.07736318558454514, 0.01603391394019127, -0.04561711102724075, 0.03839559108018875, -0.030494822189211845, -0.0631704032421112, -0.03353358060121536, -0.0003781688865274191, 0.08122419565916061, 0.014711160212755203, -0.025614935904741287, 0.02168242633342743, 0.0014579332200810313, -0.006224983837455511, 0.02536468580365181, 0.029601071029901505, -0.021092550829052925, 0.026758939027786255, 0.025740060955286026, -0.07550418376922607, -0.00723939249292016, -0.013120281510055065, -0.08501370251178741, -0.03169245272874832, -0.019841298460960388, -0.09409422427415848, 0.037180088460445404, -0.017490729689598083, -0.05162312462925911, -0.00467879232019186, -0.08823121339082718, -0.0043682134710252285, -0.012110341340303421, -0.05941664054989815, 0.018518544733524323, 0.036929838359355927, -0.024077681824564934, -0.05920214205980301, -0.04819111526012421, -0.009750835597515106, 0.009777648374438286, 0.002987366635352373, -0.03172820061445236, -0.04497360810637474, 0.03864584118127823, -0.008736426942050457, 0.0019818954169750214, -0.002180755138397217, -0.017410291358828545, 0.01875091902911663, -0.014827348291873932, 0.03623271360993385, 0.020860174670815468, 0.014157033525407314, -0.01541722472757101, -0.033354829996824265, 0.012592967599630356, 0.004745823796838522, 0.005889826454222202, 0.03857434168457985, -0.05008586868643761, 0.047297362238168716, 0.029583195224404335, -0.031156199052929878, 0.006528859492391348, 0.0373588390648365, -0.03187119960784912, 0.004687729757279158, -0.03083444945514202, -0.033497828990221024, 0.029744071885943413, -0.011440027505159378, 0.04572435840964317, 0.013245406560599804, -0.017454979941248894, 0.02432793378829956, -0.01792866736650467, 0.01875091902911663, 0.03641146048903465, -0.021199800074100494, -0.046403612941503525, 0.04483060911297798, 0.000615013181231916, -0.00892411544919014, 0.03274707868695259, 0.008664927445352077, -0.004946918226778507, -0.011216589249670506, 0.028617942705750465, 0.0069578601978719234, 0.0217003021389246, -0.016614852473139763, -0.03457033261656761, -0.062491148710250854, -0.03435583412647247, -0.05083662271499634, -0.03465970978140831, -0.01887604594230652, -0.024899935349822044, 0.01599816419184208, -0.07121416926383972, 0.03764484077692032, -0.03482058271765709, 0.0724654272198677, 0.0016288632759824395, 0.005711076315492392, -0.009661460295319557, 0.02423855848610401, -0.02731306478381157, 0.004835199099034071, -0.08072369545698166, -0.03465970978140831, -0.0337480790913105, -0.016704227775335312, -0.025990312919020653, -0.0013026437954977155, 0.06006014347076416, 0.036196961998939514, 0.02826044335961342, -0.03006582148373127, -0.023702306672930717, 0.07822118699550629, -0.005246324930340052, -0.018357668071985245, 0.051194123923778534, -0.0005510540795512497, 0.045474108308553696, -0.017329854890704155, 0.050300370901823044, 0.019287170842289925, 0.02048479951918125, 0.015274223871529102, 0.019483797252178192, -0.020449049770832062, 0.00843255128711462, -0.05834414064884186, 0.11304177343845367, -0.032282326370477676, -0.03911059349775314, -0.047368861734867096, -0.07621918618679047, -0.03671533614397049, -0.03739459067583084, 0.006010483019053936, -0.0006178061594255269, -0.046510860323905945, 0.010394337587058544, -0.014594972133636475, -0.0050586373545229435, -0.003197398269549012, -0.011600903235375881, 0.027902942150831223, -0.05473338067531586, 0.0060015455819666386, 0.0012825343292206526, -0.019126296043395996, 0.008361050859093666, -0.0737166777253151, -0.011395339854061604, 0.014228533953428268, 0.005545732099562883, 0.04046909883618355, -0.01884029433131218, -0.00794545654207468, -0.022343803197145462, 0.04257835075259209, -0.06824691593647003, -0.04887036606669426, -0.00176739483140409, -0.056914135813713074, -0.04218510165810585, 0.03206782788038254, 0.05319612845778465, 0.05055062100291252, -0.008338707499206066, -0.03882459178566933, -0.009616772644221783, 0.027849316596984863, 0.0013450969709083438, -0.01217290386557579, 0.017258353531360626, -0.03285432979464531, -0.002393021248281002, -0.008133144117891788, 0.05276712775230408, 0.04257835075259209, -0.006662922445684671, 0.0043682134710252285, 0.018429169431328773, 0.0031929295510053635, -0.03192482516169548, -0.006689734756946564, -0.028760943561792374, -0.026723189279437065, -0.056806884706020355, -0.029565321281552315, -0.005241856444627047, -0.023791681975126266, 0.039074841886758804, 0.008664927445352077, 0.0060551706701517105, -0.05551988258957863, -0.018035918474197388, -0.03594671189785004, -0.010161961428821087, 0.007386861369013786, 0.034409455955028534, -0.016302039846777916, -0.07836418598890305, 0.040933847427368164, 0.013245406560599804, -0.02060992456972599, -0.011708153411746025, 0.0006792516214773059, 0.08029469102621078, 0.030441198498010635, -0.037144340574741364, 0.05180187523365021, 0.0341055803000927, -0.013531407341361046, -0.05634213611483574, -0.01026027463376522, -0.021825427189469337, 0.015497662127017975, -0.022004177793860435, -0.00399954104796052, 0.0032800703775137663, -0.0373588390648365, 0.000775330001488328, 0.0016445039073005319, 0.08315470069646835, 0.02250467985868454, -0.056806884706020355, 0.016409289091825485, -0.11411427706480026, -0.05180187523365021, -0.09831273555755615, 0.024184932932257652, 0.05065787211060524, -0.014460910111665726, -0.07303742319345474, -0.010635650716722012, 0.019501671195030212, -0.09380822628736496, 0.04711861163377762, -0.012351654469966888, -0.03303308039903641, 0.048441365361213684, -0.03373020514845848, -0.05980989336967468, -0.032407451421022415, -0.001632214873097837, -0.04536685720086098, -0.031334951519966125, -0.006832735147327185, 0.0023907870054244995, -0.023166054859757423, 0.010421150363981724, 0.017097478732466698, -0.0154529744759202, -0.003338164184242487, 0.07593318074941635, -0.0015562459593638778, 0.03857434168457985, -0.06438590586185455, -0.036161210387945175, -0.045474108308553696, 0.05455463007092476, -0.02343418076634407, -0.08201069384813309, -0.004298947751522064, 0.03675108775496483, 0.061490148305892944, 0.019894922152161598, 0.036018211394548416, -0.022290177643299103, -0.00894645880907774, -0.011574090458452702, 0.07443168014287949, 0.01774097979068756, 0.06113264709711075, -0.007038298062980175, -0.0079186437651515, 0.002904694527387619, -0.004786042496562004, 0.05705713853240013, -0.041005346924066544, -0.09909924119710922, -0.022290177643299103, 0.11926228553056717, -0.03635783866047859, -0.013736970722675323, -0.0642429068684578, 0.00293821026571095, -0.06499365717172623, 0.007802456151694059, -0.00888389628380537, -0.024220682680606842, 0.018143167719244957, 0.035267461091279984, 0.04018309712409973, 0.000830072327516973, 0.007141079753637314, 0.05140862241387367, -0.05248112604022026, 0.022325929254293442, 0.03578583523631096, -0.05891614034771919, -0.016641665250062943, -0.0006356812082231045, 0.02809956669807434, 0.014210659079253674, -0.01873304508626461, -0.0068997666239738464, 0.0009395569213666022, -0.01860792003571987, 0.015220599249005318, -0.04990711808204651, -0.0020176453981548548, -0.044759105890989304, 0.032318077981472015, 0.02423855848610401, 0.013147094286978245, -0.01955529674887657, 0.018464919179677963, 0.04143434762954712, 0.03249682858586311, 0.004696667660027742, 0.04497360810637474, -0.014693285338580608, 0.00884814653545618, -0.00035191490314900875, 0.023666556924581528, 0.04572435840964317, -0.0005602708552032709, -0.028850318863987923, -0.005572544410824776, 0.07600468397140503, -0.03911059349775314, 0.052910126745700836, -0.040683597326278687, 0.03183545172214508 ]
38,760
pulp.pulp
setInitialValue
sets the initial value of the variable to `val` May be used for warmStart a solver, if supported by the solver :param float val: value to set to variable :param bool check: if True, we check if the value fits inside the variable bounds :return: True if the value was set :raises ValueError: if check=True and the value does not fit inside the bounds
def setInitialValue(self, val, check=True): """ sets the initial value of the variable to `val` May be used for warmStart a solver, if supported by the solver :param float val: value to set to variable :param bool check: if True, we check if the value fits inside the variable bounds :return: True if the value was set :raises ValueError: if check=True and the value does not fit inside the bounds """ lb = self.lowBound ub = self.upBound config = [ ("smaller", "lowBound", lb, lambda: val < lb), ("greater", "upBound", ub, lambda: val > ub), ] for rel, bound_name, bound_value, condition in config: if bound_value is not None and condition(): if not check: return False raise ValueError( "In variable {}, initial value {} is {} than {} {}".format( self.name, val, rel, bound_name, bound_value ) ) self.varValue = val return True
(self, val, check=True)
[ 0.062355220317840576, 0.03354846313595772, -0.0007169379969127476, 0.0395023338496685, 0.001625505043193698, 0.04224753379821777, 0.03392281010746956, -0.030108053237199783, 0.025562431663274765, -0.02417200617492199, 0.009465586394071579, 0.024831566959619522, 0.02966240420937538, -0.011542311869561672, -0.02670329436659813, 0.027398506179451942, 0.018075527623295784, 0.04378056526184082, 0.015276851132512093, 0.0628543496131897, 0.008605483919382095, 0.002838784595951438, -0.014599463902413845, 0.029787184670567513, 0.01349425408989191, -0.06253348290920258, -0.0007375492714345455, 0.025705039501190186, 0.02212201990187168, 0.0007314215763472021, -0.025883298367261887, 0.017719008028507233, 0.020285947248339653, -0.003460465231910348, 0.06574215739965439, -0.07779250293970108, 0.04445795342326164, -0.0006473052781075239, -0.07030560076236725, -0.026186341419816017, 0.013137735426425934, -0.044636212289333344, 0.007580490782856941, 0.0060831098817288876, -0.03360193967819214, -0.01944812573492527, 0.07515425980091095, 0.04060754552483559, 0.027612417936325073, 0.0018405307782813907, 0.002789763268083334, -0.020892029628157616, 0.032764121890068054, -0.0044074696488678455, -0.03335237875580788, 0.011069923639297485, 0.04331709071993828, 0.06388825178146362, -0.010080582462251186, -0.02402939833700657, 0.03419019654393196, 0.03857538476586342, -0.04427969455718994, -0.08014553040266037, -0.0038793752901256084, 0.032978031784296036, -0.0396805964410305, -0.01239795796573162, -0.0011809701099991798, 0.016658363863825798, -0.05989523604512215, 0.024902870878577232, -0.01720205508172512, 0.01082927267998457, 0.03397628664970398, 0.03383367881178856, -0.07529687136411667, -0.042283184826374054, -0.04438664764165878, -0.022817233577370644, 0.032995857298374176, 0.025384172797203064, 0.03918146714568138, -0.015276851132512093, -0.020268119871616364, -0.0028075892478227615, -0.052158769220113754, 0.05640134960412979, 0.17540748417377472, 0.005276485346257687, -0.020945508033037186, 0.025847647339105606, 0.024831566959619522, 0.06563519686460495, 0.04142753779888153, 0.04673967510461807, 0.05882567912340164, -0.06046566739678383, -0.06331782042980194, -0.005485940258949995, 0.008627766743302345, 0.018842043355107307, 0.028343282639980316, -0.0017369173001497984, 0.0038905164692550898, -0.0013035235460847616, 0.02912762388586998, -0.032764121890068054, 0.0342971533536911, -0.05362049862742424, -0.03401193767786026, -0.032532382756471634, -0.02955544739961624, 0.05629439279437065, -0.07283689081668854, 0.03565192595124245, -0.01946595311164856, -0.004608011804521084, 0.0020121056586503983, 0.03230064734816551, 0.010330146178603172, -0.01326251681894064, -0.0076829902827739716, -0.01325360406190157, 0.03215803951025009, 0.01689010113477707, 0.04353100433945656, 0.040251024067401886, 0.0034582370426505804, -0.057577863335609436, 0.06274738907814026, -0.022781580686569214, -0.06656214594841003, 0.005557244177907705, -0.014091424643993378, -0.025954602286219597, -0.03158760815858841, 0.03144500032067299, -0.014180554077029228, 0.0022772669326514006, 0.011551224626600742, 0.024902870878577232, -0.015232285484671593, -0.020517684519290924, 0.059467416256666183, 0.02713111601769924, 0.004209155682474375, 0.04677532985806465, -0.02910979837179184, 0.03889625146985054, -0.0382545180618763, -0.03140934929251671, 0.005405723582953215, 0.03233629837632179, -0.06620562821626663, -0.007335383910685778, 0.009519064798951149, -0.03925277292728424, 0.04449360445141792, 0.03953798860311508, -0.021177245303988457, 0.018699435517191887, -0.006720388308167458, -0.010098407976329327, 0.00021015139645896852, 0.03672148659825325, -0.11993308365345001, 0.011230356991291046, 0.004338393919169903, 0.062141310423612595, 0.006279195658862591, -0.04189101606607437, -0.009786454029381275, 0.010116234421730042, 0.061856094747781754, -0.03119543567299843, 0.009109067730605602, -0.038432776927948, 0.01734466291964054, 0.06014480069279671, -0.0334949865937233, 0.04837966337800026, -0.013512080535292625, -0.04656141623854637, -0.0398588553071022, 0.033334553241729736, -0.029947618022561073, -0.005040291231125593, -0.006421803496778011, 0.0034225850831717253, 0.026418078690767288, 0.022728104144334793, -0.016239453107118607, -0.01090057659894228, 0.0008394914912059903, 0.008890699595212936, 0.055189184844493866, -0.01468859426677227, 0.044743169099092484, 0.00544137554243207, -0.010651012882590294, -0.0007626169826835394, 0.052372682839632034, -0.031106306239962578, 0.004937791731208563, 0.020624639466404915, 0.006551041733473539, 0.054547447711229324, -0.017879441380500793, 0.0003278306103311479, -0.052372682839632034, 0.007870162837207317, -0.0033178573939949274, 0.04559881612658501, -0.010695578530430794, -0.0779351145029068, 0.031213263049721718, -0.010561883449554443, 0.05886133015155792, 0.03484975919127464, 0.03565192595124245, -0.05633004382252693, 0.022425062954425812, -0.009095697663724422, 0.024992000311613083, 0.03185499832034111, -0.047559671103954315, -0.03164108470082283, -0.015267937444150448, -0.007696359883993864, 0.0012455892283469439, 0.02426113560795784, -0.030500223860144615, -0.05814829468727112, 0.02162289433181286, 0.0064574554562568665, 0.08734722435474396, 0.03935972601175308, -0.04542055353522301, 0.009042220190167427, -0.030357616022229195, -0.0010806990321725607, -0.014938157051801682, 0.004719424061477184, -0.05786307901144028, 0.01678314432501793, -0.030001096427440643, 0.0395023338496685, -0.03176586702466011, 0.03463584557175636, -0.04898574948310852, 0.0059806108474731445, -0.02205071784555912, 0.020178990438580513, 0.03714930638670921, 0.07198124378919601, 0.014519247226417065, 0.01440337859094143, 0.022906363010406494, 0.02939501404762268, -0.020731596276164055, -0.0382545180618763, 0.004585728980600834, 0.03395846113562584, -0.03215803951025009, 0.01697923056781292, -0.01234447956085205, -0.017763571813702583, 0.02167637087404728, -0.002453298307955265, 0.04153449460864067, -0.004556762054562569, 0.031124131754040718, -0.03235412389039993, 0.04067884758114815, -0.023209404200315475, -0.032871078699827194, -0.025758517906069756, -0.007059081457555294, 0.028432412073016167, 0.05144573003053665, -0.045064035803079605, -0.012139481492340565, 0.02654285915195942, -0.06125001236796379, -0.026293296366930008, -0.01902030222117901, 0.025687213987112045, -0.01912725903093815, -0.037505827844142914, -0.052729200571775436, 0.015214459970593452, 0.03153412789106369, 0.01687227375805378, 0.00726853683590889, -0.023708531633019447, -0.042604051530361176, -0.006092023104429245, -0.0020510999020189047, 0.005267572123557329, 0.052301377058029175, -0.06613432615995407, -0.09782888740301132, 0.025081131607294083, 0.05098225548863411, -0.007330927532166243, -0.030928047373890877, -0.004692684859037399, 0.040179722011089325, 0.0341188944876194, 0.004937791731208563, -0.003558507887646556, 0.008859504014253616, -0.06096479669213295, 0.09419239312410355, 0.014911418780684471, 0.049770090728998184, -0.06663345545530319, -0.012549478560686111, -0.006796148605644703, 0.0024198745377361774, 0.014037946239113808, -0.04142753779888153, 0.008832764811813831, -0.057292647659778595, -0.038218867033720016, 0.037969302386045456, 0.04613359272480011, -0.03443976119160652, -0.001957513624802232, -0.07322905957698822, -0.0018605849472805858, 0.049698784947395325, 0.013574471697211266, 0.04681098088622093, -0.020054208114743233, 0.008788200095295906, -0.018539002165198326, 0.02404722571372986, -0.03426150232553482, 0.052515286952257156, 0.010651012882590294, -0.05144573003053665, -0.004313883371651173, 0.04181971028447151, 0.04114232212305069, -0.002644927240908146, -0.035117149353027344, 0.06089349091053009, -0.004558990243822336, -0.08028814196586609, 0.0074557093903422356, -0.05329963192343712, -0.05358484759926796, 0.025295041501522064, -0.01669401489198208, 0.03829016909003258, -0.06820213794708252, 0.022549843415617943, -0.07208819687366486, 0.020036382600665092, 0.009340805001556873, -0.01706836000084877, -0.010517318733036518, -0.0020444151014089584, -0.03672148659825325, 0.004893227014690638, -0.010232103057205677, 0.010722316801548004, 0.044671863317489624, 0.00840939860790968, -0.1354060173034668, -0.023120274767279625, -0.01239795796573162, -0.030411094427108765, 0.03139152005314827, -0.047417063266038895, -0.020767247304320335, -0.017638791352510452, -0.009795366786420345, 0.08741852641105652, 0.0029568816535174847, -0.03356628865003586, -0.0017937376396730542, 0.00241764634847641, -0.04556316137313843, 0.014652942307293415, -0.0018817533273249865, 0.035081494599580765, 0.037862345576286316, 0.09818540513515472, 0.02950196899473667, 0.05583091825246811, -0.03647192195057869, 0.030963698402047157, 0.0292702317237854, 0.04595533385872841, -0.006323760375380516, 0.05176659673452377, 0.009296240285038948, 0.019965078681707382, -0.014661855064332485, -0.004075461067259312, 0.057114388793706894, 0.010294494219124317, -0.045064035803079605, 0.03953798860311508, -0.03137369453907013, -0.015250111930072308, 0.04602663964033127, -0.006515389773994684, -0.03846842795610428, 0.010784707963466644, -0.02716676890850067, -0.013520993292331696, 0.004538936074823141, -0.005744416732341051, -0.04356665536761284, 0.023851139470934868, -0.033084988594055176, -0.025152435526251793, -0.004697141237556934, 0.04189101606607437, 0.04624054953455925, 0.016168149188160896, -0.002705089980736375, 0.023565923795104027, -0.042461443692445755, -0.03900320827960968, 0.010018191300332546, -0.010419275611639023, 0.006707018706947565, 0.006123218685388565, -0.00037685202551074326, 0.010526231490075588, -0.004336165729910135, -0.04659706726670265, 0.032781947404146194, -0.01706836000084877, -0.04167710244655609, 0.006475281435996294, -0.03233629837632179, 0.04060754552483559, -0.004411926027387381, -0.04691793769598007, -0.00975080206990242, -0.025330694392323494, 0.012086003087460995, -0.052729200571775436, -0.011925569735467434, -0.06053697317838669, -0.008556462824344635, -0.008204399608075619, 0.015820542350411415, 0.04670402407646179, -0.02196158654987812, -0.12428262084722519, 0.0054993098601698875, 0.05893263593316078, -0.03390498459339142, -0.02463548257946968, 0.01326251681894064, -0.037612784653902054, -0.017620965838432312, -0.037398871034383774, -0.011809701099991798, 0.015865107998251915, 0.02718459442257881, -0.012816867791116238, -0.05397701635956764, -0.04092841222882271, -0.020892029628157616, 0.040144070982933044, 0.00989340990781784, 0.015891846269369125, -0.03162325918674469, -0.05094660446047783, 0.044850125908851624, 0.002344114240258932, -0.025330694392323494, -0.01907378062605858, 0.03324542194604874, 0.05558135360479355, 0.028165021911263466, 0.018770739436149597, -0.021391157060861588, -0.0729081928730011, 0.022710276767611504, -0.01453707367181778, -0.0014661855529993773, -0.00477290153503418, -0.010695578530430794, -0.02679242379963398, 0.04834401234984398, -0.042639706283807755, -0.01331599522382021, 0.018289439380168915, -0.01960855908691883, 0.05198051035404205, -0.0016700699925422668, -0.025758517906069756, 0.011515572667121887, -0.045135341584682465, 0.03128456696867943, 0.025865472853183746, -0.026204166933894157, -0.04185536131262779, -0.025473302230238914, -0.003108402481302619, -0.005967241246253252, 0.040037114173173904, -0.01220187172293663, -0.014002294279634953, 0.03397628664970398, 0.03650757297873497, 0.011551224626600742, -0.02149811200797558, -0.027576765045523643, -0.027345027774572372, -0.0531570240855217, -0.07743598520755768, -0.012638607993721962, 0.03581235930323601, -0.011141227558255196, 0.016444452106952667, -0.03747017681598663, -0.040072765201330185, -0.04117797687649727, -0.01693466491997242, 0.018396394327282906, 0.05864742025732994, -0.054654404520988464, 0.05362049862742424, 0.08050204813480377, 0.03661452978849411, -0.006537672132253647, 0.017986396327614784, -0.049520526081323624, -0.08806025981903076, -0.04107102006673813, 0.015178808011114597, 0.03718496114015579, 0.02167637087404728, -0.00663125840947032, 0.047559671103954315, -0.012807955034077168, -0.029769359156489372, 0.062355220317840576, -0.004688228480517864, -0.030731961131095886, -0.02943066507577896, -0.017701182514429092, 0.003921711817383766, 0.017825962975621223, -0.018360743299126625, -0.03479628264904022, -0.01111448835581541, 0.04837966337800026, 0.034903235733509064, 0.0343862846493721, 0.013601209968328476, -0.03224716708064079, 0.0910550206899643, 0.05857611820101738, -0.06317521631717682, -0.07141081243753433, -0.04684663191437721, -0.05119616910815239, 0.03481410816311836, -0.005352245643734932, 0.05807698890566826, 0.032871078699827194, 0.017888354137539864, 0.07444122433662415, -0.029787184670567513, 0.023851139470934868, -0.002644927240908146, -0.020713768899440765, -0.027933284640312195, -0.014991635456681252, 0.040357980877161026, -0.03194412589073181, -0.02946631796658039, -0.05797003209590912, 0.05379875749349594, 0.035438016057014465, -0.01204143837094307, 0.07330036163330078, -0.05657960847020149, 0.016248365864157677, -0.013824034482240677, 0.052051812410354614, -0.05886133015155792, 0.025170261040329933, -0.008137552067637444, 0.032764121890068054, -0.015267937444150448, -0.03900320827960968, 0.0914115384221077, 0.008944177068769932, -0.04791618883609772, 0.0022694680374115705, -0.06616997718811035, 0.006051914766430855, -0.010036017745733261, -0.026364600285887718, 0.011836439371109009, 0.020089861005544662, 0.011408616788685322, -0.0063326735980808735, 0.03452889248728752, -0.03156978264451027, 0.014144902117550373, 0.028040241450071335, -0.03156978264451027, 0.023565923795104027, 0.02224680222570896, -0.022924188524484634, -0.0030861198902130127, -0.011756222695112228, -0.026400251314044, -0.000776543514803052, 0.003335683373734355, -0.02925240620970726, 0.06010914966464043, -0.009033307433128357, 0.02937718853354454, -0.042817965149879456, -0.04303187504410744, -0.04299622401595116, -0.0026738946326076984, 0.011711657978594303, -0.01713966391980648, -0.015160981565713882, 0.002531286794692278, 0.01987594924867153, 0.004496599081903696, 0.023280708119273186, 0.05936045944690704, -0.0341188944876194, 0.015544240362942219, 0.007121472619473934, 0.0687725692987442, 0.047488365322351456, 0.02657851204276085, -0.042532749474048615, 0.01483120210468769, 0.01724661886692047, 0.003981874790042639, 0.02196158654987812, -0.005673112813383341, 0.04199796915054321, 0.007754294201731682, 0.04823705926537514, 0.007108103018254042, -0.032924555242061615, 0.038004953414201736, -0.0483083613216877, 0.07565338909626007, -0.03258586302399635, -0.08428115397691727, 0.008596571162343025, -0.011809701099991798, -0.032550208270549774, 0.07166037708520889, 0.003915027249604464, 0.0024354723282158375, 0.0019552854355424643, -0.026400251314044, 0.03249673172831535, -0.029965445399284363, -0.06403086334466934, -0.03344150632619858, -0.009929061867296696, 0.0490214005112648, -0.06727518886327744, 0.0042938292026519775, -0.02905631996691227, -0.010659926570951939, 0.02919892780482769, 0.011702745221555233, 0.0053433324210345745, -0.01676531881093979, 0.04160580039024353, 0.03178369253873825, 0.0016722981818020344, -0.05886133015155792, 0.0021246320102363825, 0.06524302810430527, 0.04549185931682587, -0.05126747116446495, -0.00207895296625793, -0.023405490443110466, -0.0059806108474731445, -0.04342404752969742, -0.04406578093767166, -0.05397701635956764, 0.0028967191465198994, 0.015365980565547943, -0.0033423681743443012, 0.04299622401595116, 0.010526231490075588, -0.05547440052032471, 0.013886425644159317, -0.018111178651452065, -0.005459201522171497, -0.025669388473033905, -0.013137735426425934, 0.006274739280343056, -0.012148394249379635, 0.04071450233459473, 0.04395882785320282, -0.0393240749835968, -0.06934300065040588, -0.033762376755476, 0.02716676890850067, -0.032799772918224335, -0.008177660405635834, -0.01934117078781128, 0.025384172797203064, 0.0043963282369077206, -0.020161164924502373, 0.00011726141383405775, -0.06870126724243164, 0.008984285406768322, -0.012157307006418705, 0.0016243909485638142, -0.010356884449720383, -0.000025590006771381013, -0.021123766899108887, 0.021373329684138298, 0.04891444370150566, -0.023655053228139877, -0.002711774781346321, -0.007616142742335796, -0.02891371212899685, -0.012513826601207256, 0.07276558130979538, -0.015134243294596672, 0.014679680578410625, 0.022638972848653793, -0.06488651037216187, 0.011845353059470654, -0.0637456476688385, -0.018360743299126625, 0.00020792314899154007, -0.007945923134684563, 0.016061192378401756, -0.023405490443110466, 0.04816575348377228, -0.014011207036674023, 0.0067159319296479225, 0.028236325830221176, 0.025401998311281204, 0.08428115397691727, -0.004398556426167488, -0.051909204572439194, 0.027327202260494232, 0.007723098620772362, -0.033013682812452316, -0.04370926320552826, 0.015499675646424294, 0.04438664764165878, 0.026025906205177307, -0.032799772918224335, 0.021266374737024307, 0.03686409443616867, 0.027612417936325073 ]
38,762
pulp.pulp
toDict
Exports a variable into a dictionary with its relevant information :return: a dictionary with the variable information :rtype: dict
def toDict(self): """ Exports a variable into a dictionary with its relevant information :return: a dictionary with the variable information :rtype: dict """ return dict( lowBound=self.lowBound, upBound=self.upBound, cat=self.cat, varValue=self.varValue, dj=self.dj, name=self.name, )
(self)
[ 0.011493537575006485, -0.0011016943026334047, -0.008509638719260693, -0.07061894983053207, 0.017286354675889015, 0.025713106617331505, -0.037759218364953995, -0.006009241566061974, -0.005654673092067242, -0.06778240203857422, -0.011714567430317402, 0.004885674454271793, 0.007105179596692324, 0.005134332459419966, -0.0067321923561394215, 0.033264949917793274, -0.006023055873811245, 0.030520498752593994, -0.03864333778619766, 0.011327764950692654, 0.008620153181254864, -0.029286418110132217, 0.02291339822113514, 0.004042999353259802, -0.022434500977396965, -0.012423703446984291, 0.04033789783716202, -0.039785321801900864, 0.013270983472466469, 0.019579535350203514, -0.0880434438586235, -0.034296419471502304, 0.0033937247935682535, 0.027886563912034035, 0.011732986196875572, -0.023963289335370064, -0.0037459908053278923, 0.04475848749279976, -0.10241036862134933, -0.0067644258961081505, -0.019653212279081345, -0.019266409799456596, -0.02829178422689438, 0.009513480588793755, 0.005208009388297796, -0.02611832693219185, 0.021900346502661705, -0.026044650003314018, 0.05592048168182373, -0.03705929219722748, 0.04490584135055542, -0.03328336775302887, 0.013915653340518475, 0.025381561368703842, -0.011060687713325024, -0.034904252737760544, 0.04059576243162155, 0.06759820878505707, -0.03514369949698448, 0.03332020714879036, -0.04490584135055542, 0.025713106617331505, 0.0038472958840429783, -0.07758137583732605, 0.0001909545826492831, 0.054189082235097885, -0.06384070962667465, -0.002262099413201213, -0.014965543523430824, 0.003163485787808895, 0.007818920537829399, -0.05278922989964485, 0.05157356709241867, 0.05127885937690735, 0.057394012808799744, -0.013464384712278843, -0.04615833982825279, -0.05061577260494232, 0.0031174379400908947, -0.0472634881734848, -0.017313983291387558, -0.015057639218866825, -0.07150306552648544, 0.016328560188412666, 0.01154879480600357, -0.02558417245745659, -0.018198100849986076, 0.021218838170170784, 0.03311759606003761, 0.005175775848329067, -0.04737400263547897, 0.05930960178375244, -0.008997744880616665, 0.09769506752490997, 0.006451300345361233, -0.06804026663303375, 0.037372417747974396, -0.004236400127410889, -0.022139795124530792, 0.0013273286167532206, -0.02066626399755478, 0.006957826670259237, -0.04737400263547897, 0.019045380875468254, -0.041148338466882706, -0.054189082235097885, 0.03588046506047249, -0.011290927417576313, 0.008707644417881966, -0.02904696948826313, -0.048737019300460815, 0.029820572584867477, -0.057430848479270935, 0.006336180958896875, -0.013372289016842842, -0.010434437543153763, -0.04962113872170448, -0.01570230908691883, -0.0027329386211931705, -0.024847406893968582, -0.043027088046073914, 0.048737019300460815, -0.04173775017261505, 0.04796341434121132, 0.007616310380399227, 0.04361649975180626, -0.005576391704380512, 0.009706881828606129, 0.018428340554237366, 0.01023182738572359, -0.001394097926095128, -0.04450061917304993, -0.04229032248258591, 0.03144145756959915, 0.029286418110132217, -0.0062440852634608746, 0.02794182114303112, 0.023576486855745316, 0.030428403988480568, 0.04855282977223396, 0.03637778386473656, 0.02169773541390896, -0.020684683695435524, -0.01398932933807373, 0.04369017854332924, -0.05617835000157356, 0.059677984565496445, 0.03449903056025505, -0.11184096336364746, -0.049989521503448486, -0.01526945922523737, 0.009251008741557598, -0.008523453027009964, -0.0308704636991024, -0.011447489261627197, 0.008491219021379948, -0.020371558144688606, -0.06524056196212769, 0.007593286689370871, -0.05809393897652626, -0.06409857422113419, 0.008067579008638859, -0.012911810539662838, -0.02440534718334675, 0.03576995059847832, 0.05231033265590668, 0.08568579703569412, -0.05116834491491318, 0.04339547082781792, 0.0018327034777030349, -0.04483216255903244, -0.05802026018500328, -0.054262757301330566, 0.038495983928442, -0.05164724215865135, -0.004224888049066067, 0.04177458956837654, 0.020445235073566437, 0.001767085399478674, 0.03941693902015686, 0.044279590249061584, -0.05172091722488403, -0.09099050611257553, 0.04287973791360855, 0.035438407212495804, -0.06361968070268631, 0.04582679644227028, 0.01799548976123333, 0.014818190596997738, 0.03724348172545433, 0.060635779052972794, 0.008610943332314491, -0.025989392772316933, -0.0215319637209177, -0.01347359362989664, -0.059530630707740784, 0.014035377651453018, -0.031257264316082, -0.014182730577886105, 0.03252818435430527, 0.009881863370537758, -0.02958112396299839, -0.018658578395843506, 0.007607100997120142, -0.030852044001221657, 0.03656197339296341, -0.014661627821624279, -0.01680745743215084, -0.012156626209616661, -0.016365397721529007, -0.017323192209005356, -0.01860332116484642, 0.05669408291578293, 0.03252818435430527, 0.05783607065677643, -0.10020007193088531, 0.02024262398481369, 0.0017106767045333982, 0.02996792644262314, 0.04273238405585289, 0.04637937247753143, -0.004268633667379618, -0.004300867207348347, -0.014624789357185364, 0.0021630965638905764, -0.054262757301330566, -0.05267871543765068, -0.010968592017889023, -0.024902664124965668, -0.06623519212007523, 0.0545206256210804, -0.02035313844680786, -0.05875702574849129, -0.00047371702385134995, 0.05997268855571747, 0.03967480733990669, -0.03214138373732567, -0.034627966582775116, 0.0005482569104060531, -0.02775762975215912, 0.030299469828605652, 0.03827495500445366, 0.016862714663147926, 0.040853630751371384, -0.010194988921284676, -0.03343072161078453, 0.028033915907144547, 0.08561211824417114, -0.012359236367046833, -0.010968592017889023, 0.04181142523884773, -0.03617517277598381, -0.03744609281420708, 0.06019371747970581, -0.0019236479420214891, 0.024221157655119896, -0.03099939599633217, 0.04807393252849579, -0.010729143396019936, -0.021089904010295868, 0.0024198133032768965, -0.007445933762937784, -0.024607958272099495, 0.0228765606880188, 0.03420432657003403, 0.012497380375862122, -0.0010919091291725636, -0.011410651728510857, -0.008910254575312138, 0.0018004700541496277, 0.09106418490409851, 0.03319127485156059, -0.01336307916790247, -0.037759218364953995, -0.03217821940779686, -0.029728475958108902, 0.044095396995544434, -0.029636381193995476, -0.0002888062153942883, 0.03529105335474014, 0.013676204718649387, -0.03630410507321358, -0.03556733950972557, -0.015158944763243198, 0.01498396322131157, 0.01551811769604683, 0.0019927197135984898, 0.026247261092066765, 0.016632474958896637, -0.006340785883367062, -0.0005871097673662007, -0.02808917500078678, -0.0022218076046556234, 0.03753818944096565, 0.024884246289730072, 0.02958112396299839, -0.07794976234436035, -0.019247991964221, 0.038827527314424515, 0.043321795761585236, 0.043248116970062256, -0.006336180958896875, -0.0020284068305045366, 0.05562577396631241, -0.057504527270793915, 0.029452189803123474, 0.03610149770975113, -0.00035802184720523655, -0.0316440649330616, -0.01852964609861374, 0.0022425290662795305, 0.0008846938726492226, 0.0804547592997551, 0.07846549898386002, 0.0005096918903291225, -0.05455746501684189, -0.03683825954794884, -0.020408397540450096, -0.01250658929347992, 0.10351551324129105, -0.03481215611100197, -0.030907301232218742, 0.03258344158530235, -0.02423957549035549, 0.08377020806074142, 0.01197243481874466, 0.0010314712999388576, 0.015803614631295204, 0.12716567516326904, 0.0272603128105402, -0.07684461027383804, 0.0011287473607808352, 0.019045380875468254, 0.016595637425780296, 0.016346978023648262, -0.0118158720433712, -0.00808139331638813, 0.015426022000610828, -0.014744513668119907, -0.008703039027750492, -0.006653910968452692, -0.011254088953137398, -0.054115407168865204, 0.00625329464673996, 0.011088316328823566, -0.024534281343221664, -0.04475848749279976, -0.009315474890172482, 0.047668710350990295, -0.0006262504612095654, -0.0215319637209177, 0.06247768923640251, -0.005709930323064327, 0.07142938673496246, -0.009559528902173042, -0.03753818944096565, 0.048626504838466644, -0.014541903510689735, -0.01456032320857048, -0.027573438361287117, 0.03160722926259041, 0.024939503520727158, 0.0173416119068861, 0.008237956091761589, 0.046526722609996796, -0.02797865867614746, 0.0035295658744871616, -0.03282289206981659, 0.0758868157863617, -0.01094096340239048, -0.015656260773539543, 0.0005137210828252137, -0.016190415248274803, 0.00037759216502308846, -0.06483533978462219, 0.01006605476140976, 0.02070310339331627, 0.029212741181254387, -0.038827527314424515, -0.03018895536661148, 0.02748134359717369, -0.007864968851208687, -0.019376926124095917, 0.05175775662064552, 0.004335402976721525, -0.02889961563050747, 0.05113150551915169, -0.022121375426650047, -0.010830448940396309, 0.027610275894403458, -0.04910540208220482, 0.022323986515402794, -0.012497380375862122, 0.04906856268644333, 0.03389120101928711, -0.05835180729627609, -0.00312664732336998, -0.035088442265987396, -0.022176632657647133, 0.06317761540412903, 0.01612594909965992, -0.07327130436897278, -0.007731430232524872, 0.04166407510638237, -0.009762139059603214, -0.04236400127410889, 0.06476166099309921, 0.0020675475243479013, 0.03285972774028778, -0.006336180958896875, 0.001075792359188199, -0.00978055875748396, -0.05050525441765785, -0.049805328249931335, 0.050321064889431, 0.008905650116503239, 0.005217218771576881, -0.013943281956017017, 0.021071486175060272, -0.027020864188671112, -0.007745244540274143, -0.017102163285017014, 0.014624789357185364, 0.043211281299591064, -0.02580520138144493, 0.0025441423058509827, -0.030373146757483482, 0.057357173413038254, 0.007952460087835789, 0.04567944258451462, -0.023300200700759888, -0.019247991964221, -0.009292451664805412, -0.08067579567432404, 0.08340182155370712, -0.012552637606859207, 0.008924068883061409, -0.006359204649925232, 0.04593731090426445, 0.07190828770399094, 0.017240306362509727, 0.047484517097473145, 0.0628829151391983, -0.021974023431539536, -0.004712995141744614, -0.01741528883576393, -0.0758868157863617, 0.03151513263583183, 0.0031680904794484377, -0.06314077973365784, 0.07330814003944397, 0.013851186260581017, 0.09135888516902924, -0.07301343232393265, 0.03488583490252495, -0.03339388221502304, -0.08185461908578873, -0.06579313427209854, 0.040853630751371384, -0.04928959533572197, 0.018400711938738823, 0.015619422309100628, -0.04059576243162155, 0.016098320484161377, -0.03374384716153145, -0.005382990930229425, -0.011309346184134483, -0.012497380375862122, -0.035548921674489975, 0.009559528902173042, 0.010885706171393394, 0.05378386005759239, -0.02523420937359333, -0.06273555755615234, -0.007303185295313597, 0.05282606557011604, -0.02790498360991478, 0.028807520866394043, -0.02641303278505802, -0.044095396995544434, -0.015582584775984287, -0.043027088046073914, -0.011069897562265396, 0.05289974436163902, -0.00032578836544416845, 0.042253486812114716, 0.0056132301688194275, 0.04133252799510956, -0.039858996868133545, 0.005617834627628326, -0.04715297371149063, 0.01681666634976864, -0.008219537325203419, -0.03372542932629585, 0.004650830291211605, 0.05002635717391968, -0.0071282037533819675, 0.020297881215810776, -0.020905712619423866, 0.020611006766557693, -0.03823811560869217, -0.02901013009250164, -0.01680745743215084, 0.030925720930099487, -0.005152751691639423, -0.012359236367046833, 0.016899552196264267, 0.06317761540412903, -0.03053891845047474, 0.005290895234793425, -0.0031726951710879803, 0.0010591000318527222, 0.024497443810105324, 0.006303947418928146, 0.0055809966288506985, 0.026357775554060936, -0.07905490696430206, 0.02092413231730461, -0.09504271298646927, -0.01978214643895626, -0.029360095039010048, 0.0369856134057045, 0.041000984609127045, -0.017452126368880272, -0.02950744703412056, 0.05684143677353859, -0.024147480726242065, 0.002829639008268714, -0.012230303138494492, 0.06995585560798645, 0.016227254644036293, -0.05400489270687103, 0.025178952142596245, 0.01875067502260208, 0.012497380375862122, 0.03160722926259041, 0.02523420937359333, -0.004280145280063152, -0.08642256259918213, 0.024865826591849327, 0.02641303278505802, -0.0007879934273660183, 0.004574851598590612, -0.03136777877807617, 0.06579313427209854, 0.019579535350203514, -0.015214201994240284, -0.003202626248821616, -0.018851980566978455, -0.014118263497948647, -0.021034646779298782, -0.05330496281385422, -0.03457270935177803, -0.022158214822411537, -0.003158880863338709, 0.006059893872588873, 0.0025464447680860758, -0.02142144925892353, 0.03952745348215103, 0.015490489080548286, 0.014007749035954475, -0.028715424239635468, 0.010517323389649391, 0.028218107298016548, -0.11427228897809982, 0.021974023431539536, -0.004402172286063433, 0.017894186079502106, -0.05348915606737137, -0.021439868956804276, 0.037575025111436844, 0.012709200382232666, 0.05072628706693649, 0.03179141879081726, 0.008537267334759235, 0.02081361785531044, 0.022084537893533707, 0.010876496322453022, -0.0074643525294959545, -0.0024612562265247107, -0.0117237763479352, 0.07058210670948029, -0.05010003596544266, -0.009057607501745224, -0.020187366753816605, 0.04151672124862671, -0.008854997344315052, 0.037906572222709656, 0.07352916896343231, -0.026928769424557686, 0.00468766875565052, 0.01265394315123558, 0.008868811652064323, -0.02355806715786457, 0.0058158403262495995, -0.02626568078994751, -0.036046240478754044, 0.02576836384832859, 0.03530947491526604, -0.05802026018500328, -0.028070755302906036, -0.018649369478225708, -0.034333258867263794, 0.02829178422689438, 0.018059957772493362, -0.012792086228728294, 0.048589665442705154, 0.016871923580765724, -0.028954872861504555, -0.024460606276988983, -0.03503318503499031, -0.07006637006998062, -0.008661596104502678, -0.004779764451086521, 0.0067321923561394215, -0.011889548972249031, 0.011290927417576313, -0.03652513772249222, -0.045642606914043427, -0.00894248764961958, 0.004802788142114878, 0.009246403351426125, -0.0028756868559867144, 0.022213472053408623, 0.038127601146698, -0.02904696948826313, 0.045200545340776443, -0.046416208148002625, -0.008099813014268875, -0.03938009962439537, -0.0339280404150486, 0.02904696948826313, 0.05400489270687103, -0.03716980665922165, -0.06454063206911087, 0.03740925341844559, 0.04623201861977577, -0.02184508927166462, -0.0017383054364472628, 0.01879672333598137, 0.051978785544633865, 0.019376926124095917, 0.007634729612618685, 0.023226523771882057, 0.003762107342481613, -0.029175903648138046, 0.0036101494915783405, -0.05606783181428909, 0.01967163197696209, -0.06667724996805191, -0.03339388221502304, 0.03809076175093651, -0.030299469828605652, 0.0019547301344573498, -0.017746832221746445, -0.010296294465661049, 0.009743720293045044, 0.026063069701194763, -0.003214138327166438, -0.005461272317916155, -0.07544475793838501, 0.03022579289972782, -0.04777922481298447, -0.08752770721912384, 0.0895906537771225, 0.025989392772316933, -0.064798504114151, 0.03453586995601654, 0.028770681470632553, -0.004312378820031881, 0.05256819725036621, 0.021974023431539536, 0.028070755302906036, 0.005286290310323238, -0.042106132954359055, -0.034627966582775116, 0.026394614949822426, 0.033264949917793274, 0.02263711206614971, -0.04398488253355026, -0.002820429392158985, 0.023079169914126396, -0.000678054231684655, 0.029783735051751137, 0.011732986196875572, 0.02611832693219185, -0.035622600466012955, -0.032730795443058014, 0.011226460337638855, 0.05046841874718666, 0.0008777867187745869, 0.002243680413812399, -0.036727745085954666, -0.005788211710751057, 0.006769030354917049, -0.059641145169734955, 0.018861189484596252, -0.016107529401779175, 0.042216647416353226, -0.015131316147744656, -0.008523453027009964, -0.018059957772493362, 0.036727745085954666, 0.028844358399510384, 0.025510495528578758, -0.02829178422689438, 0.007515005301684141, -0.016715360805392265, 0.04151672124862671, -0.032122962176799774, 0.008822763338685036, 0.059530630707740784, -0.01703769527375698, -0.020224206149578094, -0.014357712119817734, -0.006437486037611961, -0.012202673591673374, 0.06214614585042, -0.01094096340239048, 0.01703769527375698, 0.041111499071121216, 0.009927911683917046, 0.07069262117147446, 0.008569500409066677, 0.022287148982286453, 0.011355393566191196, -0.0001179256069008261, -0.031238844618201256, -0.02188192680478096, -0.033412303775548935, -0.027776049450039864, 0.022581854835152626, -0.04737400263547897, -0.009025374427437782, -0.026394614949822426, -0.015481279231607914, 0.014376131817698479, 0.028033915907144547, -0.014284036122262478, 0.05142621323466301, 0.029102226719260216, 0.04398488253355026, 0.027462923899292946, -0.0006699959049001336, 0.005917145870625973, -0.025142112746834755, 0.05916224792599678, -0.0012525009224191308, -0.016715360805392265, -0.029212741181254387, 0.04693194478750229, 0.08038108795881271, -0.013888024725019932, -0.02775762975215912, 0.04744768142700195, -0.027168218046426773, 0.042069293558597565, 0.0068657309748232365, 0.009402966126799583, -0.027426086366176605, -0.08656991273164749, -0.026523547247052193, 0.0029493633192032576, 0.020224206149578094, -0.012460541911423206, 0.0472634881734848, 0.04140620678663254, -0.018649369478225708 ]
38,764
pulp.pulp
unfixValue
null
def unfixValue(self): self.bounds(self._lowbound_original, self._upbound_original)
(self)
[ 0.03861996904015541, 0.041441816836595535, 0.009507336653769016, -0.0069807968102395535, -0.06293381005525589, -0.016832662746310234, -0.017849840223789215, -0.051777660846710205, 0.049152687191963196, -0.059094782918691635, -0.02784115821123123, -0.0008782392251305282, -0.01625024527311325, -0.03166377916932106, -0.019408419728279114, 0.07612431794404984, 0.04180275276303291, 0.016963910311460495, 0.029252082109451294, 0.009482727386057377, 0.03658561035990715, -0.04071994870901108, -0.008354808203876019, 0.008941326290369034, -0.016332276165485382, -0.044985536485910416, -0.02624976448714733, -0.03812778368592262, 0.026676323264837265, -0.0454120934009552, -0.009991317056119442, 0.01554478332400322, 0.037898097187280655, -0.04380429536104202, 0.051154229789972305, -0.0958772674202919, -0.004765972960740328, 0.011295601725578308, 0.025642739608883858, 0.04784019663929939, -0.03963714465498924, -0.058635413646698, -0.017144378274679184, -0.0061604916118085384, 0.058865100145339966, 0.024806028231978416, 0.0625072568655014, -0.010590139776468277, 0.015315097756683826, 0.03819340839982033, 0.01611899584531784, 0.03684810921549797, 0.06165413558483124, 0.04491991177201271, -0.04176994040608406, 0.06211350858211517, 0.006345060653984547, 0.05942290648818016, 0.014781898818910122, -0.01888342574238777, -0.026594294235110283, 0.029563797637820244, -0.03569968044757843, -0.11011776328086853, 0.054304201155900955, -0.004655231721699238, -0.021934960037469864, 0.003121261252090335, -0.02562633343040943, 0.02022872492671013, -0.04770894721150398, 0.01694750413298607, 0.010278423316776752, -0.0045034755021333694, 0.02939973771572113, -0.0037569976411759853, 0.013362770900130272, 0.07133373618125916, 0.023756038397550583, -0.06204788386821747, 0.042327746748924255, 0.038554344326257706, 0.05249952897429466, 0.06001352518796921, -0.01396979670971632, -0.013805735856294632, 0.02567555196583271, 0.017324844375252724, 0.08563985675573349, 0.021705275401473045, 0.018013902008533478, 0.010828028433024883, -0.02661070041358471, -0.012165125459432602, 0.021098248660564423, 0.06726502627134323, -0.008026686497032642, -0.016914691776037216, -0.02575758285820484, -0.04616677388548851, 0.04026057943701744, 0.062015071511268616, -0.04252462089061737, 0.0032689161598682404, 0.0035252615343779325, 0.03914496302604675, 0.07133373618125916, -0.06034164875745773, -0.04987455531954765, 0.032664552330970764, -0.012690121307969093, 0.015872905030846596, -0.07080873847007751, 0.030269261449575424, -0.046232398599386215, 0.022820889949798584, -0.06135882809758186, -0.010778809897601604, 0.06631346791982651, 0.06824938952922821, -0.009162808768451214, -0.021180279552936554, 0.0057544405572116375, -0.03560124337673187, -0.011098728515207767, 0.05148235335946083, 0.01113154087215662, 0.0630650594830513, 0.018079526722431183, -0.045215219259262085, -0.0036688148975372314, -0.05981665104627609, -0.07881492376327515, 0.021311528980731964, -0.01638149470090866, -0.0030023169238120317, 0.0076739550568163395, -0.010499905794858932, 0.0346825011074543, 0.0042901961132884026, 0.01783343404531479, 0.06591971963644028, 0.09325229376554489, 0.036159053444862366, 0.050662048161029816, 0.02918645739555359, 0.035273123532533646, 0.12567074596881866, -0.02913723886013031, 0.0004509114951360971, -0.057454172521829605, 0.04695426672697067, 0.04091682285070419, -0.014913148246705532, 0.01903107948601246, 0.008075904101133347, -0.008026686497032642, -0.06021039932966232, 0.012468638829886913, 0.009720616042613983, -0.03238564729690552, 0.004197911825031042, 0.035896554589271545, -0.0794055387377739, -0.05387764424085617, -0.008810077793896198, 0.05030111223459244, -0.05968540534377098, -0.03268095850944519, 0.04570740461349487, -0.005918501876294613, -0.02971145324409008, 0.004897221922874451, 0.04209806025028229, 0.03573249280452728, 0.010024129413068295, -0.015602204017341137, 0.014174873009324074, -0.01862092688679695, 0.02288651466369629, -0.008555782958865166, 0.003039230592548847, -0.01880139485001564, -0.0530245266854763, 0.02239433117210865, -0.006923375651240349, -0.018424054607748985, -0.00017764733638614416, -0.018210774287581444, -0.02083575166761875, 0.006074359640479088, -0.0003883632307406515, 0.03812778368592262, -0.04911987483501434, 0.030695820227265358, -0.0025880627799779177, -0.02288651466369629, 0.03671685978770256, 0.02851380780339241, -0.03750435262918472, -0.05440263822674751, -0.028087249025702477, 0.021442776545882225, -0.014954162761569023, -0.02062247134745121, 0.01937560737133026, -0.007485284470021725, -0.020097477361559868, 0.002356326673179865, -0.018309211358428, 0.007829813286662102, -0.014199482277035713, -0.0018672196893021464, -0.08045553416013718, -0.022738859057426453, -0.0681837648153305, -0.03681529685854912, -0.009417103603482246, 0.046724583953619, 0.03809497132897377, 0.003984632436186075, -0.03658561035990715, 0.022853702306747437, -0.10381782054901123, 0.01724281534552574, 0.024625560268759727, -0.020638877525925636, -0.03734029084444046, 0.012066689319908619, 0.014757289551198483, 0.044099606573581696, -0.039046525955200195, -0.07133373618125916, -0.0397355817258358, 0.025609927251935005, 0.029744265601038933, -0.030892692506313324, -0.06739627569913864, 0.01711156591773033, 0.02731616236269474, -0.04022776708006859, 0.012985430657863617, 0.029645828530192375, 0.06486973166465759, -0.03471531346440315, 0.02013028971850872, -0.017439687624573708, 0.044985536485910416, 0.022804483771324158, 0.02807084284722805, -0.01840764842927456, -0.015561188571155071, -0.023116199299693108, 0.06421349197626114, 0.07303997129201889, 0.02611851692199707, -0.0009787266608327627, -0.027283350005745888, -0.008387620560824871, 0.013034649193286896, -0.03957151994109154, -0.06975875049829483, -0.0014057980151847005, -0.018637333065271378, 0.027480222284793854, 0.05624012276530266, -0.010828028433024883, -0.002274296013638377, 0.02155761979520321, 0.04350898787379265, 0.03881683945655823, -0.02869427390396595, -0.015799077227711678, -0.012312780134379864, -0.017669374123215675, 0.08655860275030136, 0.06838063895702362, -0.0066034565679728985, 0.0346825011074543, -0.03200830891728401, 0.039538707584142685, -0.02562633343040943, -0.01179598830640316, 0.018867019563913345, -0.005766745191067457, -0.007883132435381413, 0.014962365850806236, -0.066871277987957, 0.016397900879383087, 0.001749300747178495, 0.03934183716773987, 0.007657548878341913, 0.025888830423355103, 0.008629610762000084, 0.04078557342290878, -0.04994018003344536, -0.039669957011938095, -0.008867498487234116, 0.018424054607748985, 0.019720137119293213, -0.024953683838248253, -0.05817604064941406, -0.0744180828332901, 0.05138391628861427, 0.09909286350011826, -0.03251689672470093, 0.03220517933368683, 0.01627485454082489, -0.005721628665924072, 0.019080298021435738, -0.024674778804183006, -0.016775241121649742, -0.04209806025028229, -0.05896353721618652, 0.042327746748924255, 0.017882652580738068, 0.042819928377866745, 0.02674194797873497, 0.01157450582832098, 0.06785564124584198, -0.028497401624917984, -0.04121213033795357, -0.04616677388548851, -0.03236924111843109, -0.08413049578666687, -0.0025367937050759792, -0.030006762593984604, 0.014642447233200073, -0.015405330806970596, -0.023001356050372124, -0.02252558059990406, -0.025577114894986153, 0.002225077711045742, -0.0007367365760728717, 0.024625560268759727, -0.012247156351804733, 0.03233642876148224, 0.04173712804913521, -0.008354808203876019, -0.01412565540522337, -0.013247928582131863, 0.036519985646009445, -0.012222547084093094, -0.03458406403660774, 0.07474620640277863, 0.01365808118134737, -0.02744741179049015, 0.002057940699160099, 0.006098968908190727, -0.0008890057215467095, 0.006386075634509325, -0.014511198736727238, 0.0012653206940740347, -0.03271377086639404, 0.039177775382995605, -0.0314997173845768, 0.008703437633812428, -0.035010624676942825, 0.019277172163128853, -0.02984270267188549, 0.014371746219694614, -0.06542754173278809, -0.030613789334893227, -0.023132605478167534, 0.023263854905962944, -0.00895773246884346, -0.06040727347135544, -0.05640418455004692, -0.042065247893333435, 0.04137619212269783, -0.015528377145528793, -0.06509941816329956, 0.010754200629889965, 0.001690853969193995, -0.025478677824139595, 0.025609927251935005, -0.035273123532533646, 0.02252558059990406, -0.06726502627134323, -0.005992329213768244, 0.08098052442073822, -0.01037686038762331, -0.04619958624243736, 0.017275627702474594, 0.02296854555606842, 0.03963714465498924, 0.0014529655454680324, -0.02377244457602501, 0.013608862645924091, 0.007050523068755865, 0.002957200165838003, -0.03707779198884964, -0.006402481812983751, 0.02354275807738304, 0.007448371034115553, 0.04190118610858917, -0.03435438126325607, -0.006833142135292292, 0.05384483188390732, 0.005852877162396908, -0.003250459209084511, 0.012124110013246536, 0.01057373359799385, 0.0605713352560997, 0.026233360171318054, -0.017144378274679184, 0.03348485752940178, 0.04439491406083107, 0.03793090954422951, 0.03711060434579849, -0.013961593620479107, -0.01213231310248375, 0.010229205712676048, -0.03135206177830696, 0.06194944679737091, -0.048627689480781555, -0.006098968908190727, -0.00022032884589862078, 0.018473273143172264, -0.057224489748477936, 0.004405038896948099, -0.02926848828792572, -0.04058869928121567, 0.020966999232769012, 0.0035047538112848997, -0.02877630479633808, 0.0030987027566879988, -0.053057339042425156, -0.03694654628634453, 0.08235863596200943, 0.0164061039686203, -0.05899634584784508, -0.0026700932066887617, -0.008346605114638805, -0.013961593620479107, -0.019588887691497803, -0.004107678309082985, 0.026216953992843628, 0.024806028231978416, 0.04971049353480339, 0.01942482590675354, 0.018965454772114754, 0.06398380547761917, 0.0027398192323744297, 0.0535823330283165, 0.003763149958103895, -0.05112141743302345, 0.017931871116161346, -0.02833333984017372, -0.0029797584284096956, 0.015397127717733383, -0.029416143894195557, -0.01888342574238777, -0.003361200448125601, -0.04806988313794136, -0.06598534435033798, -0.12317702174186707, -0.03358329460024834, 0.006591151934117079, 0.009983113966882229, 0.008231762796640396, 0.03783247247338295, -0.05952134355902672, -0.019802166149020195, -0.016602976247668266, 0.07605869323015213, 0.008297386579215527, -0.028989585116505623, -0.03586374223232269, -0.004622419830411673, 0.004683942534029484, -0.08767421543598175, 0.0029182357247918844, -0.0318114347755909, -0.0071735684759914875, 0.015536580234766006, 0.020901376381516457, 0.027972405776381493, 0.04088401049375534, -0.01760374940931797, -0.0021943163592368364, -0.027529440820217133, -0.01739046908915043, 0.01773499697446823, -0.004220469854772091, 0.011270993389189243, -0.06319630891084671, 0.007354035973548889, -0.04124494269490242, 0.03184424713253975, 0.0019543771632015705, -0.01252605952322483, -0.0636228695511818, 0.03884965181350708, -0.027644284069538116, -0.01507720910012722, 0.004470663145184517, -0.04747926443815231, 0.04616677388548851, -0.01603696681559086, -0.019277172163128853, 0.0013688842300325632, -0.036159053444862366, -0.03256611526012421, 0.012066689319908619, 0.01341198943555355, 0.016619382426142693, 0.03254970908164978, -0.020606065168976784, -0.021754493936896324, 0.009039763361215591, -0.007099741138517857, -0.0159385297447443, 0.014240497723221779, 0.02083575166761875, -0.010360454209148884, -0.04777457192540169, -0.010229205712676048, 0.023624788969755173, -0.0409824475646019, -0.02669272944331169, -0.00458960747346282, -0.01006514485925436, -0.01955607533454895, -0.006902867928147316, -0.05148235335946083, 0.009367885068058968, -0.037405915558338165, 0.033632513135671616, -0.017981089651584625, 0.02603648602962494, -0.04462460055947304, 0.05748698487877846, 0.03583092987537384, 0.04012933000922203, 0.06122757866978645, -0.011500678025186062, -0.05955415591597557, -0.05187609791755676, 0.007272005081176758, -0.005385303404182196, 0.011861613020300865, 0.03635592386126518, -0.0016108743147924542, -0.01963810622692108, -0.007555010728538036, -0.06352443248033524, 0.014872132800519466, -0.0353715606033802, 0.006012836936861277, -0.09384290874004364, -0.02718491293489933, 0.103424072265625, 0.02518336847424507, -0.0014170771464705467, 0.00826867576688528, -0.017374062910676003, 0.05387764424085617, 0.03409188240766525, 0.02411697246134281, 0.01916232891380787, 0.010655764490365982, 0.09246479719877243, -0.03629029914736748, -0.06713377684354782, 0.04272149130702019, -0.03734029084444046, 0.028448183089494705, 0.010450688190758228, 0.026938822120428085, -0.019900603219866753, 0.0059102987870574, -0.03200830891728401, -0.00004213676947983913, -0.028005218133330345, 0.020950593054294586, 0.016627585515379906, -0.022295894101262093, 0.002430154010653496, -0.02590523660182953, -0.010229205712676048, -0.0024424586445093155, -0.009056168608367443, -0.061391640454530716, 0.00801848340779543, 0.045116785913705826, 0.004302500747144222, 0.07251497358083725, 0.023756038397550583, -0.056076060980558395, 0.03697935864329338, -0.00959757063537836, -0.03937464952468872, -0.028759898617863655, -0.015659626573324203, 0.0008167163468897343, -0.05768385902047157, -0.031909871846437454, -0.016520945355296135, 0.03629029914736748, 0.028759898617863655, 0.02559352107346058, -0.01507720910012722, 0.029809890314936638, -0.012616293504834175, 0.0000162939522851957, 0.038915276527404785, -0.03835747018456459, -0.01734125055372715, -0.014002609066665173, 0.04469022527337074, 0.0346825011074543, -0.038784027099609375, -0.035273123532533646, -0.02953098528087139, 0.0107131851837039, 0.008572189137339592, -0.05912759527564049, -0.024002129212021828, -0.02257479913532734, -0.018686551600694656, -0.02483884058892727, -0.037143416702747345, -0.005311476066708565, 0.013608862645924091, -0.008297386579215527, 0.06503379344940186, 0.06719940155744553, -0.013477614149451256, 0.04577302932739258, 0.009786240756511688, -0.03099112957715988, -0.012690121307969093, 0.03007238730788231, -0.08294925838708878, 0.03373095020651817, -0.006394278723746538, 0.015930326655507088, 0.0054427245631814, 0.015069006010890007, 0.027742721140384674, -0.048890188336372375, 0.04551053047180176, 0.05082610994577408, -0.05312296375632286, -0.017636561766266823, -0.018424054607748985, -0.014560416340827942, -0.08734609186649323, -0.001512437709607184, 0.021032623946666718, 0.017275627702474594, 0.0019933416042476892, -0.02825131081044674, -0.010639358311891556, 0.02124590426683426, 0.02017950639128685, 0.0002945408341474831, 0.008900310844182968, -0.010983886197209358, -0.06519785523414612, -0.008116919547319412, -0.013723705895245075, -0.003810317488387227, 0.08248988538980484, 0.03520749881863594, -0.0029059310909360647, 0.030055981129407883, 0.012517856433987617, -0.004655231721699238, 0.024199003353714943, -0.04065432399511337, -0.09430228173732758, -0.005959516856819391, -0.004409140441566706, -0.057585421949625015, 0.006484512239694595, 0.04593709111213684, -0.010286626406013966, -0.0006726502324454486, -0.019145922735333443, 0.004954643081873655, -0.012591684237122536, -0.016463525593280792, 0.004930034279823303, 0.03194268420338631, -0.05824166536331177, 0.06332755833864212, 0.009236636571586132, 0.012788557447493076, 0.0428527407348156, -0.0806524008512497, -0.03481375053524971, -0.0031192104797810316, -0.03668404743075371, -0.005085892044007778, 0.016512742266058922, -0.006320451386272907, 0.07028374820947647, 0.05164641514420509, 0.0447886623442173, -0.002782885218039155, -0.03684810921549797, -0.004930034279823303, 0.033419232815504074, 0.036782484501600266, 0.030039574950933456, -0.0061604916118085384, -0.03197549656033516, 0.015758061781525612, 0.06404943019151688, 0.04820113256573677, -0.05459951236844063, -0.013403786346316338, 0.025380242615938187, 0.07218685746192932, -0.07159623503684998, -0.009991317056119442, -0.025248993188142776, 0.03684810921549797, 0.008654219098389149, 0.04249180853366852, -0.024445094168186188, -0.03136846795678139, 0.013608862645924091, 0.03983401879668236, 0.00995850469917059, -0.0428527407348156, -0.07376184314489365, 0.03282861411571503, 0.008092310279607773, 0.030712226405739784, 0.01773499697446823, 0.011664739809930325, 0.025511490181088448, 0.0299411378800869, -0.017751403152942657, 0.02669272944331169, 0.007669853512197733, 0.02124590426683426, 0.014642447233200073, -0.032041121274232864, 0.004236876033246517, 0.006800329778343439, -0.016512742266058922, 0.011402241885662079, -0.017899058759212494, 0.023493539541959763, -0.03432156890630722, 0.016594773158431053, 0.03113878332078457, 0.0680525153875351, 0.01091005839407444, -0.001991290831938386, 0.03881683945655823, -0.04656052216887474, 0.03681529685854912, 0.030269261449575424, -0.006201507057994604, -0.010778809897601604, -0.03553561866283417, 0.013977999798953533, -0.04524803161621094, 0.06309787184000015, -0.015339707024395466, 0.029235675930976868, -0.0023952911142259836, 0.021262310445308685 ]
38,765
pulp.pulp
valid
null
def valid(self, eps): if self.name == "__dummy" and self.varValue is None: return True if self.varValue is None: return False if self.upBound is not None and self.varValue > self.upBound + eps: return False if self.lowBound is not None and self.varValue < self.lowBound - eps: return False if ( self.cat == const.LpInteger and abs(round(self.varValue) - self.varValue) > eps ): return False return True
(self, eps)
[ 0.04865377023816109, 0.008720211684703827, -0.011618154123425484, 0.03396616876125336, -0.007783547509461641, 0.04450254142284393, -0.010096624493598938, -0.09280451387166977, 0.0037620479706674814, -0.007880291901528835, -0.0012345938012003899, 0.023113178089261055, 0.06582155078649521, -0.0383460633456707, -0.033403292298316956, 0.03268210589885712, -0.011081661097705364, 0.0043908883817493916, -0.01746680773794651, 0.019560011103749275, -0.060685284435749054, -0.002000855514779687, -0.0007970440783537924, 0.00017053994815796614, 0.020826486870646477, 0.029427966102957726, 0.038381244987249374, -0.011398280039429665, -0.04436182230710983, 0.020773716270923615, -0.06198694184422493, 0.004995542578399181, 0.042426928877830505, 0.023095589131116867, 0.09041228145360947, -0.009991085156798363, 0.025294329971075058, -0.034968797117471695, -0.03549649566411972, -0.0039621335454285145, 0.008166128769516945, -0.030131563544273376, -0.03992915898561478, 0.04590974003076553, -0.016956700012087822, -0.06434399634599686, 0.07296306639909744, 0.014195079915225506, 0.012075492180883884, -0.0376424677670002, 0.01654333621263504, -0.0037048805970698595, 0.05167923867702484, -0.003273927140980959, -0.029410377144813538, 0.0183287151157856, 0.03542613610625267, 0.09259343147277832, -0.038240525871515274, -0.004656936042010784, -0.025997929275035858, 0.04664851725101471, 0.01079142652451992, -0.09646321833133698, 0.028372570872306824, 0.03074721246957779, -0.063570037484169, -0.044115565717220306, -0.0032211574725806713, 0.045769017189741135, -0.0148722929880023, -0.0380646251142025, -0.013429917395114899, 0.05252355337142944, 0.018135225400328636, -0.057976435869932175, -0.008926893584430218, -0.007717585191130638, -0.043904487043619156, -0.045346859842538834, -0.01306052878499031, -0.02265584096312523, 0.02654321677982807, -0.0024450013879686594, 0.014546878635883331, 0.012594395317137241, -0.06582155078649521, 0.05139780044555664, 0.08991976082324982, 0.07493313401937485, 0.03544372692704201, 0.02747548371553421, -0.0018348504090681672, -0.021969832479953766, 0.06983205676078796, 0.06761572510004044, 0.04481916129589081, -0.016499361023306847, -0.029779765754938126, -0.038029447197914124, 0.01980626955628395, 0.019085083156824112, -0.025874799117445946, 0.011028891429305077, 0.012444880791008472, 0.04787981137633324, 0.024045445024967194, -0.018064865842461586, -0.02476663328707218, -0.01604202389717102, -0.015039397403597832, -0.0006508277147077024, -0.023306667804718018, 0.023060409352183342, -0.062022119760513306, -0.014362184330821037, 0.013649791479110718, 0.02066817693412304, -0.05382521077990532, -0.01612997241318226, -0.019260982051491737, 0.00617846567183733, -0.023904725909233093, 0.0025901184417307377, 0.051081180572509766, 0.03131008893251419, 0.03912002220749855, 0.06378111243247986, -0.10124768316745758, 0.010844197124242783, 0.045346859842538834, -0.01634105294942856, 0.019683141261339188, 0.035390954464673996, -0.0317850187420845, -0.03584829345345497, 0.0025659322272986174, 0.018557384610176086, -0.007321811746805906, -0.029304835945367813, 0.012787885032594204, 0.04225103184580803, -0.057976435869932175, 0.016024433076381683, 0.03074721246957779, 0.024661093950271606, -0.06142406165599823, 0.04622635617852211, -0.003718073247000575, 0.03563721477985382, -0.06722874194383621, -0.023482566699385643, -0.017941737547516823, 0.00909399800002575, 0.01143345981836319, -0.02634972706437111, 0.038873761892318726, -0.06469579041004181, 0.005101081915199757, -0.034476280212402344, -0.05913737043738365, 0.0049383752048015594, -0.008183718658983707, -0.004815245512872934, -0.015224091708660126, 0.021336594596505165, -0.06177586317062378, 0.0030430592596530914, 0.021283825859427452, 0.08907544612884521, 0.03389580920338631, -0.025610949844121933, 0.01196995284408331, 0.05006096512079239, 0.010932146571576595, -0.03757210820913315, 0.03366713970899582, 0.009744825772941113, -0.014652417972683907, 0.001040554721839726, 0.027018144726753235, 0.0034564228262752295, -0.04566347971558571, -0.01654333621263504, 0.021600443869829178, -0.007739572785794735, -0.030078794807195663, -0.014388569630682468, -0.029375197365880013, 0.004727296065539122, -0.05744873732328415, 0.020509866997599602, 0.01674562133848667, -0.0018150617834180593, -0.012163442559540272, -0.014265439473092556, 0.06402737647294998, 0.04636707529425621, 0.05741355940699577, -0.03264692425727844, 0.03479289636015892, -0.05255873501300812, 0.0013357358984649181, -0.0045162164606153965, -0.018574975430965424, -0.0013566239504143596, -0.09477458894252777, -0.003025469370186329, 0.018698103725910187, -0.03641116991639137, -0.04418592527508736, -0.016376232728362083, 0.006578636821359396, 0.0610370859503746, 0.02066817693412304, -0.0075944559648633, -0.01228657178580761, -0.029093757271766663, -0.01831112615764141, 0.021600443869829178, 0.06627888977527618, -0.055689744651317596, 0.0778178870677948, -0.029199296608567238, 0.05716729909181595, 0.029357606545090675, -0.0015094365226104856, 0.08126551657915115, 0.0054880608804523945, 0.050096143037080765, 0.031274911016225815, -0.0031661889515817165, -0.045769017189741135, -0.026666346937417984, 0.008078179322183132, 0.0755663737654686, 0.012761499732732773, 0.039155203849077225, -0.0044194720685482025, 0.006371954921633005, -0.025452639907598495, 0.00658303452655673, -0.04288426786661148, -0.027440303936600685, 0.003579552285373211, -0.009428206831216812, -0.0008261774200946093, 0.0377831868827343, 0.011802848428487778, 0.0295335054397583, -0.047457654029130936, -0.035883475095033646, -0.015707815065979958, 0.015927689149975777, 0.03025469370186329, 0.04140671342611313, -0.043271247297525406, -0.006301595363765955, 0.05347341299057007, -0.009947109967470169, -0.012875834479928017, 0.05646369978785515, 0.046402256935834885, 0.09217127412557602, -0.015197706408798695, 0.04151225462555885, 0.0369388684630394, -0.04239175096154213, 0.042567651718854904, -0.01366738136857748, 0.05262909457087517, -0.014071950688958168, -0.01476675271987915, -0.025153610855340958, 0.031485989689826965, 0.016385028138756752, 0.055408306419849396, -0.04840750992298126, -0.01445013377815485, 0.010861787013709545, 0.031116601079702377, -0.009357847273349762, -0.0019030114635825157, 0.01825835555791855, -0.0403161384165287, -0.006204850506037474, -0.012163442559540272, -0.035531673580408096, -0.0005087339668534696, -0.020932026207447052, -0.05642852187156677, -0.031151780858635902, 0.08668321371078491, 0.01366738136857748, 0.030588902533054352, -0.007695598062127829, 0.025382280349731445, -0.05118671804666519, -0.016437796875834465, -0.003724669339135289, 0.0202284287661314, -0.06863594055175781, -0.017493193969130516, 0.025030482560396194, 0.028425339609384537, 0.01952483132481575, -0.014951447024941444, 0.02775692194700241, 0.029990844428539276, -0.011239970102906227, -0.011020096018910408, 0.0096568763256073, 0.026613576337695122, 0.029779765754938126, 0.062303561717271805, 0.006824895739555359, 0.03612973168492317, -0.09836293011903763, -0.0400347001850605, 0.04154743254184723, -0.013051734305918217, 0.04692995548248291, -0.012506445869803429, -0.04678923636674881, -0.04942772537469864, -0.009076408110558987, 0.011644539423286915, -0.004546999000012875, -0.0067765237763524055, -0.008218898437917233, -0.0289002675563097, -0.03250620514154434, 0.06729910522699356, 0.02647285722196102, 0.03493361547589302, -0.03275246545672417, -0.012506445869803429, 0.007326208986341953, 0.01491626724600792, -0.05396592989563942, 0.03641116991639137, 0.021037565544247627, -0.0026099069509655237, -0.018047276884317398, 0.09505602717399597, -0.0023746415972709656, -0.030694441869854927, -0.016244307160377502, 0.06219802051782608, 0.006842486094683409, -0.05787089467048645, 0.050870101898908615, -0.0012126063229516149, -0.010035059414803982, 0.006578636821359396, 0.003423441667109728, 0.0735962986946106, -0.009692056104540825, 0.02441483363509178, -0.004001711029559374, 0.10659502446651459, -0.00909399800002575, 0.004010505974292755, 0.017501987516880035, -0.00007180267857620493, -0.012198622338473797, 0.042145490646362305, -0.004078666679561138, -0.009173152968287468, 0.018715694546699524, -0.02627936750650406, -0.05885593220591545, -0.02392231486737728, -0.06283126026391983, -0.05213657766580582, 0.014441339299082756, 0.016209127381443977, -0.01660490222275257, 0.011319125071167946, -0.014186285436153412, 0.03509192541241646, -0.00035234843380749226, -0.007396569009870291, -0.014969036914408207, 0.0292520672082901, -0.05157369747757912, -0.006829293444752693, 0.015998048707842827, -0.004168815445154905, 0.01040444802492857, 0.04692995548248291, 0.0193137526512146, -0.0150130121037364, 0.029726995155215263, -0.010633117519319057, 0.010422037914395332, 0.059102192521095276, -0.0384867861866951, -0.0178361963480711, 0.02244476042687893, -0.020492278039455414, -0.003447627881541848, -0.002678068121895194, 0.054634347558021545, 0.034124478697776794, -0.046542976051568985, -0.0015699019422754645, -0.00658303452655673, -0.008421182632446289, 0.08028047531843185, 0.023816775530576706, -0.007682405412197113, -0.018205584958195686, -0.013042938895523548, -0.01498662680387497, -0.010852991603314877, -0.029076168313622475, -0.032629333436489105, 0.02207537181675434, -0.05572492256760597, 0.026965374127030373, -0.02151249349117279, 0.03982361778616905, 0.0376424677670002, -0.010202163830399513, -0.002434007590636611, 0.003355280729010701, -0.006956820376217365, -0.045628298074007034, 0.014283029362559319, -0.058750394731760025, -0.008970868773758411, -0.0030232705175876617, -0.04084383696317673, 0.021283825859427452, -0.00923471711575985, -0.042215850204229355, 0.017871376127004623, 0.008865328505635262, 0.003353081876412034, 0.017651502043008804, 0.016499361023306847, 0.02151249349117279, 0.021917061880230904, 0.027018144726753235, -0.0148371122777462, 0.02052745781838894, -0.012225006707012653, -0.05829305574297905, -0.012550421059131622, -0.04949808493256569, -0.010817811824381351, 0.0099734952673316, -0.04495988041162491, -0.0046085636131465435, -0.0014511698391288519, -0.10814294219017029, -0.04439700394868851, -0.007554878480732441, -0.011468639597296715, -0.002398827811703086, 0.020052529871463776, -0.07296306639909744, -0.030307462438941002, -0.035320594906806946, 0.025822028517723083, 0.0014467723667621613, 0.012462470680475235, 0.027493072673678398, 0.01952483132481575, -0.04042167589068413, -0.0052505964413285255, 0.014045565389096737, -0.017027059569954872, -0.021424544975161552, 0.006996397860348225, 0.0016402617329731584, 0.06198694184422493, 0.030360233038663864, 0.0150130121037364, 0.021002385765314102, 0.004089660476893187, 0.007374581415206194, 0.05298089236021042, -0.005602395161986351, 0.009709645994007587, -0.078099325299263, 0.047668732702732086, -0.041652973741292953, -0.016921520233154297, -0.013104503974318504, -0.09674465656280518, -0.010325293987989426, 0.06184622272849083, -0.00429414352402091, -0.06663068383932114, 0.0383460633456707, 0.026033109053969383, 0.0631478801369667, -0.00855750497430563, -0.009955904446542263, 0.0713447853922844, -0.032066456973552704, -0.0008630063384771347, 0.04485434293746948, -0.026683935895562172, 0.0019744704477488995, 0.011415869928896427, -0.03474012762308121, 0.0018678315682336688, 0.024397244676947594, -0.0142390551045537, 0.03250620514154434, 0.028302209451794624, 0.05294571444392204, 0.026877425611019135, 0.028583649545907974, -0.039225563406944275, -0.02868918888270855, -0.03366713970899582, 0.01253283116966486, -0.032136816531419754, -0.009920724667608738, -0.020333968102931976, -0.021072745323181152, 0.042708370834589005, -0.0796472355723381, -0.02151249349117279, -0.04608563706278801, 0.023464977741241455, 0.03336811065673828, -0.03466976806521416, 0.055689744651317596, 0.03032505325973034, -0.07535529136657715, 0.000013630484318127856, -0.00876418687403202, -0.047598373144865036, -0.08949760347604752, -0.02492494136095047, -0.012497651390731335, 0.025575770065188408, 0.09906653314828873, 0.011917183175683022, 0.041652973741292953, 0.039858799427747726, 0.011415869928896427, 0.017660297453403473, -0.026296956464648247, 0.012453676201403141, 0.038733042776584625, 0.008218898437917233, 0.015320835635066032, -0.019542420282959938, 0.08168767392635345, 0.02017565816640854, 0.0375017486512661, 0.03813498467206955, 0.027211634442210197, 0.042286209762096405, -0.02719404362142086, -0.0586448535323143, 0.08766824752092361, -0.055408306419849396, -0.12495891749858856, -0.0740184560418129, -0.04650779440999031, -0.08710537105798721, -0.006222440395504236, 0.05111635848879814, 0.012981373816728592, -0.04615599662065506, -0.0028847497887909412, -0.00806498620659113, 0.007880291901528835, -0.014546878635883331, -0.015241681598126888, 0.04707067459821701, -0.061670321971178055, -0.017976917326450348, -0.009313872084021568, -0.004476639442145824, -0.035390954464673996, -0.06846003979444504, 0.019278572872281075, 0.04671887680888176, -0.02420375496149063, 0.015215296298265457, -0.0094809764996171, -0.01001746952533722, -0.009665670804679394, 0.06307751685380936, -0.05955953150987625, -0.06965615600347519, -0.007106334902346134, 0.005510048009455204, -0.015329631045460701, -0.008583889342844486, 0.039858799427747726, 0.04460808262228966, -0.028706779703497887, -0.014960242435336113, -0.01839907467365265, -0.031011059880256653, -0.023728827014565468, -0.02647285722196102, 0.016842365264892578, 0.027000555768609047, -0.006635804194957018, -0.04802053049206734, 0.020844075828790665, -0.012638370506465435, 0.006389544811099768, -0.010351678356528282, 0.0011092654895037413, -0.010861787013709545, -0.014511698856949806, 0.011266355402767658, 0.041864052414894104, 0.021987423300743103, -0.021178284659981728, -0.010061444714665413, 0.01104648131877184, -0.002098699565976858, 0.013755331747233868, -0.06747499853372574, 0.0594891719520092, -0.07211874425411224, 0.002264704555273056, -0.030729621648788452, 0.02598033845424652, 0.009683260694146156, -0.03785354644060135, -0.026103468611836433, -0.04337678849697113, 0.003210163675248623, 0.027317173779010773, -0.002596714533865452, 0.029445556923747063, 0.030729621648788452, -0.04517095908522606, 0.017484398558735847, -0.008601479232311249, 0.028566058725118637, 0.03074721246957779, 0.0068732681684195995, -0.008284861221909523, 0.0004479937197174877, 0.06198694184422493, 0.0026252982206642628, 0.012101877480745316, 0.050025783479213715, 0.013051734305918217, -0.043060168623924255, 0.022954870015382767, 0.03714995086193085, 0.051081180572509766, 0.01698308438062668, -0.008284861221909523, -0.01008782908320427, -0.04485434293746948, -0.041793692857027054, -0.036164913326501846, -0.033332932740449905, 0.05298089236021042, 0.018293535336852074, -0.01726452447474003, -0.000426281156251207, -0.03999951854348183, -0.008953278884291649, -0.032629333436489105, -0.02640249766409397, -0.018082456663250923, 0.029410377144813538, 0.005690345074981451, -0.0600520484149456, -0.04112527519464493, -0.01619153842329979, -0.04671887680888176, -0.018698103725910187, 0.03382544964551926, -0.0070579624734818935, -0.01739644818007946, -0.01618274301290512, 0.0414418950676918, -0.019419291988015175, -0.05913737043738365, 0.01917303167283535, 0.035109516233205795, 0.02137177437543869, -0.06923399865627289, -0.025593359023332596, 0.015391196124255657, 0.046472616493701935, -0.02256789058446884, -0.05984096974134445, -0.021037565544247627, 0.06518831104040146, 0.05586564168334007, -0.016772005707025528, -0.011556589044630527, -0.0398939810693264, -0.041864052414894104, 0.047457654029130936, 0.04823160916566849, 0.023746415972709656, -0.020773716270923615, -0.008421182632446289, 0.046965133398771286, -0.009393027052283287, -0.021829113364219666, 0.04823160916566849, -0.007625238038599491, -0.11271632462739944, -0.017167778685688972, 0.015206501819193363, 0.008390400558710098, 0.012444880791008472, 0.02123105525970459, -0.034546639770269394, -0.014467723667621613, 0.002414219081401825, -0.01859256438910961, -0.03060649149119854, -0.018926773220300674, 0.012770295143127441, -0.016288282349705696, -0.06297197937965393, 0.03954217955470085, -0.02768656238913536, -0.03781836852431297, 0.04070311784744263, -0.022743789479136467, 0.012321751564741135, -0.043341606855392456, -0.0038697863928973675, -0.030149154365062714, 0.03700922802090645, -0.0292520672082901, 0.02010529860854149, 0.047528013586997986, -0.007471326272934675, 0.07296306639909744, -0.06867111474275589, 0.003918158821761608, 0.015505529940128326, 0.02052745781838894, 0.011987542733550072, -0.0005070849438197911, -0.0293927863240242, 0.047176212072372437, 0.046894773840904236, 0.01696549542248249, 0.005422098562121391, 0.06096672639250755, -0.0048856050707399845, 0.006327980197966099, -0.00034685159334912896, -0.03430037945508957, -0.023517746478319168, -0.042426928877830505, 0.0029639045242220163, 0.03732584789395332, 0.06072046607732773, -0.06212766095995903, 0.05452880635857582, -0.020140478387475014, 0.04495988041162491 ]
38,766
pulp.pulp
value
null
def value(self): return self.varValue
(self)
[ 0.056080929934978485, -0.023059258237481117, 0.027278034016489983, 0.0016487538814544678, 0.05201463773846626, 0.02078891173005104, -0.000313178519718349, -0.027938807383179665, 0.05004926398396492, -0.058181844651699066, -0.02050088346004486, 0.007492987904697657, 0.002710860688239336, 0.00807328149676323, 0.00705247325822711, 0.04320434108376503, 0.02709166333079338, 0.002755335532128811, 0.014960561878979206, 0.058181844651699066, -0.030514124780893326, -0.03027692437171936, 0.01147880032658577, -0.03852810710668564, 0.013249331153929234, -0.044085368514060974, 0.06607722491025925, -0.06502676755189896, 0.006387465167790651, 0.026922233402729034, -0.0760396420955658, -0.03591890260577202, -0.014952090568840504, -0.007687831297516823, 0.02712554857134819, -0.025549860671162605, -0.057775214314460754, 0.020365340635180473, -0.05848681554198265, 0.02009425312280655, -0.017027592286467552, -0.0615704208612442, -0.029938066378235817, -0.009132212027907372, -0.04276382550597191, -0.05181132256984711, 0.023889459669589996, 0.01025044173002243, 0.03241172805428505, -0.041882794350385666, 0.04855829104781151, 0.02053476870059967, -0.02719332091510296, -0.018044166266918182, -0.0351395308971405, 0.04913434758782387, 0.046660687774419785, 0.01926405355334282, -0.03957856446504593, 0.056623101234436035, -0.013977875001728535, 0.01528247632086277, -0.0020119668915867805, -0.0655689388513565, 0.036088332533836365, 0.003469054354354739, 0.00017988571198657155, 0.056589215993881226, 0.0018626577220857143, 0.02288982830941677, -0.009013611823320389, -0.03197121247649193, -0.003418225795030594, 0.03359773010015488, 0.04638960212469101, -0.02741357684135437, -0.04459365829825401, 0.003068778896704316, -0.010538470931351185, -0.038223132491111755, 0.008467203937470913, 0.011707529425621033, 0.011394086293876171, 0.009039025753736496, 0.001463441178202629, -0.040357936173677444, -0.03200509771704674, 0.020704196766018867, 0.021280255168676376, 0.08661199361085892, 0.013791503384709358, 0.021957971155643463, -0.025194060057401657, 0.07149894535541534, -0.031242668628692627, -0.0380198210477829, 0.07536192238330841, -0.05696195736527443, -0.02948060818016529, 0.01745116524398327, 0.009911583736538887, 0.06065550446510315, 0.017112307250499725, -0.0030708967242389917, 0.0053285351023077965, 0.034309327602386475, -0.015333305113017559, -0.00283369654789567, 0.0691608339548111, 0.02343200147151947, -0.004439034033566713, 0.011944729834794998, -0.04222165420651436, 0.015528148040175438, -0.057775214314460754, 0.0008196117705665529, -0.07068569213151932, 0.023669201880693436, 0.010292799212038517, 0.032903071492910385, 0.012834230437874794, 0.03208981081843376, -0.01773919351398945, 0.005497964099049568, 0.013461116701364517, 0.08722193539142609, 0.009699798189103603, -0.027549121528863907, -0.024787431582808495, 0.004197597969323397, 0.03269975632429123, -0.01731562241911888, 0.01897602342069149, 0.011665171943604946, 0.024855202063918114, -0.013503474183380604, 0.04486474394798279, 0.006781387142837048, 0.04442422837018967, 0.04222165420651436, 0.033258870244026184, 0.05536932870745659, 0.007450630888342857, -0.046118516474962234, 0.030869925394654274, 0.01933182403445244, 0.04950709268450737, 0.07664958387613297, -0.08830628544092178, -0.027616892009973526, 0.000687245512381196, -0.008314717561006546, 0.009335526265203953, 0.006218036636710167, 0.003153493395075202, 0.02731192111968994, 0.004782127682119608, -0.074616439640522, 0.0318695530295372, -0.09264366328716278, -0.03454652801156044, -0.013359460048377514, 0.0211785975843668, -0.023584486916661263, 0.0090559683740139, 0.09000056982040405, 0.02871817909181118, 0.02846403606235981, -0.026413947343826294, 0.020619483664631844, -0.02311008609831333, -0.07143117487430573, -0.07454866915941238, 0.04632183164358139, -0.025583745911717415, 0.010945099405944347, -0.005269235465675592, 0.03618998825550079, 0.019145453348755836, 0.059842247515916824, -0.026024261489510536, -0.021890198811888695, -0.06729711592197418, -0.004765184596180916, 0.04306879639625549, -0.032174527645111084, 0.05062532052397728, -0.018738823011517525, 0.06275641918182373, 0.000626357039436698, 0.005320063792169094, -0.0016201627440750599, -0.013774560764431953, -0.023889459669589996, -0.025397375226020813, -0.04940543323755264, 0.030463295057415962, -0.039273593574762344, 0.001097051426768303, -0.003545297309756279, 0.00316408253274858, -0.05228572338819504, -0.020263683050870895, -0.002008790150284767, -0.0590289905667305, 0.00840366818010807, -0.01354583166539669, -0.0031429040245711803, -0.022839000448584557, -0.055098243057727814, -0.04754171893000603, 0.003102664602920413, 0.039815764874219894, 0.0325980968773365, 0.048795491456985474, -0.13567857444286346, -0.014333675615489483, -0.04777891933917999, -0.024092772975564003, 0.07631072402000427, 0.08247793465852737, -0.05174355208873749, 0.032462555915117264, -0.01973845437169075, 0.006362050771713257, -0.02260180003941059, -0.04577965661883354, -0.013910103589296341, -0.04113730788230896, -0.03349607065320015, 0.024092772975564003, 0.03757930546998978, -0.0049176705069839954, 0.01600254885852337, -0.002463070908561349, 0.06272253394126892, 0.013723731972277164, -0.006739030126482248, -0.09277920424938202, 0.027142491191625595, -0.04276382550597191, 0.01782390847802162, 0.052522923797369, 0.05442052707076073, -0.014265904203057289, 0.026634205132722855, 0.0291586946696043, 0.10348710417747498, -0.014147303998470306, 0.002329645911231637, 0.04940543323755264, -0.04411925747990608, -0.03100546821951866, 0.04384816810488701, 0.02205962873995304, 0.029971951618790627, 0.019348766654729843, 0.04920211806893349, 0.030158324167132378, 0.005934243090450764, -0.01741728000342846, -0.038731422275304794, -0.012232758104801178, 0.04323822632431984, -0.03434321656823158, 0.026481719687581062, -0.005663156975060701, -0.003610950894653797, 0.01452004723250866, 0.018959080800414085, 0.11134859919548035, 0.027650777250528336, -0.06058773398399353, -0.040900107473134995, -0.022025741636753082, -0.05008314922451973, -0.011326313950121403, 0.02556680329144001, -0.039781879633665085, -0.02798963524401188, -0.006497594062238932, -0.012419129721820354, -0.03207286819815636, -0.02031451091170311, -0.025363489985466003, 0.005879179108887911, 0.02636311948299408, -0.03497010096907616, -0.004540691617876291, -0.010309741832315922, 0.0005318475305102766, -0.002490603132173419, 0.014901261776685715, 0.02183937095105648, 0.037240445613861084, -0.01817970909178257, -0.057063616812229156, 0.030971582978963852, 0.008683225139975548, 0.05282789468765259, -0.005993543192744255, -0.021991856396198273, -0.07549747079610825, 0.02495685964822769, -0.04842274636030197, 0.02256791479885578, 0.056080929934978485, 0.018416909500956535, 0.0050786277279257774, 0.015011390671133995, 0.009411768987774849, 0.02680363319814205, 0.013003659434616566, 0.036122217774391174, 0.014494632370769978, -0.006082493346184492, 0.005506435409188271, -0.038697533309459686, 0.004178537521511316, 0.050218693912029266, -0.01472336146980524, -0.03027692437171936, 0.03591890260577202, 0.012486901134252548, 0.004972734954208136, 0.019501253962516785, -0.03371632844209671, 0.052522923797369, 0.01741728000342846, 0.009132212027907372, -0.06363745033740997, -0.051912978291511536, 0.018010279163718224, 0.00803939625620842, 0.04106953740119934, -0.012071801349520683, 0.0072557879611849785, 0.001539684133604169, 0.018264424055814743, -0.01756976544857025, 0.0036554259713739157, -0.03520730137825012, -0.046592917293310165, 0.008590039797127247, 0.026058146730065346, 0.013461116701364517, -0.0053285351023077965, 0.007725952658802271, 0.09894640743732452, -0.030175266787409782, -0.011758358217775822, -0.0005051095504313707, -0.0060697863809764385, 0.007209194824099541, -0.023584486916661263, -0.036088332533836365, 0.023127028718590736, -0.002748982049524784, -0.005188756622374058, 0.015062219463288784, 0.02072114124894142, 0.000654418661724776, 0.023127028718590736, 0.03436015918850899, -0.006459472700953484, -0.024855202063918114, -0.026380062103271484, -0.020128140226006508, 0.04940543323755264, -0.021059997379779816, -0.02031451091170311, -0.001963256159797311, 0.004748241510242224, -0.024668831378221512, -0.01695135049521923, 0.03075132519006729, -0.01229205820709467, -0.002744746394455433, 0.017552822828292847, -0.05730081722140312, 0.03696935996413231, -0.009047497063875198, -0.06184150651097298, 0.021974913775920868, -0.001256949850358069, 0.024685773998498917, 0.011326313950121403, -0.04496639966964722, -0.041882794350385666, 0.01890825293958187, -0.02527877502143383, 0.034766785800457, -0.03153069689869881, -0.02502463199198246, 0.017222436144948006, -0.04679623246192932, 0.019399596378207207, -0.06380688399076462, 0.01629904843866825, 0.023736972361803055, 0.012868116609752178, -0.0011552924988791347, -0.018992966040968895, 0.057063616812229156, -0.009809927083551884, -0.09637109190225601, 0.01958596706390381, 0.028633464127779007, -0.03352995589375496, -0.010580827482044697, -0.03269975632429123, -0.009987827390432358, -0.037206560373306274, -0.04703343287110329, 0.010157255455851555, -0.02980252355337143, -0.02285594306886196, -0.01133478619158268, 0.048761606216430664, -0.012664801441133022, -0.06055384874343872, 0.018586337566375732, -0.014604761265218258, 0.05652144178748131, -0.04428868368268013, 0.01080955658107996, 0.02470271661877632, 0.06106213480234146, -0.014596289955079556, 0.04940543323755264, 0.00607402203604579, -0.019348766654729843, -0.01640070602297783, -0.01600254885852337, 0.028192950412631035, -0.013410288840532303, -0.04374651238322258, -0.041408393532037735, 0.002325410023331642, 0.05597927048802376, 0.01890825293958187, 0.04686400294303894, 0.061400990933179855, 0.036664389073848724, 0.011258542537689209, -0.06289196759462357, -0.039341364055871964, 0.02104305475950241, -0.04313657060265541, -0.06597556918859482, -0.032869186252355576, 0.005464078392833471, 0.06705991178750992, -0.03527507185935974, -0.008157996460795403, 0.007865731604397297, -0.11466940492391586, -0.08105473220348358, 0.0380198210477829, -0.06689048558473587, -0.024499403312802315, 0.04737228900194168, -0.04957486316561699, -0.02273734286427498, -0.06275641918182373, 0.00009742155089043081, 0.01731562241911888, 0.0166548490524292, -0.03591890260577202, 0.03571558743715286, -0.008954311721026897, 0.012774930335581303, -0.04740617424249649, -0.069533571600914, 0.010563884861767292, 0.00015195643936749548, -0.06150265038013458, -0.007221901789307594, -0.027396634221076965, -0.04805000498890877, -0.0626547634601593, 0.0048668417148292065, -0.005739400163292885, 0.017069950699806213, 0.0036469546612352133, 0.03574947267770767, 0.005531849805265665, 0.028294607996940613, 0.032903071492910385, -0.02063642628490925, -0.0009059145231731236, 0.036664389073848724, -0.014681003987789154, -0.04882937669754028, -0.059808362275362015, 0.025583745911717415, 0.021161654964089394, -0.004023933783173561, -0.023042315617203712, 0.07814055681228638, -0.04913434758782387, 0.05018480494618416, -0.020162025466561317, 0.00545984273776412, 0.005311592482030392, -0.05235349386930466, 0.020839741453528404, 0.003471172181889415, -0.023008428514003754, -0.014409918338060379, 0.014943619258701801, -0.006650079973042011, 0.00354953296482563, -0.03303861245512962, 0.01539260521531105, -0.006035900674760342, -0.010064070113003254, 0.010741785168647766, -0.040222395211458206, 0.002314820885658264, -0.03734210506081581, -0.03342830017209053, -0.05692807212471962, -0.04832109063863754, -0.041408393532037735, 0.04113730788230896, -0.10423258692026138, -0.0029586502350866795, -0.025363489985466003, 0.0691947191953659, 0.01209721527993679, -0.04005296528339386, 0.004599991720169783, 0.06902528554201126, -0.006688201334327459, -0.006345108151435852, 0.005802935920655727, -0.008136817254126072, -0.12408964335918427, 0.014604761265218258, -0.02194102853536606, -0.02075502648949623, 0.004464448429644108, 0.02183937095105648, 0.07576855272054672, -0.024651888757944107, -0.03244561329483986, 0.013029073365032673, 0.03154763951897621, 0.0046338774263858795, 0.006345108151435852, -0.0333096981048584, 0.026092033833265305, -0.008759467862546444, 0.04605074226856232, 0.022432371973991394, 0.0001548684958834201, 0.03602055832743645, 0.03422461450099945, 0.009962412528693676, 0.07915712893009186, -0.020839741453528404, 0.0380198210477829, 0.027752434834837914, -0.053437840193510056, 0.009496483020484447, -0.027074720710515976, -0.007814902812242508, 0.017222436144948006, -0.022686515003442764, 0.02075502648949623, -0.01900991052389145, 0.03205592557787895, 0.022618742659687996, 0.011614343151450157, 0.05641978606581688, -0.024143602699041367, 0.014079532586038113, -0.03334358334541321, 0.04533914476633072, -0.025990376248955727, 0.030615782365202904, 0.014291318133473396, -0.024465516209602356, -0.0047948346473276615, 0.0803770124912262, -0.002905703615397215, 0.06312916427850723, 0.0025541388895362616, 0.005269235465675592, -0.030395524576306343, 0.007001644466072321, -0.07312546670436859, 0.022771228104829788, 0.027023890987038612, -0.03170012682676315, -0.04306879639625549, 0.020771969109773636, 0.04001908004283905, -0.03390270099043846, -0.015214704908430576, -0.02658337727189064, 0.005010856315493584, 0.041950568556785583, 0.012859645299613476, -0.03144598379731178, 0.013105317018926144, 0.04855829104781151, -0.00483295600861311, 0.002837932202965021, 0.0173833929002285, -0.03862976282835007, -0.016883578151464462, -0.02302537113428116, 0.005133692175149918, 0.031920384615659714, 0.004017580300569534, 0.019687624648213387, -0.060350533574819565, 0.014621703885495663, -0.020483940839767456, 0.06129933521151543, -0.04432256892323494, 0.013630545698106289, 0.029531437903642654, -0.013808446004986763, 0.026854462921619415, -0.043543197214603424, -0.010064070113003254, -0.03407212719321251, -0.024821316823363304, 0.011741414666175842, 0.044051483273506165, -0.024211373180150986, -0.033445242792367935, 0.0069042230024933815, 0.02802352048456669, -0.013732203282415867, 0.0070440019480884075, -0.021212484687566757, 0.011148414574563503, 0.033004727214574814, -0.013418760150671005, 0.037104904651641846, 0.008454496040940285, -0.010352098383009434, -0.08071587234735489, -0.01912851072847843, 0.0009027377236634493, -0.03754542022943497, -0.04151005297899246, -0.01225817296653986, -0.032174527645111084, 0.030175266787409782, 0.02368614450097084, -0.03649495914578438, 0.08674754202365875, 0.02375391498208046, -0.005074392072856426, -0.006277336739003658, -0.10958653688430786, -0.008306246250867844, -0.04811777547001839, -0.07963152974843979, 0.0630275085568428, 0.00026460012304596603, -0.04161170870065689, 0.025549860671162605, 0.04374651238322258, -0.038189247250556946, 0.05330229550600052, -0.012698687613010406, -0.03400435671210289, 0.0071668378077447414, -0.022974543273448944, -0.06126544997096062, 0.0075141666457057, 0.024211373180150986, 0.03832479193806648, 0.0003430932993069291, 0.04625405743718147, 0.019535139203071594, 0.010174199007451534, 0.007471809629350901, 0.0004203951684758067, -0.01572299189865589, -0.03229312598705292, 0.05018480494618416, 0.01585853472352028, -0.04777891933917999, -0.10294493287801743, -0.059808362275362015, -0.024872146546840668, -0.028887607157230377, 0.003469054354354739, -0.010529998689889908, 0.05181132256984711, -0.008433317765593529, -0.016129620373249054, 0.049879834055900574, -0.03107323870062828, -0.013867746107280254, 0.006298515014350414, 0.007450630888342857, 0.03676604479551315, 0.0004034522862639278, 0.0412728525698185, -0.039747994393110275, 0.002871817909181118, -0.015689104795455933, 0.03856199234724045, 0.04601685702800751, -0.06543339788913727, -0.022432371973991394, -0.01839996688067913, 0.06218036264181137, -0.07143117487430573, 0.06607722491025925, -0.007336266338825226, 0.07875049859285355, -0.01120771374553442, 0.02734580636024475, 0.034495700150728226, 0.03461430221796036, 0.0514385811984539, 0.04008685052394867, 0.011936257593333721, 0.0029120573308318853, -0.007018587552011013, 0.030361639335751534, -0.00943718384951353, 0.011021342128515244, 0.028260720893740654, -0.04100176692008972, -0.020992226898670197, 0.009640498086810112, 0.01789167895913124, 0.009191511198878288, -0.023381171748042107, 0.03307249769568443, 0.04903269186615944, 0.012893530540168285, 0.01782390847802162, -0.046118516474962234, 0.009132212027907372, 0.015409547835588455, 0.018959080800414085, 0.0090559683740139, -0.003962515853345394, -0.03175095468759537, 0.019636796787381172, 0.05536932870745659, 0.026634205132722855, 0.03436015918850899, 0.06417962163686752, 0.009843812324106693, 0.03195426985621452, -0.008085988461971283, -0.014020232483744621, 0.01374067459255457, -0.05001537874341011, -0.00891195423901081, 0.004930377472192049, 0.049744293093681335, -0.050218693912029266, 0.05425109714269638, -0.030395524576306343, 0.019636796787381172 ]
38,767
pulp.pulp
valueOrDefault
null
def valueOrDefault(self): if self.varValue != None: return self.varValue elif self.lowBound != None: if self.upBound != None: if 0 >= self.lowBound and 0 <= self.upBound: return 0 else: if self.lowBound >= 0: return self.lowBound else: return self.upBound else: if 0 >= self.lowBound: return 0 else: return self.lowBound elif self.upBound != None: if 0 <= self.upBound: return 0 else: return self.upBound else: return 0
(self)
[ 0.03137320652604103, -0.051537953317165375, 0.010379170998930931, 0.014481955207884312, 0.023691397160291672, 0.007393741048872471, 0.01591356471180916, -0.052864812314510345, 0.01614052802324295, -0.04905882477760315, -0.004301376640796661, 0.04134209826588631, 0.012378187850117683, -0.05918484553694725, 0.0006923448527231812, 0.11173540353775024, 0.03648859262466431, -0.026135608553886414, 0.010256960988044739, 0.047801800072193146, 0.017039649188518524, -0.036767929792404175, -0.014595436863601208, -0.010492652654647827, -0.014377203769981861, -0.048814404755830765, 0.004753119312226772, -0.05150303617119789, 0.0018964465707540512, 0.00621964642778039, -0.07814494520425797, -0.02781163901090622, 0.0023983828723430634, -0.01356537640094757, 0.04343713819980621, -0.0502110980451107, 0.009724471718072891, -0.002893772441893816, -0.08505857735872269, -0.017755454406142235, 0.009602260775864124, -0.08121766895055771, -0.019571153447031975, 0.004150795750319958, -0.0485350638628006, -0.043646641075611115, 0.054994769394397736, -0.033328574150800705, 0.00574389798566699, -0.025419803336262703, 0.028283024206757545, 0.04399581626057625, 0.008362696506083012, 0.018872808665037155, -0.04818589240312576, 0.03456813842058182, 0.004897153005003929, 0.03240326792001724, -0.06906644254922867, 0.0007496310863643885, -0.025821352377533913, 0.04224994778633118, -0.010754532180726528, -0.06847285479307175, 0.025821352377533913, 0.04256420582532883, -0.003450267016887665, 0.0044585042633116245, -0.01396692544221878, 0.01930927485227585, -0.028405234217643738, -0.02510554902255535, -0.010553757660090923, 0.03489985316991806, 0.05495985224843025, -0.01983303390443325, -0.001086255768314004, 0.0006268749129958451, 0.033747583627700806, -0.03781545162200928, 0.03732660785317421, 0.019553694874048233, 0.04074850305914879, -0.010291878134012222, 0.017423739656805992, -0.003657588502392173, -0.02639748901128769, 0.04563692957162857, 0.08931848406791687, 0.050420600920915604, 0.010213314555585384, 0.016908708959817886, 0.02934800088405609, 0.03280481696128845, 0.030395520851016045, 0.0322810560464859, 0.017161859199404716, -0.05454084277153015, -0.01960607059299946, -0.01829667203128338, -0.0037928931415081024, 0.06913627684116364, -0.030098723247647285, 0.008384520187973976, 0.00478367181494832, 0.04752246290445328, 0.05310923233628273, -0.015189031139016151, -0.006158540956676006, -0.013766150921583176, 0.0030967292841523886, -0.021229727193713188, -0.03420150652527809, 0.010047457180917263, -0.06323525309562683, 0.024965878576040268, -0.06805384159088135, 0.021823320537805557, 0.005014999303966761, 0.05516935512423515, -0.04905882477760315, 0.0017251335084438324, -0.01132193859666586, -0.042459454387426376, 0.009165794588625431, 0.02508808858692646, 0.03280481696128845, -0.003781981533393264, -0.05614703893661499, 0.04190077632665634, 0.087782122194767, -0.04458940774202347, -0.004336293786764145, -0.017668159678578377, -0.038478877395391464, 0.012055202387273312, 0.04403073340654373, 0.032630227506160736, -0.00892573781311512, 0.048814404755830765, 0.041621435433626175, 0.008375790901482105, -0.0273227971047163, -0.011156081221997738, 0.0787036269903183, 0.05935943126678467, 0.03659334406256676, 0.07269784808158875, -0.01597467064857483, -0.009995080530643463, -0.019448943436145782, -0.046684447675943375, -0.021194808185100555, 0.06505095213651657, 0.007563963066786528, 0.017380092293024063, 0.04291337728500366, -0.07395487278699875, 0.01214249525219202, -0.05328381806612015, -0.03427134454250336, 0.004897153005003929, -0.010693427175283432, -0.07360569387674332, 0.0033498797565698624, 0.03177475556731224, -0.010457735508680344, 0.026380030438303947, 0.022120118141174316, 0.03833920881152153, 0.019239438697695732, -0.015119196847081184, -0.04165635630488396, 0.03599974885582924, 0.04479891434311867, -0.022486750036478043, -0.006040695123374462, 0.010710885748267174, -0.007249707356095314, 0.03781545162200928, 0.00262971012853086, 0.0042075361125171185, -0.02608323283493519, -0.05729931220412254, 0.0015429087216034532, 0.01422007568180561, 0.027584677562117577, -0.030517730861902237, 0.003581207012757659, 0.028003685176372528, -0.030517730861902237, 0.002209611237049103, 0.017528491094708443, -0.02742754854261875, 0.012526585720479488, 0.016978543251752853, 0.0544360913336277, 0.02782909944653511, 0.029382919892668724, -0.05939434841275215, 0.02761959470808506, -0.03725677356123924, 0.008803527802228928, 0.03680284693837166, -0.076818086206913, 0.011706029064953327, -0.019344191998243332, 0.002871948992833495, -0.03907247260212898, 0.0012417469406500459, -0.09644161909818649, -0.027881475165486336, -0.019379109144210815, -0.0021888790652155876, 0.010998954065144062, -0.04605593532323837, -0.013434436172246933, -0.02477383427321911, -0.012177413329482079, 0.06780942529439926, 0.05398216471076012, -0.06669206917285919, 0.07842428237199783, -0.011217187158763409, 0.03620925545692444, -0.009253088384866714, -0.04500841721892357, 0.0010213314089924097, 0.02063613198697567, 0.031495414674282074, 0.03156525269150734, 0.031530335545539856, -0.014813669957220554, -0.016384949907660484, 0.016192903742194176, 0.053144149482250214, 0.017755454406142235, -0.03510935977101326, -0.043646641075611115, 0.006420420948415995, -0.05701997131109238, 0.00795678235590458, 0.003256039461120963, 0.05384249612689018, -0.029103580862283707, 0.004482510033994913, -0.01531997136771679, 0.03472526744008064, 0.002996342023834586, 0.017022190615534782, -0.02135193720459938, 0.002326366025954485, -0.05125861614942551, 0.0218407791107893, 0.0436815582215786, 0.009375298395752907, 0.007921865209937096, 0.05370282754302025, 0.009200711734592915, 0.032315973192453384, -0.0318620465695858, -0.03694251552224159, -0.003448084695264697, 0.011147351935505867, -0.04532267153263092, 0.019099770113825798, 0.0036728649865835905, -0.02995905466377735, 0.0005447646253742278, 0.08065899461507797, 0.06972987204790115, 0.00037399717257358134, 0.027095835655927658, -0.06763483583927155, 0.004630908835679293, -0.029382919892668724, 0.058416664600372314, -0.011304480023682117, 0.008498000912368298, -0.0023591010831296444, 0.0135566471144557, -0.016812685877084732, -0.06487637013196945, 0.020967846736311913, -0.027060918509960175, 0.027497384697198868, 0.0020917654037475586, -0.11292259395122528, 0.02631019614636898, -0.006695394869893789, 0.0016356578562408686, -0.004386487416923046, -0.0150842797011137, 0.030081264674663544, 0.025419803336262703, -0.05461067706346512, -0.05129353329539299, 0.003849633736535907, 0.036279089748859406, 0.031495414674282074, -0.01649842970073223, -0.036069583147764206, -0.020374251529574394, 0.026729203760623932, 0.04057391732931137, 0.041411932557821274, 0.006106165237724781, 0.021893154829740524, 0.049827005714178085, 0.02823064848780632, -0.0493730790913105, -0.030500272288918495, 0.0685776025056839, -0.0074199289083480835, 0.05555344372987747, 0.034760184586048126, -0.00485787121579051, -0.004345023073256016, -0.002332912990823388, 0.031931884586811066, 0.016769040375947952, 0.04039933159947395, 0.01829667203128338, -0.024529412388801575, -0.02103768102824688, -0.027671970427036285, -0.059045176953077316, 0.010003809817135334, 0.007673079613596201, -0.002941783517599106, -0.051852211356163025, -0.04200552776455879, 0.02610069140791893, 0.013609022833406925, 0.0386185497045517, -0.004259912297129631, 0.025856269523501396, 0.051537953317165375, 0.01173221692442894, -0.014263722114264965, 0.02782909944653511, 0.0009411306818947196, -0.01911722868680954, 0.03477764502167702, 0.07563090324401855, 0.016254009678959846, -0.0044868746772408485, -0.0014076041989028454, 0.040923092514276505, -0.01092038955539465, -0.011260833591222763, 0.019064852967858315, -0.031495414674282074, -0.017947498708963394, -0.02892899326980114, -0.004028584808111191, 0.08505857735872269, -0.050420600920915604, 0.031006574630737305, 0.03063994273543358, 0.015127926133573055, 0.006106165237724781, -0.0036925058811903, 0.031198618933558464, -0.02154398150742054, -0.006481526419520378, 0.00008886183059075847, -0.00607124762609601, -0.025978481397032738, -0.0020808535628020763, -0.008786069229245186, -0.06274641305208206, 0.002542416797950864, -0.0150842797011137, -0.019710823893547058, 0.04018982872366905, 0.007511586882174015, -0.003057447262108326, 0.024948420003056526, -0.08980733156204224, 0.028265565633773804, 0.01011729147285223, -0.07158049196004868, 0.01785147562623024, -0.009104689583182335, -0.019571153447031975, -0.010126020759344101, -0.013993113301694393, -0.02782909944653511, -0.012168684042990208, 0.0171967763453722, -0.0007987335557118058, -0.0200425386428833, -0.06410818547010422, 0.005316161084920168, 0.023813607171177864, 0.05035076662898064, -0.03441101312637329, 0.06009269505739212, 0.02823064848780632, 0.00012030105426674709, -0.03338095173239708, -0.0019957427866756916, 0.05817224457859993, 0.03753611072897911, -0.025419803336262703, 0.03963115066289902, 0.03579024598002434, -0.0060537890531122684, 0.04675428196787834, -0.04308796301484108, -0.01214249525219202, -0.02669428661465645, -0.006686665583401918, -0.01951877772808075, -0.0647716149687767, -0.0018506175838410854, 0.02337714098393917, -0.005813732743263245, -0.0500015914440155, -0.03914230689406395, -0.02994159609079361, 0.014298640191555023, 0.016262738034129143, 0.009541155770421028, -0.0194140262901783, 0.028876617550849915, 0.003325873985886574, -0.037675779312849045, 0.07639908045530319, -0.022137576714158058, -0.050839606672525406, -0.03451576456427574, -0.033625371754169464, 0.021701110526919365, 0.011583819054067135, -0.015468370169401169, 0.023813607171177864, -0.000701074197422713, 0.008323414251208305, 0.07119639962911606, 0.025873729959130287, 0.03371266648173332, 0.057089805603027344, -0.011854427866637707, -0.030395520851016045, -0.02658953331410885, -0.006634289398789406, -0.05289972946047783, -0.04186585918068886, -0.052655309438705444, -0.009471321478486061, 0.019466402009129524, 0.024546870961785316, -0.04947783425450325, -0.014586707577109337, -0.1565692275762558, -0.03325873985886574, 0.02793385088443756, -0.05869600176811218, -0.0200425386428833, 0.06396851688623428, -0.0041115134954452515, -0.045567095279693604, -0.06972987204790115, 0.024826209992170334, 0.026362571865320206, -0.031931884586811066, -0.0489540733397007, -0.017729265615344048, 0.017057107761502266, 0.00867258757352829, -0.00996016338467598, -0.04169127345085144, 0.019693365320563316, -0.022207411006093025, -0.0014523420250043273, -0.008096451871097088, 0.03498714789748192, -0.023656480014324188, -0.008454354479908943, 0.046474944800138474, -0.007070756051689386, 0.006437879521399736, -0.01922198012471199, 0.03579024598002434, -0.09511476010084152, 0.05279497802257538, 0.006477161776274443, -0.027549760416150093, 0.03275243937969208, -0.003280044998973608, -0.006490255706012249, -0.03701235353946686, -0.04350697249174118, 0.01366139855235815, 0.05363299325108528, 0.0039041920099407434, 0.04291337728500366, 0.003742699511349201, -0.029993971809744835, 0.04532267153263092, -0.019448943436145782, -0.012020285241305828, -0.03235089033842087, -0.05279497802257538, 0.005486382637172937, -0.00875551626086235, -0.00657318439334631, -0.00030225299997255206, 0.0651906207203865, 0.027479926124215126, -0.010964035987854004, -0.04106276109814644, 0.04018982872366905, 0.04623052105307579, 0.03823445737361908, -0.03510935977101326, -0.016280196607112885, -0.018837889656424522, -0.015747707337141037, -0.05373774468898773, -0.03116370178759098, -0.0038147163577377796, -0.03921214118599892, 0.005896661430597305, -0.05150303617119789, -0.01122591644525528, -0.029767010360956192, 0.05129353329539299, 0.018174462020397186, -0.05307431519031525, 0.002239072695374489, 0.07779577374458313, 0.0016574811888858676, -0.007463575806468725, -0.006328762974590063, -0.027567218989133835, -0.09532426297664642, 0.014202617108821869, -0.005163397639989853, -0.026973623782396317, 0.0776561051607132, 0.018453799188137054, 0.05146811902523041, -0.03338095173239708, -0.05778815224766731, 0.06051170453429222, 0.06526045501232147, 0.0075159515254199505, -0.0018648027908056974, -0.007585786283016205, 0.09127385914325714, 0.005224503111094236, 0.054994769394397736, 0.034026920795440674, -0.03645367547869682, 0.04176110774278641, 0.019344191998243332, 0.01852363534271717, 0.03329365700483322, -0.03240326792001724, 0.06079104170203209, -0.018977560102939606, -0.08331271260976791, -0.06452719122171402, -0.050944358110427856, -0.058521416038274765, 0.0597086064517498, 0.04437990486621857, -0.03854871541261673, 0.02651969902217388, 0.0038539983797818422, -0.005879202391952276, 0.01755467988550663, 0.021212268620729446, -0.041027843952178955, -0.011915532872080803, -0.0085983881726861, 0.019344191998243332, -0.012552774511277676, -0.022993050515651703, 0.026973623782396317, -0.034760184586048126, 0.000017160291463369504, 0.05279497802257538, -0.01586991921067238, 0.03865346685051918, -0.026973623782396317, -0.021910613402724266, -0.012072660960257053, -0.008179380558431149, -0.05817224457859993, 0.006254563573747873, 0.014560519717633724, 0.030831987038254738, -0.07395487278699875, -0.0051590329967439175, 0.05492493510246277, 0.0012439292622730136, -0.00022655335487797856, 0.010728344321250916, -0.03517919406294823, 0.05157287046313286, 0.033747583627700806, 0.004255547653883696, 0.015311242081224918, 0.01953623630106449, -0.024965878576040268, -0.030482813715934753, 0.027898933738470078, -0.021386854350566864, -0.017668159678578377, 0.0024922231677919626, 0.00915706530213356, -0.03259531036019325, -0.01953623630106449, 0.01983303390443325, -0.0013770515797659755, 0.028056060895323753, -0.02164873480796814, -0.011671111918985844, -0.05282989516854286, -0.009253088384866714, 0.04270387440919876, -0.024756375700235367, 0.08156684041023254, -0.03168746083974838, -0.0001842706697061658, 0.04650986194610596, 0.024634163826704025, 0.0150842797011137, 0.008602753281593323, -0.025576932355761528, -0.04905882477760315, 0.02850998565554619, 0.02114243246614933, 0.0110775176435709, 0.01584373041987419, -0.004432316403836012, 0.01755467988550663, 0.034358635544776917, 0.05258547514677048, 0.044554490596055984, 0.05258547514677048, -0.0022783547174185514, -0.03489985316991806, 0.03002888895571232, 0.00200665439479053, -0.026868872344493866, -0.026362571865320206, -0.05118878185749054, 0.007577056996524334, -0.029801927506923676, 0.0048316833563148975, -0.003655406180769205, 0.04884932190179825, -0.036977436393499374, 0.012762278318405151, -0.004709472414106131, -0.13087008893489838, -0.059045176953077316, -0.03816462308168411, -0.0054776533506810665, 0.033136531710624695, -0.02397073619067669, -0.03579024598002434, -0.0036510415375232697, 0.009759388864040375, -0.04755738005042076, 0.031809672713279724, -0.01586991921067238, -0.03325873985886574, 0.04717329144477844, -0.042459454387426376, -0.043053045868873596, 0.009034854359924793, 0.0346030555665493, -0.0024354825727641582, -0.018436340615153313, 0.05897534266114235, 0.007280259858816862, -0.04661461338400841, 0.030395520851016045, 0.06739041209220886, -0.05269022658467293, -0.03325873985886574, -0.017179317772388458, 0.05688030272722244, 0.03407929837703705, -0.051852211356163025, -0.06553979963064194, -0.008764245547354221, 0.0008396522607654333, -0.02833539992570877, -0.0871536135673523, 0.0003308960876893252, 0.06718090921640396, 0.02407548762857914, 0.03558074310421944, 0.026676828041672707, -0.029470212757587433, -0.05743898078799248, -0.028160812333226204, -0.015162843279540539, 0.003293139161542058, 0.011845698580145836, 0.01584373041987419, 0.040818337351083755, -0.024407202377915382, -0.02255658432841301, 0.02863219752907753, -0.03938673064112663, -0.05056026950478554, -0.02713075280189514, 0.078075110912323, -0.04773196578025818, 0.0974891409277916, -0.031495414674282074, 0.00889518577605486, -0.01779037155210972, 0.009846682660281658, 0.003022529883310199, -0.02852744422852993, 0.03320636600255966, 0.016157986596226692, 0.05743898078799248, -0.03509189933538437, -0.040329497307538986, 0.06972987204790115, -0.02042662911117077, -0.015337429940700531, 0.03659334406256676, -0.05045551806688309, 0.011723487637937069, 0.013434436172246933, 0.015791354700922966, 0.000583773828111589, -0.03329365700483322, -0.017022190615534782, 0.03530140221118927, 0.0008134642848744988, 0.031704921275377274, -0.03694251552224159, 0.0637240931391716, -0.01421134639531374, -0.019658448174595833, 0.031198618933558464, 0.002874131314456463, 0.008109546266496181, 0.03063994273543358, 0.017694348469376564, 0.060546621680259705, 0.013530459254980087, 0.02631019614636898, -0.027637053281068802, 0.00239183590747416, -0.002941783517599106, -0.007821477949619293, 0.03338095173239708, -0.03858363255858421, -0.009637178853154182, -0.03217630460858345, 0.050734855234622955, -0.06009269505739212, 0.04595118388533592, -0.034044381231069565, 0.02639748901128769 ]
38,768
pulp.apis.mipcl_api
MIPCL_CMD
The MIPCL_CMD solver
class MIPCL_CMD(LpSolver_CMD): """The MIPCL_CMD solver""" name = "MIPCL_CMD" def __init__( self, path=None, keepFiles=False, mip=True, msg=True, options=None, timeLimit=None, ): """ :param bool mip: if False, assume LP even if integer variables :param bool msg: if False, no log is shown :param float timeLimit: maximum time for solver (in seconds) :param list options: list of additional options to pass to solver :param bool keepFiles: if True, files are saved in the current directory and not deleted after solving :param str path: path to the solver binary """ LpSolver_CMD.__init__( self, mip=mip, msg=msg, timeLimit=timeLimit, options=options, path=path, keepFiles=keepFiles, ) def defaultPath(self): return self.executableExtension("mps_mipcl") def available(self): """True if the solver is available""" return self.executable(self.path) def actualSolve(self, lp): """Solve a well formulated lp problem""" if not self.executable(self.path): raise PulpSolverError("PuLP: cannot execute " + self.path) tmpMps, tmpSol = self.create_tmp_files(lp.name, "mps", "sol") if lp.sense == constants.LpMaximize: # we swap the objectives # because it does not handle maximization. warnings.warn( "MIPCL_CMD does not allow maximization, " "we will minimize the inverse of the objective function." ) lp += -lp.objective lp.checkDuplicateVars() lp.checkLengthVars(52) lp.writeMPS(tmpMps, mpsSense=lp.sense) # just to report duplicated variables: try: os.remove(tmpSol) except: pass cmd = self.path cmd += f" {tmpMps}" cmd += f" -solfile {tmpSol}" if self.timeLimit is not None: cmd += f" -time {self.timeLimit}" for option in self.options: cmd += " " + option if lp.isMIP(): if not self.mip: warnings.warn("MIPCL_CMD cannot solve the relaxation of a problem") if self.msg: pipe = None else: pipe = open(os.devnull, "w") return_code = subprocess.call(cmd.split(), stdout=pipe, stderr=pipe) # We need to undo the objective swap before finishing if lp.sense == constants.LpMaximize: lp += -lp.objective if return_code != 0: raise PulpSolverError("PuLP: Error while trying to execute " + self.path) if not os.path.exists(tmpSol): status = constants.LpStatusNotSolved status_sol = constants.LpSolutionNoSolutionFound values = None else: status, values, status_sol = self.readsol(tmpSol) self.delete_tmp_files(tmpMps, tmpSol) lp.assignStatus(status, status_sol) if status not in [constants.LpStatusInfeasible, constants.LpStatusNotSolved]: lp.assignVarsVals(values) return status @staticmethod def readsol(filename): """Read a MIPCL solution file""" with open(filename) as f: content = f.readlines() content = [l.strip() for l in content] values = {} if not len(content): return ( constants.LpStatusNotSolved, values, constants.LpSolutionNoSolutionFound, ) first_line = content[0] if first_line == "=infeas=": return constants.LpStatusInfeasible, values, constants.LpSolutionInfeasible objective, value = first_line.split() # this is a workaround. # Not sure if it always returns this limit when unbounded. if abs(float(value)) >= 9.999999995e10: return constants.LpStatusUnbounded, values, constants.LpSolutionUnbounded for line in content[1:]: name, value = line.split() values[name] = float(value) # I'm not sure how this solver announces the optimality # of a solution so we assume it is integer feasible return constants.LpStatusOptimal, values, constants.LpSolutionIntegerFeasible
(path=None, keepFiles=False, mip=True, msg=True, options=None, timeLimit=None)
[ 0.05893300846219063, -0.019005894660949707, -0.03471154347062111, 0.053314726799726486, -0.016766440123319626, -0.025105461478233337, -0.04007444530725479, -0.08894955366849899, 0.006590674631297588, -0.06867659837007523, -0.008810484781861305, -0.033748969435691833, -0.017945101484656334, -0.0038723896723240614, -0.07103391736745834, 0.055632758885622025, 0.010912428610026836, -0.029407572001218796, -0.03331679478287697, 0.029505793005228043, 0.025517992675304413, 0.06168321520090103, 0.046792808920145035, 0.09052110463380814, 0.03290426358580589, -0.00926230475306511, 0.056222088634967804, -0.03319892659783363, -0.007823357358574867, -0.06643714755773544, -0.054493390023708344, 0.0635690689086914, -0.03266853094100952, -0.01110887248069048, -0.02925041690468788, 0.01377067994326353, 0.062390413135290146, 0.029937967658042908, -0.04600703716278076, -0.03412221372127533, -0.02355355955660343, -0.051311004906892776, 0.010087366215884686, -0.022532053291797638, -0.0049577392637729645, -0.041095949709415436, -0.020017579197883606, 0.04883582144975662, 0.04408188909292221, -0.02648056484758854, 0.043964024633169174, -0.05378619208931923, -0.002168243518099189, -0.023946445435285568, -0.04325682669878006, 0.07083747535943985, 0.04463193193078041, 0.059561628848314285, 0.050485942512750626, -0.08038462698459625, -0.024850085377693176, 0.027187760919332504, 0.0011706796940416098, -0.02359284833073616, 0.014153744094073772, 0.0026126967277377844, -0.03357217088341713, -0.024967951700091362, 0.0059718783013522625, 0.056418534368276596, -0.01993900164961815, -0.04148883745074272, -0.02107837237417698, -0.005038772244006395, 0.10293632000684738, -0.002432214329019189, -0.023946445435285568, -0.06022953614592552, -0.004397875629365444, 0.009669924154877663, -0.0011381437070667744, -0.015204716473817825, 0.030488010495901108, -0.03592948988080025, -0.02870037592947483, -0.04290322959423065, 0.09743590652942657, -0.003251137677580118, 0.08965674787759781, -0.051625315099954605, -0.02534119412302971, 0.04981803521513939, -0.01178660150617361, 0.06384409219026566, 0.051389582455158234, -0.015037739649415016, 0.006124121602624655, -0.007469758857041597, -0.017650436609983444, -0.03213813528418541, -0.04258891940116882, 0.0352812260389328, -0.026952030137181282, -0.02184450253844261, 0.04518197476863861, -0.023239249363541603, 0.007553247269243002, 0.031450580805540085, 0.03437758982181549, -0.06525848805904388, -0.0672622099518776, 0.05669355392456055, -0.07842019200325012, -0.016000311821699142, -0.014802007004618645, 0.06062242016196251, -0.09091398864984512, -0.009385081939399242, -0.025675147771835327, 0.018328165635466576, -0.05366832762956619, 0.016304798424243927, -0.05724359676241875, 0.00462624104693532, 0.025950167328119278, 0.010991006158292294, 0.0016083800001069903, 0.005731235258281231, 0.03864040970802307, -0.06231183558702469, -0.01576457917690277, -0.018976429477334023, 0.003678401932120323, 0.031096983700990677, 0.011678557842969894, -0.03891542926430702, -0.058736566454172134, -0.0064678979106247425, 0.014193032868206501, 0.0029466503765434027, 0.058775853365659714, 0.016727153211832047, -0.007676024455577135, -0.008810484781861305, 0.03530087321996689, 0.0046213301829993725, 0.08077751100063324, -0.02593052387237549, -0.04636063426733017, 0.017758479341864586, -0.020547974854707718, -0.04977874830365181, -0.05724359676241875, -0.025753725320100784, 0.05095740780234337, 0.028268199414014816, 0.015283294022083282, -0.04639992117881775, -0.01153122540563345, -0.062193967401981354, -0.04490695148706436, -0.040192313492298126, 0.014399298466742039, 0.009792701341211796, -0.018328165635466576, -0.02875930815935135, -0.011275849305093288, -0.046674944460392, -0.004854606464505196, 0.09240695834159851, -0.0022185822017490864, -0.03828681260347366, -0.030586231499910355, 0.005785257089883089, -0.040506619960069656, 0.047617871314287186, 0.014566275291144848, -0.018092432990670204, 0.03649917617440224, 0.012425042688846588, -0.019290737807750702, 0.02989867888391018, -0.041095949709415436, -0.01021505519747734, 0.011374070309102535, 0.06635856628417969, 0.012984906323254108, -0.010352564975619316, -0.04380686953663826, 0.025714436545968056, -0.044474776834249496, -0.030252277851104736, 0.05582920461893082, 0.017414703965187073, -0.021117661148309708, 0.013868900947272778, 0.020567620173096657, 0.024575063958764076, 0.04946443811058998, -0.0005027722218073905, 0.014939517714083195, 0.04101737588644028, 0.061565350741147995, 0.03757961466908455, -0.04655707627534866, 0.024339333176612854, -0.028562864288687706, 0.015852978453040123, -0.035733047872781754, 0.03724566102027893, 0.02677522972226143, -0.025969812646508217, -0.016304798424243927, 0.03127378225326538, 0.036263443529605865, -0.0019226893782615662, 0.017738835886120796, 0.04522126168012619, -0.008697530254721642, 0.022964229807257652, 0.016835195943713188, -0.010283810086548328, -0.03781534731388092, 0.03296319767832756, -0.006850962061434984, 0.02534119412302971, 0.013092949986457825, 0.05708644166588783, 0.044239044189453125, 0.02903432957828045, 0.028052112087607384, -0.05374690517783165, 0.004798129200935364, -0.023750001564621925, 0.010607942007482052, -0.012709885835647583, -0.055593471974134445, 0.04286394268274307, -0.027953891083598137, -0.006993383634835482, -0.044278334826231, -0.03382754698395729, 0.031214850023388863, -0.007194738369435072, -0.009419458918273449, 0.011275849305093288, 0.03695099800825119, 0.019300559535622597, 0.03394541144371033, 0.013780501671135426, 0.026028744876384735, -0.062429700046777725, -0.0455748587846756, 0.007091605570167303, 0.01364299189299345, -0.004771118052303791, -0.03807072341442108, -0.004555030260235071, 0.03137200325727463, -0.0066004968248307705, -0.02357320301234722, 0.01479218527674675, 0.002079844009131193, 0.036558110266923904, -0.009257393889129162, -0.0033248038962483406, -0.020606908947229385, -0.007867556996643543, 0.013662636280059814, 0.0055888136848807335, 0.07181969285011292, 0.04769644886255264, -0.0692659318447113, 0.023141028359532356, -0.024162532761693, 0.03750103712081909, -0.013338504359126091, 0.02706989459693432, 0.006070099771022797, -0.0013468648539856076, 0.05351117253303528, 0.02184450253844261, 0.012189310975372791, -0.01179642416536808, -0.04247105494141579, 0.018897851929068565, -0.04781431332230568, -0.041685283184051514, -0.021156949922442436, 0.02074441872537136, 0.002149827079847455, 0.043924733996391296, 0.031116629019379616, -0.005289237480610609, 0.0869065448641777, 0.062390413135290146, -0.024614352732896805, -0.041370972990989685, 0.017306659370660782, -0.052489668130874634, -0.004631152376532555, -0.07225187122821808, -0.02331782691180706, -0.061840370297431946, -0.02107837237417698, -0.02300351858139038, 0.006001344881951809, -0.05229322239756584, 0.00925248209387064, 0.035674113780260086, 0.022630276158452034, -0.0026814518496394157, 0.029800457879900932, 0.00739118130877614, 0.03076303005218506, 0.022060589864850044, 0.04553557187318802, -0.008063999935984612, 0.027777090668678284, 0.008952906355261803, -0.05465054512023926, 0.008790840394794941, 0.017542392015457153, -0.022237388417124748, 0.008427420631051064, -0.018416564911603928, 0.037972502410411835, -0.01478236261755228, 0.043060384690761566, -0.05394334718585014, 0.01907465048134327, 0.00434630922973156, -0.027737801894545555, -0.012906328774988651, 0.05633995682001114, -0.018721051514148712, 0.04714640602469444, -0.027718158438801765, 0.05394334718585014, -0.03783499076962471, 0.105843685567379, 0.04172457009553909, -0.06030811369419098, 0.030880896374583244, 0.028818240389227867, -0.030036190524697304, 0.03612593561410904, 0.01364299189299345, -0.030016545206308365, -0.013908189721405506, -0.013171527534723282, 0.0038699342403560877, -0.055593471974134445, 0.008594397455453873, 0.026932384818792343, -0.013918012380599976, 0.012611663900315762, -0.03812965750694275, 0.07170182466506958, -0.028896817937493324, -0.015627069398760796, -0.038208235055208206, -0.0293093491345644, 0.03298284113407135, -0.03011476807296276, -0.0619189478456974, -0.004309476353228092, -0.04474979639053345, 0.045653436332941055, 0.0035728137008845806, 0.004265276715159416, -0.07539496570825577, -0.0026028745342046022, -0.053864769637584686, -0.022374898195266724, 0.057832926511764526, -0.02447684295475483, 0.00833410955965519, -0.05885443091392517, -0.05366832762956619, 0.041135240346193314, -0.06294045597314835, 0.0032388598192483187, -0.01165891345590353, -0.0028828063514083624, -0.002020911080762744, 0.045103397220373154, 0.01977202482521534, 0.03777606040239334, 0.03408292308449745, 0.0369313508272171, 0.017296837642788887, 0.019575580954551697, -0.0004156004870310426, 0.003786445828154683, 0.015204716473817825, 0.053000420331954956, 0.042824652045965195, -0.016854841262102127, -0.020017579197883606, 0.010067722760140896, -0.01377067994326353, -0.007739868480712175, 0.02754135988652706, -0.007071961183100939, -0.02245347574353218, 0.04757858067750931, 0.02989867888391018, -0.02502688392996788, 0.08462779968976974, 0.0020773885771632195, 0.056182801723480225, 0.032825686037540436, -0.0540219247341156, -0.0797560065984726, 0.00746484799310565, -0.02706989459693432, 0.0006507186335511506, 0.05999380350112915, -0.01931038312613964, 0.041410259902477264, 0.013888545334339142, 0.0900496393442154, 0.01743434928357601, -0.037108149379491806, 0.0062419879250228405, -0.009787790477275848, -0.023946445435285568, -0.0534718818962574, 0.01888803020119667, -0.042549632489681244, 0.03921009600162506, 0.0001345176569884643, -0.0038183678407222033, -0.015371693298220634, -0.028111044317483902, 0.009414548054337502, 0.022257033735513687, -0.00032658709096722305, -0.016687864437699318, 0.0534718818962574, 0.020547974854707718, 0.021215884014964104, 0.007700579706579447, 0.007803712505847216, -0.0006255493499338627, -0.04203888028860092, -0.026637719944119453, -0.07508065551519394, 0.014968983829021454, 0.02247312106192112, 0.03704921901226044, 0.04231389984488487, 0.009905656799674034, 0.03207920119166374, -0.04231389984488487, -0.061565350741147995, -0.018956784158945084, -0.023219605907797813, -0.01694324053823948, 0.009665013290941715, 0.033415015786886215, 0.05952233821153641, 0.010440964251756668, -0.015695825219154358, -0.06349049508571625, 0.023180317133665085, 0.0158038679510355, -0.02133374847471714, -0.020685486495494843, -0.03905294090509415, -0.013947478495538235, -0.011943756602704525, -0.011197271756827831, -0.03262924402952194, -0.013034016825258732, -0.02528226003050804, 0.044278334826231, 0.023730358108878136, -0.016049422323703766, 0.04007444530725479, -0.05241109058260918, 0.036027710884809494, 0.038836851716041565, -0.029505793005228043, -0.04946443811058998, 0.050721675157547, -0.02473221905529499, -0.05142887309193611, -0.039956580847501755, -0.008486352860927582, 0.0109320729970932, 0.02870037592947483, 0.030350498855113983, -0.00020856759510934353, -0.0091886380687356, -0.019575580954551697, -0.033729325979948044, 0.05174318328499794, -0.05205748975276947, 0.00981234572827816, -0.0014733251882717013, -0.0575186163187027, -0.03563482686877251, 0.10199339687824249, -0.0016218854580074549, -0.016845017671585083, 0.02359284833073616, -0.059600915759801865, 0.015204716473817825, -0.08203475177288055, -0.07032672315835953, 0.03217742219567299, -0.00968465767800808, 0.0022124433889985085, 0.05889372155070305, -0.005367815028876066, 0.02644127607345581, -0.01734594814479351, -0.02473221905529499, 0.01776830293238163, 0.013053661212325096, -0.004815317690372467, -0.017375415191054344, -0.008078733459115028, 0.026519853621721268, -0.05665426701307297, -0.06537634879350662, 0.02954508177936077, 0.05653639882802963, 0.01867194101214409, -0.05374690517783165, 0.03732423856854439, 0.03508478403091431, 0.05225393548607826, 0.03828681260347366, -0.01802367903292179, -0.031725604087114334, -0.03649917617440224, -0.054454099386930466, -0.04007444530725479, 0.052175357937812805, 0.031980980187654495, 0.0015519025037065148, 0.00668889656662941, 0.01452698651701212, -0.009331059642136097, 0.0852564200758934, -0.0431782528758049, -0.004348765127360821, -0.00647280877456069, 0.0075483364053070545, -0.03184346854686737, 0.012041978538036346, 0.04529983922839165, -0.0007286820909939706, 0.027207406237721443, 0.03506514057517052, 0.007302782032638788, 0.02585194632411003, -0.03506514057517052, -0.03390612453222275, 0.004555030260235071, -0.03687242045998573, -0.07288048416376114, 0.010912428610026836, -0.036224156618118286, 0.010480253025889397, 0.02675558626651764, -0.006359853781759739, 0.06337262690067291, -0.01479218527674675, 0.00015086236817296594, -0.04655707627534866, -0.019487181678414345, -0.02534119412302971, 0.04730356112122536, 0.02103908360004425, -0.013289393857121468, 0.05311828479170799, -0.02074441872537136, 0.03310070559382439, -0.016137821599841118, -0.04290322959423065, -0.006659429986029863, 0.06396196037530899, -0.03166666999459267, 0.002836151048541069, 0.018956784158945084, 0.03437758982181549, -0.0120812663808465, 0.04046733304858208, 0.008142577484250069, -0.047067828476428986, -0.016511064022779465, 0.060425978153944016, -0.03013441152870655, 0.01097136177122593, 0.06360836327075958, 0.012857218272984028, -0.09350704401731491, -0.0029196394607424736, -0.04266749694943428, 0.004540297202765942, 0.005181193817406893, -0.007307692896574736, -0.02618589997291565, -0.029093261808156967, 0.0010687746107578278, 0.024594709277153015, 0.0024862363934516907, -0.05378619208931923, 0.02530190534889698, 0.0113937146961689, -0.06930521875619888, 0.0002905213041231036, -0.013466192409396172, 0.020410465076565742, 0.05795079097151756, -0.04899297282099724, -0.034259721636772156, 0.014006411656737328, 0.02221774496138096, -0.03321857377886772, -0.021215884014964104, 0.044239044189453125, -0.019025539979338646, -0.05468983203172684, -0.025242971256375313, 0.024909017607569695, -0.00997932255268097, 0.0068951621651649475, 0.03486869856715202, 0.052214644849300385, -0.009090416133403778, -0.034023988991975784, 0.03930831700563431, -0.014939517714083195, 0.006787118036299944, 0.015096672810614109, -0.039092227816581726, 0.006070099771022797, -0.01066687423735857, -0.07794872671365738, 0.01789599098265171, 0.005259770900011063, -0.001151649164967239, 0.015754757449030876, 0.06718362867832184, 0.020410465076565742, -0.027364559471607208, 0.018033500760793686, -0.0306844525039196, -0.015587780624628067, -0.004432253539562225, -0.02763958089053631, -0.003354270476847887, 0.005849101115018129, 0.002316803904250264, -0.02072477526962757, -0.06859802454710007, 0.010175766423344612, 0.054493390023708344, -0.0373045951128006, 0.004638518672436476, -0.012621485628187656, 0.023985734209418297, 0.0026814518496394157, 0.010824029333889484, 0.03846361115574837, 0.033965058624744415, -0.03903329744935036, -0.021746279671788216, 0.012415220029652119, -0.007764423731714487, -0.004854606464505196, 0.007229115813970566, -0.013161704875528812, -0.02925041690468788, 0.0011412131134420633, 0.04412117972970009, 0.006541564129292965, -0.01892731711268425, -0.015587780624628067, 0.02585194632411003, 0.030350498855113983, 0.026952030137181282, 0.032236356288194656, -0.0047342851758003235, -0.02555728144943714, -0.05083954334259033, 0.09531431645154953, 0.04416046664118767, -0.0007630597101524472, 0.023199960589408875, -0.03353288024663925, -0.0711124986410141, -0.0363813117146492, 0.03616522252559662, -0.029191482812166214, 0.03099876269698143, -0.025419771671295166, -0.03329715132713318, 0.0061732325702905655, -0.014428764581680298, 0.05009305849671364, -0.051586028188467026, -0.029152194038033485, -0.02756100334227085, -0.005672302097082138, 0.03777606040239334, 0.07071960717439651, 0.035674113780260086, -0.054729118943214417, 0.04836435616016388, 0.016550352796912193, -0.012159843929111958, -0.012582197785377502, -0.03661704435944557, 0.0010767552303150296, 0.004027089104056358, 0.050446655601263046, 0.014193032868206501, -0.05150745064020157, -0.004623785614967346, -0.008977461606264114, -0.012051800265908241, -0.09484285861253738, 0.04376758262515068, 0.05186104774475098, -0.04129239544272423, 0.02787531353533268, -0.03687242045998573, -0.036538466811180115, 0.03390612453222275, -0.051939625293016434, 0.0202140212059021, 0.02445719949901104, -0.022335609421133995, 0.055357739329338074, -0.0032781485933810472, -0.010283810086548328, -0.0034230255987495184, -0.005014216993004084, -0.03392576798796654, 0.012857218272984028, 0.01478236261755228, 0.06745865195989609, -0.02783602476119995, 0.006345120724290609, 0.04266749694943428, -0.003457403276115656, 0.04070306569337845, 0.016678040847182274, 0.04031017795205116, -0.05952233821153641, 0.058186523616313934, -0.0016329354839399457, 0.00036833129706792533, -0.021490903571248055, -0.03194168955087662, -0.03640095517039299, 0.023239249363541603, 0.062429700046777725, 0.011049939319491386, -0.02706989459693432, -0.04636063426733017, 0.034593675285577774 ]
38,771
pulp.apis.mipcl_api
actualSolve
Solve a well formulated lp problem
def actualSolve(self, lp): """Solve a well formulated lp problem""" if not self.executable(self.path): raise PulpSolverError("PuLP: cannot execute " + self.path) tmpMps, tmpSol = self.create_tmp_files(lp.name, "mps", "sol") if lp.sense == constants.LpMaximize: # we swap the objectives # because it does not handle maximization. warnings.warn( "MIPCL_CMD does not allow maximization, " "we will minimize the inverse of the objective function." ) lp += -lp.objective lp.checkDuplicateVars() lp.checkLengthVars(52) lp.writeMPS(tmpMps, mpsSense=lp.sense) # just to report duplicated variables: try: os.remove(tmpSol) except: pass cmd = self.path cmd += f" {tmpMps}" cmd += f" -solfile {tmpSol}" if self.timeLimit is not None: cmd += f" -time {self.timeLimit}" for option in self.options: cmd += " " + option if lp.isMIP(): if not self.mip: warnings.warn("MIPCL_CMD cannot solve the relaxation of a problem") if self.msg: pipe = None else: pipe = open(os.devnull, "w") return_code = subprocess.call(cmd.split(), stdout=pipe, stderr=pipe) # We need to undo the objective swap before finishing if lp.sense == constants.LpMaximize: lp += -lp.objective if return_code != 0: raise PulpSolverError("PuLP: Error while trying to execute " + self.path) if not os.path.exists(tmpSol): status = constants.LpStatusNotSolved status_sol = constants.LpSolutionNoSolutionFound values = None else: status, values, status_sol = self.readsol(tmpSol) self.delete_tmp_files(tmpMps, tmpSol) lp.assignStatus(status, status_sol) if status not in [constants.LpStatusInfeasible, constants.LpStatusNotSolved]: lp.assignVarsVals(values) return status
(self, lp)
[ 0.023394674062728882, -0.00832150224596262, -0.05601384863257408, 0.08446532487869263, -0.025172891095280647, -0.049345534294843674, -0.03285997733473778, -0.08891087025403976, -0.0038690122310072184, -0.04975304380059242, 0.010974936187267303, -0.05519883334636688, -0.011049028486013412, -0.009256917983293533, -0.08431714028120041, 0.0817980021238327, 0.01020622719079256, -0.02204248681664467, -0.06101508438587189, 0.03915783017873764, 0.020023468881845474, 0.043418142944574356, 0.04152878746390343, 0.0999506413936615, 0.03206348419189453, -0.029470250010490417, 0.04864165559411049, -0.03367499262094498, -0.02180168591439724, -0.07779701054096222, -0.009845026768743992, 0.05445791035890579, 0.01747654378414154, 0.004853051621466875, 0.0007009835098870099, 0.033823177218437195, 0.04982713609933853, 0.018662022426724434, -0.0040542432107031345, -0.04004693776369095, -0.03856509178876877, -0.037546321749687195, -0.012790199369192123, -0.005330021493136883, -0.004674767144024372, -0.048123009502887726, -0.0005253034760244191, 0.06835023313760757, 0.05349470674991608, -0.010085826739668846, 0.0008769529522396624, -0.027858739718794823, -0.01528155617415905, -0.023653997108340263, -0.023987412452697754, 0.05212399736046791, 0.030766867101192474, 0.043232910335063934, 0.062163516879081726, -0.06972093880176544, 0.008696594275534153, 0.01812485232949257, 0.0015420479467138648, -0.02800692431628704, 0.010956413112580776, -0.0055754524655640125, -0.0367313027381897, -0.029210926964879036, -0.0011877936776727438, 0.03989875316619873, -0.02057916298508644, 0.01147505920380354, -0.027636462822556496, 0.008122378960251808, 0.09024453163146973, 0.022005440667271614, 0.006594222970306873, -0.05338357016444206, -0.002170675667002797, 0.00036206867662258446, 0.012873553670942783, -0.004605305381119251, 0.002910441718995571, -0.02295011840760708, -0.04452952742576599, -0.026154614984989166, 0.07957523316144943, -0.019060268998146057, 0.08172391355037689, -0.044566575437784195, 0.0024218950420618057, 0.07068414241075516, -0.004964190535247326, 0.03699062764644623, 0.07705608755350113, -0.019467776641249657, -0.007242531515657902, -0.00035136000951752067, -0.01280872244387865, -0.03849099949002266, -0.04004693776369095, 0.06979503482580185, -0.03302668407559395, -0.0031350343488156796, 0.09357869625091553, -0.03373056277632713, 0.03139665350317955, 0.006645161658525467, 0.03319339081645012, -0.05568043515086174, -0.05971847102046013, 0.046641163527965546, -0.10061746835708618, 0.021116331219673157, -0.030007420107722282, 0.04230675846338272, -0.06623859703540802, -0.0008914241334423423, -0.02758089266717434, 0.02717338502407074, -0.04401088133454323, 0.01090084295719862, -0.06894297152757645, 0.008062178269028664, 0.028599664568901062, 0.0020699561573565006, 0.0049317749217152596, 0.0036120042204856873, 0.00817794818431139, -0.04104718565940857, -0.01795814372599125, 0.0051957289688289165, 0.005464314017444849, 0.01582798734307289, 0.012660537846386433, -0.018356390297412872, -0.03154483810067177, -0.007872316986322403, 0.010141395963728428, -0.02337615005671978, 0.03875032067298889, 0.0015895133838057518, 0.0018627290846779943, 0.01829155907034874, 0.05808843672275543, 0.0053855907171964645, 0.05242036655545235, -0.0023640103172510862, 0.0064645614475011826, 0.030285265296697617, -0.005844037514179945, -0.03419363871216774, -0.042751312255859375, -0.00654328428208828, 0.034564100205898285, -0.015772419050335884, 0.028136586770415306, -0.04189924895763397, -0.020764393731951714, -0.05549520254135132, -0.04693753272294998, -0.060755763202905655, 0.03912078216671944, 0.004290412645787001, -0.016485556960105896, -0.03834281489253044, 0.001515420968644321, -0.03526797890663147, 0.012290075421333313, 0.06297853589057922, -0.016254018992185593, -0.02800692431628704, -0.04930848628282547, 0.016485556960105896, -0.07979750633239746, 0.04149173945188522, 0.020282791927456856, -0.022913072258234024, 0.012373429723083973, -0.021190425381064415, -0.0293220654129982, 0.02906274050474167, -0.04156583175063133, -0.026636214926838875, -0.008242778480052948, 0.05293901637196541, -0.02585824579000473, -0.008710486814379692, -0.06494197994470596, 0.019856762140989304, -0.06020006909966469, -0.011039766483008862, 0.05164239928126335, 0.005019759759306908, 0.0033017422538250685, 0.01917140744626522, 0.018161898478865623, 0.033823177218437195, 0.047196853905916214, 0.001891671447083354, 0.00553377578034997, 0.007900101132690907, 0.05227218195796013, 0.03400840982794762, -0.05227218195796013, 0.019727099686861038, -0.02295011840760708, 0.02882194146513939, 0.0058810836635529995, 0.03402693197131157, 0.03750927373766899, -0.023265011608600616, -0.05060510337352753, 0.03469376266002655, 0.011011982336640358, 0.0029382265638560057, 0.006510869134217501, 0.024098550900816917, 0.020097561180591583, 0.027136338874697685, -0.04334405064582825, -0.029044218361377716, -0.02089405432343483, 0.008284456096589565, 0.02096814662218094, 0.011123120784759521, -0.013855277560651302, 0.04000989347696304, 0.03574958071112633, 0.0177451279014349, 0.018967652693390846, -0.06101508438587189, 0.009039271622896194, -0.04619660601019859, 0.027154862880706787, -0.006839653942734003, -0.0917263850569725, 0.0305631123483181, -0.016087310388684273, -0.008071440272033215, -0.033415667712688446, -0.07772292196750641, 0.02628427743911743, -0.022690795361995697, -0.025246983394026756, -0.0016277172835543752, 0.025339597836136818, 0.001172164804302156, 0.06786863505840302, -0.001891671447083354, 0.02148679457604885, -0.028395909816026688, -0.05056805908679962, 0.007538901176303625, 0.040195122361183167, -0.014957401901483536, 0.015466786921024323, 0.00316976523026824, 0.04123241826891899, 0.005927391350269318, -0.009733888320624828, 0.021783163771033287, 0.015577925369143486, 0.022153625264763832, -0.02741418592631817, -0.02254261076450348, -0.02809954062104225, -0.0011420648079365492, 0.05093852058053017, 0.01738392747938633, 0.060348253697156906, 0.016531866043806076, -0.0644233375787735, 0.014670293778181076, -0.005871822126209736, 0.07535196095705032, 0.006876700092107058, 0.05931096151471138, 0.021505316719412804, 0.03285997733473778, 0.06746112555265427, 0.04549273103475571, 0.025561876595020294, -0.013021738268435001, -0.03789826110005379, 0.04478885233402252, -0.053568799048662186, -0.044233158230781555, -0.011104597710072994, 0.001303563010878861, 0.0022794988472014666, 0.029840711504220963, 0.0404914915561676, -0.02743270806968212, 0.043751560151576996, 0.0693875253200531, -0.019634483382105827, -0.051420122385025024, 0.038453951478004456, -0.04204743355512619, -0.010678566060960293, -0.06057053059339523, -0.005306867882609367, -0.05812548100948334, 0.0003172080614604056, -0.03235985338687897, -0.0077519165351986885, -0.05527292564511299, 0.007779701147228479, 0.0063024843111634254, -0.017365405336022377, -0.018226729705929756, 0.04727094620466232, 0.04138060286641121, 0.0301370806992054, -0.005709744989871979, 0.022764887660741806, -0.039935801178216934, 0.01602248102426529, -0.004954928997904062, -0.04008398577570915, 0.014031247235834599, 0.023894796147942543, -0.03328600898385048, 0.004144543316215277, -0.03554582595825195, 0.032100528478622437, -0.00839096400886774, 0.059940747916698456, -0.059607330709695816, 0.013929369859397411, 0.0014378555351868272, -0.012938383966684341, -0.0027506800834089518, 0.029303541406989098, -0.017661774531006813, 0.06401582807302475, -0.03487899526953697, 0.06709066033363342, -0.03736108914017677, 0.09157820045948029, 0.0347122848033905, -0.06268216669559479, 0.019041744992136955, 0.06264512240886688, 0.004642351530492306, 0.014410970732569695, 0.0031118805054575205, 0.00822425540536642, -0.04393678903579712, -0.015540879219770432, -0.027636462822556496, -0.05812548100948334, -0.004320512525737286, 0.017513589933514595, 0.005019759759306908, 0.02669178508222103, -0.012503091245889664, 0.06512721627950668, -0.021616455167531967, -0.02000494673848152, -0.05519883334636688, -0.04590023681521416, 0.025395167991518974, 0.013503339141607285, -0.04949371889233589, -0.0033573114778846502, -0.03158188238739967, -0.017856266349554062, 0.012753153219819069, -0.006631269119679928, -0.0767597183585167, 0.013114353641867638, -0.054161541163921356, -0.028118062764406204, 0.054161541163921356, -0.020542116835713387, 0.005265190731734037, -0.04619660601019859, -0.0627933070063591, 0.04941962659358978, -0.04949371889233589, -0.0029474881011992693, -0.0008150163339450955, -0.013808969408273697, -0.013123615644872189, 0.01783774420619011, -0.001940294518135488, 0.036045949906110764, 0.027469754219055176, 0.037861213088035583, 0.0044640665873885155, 0.06427515298128128, 0.022672273218631744, 0.017911836504936218, 0.030952097848057747, 0.03767598047852516, 0.015003710053861141, -0.04675230011343956, -0.011373182758688927, -0.0015501518500968814, -0.014059031382203102, -0.05086442828178406, 0.014975924976170063, -0.013938631862401962, -0.004908620845526457, 0.019134361296892166, 0.018300822004675865, -0.01408681645989418, 0.10224750638008118, -0.00770560884848237, 0.05104966089129448, 0.014809217303991318, -0.07646334916353226, -0.05149421468377113, 0.031100282445549965, -0.028358863666653633, 0.006506238132715225, 0.05253150686621666, -0.017708081752061844, 0.05345766246318817, 0.027988402172923088, 0.08246483653783798, 0.023153873160481453, -0.020430978387594223, 0.00425568176433444, -0.008946656249463558, -0.022653749212622643, -0.04801186919212341, 0.028858987614512444, -0.01276241522282362, 0.02884046360850334, 0.00733051635324955, 0.013021738268435001, 0.0059551759622991085, 0.007381454575806856, 0.009974688291549683, 0.03815758228302002, 0.007020254153758287, -0.014651770703494549, 0.055976804345846176, 0.03912078216671944, 0.0021463639568537474, 0.010372934862971306, 0.033656470477581024, -0.006784084718674421, -0.026877015829086304, -0.06301558017730713, -0.0908372774720192, 0.04975304380059242, 0.035897765308618546, 0.023227965459227562, 0.048123009502887726, -0.00921524129807949, 0.012855030596256256, -0.05145716667175293, -0.07727836817502975, -0.02113485522568226, -0.02965548075735569, 0.00978019554167986, 0.020468024536967278, 0.024005934596061707, 0.07831566035747528, 0.001846521394327283, -0.026728831231594086, -0.08972588926553726, 0.014614724554121494, 0.0059968531131744385, -0.0025862876791507006, -0.014809217303991318, -0.016957895830273628, -0.02891455590724945, 0.0015733056934550405, 0.00047783803893253207, -0.02139417827129364, -0.033323053270578384, -0.027210431173443794, 0.08046434074640274, 0.043899744749069214, -0.016365157440304756, 0.020838486030697823, -0.05097556859254837, 0.04593728482723236, 0.06879478693008423, -0.01780995912849903, -0.047456178814172745, 0.040343306958675385, 0.00019593964680097997, -0.0462706983089447, -0.0121881989762187, 0.00829834770411253, -0.021764639765024185, 0.007399977650493383, 0.02884046360850334, -0.022412948310375214, -0.045307498425245285, -0.025209937244653702, -0.0009591492125764489, 0.018161898478865623, -0.0974314957857132, 0.00978019554167986, -0.031174374744296074, -0.02057916298508644, -0.03615708649158478, 0.10083974897861481, -0.006571069359779358, 0.005274452269077301, 0.026154614984989166, -0.04138060286641121, 0.02493209019303322, -0.08305757492780685, -0.07950113713741302, 0.003642104333266616, -0.025654491037130356, 0.019967900589108467, 0.06134850159287453, 0.005561560392379761, 0.007779701147228479, -0.032582130283117294, -0.04256607964634895, 0.017939621582627296, 0.008710486814379692, 0.013994201086461544, 0.00809459388256073, -0.0018245251849293709, 0.007219377439469099, -0.05408744886517525, -0.023265011608600616, 0.01573537290096283, 0.0297295730561018, 0.011873305775225163, -0.05668067932128906, 0.0561620332300663, 0.01515189465135336, 0.052086953073740005, 0.039787616580724716, -0.052012860774993896, -0.05590271204710007, -0.06408992409706116, -0.039935801178216934, -0.04419611394405365, 0.059422098100185394, -0.0015316286589950323, -0.020356884226202965, 0.0049317749217152596, 0.020949624478816986, -0.006469191983342171, 0.0702395886182785, -0.056124988943338394, -0.0115584135055542, -0.01869906857609749, 0.003343419171869755, 0.00689985416829586, 0.0677574947476387, 0.020523592829704285, -0.00970610324293375, 0.01721722073853016, 0.031155850738286972, -0.004056558478623629, -0.0030563112813979387, -0.03326748311519623, -0.03856509178876877, 0.020782915875315666, -0.011539890430867672, -0.08350212872028351, 0.001397336251102388, -0.015540879219770432, 0.0005519304540939629, 0.025228459388017654, 0.005079959519207478, 0.06097804009914398, -0.0040519279427826405, 0.005825514439493418, -0.0578291118144989, -0.0029891650192439556, -0.04912325739860535, 0.048938024789094925, 0.018060021102428436, -0.02239442616701126, 0.059422098100185394, -0.03808348998427391, 0.006612746044993401, -0.026136090978980064, -0.03612004220485687, -0.02156088687479496, 0.04912325739860535, -0.01726352795958519, 0.016791189089417458, 0.013781185261905193, 0.03239689767360687, -0.02206101082265377, 0.028877509757876396, -0.00965979602187872, -0.04486294463276863, -0.0169301126152277, 0.04345518723130226, -0.02272784151136875, -0.021042238920927048, 0.05275378376245499, 0.0006095257122069597, -0.085873082280159, 0.002984534250572324, -0.016707833856344223, 0.026988154277205467, -0.0017226481577381492, -0.006501607596874237, -0.018402697518467903, -0.0148647865280509, 0.029099786654114723, 0.03982466086745262, 0.017198696732521057, -0.03378613293170929, 0.04975304380059242, 0.02041245438158512, -0.04649297520518303, -0.0003270484448876232, -0.007386085577309132, -0.0013186130672693253, 0.051827628165483475, -0.004121389240026474, -0.04123241826891899, 0.015596448443830013, 0.01767103560268879, -0.022764887660741806, -0.04000989347696304, 0.009243026375770569, 0.016865281388163567, -0.05442086234688759, -0.008571564219892025, -0.020134607329964638, -0.03930601477622986, 0.004135281778872013, 0.02345024235546589, 0.055717479437589645, -0.025080274790525436, -0.01845826767385006, 0.0363423191010952, -0.004216320347040892, -0.018986176699399948, -0.004806743934750557, -0.0437886044383049, 0.019930854439735413, -0.009539395570755005, -0.0709805116057396, 0.03841690719127655, 0.028618186712265015, -0.005505991168320179, 0.006395099684596062, 0.033156346529722214, 0.016948634758591652, -0.009770934469997883, 0.019708577543497086, -0.022431472316384315, -0.017847005277872086, 0.0016242441488429904, -0.006084837950766087, 0.05305015295743942, -0.0009765145950950682, -0.010530381463468075, 0.0009626222890801728, -0.057606834918260574, 0.0005334073211997747, 0.03971352428197861, -0.04401088133454323, 0.03178563714027405, 0.01909731514751911, 0.01779143512248993, 0.02633984573185444, -0.01991233043372631, 0.03082243539392948, 0.014614724554121494, -0.031804159283638, -0.008566932752728462, 0.027469754219055176, 0.007029515691101551, 0.006821130868047476, 0.004311250988394022, -0.02130156382918358, -0.05816252902150154, -0.022264763712882996, 0.04012103006243706, -0.01659669540822506, -0.04345518723130226, -0.06101508438587189, 0.016726357862353325, 0.055976804345846176, 0.0002716238668654114, 0.03189677372574806, 0.01573537290096283, -0.041343554854393005, -0.0734626054763794, 0.04897507280111313, 0.02991480380296707, 0.02633984573185444, 0.012049275450408459, -0.05723637342453003, -0.051346030086278915, -0.027488278225064278, 0.057458650320768356, -0.025043228641152382, 0.04486294463276863, -0.007024885155260563, -0.01056742761284113, -0.017921097576618195, -0.0022088794503360987, 0.055050648748874664, -0.028136586770415306, -0.011660290881991386, -0.027154862880706787, -0.010345150716602802, 0.03008151240646839, 0.03743518143892288, 0.025728583335876465, -0.05079033598303795, 0.06890592724084854, 0.034063976258039474, -0.014133123680949211, -0.035397641360759735, -0.028951602056622505, -0.0015084748156368732, -0.03191529959440231, 0.04741913080215454, 0.008997594937682152, -0.09491235762834549, 0.004642351530492306, -0.018606452271342278, -0.0028386649210006, -0.06557177007198334, 0.027858739718794823, 0.07164734601974487, -0.0487157478928566, 0.005413375329226255, -0.02000494673848152, -0.056050896644592285, 0.01168807502835989, -0.011465798132121563, 0.02074586972594261, 0.04923439398407936, -0.007900101132690907, 0.03789826110005379, 0.013642261736094952, 0.01205853745341301, 0.0034221424721181393, -0.008474317379295826, -0.01296616904437542, -0.011706598103046417, 0.008085332810878754, 0.04775254800915718, -0.023413196206092834, 0.006867438554763794, 0.04697457700967789, 0.006677576806396246, 0.04808596521615982, 0.02337615005671978, 0.033508285880088806, -0.04601137712597847, 0.057458650320768356, 0.011725121177732944, -0.0016717095859348774, -0.0022192986216396093, -0.027858739718794823, -0.01597617194056511, 0.026617692783474922, 0.08439123630523682, -0.000122498458949849, -0.0367683507502079, -0.029470250010490417, 0.03345271572470665 ]
38,775
pulp.apis.mipcl_api
defaultPath
null
def defaultPath(self): return self.executableExtension("mps_mipcl")
(self)
[ 0.06250685453414917, -0.037429459393024445, 0.07757365703582764, 0.010129367932677269, 0.006371152121573687, -0.023414619266986847, 0.0141675416380167, 0.029081637039780617, -0.00015641559730283916, -0.01163944136351347, 0.035834550857543945, 0.010638381354510784, -0.005879105534404516, 0.06033506616950035, -0.029624585062265396, -0.0334252193570137, 0.019851526245474815, 0.006943792104721069, -0.025976654142141342, 0.02270200103521347, 0.04401269927620888, 0.012038168497383595, 0.02553550899028778, -0.007830323651432991, -0.011486737988889217, 0.06481438130140305, 0.05639869347214699, -0.0034782588481903076, -0.0042799548245966434, -0.08049199730157852, -0.036411430686712265, 0.007227991241961718, -0.022362658753991127, 0.030591709539294243, 0.01633084937930107, 0.016067858785390854, 0.012360543943941593, 0.06406783312559128, -0.07234778255224228, -0.0990200862288475, 0.008585360832512379, -0.010825020261108875, 0.020937420427799225, -0.01251324824988842, 0.020716847851872444, 0.004729583393782377, -0.038481418043375015, -0.00012579525355249643, 0.034850455820560455, 0.049815453588962555, 0.05483771860599518, 0.008907736279070377, -0.02804664336144924, 0.001102862530387938, -0.07404449582099915, 0.04221418499946594, 0.03166063874959946, -0.014642621390521526, -0.011410385370254517, 0.023601258173584938, -0.010053016245365143, -0.018443254753947258, 0.04136582836508751, -0.0407550111413002, 0.01808694563806057, 0.006562032271176577, -0.0014761390630155802, -0.010222687385976315, -0.0068080550990998745, 0.07065106928348541, -0.02942097932100296, -0.0509352833032608, -0.034918323159217834, -0.04129796102643013, 0.08157789707183838, -0.023143146187067032, -0.045675475150346756, 0.001398726599290967, -0.015567328780889511, 0.014320245943963528, -0.027792135253548622, 0.0001739129365887493, -0.0522247850894928, -0.04550580680370331, -0.0064432621002197266, 0.003732765559107065, 0.08612508326768875, 0.00022348873608279973, 0.024110272526741028, -0.04798300564289093, -0.013437955640256405, -0.00514951953664422, -0.007015902549028397, 0.036445364356040955, 0.026723207905888557, -0.045234329998493195, 0.018680794164538383, 0.005459169391542673, 0.04136582836508751, 0.016424167901277542, -0.032525960355997086, -0.03861715644598007, 0.012504764832556248, -0.011351000517606735, 0.04730432108044624, 0.022685034200549126, 0.028453852981328964, 0.07628415524959564, 0.004008481279015541, -0.04771152883768082, -0.09915582835674286, 0.04282500222325325, -0.039431579411029816, -0.04740612208843231, 0.02585788443684578, 0.05836687982082367, -0.02585788443684578, -0.016738060861825943, 0.06634142249822617, 0.052360519766807556, -0.11415475606918335, 0.08347821235656738, -0.07662349939346313, -0.041060421615839005, 0.04815267398953438, 0.0009109220700338483, 0.007647927384823561, 0.016373267397284508, -0.038990434259176254, -0.022328725084662437, 0.041060421615839005, 0.0032958623487502337, -0.04072107747197151, -0.024364778771996498, 0.0043478235602378845, 0.003630962921306491, -0.008992571383714676, 0.02317707985639572, 0.023584291338920593, 0.12555666267871857, -0.0307274479418993, -0.015991507098078728, -0.00504771713167429, -0.02019086852669716, 0.0049416725523769855, 0.029268275946378708, 0.08972211182117462, 0.026468701660633087, -0.0541251003742218, 0.015652164816856384, 0.021989382803440094, -0.010994691401720047, -0.06450897455215454, -0.048831358551979065, 0.0025450673419982195, -0.023957567289471626, 0.022277822718024254, 0.025891819968819618, 0.06047080084681511, -0.06101375073194504, 0.027045583352446556, -0.008063621819019318, -0.008190874941647053, -0.02426297590136528, -0.03912616893649101, -0.011283132247626781, -0.07506252080202103, 0.0175100639462471, -0.002072109142318368, 0.008517492562532425, -0.0011537638492882252, -0.04370729252696037, -0.0017359480261802673, -0.013675495982170105, 0.06250685453414917, 0.05283559858798981, -0.002663837280124426, 0.014362663961946964, 0.07187270373106003, 0.023109212517738342, 0.019749723374843597, 0.05924917012453079, -0.003783666994422674, 0.0926404520869255, -0.0002553020603954792, 0.04920463636517525, 0.0010127247078344226, -0.020394474267959595, -0.004933189135044813, 0.040585342794656754, -0.0028462337795645, 0.05619508773088455, 0.053548216819763184, -0.005832446273416281, -0.04370729252696037, 0.006324492394924164, 0.07017599046230316, -0.013633077964186668, -0.04635415971279144, -0.025196166709065437, -0.005187695845961571, -0.003953338135033846, 0.0334252193570137, 0.029268275946378708, -0.0015238591004163027, -0.009586420841515064, 0.0013425230281427503, 0.012156938202679157, -0.06932763755321503, 0.058570485562086105, 0.027995740994811058, -0.05219084769487381, -0.01579638570547104, 0.00982396025210619, 0.0018441134598106146, -0.04374122619628906, -0.02127676270902157, 0.07160122692584991, -0.04014419764280319, 0.03420570492744446, -0.0071516395546495914, -0.05219084769487381, 0.026468701660633087, 0.029353110119700432, -0.006540823262184858, 0.03420570492744446, 0.03203391656279564, 0.00895015336573124, 0.006655351258814335, -0.026315996423363686, -0.031321294605731964, -0.0668504387140274, 0.0018801685655489564, -0.006464471109211445, -0.012004234828054905, 0.026825010776519775, 0.0049416725523769855, 0.019766690209507942, -0.008267227560281754, 0.007215266115963459, -0.01031600683927536, -0.0013891826383769512, 0.054498378187417984, 0.017018018290400505, 0.027622465044260025, -0.014277827925980091, -0.004975606687366962, -0.024398712441325188, 0.022769870236516, -0.0008918340317904949, 0.06902223080396652, -0.006048776675015688, -0.026095423847436905, -0.024059370160102844, -0.012564149685204029, 0.029913024976849556, -0.04747398942708969, -0.0003586954262573272, 0.019054071977734566, -0.00231176964007318, -0.03712404891848564, -0.03508799523115158, -0.02528100274503231, -0.06359275430440903, -0.00363732548430562, 0.023380685597658157, -0.04499679058790207, 0.03919403627514839, -0.00880593340843916, -0.0005233294796198606, 0.07479104399681091, 0.08273165673017502, -0.05259805917739868, -0.03603815287351608, -0.009221627376973629, -0.0025917270686477423, -0.04326614737510681, -0.007792148273438215, -0.014201476238667965, 0.0007460229098796844, 0.021039223298430443, -0.0026956505607813597, -0.006778362672775984, 0.011020141653716564, -0.029047703370451927, -0.009365848265588284, -0.00606574397534132, -0.07988118380308151, -0.06036899983882904, -0.021531270816922188, 0.025399772450327873, 0.08388542383909225, -0.038481418043375015, -0.02560337819159031, 0.04455564543604851, -0.007066803984344006, 0.008958637714385986, -0.013166481629014015, 0.011724277399480343, -0.021887579932808876, -0.04591301456093788, -0.035359468311071396, -0.045234329998493195, -0.001194060780107975, -0.06498405337333679, 0.03970305249094963, -0.01939341425895691, -0.031032854691147804, 0.01536372397094965, 0.05110495537519455, 0.005896072834730148, 0.01696711592376232, 0.051444295793771744, -0.014608686789870262, 0.017119819298386574, 0.045743346214294434, 0.05096921697258949, 0.008839867077767849, 0.06586634367704391, 0.028962867334485054, -0.055448535829782486, 0.061692435294389725, -0.037870604544878006, 0.007872741669416428, -0.03193211182951927, -0.02909860387444496, 0.024602318182587624, -0.012725337408483028, -0.02400846965610981, -0.013980903662741184, -0.0017815472092479467, 0.024279942736029625, 0.0013393417466431856, -0.01197030022740364, 0.047745466232299805, 0.01761186681687832, 0.04228205233812332, -0.024110272526741028, -0.02655353583395481, -0.04815267398953438, 0.04391089454293251, -0.031083757057785988, -0.01563519798219204, 0.0081187654286623, 0.02480592392385006, 0.007647927384823561, 0.048220545053482056, 0.03388332948088646, -0.025009529665112495, -0.08931490033864975, -0.024313876405358315, 0.018426287919282913, -0.057111311703920364, -0.042044512927532196, -0.012572633102536201, -0.012530215084552765, -0.0627104640007019, -0.008428415283560753, -0.010129367932677269, 0.042621396481990814, -0.0017157995607703924, 0.002292681485414505, -0.01801907643675804, 0.013276767916977406, -0.013794265687465668, -0.030863184481859207, 0.046795304864645004, 0.0014125123852863908, 0.05314100906252861, -0.017018018290400505, -0.010502644814550877, -0.03451111540198326, -0.015592779964208603, -0.017781537026166916, -0.0074528055265545845, 0.01620359532535076, -0.041603367775678635, 0.00015137849550228566, -0.09148669242858887, -0.010010598227381706, 0.032084815204143524, -0.009917279705405235, -0.021802743896842003, -0.019749723374843597, -0.012046652846038342, 0.009162242524325848, 0.02273593470454216, -0.010943789966404438, -0.03244112432003021, -0.04441991075873375, 0.047168582677841187, -0.018799563869833946, 0.007601268123835325, 0.030099663883447647, 0.008169665932655334, -0.02556944452226162, 0.016763510182499886, 0.02524706907570362, -0.011486737988889217, 0.0160848256200552, 0.0668504387140274, -0.015295854769647121, 0.03658110275864601, 0.03369669243693352, -0.014388114213943481, -0.07126189023256302, 0.004738067276775837, 0.013862133957445621, -0.053989361971616745, 0.010918338783085346, 0.013997870497405529, 0.00029215251561254263, -0.020903486758470535, -0.0060911946929991245, -0.012979843653738499, 0.046184491366147995, -0.0016479311743751168, -0.07085467875003815, 0.04218025133013725, 0.0047126165591180325, -0.008492041379213333, -0.009798509068787098, 0.030303269624710083, 0.008258744142949581, 0.041603367775678635, 0.01907103881239891, 0.007024385966360569, -0.03193211182951927, -0.020258735865354538, -0.01429479569196701, -0.0563647598028183, 0.028097543865442276, 0.013064679689705372, 0.022854706272482872, -0.009145275689661503, -0.028284182772040367, 0.0407550111413002, -0.036445364356040955, -0.07126189023256302, -0.04577727988362312, -0.007601268123835325, -0.0173488762229681, 0.009085890837013721, 0.026977714151144028, 0.0036648970562964678, 0.04238385707139969, -0.059079498052597046, 0.021616104990243912, -0.04801693931221962, 0.01764580048620701, -0.03729372099041939, 0.00918769370764494, 0.08001691848039627, 0.03403603658080101, 0.05096921697258949, -0.029047703370451927, -0.06515372544527054, -0.04336794838309288, 0.0157624501734972, -0.036445364356040955, 0.007983027957379818, 0.04811874032020569, 0.08028839528560638, -0.05402329936623573, 0.013997870497405529, -0.04041567072272301, 0.034375376999378204, 0.017153754830360413, -0.014846226200461388, -0.024602318182587624, -0.02378789708018303, 0.008704130537807941, -0.03181334212422371, -0.035868484526872635, 0.0257900170981884, 0.01407422311604023, -0.05721311643719673, 0.055584270507097244, 0.025145266205072403, -0.02869139239192009, -0.040076326578855515, -0.03222055360674858, 0.03905830159783363, 0.02986212447285652, 0.00503923324868083, -0.03466381877660751, -0.00662990054115653, -0.04021206498146057, -0.04336794838309288, -0.008856834843754768, 0.06308373808860779, 0.1123901754617691, -0.05069774389266968, 0.00013931593275628984, -0.012886524200439453, 0.022617164999246597, 0.07723431289196014, 0.041467633098363876, 0.051953308284282684, 0.02509436383843422, 0.03356095403432846, -0.029590649530291557, -0.03834568336606026, 0.007953335531055927, -0.006540823262184858, 0.0019459160976111889, -0.027910906821489334, -0.018290551379323006, -0.03366275876760483, 0.024178139865398407, -0.0057603358291089535, -0.02818237990140915, -0.010129367932677269, -0.024670187383890152, 0.023397652432322502, 0.01251324824988842, 0.0337475948035717, 0.03474865481257439, 0.08178149908781052, -0.02818237990140915, -0.011673375964164734, -0.029081637039780617, -0.006740186829119921, -0.05680590495467186, -0.019206775352358818, -0.004360548686236143, -0.04855988547205925, -0.02560337819159031, 0.0018525969935581088, 0.11673375964164734, 0.03732765465974808, 0.020326605066657066, -0.0033594889100641012, 0.06552699953317642, 0.02483985759317875, 0.09209750592708588, -0.04119615629315376, 0.021378565579652786, -0.0027868489269167185, -0.04387696087360382, -0.03569881245493889, -0.027011649683117867, 0.031134657561779022, -0.02120889537036419, 0.047440055757761, 0.015338272787630558, -0.04143369570374489, 0.05232658609747887, 0.04285893589258194, 0.01009543426334858, 0.03396816551685333, -0.008369030430912971, -0.05999572202563286, -0.0014644742477685213, 0.023584291338920593, -0.007804873399436474, 0.05008692666888237, -0.00421208655461669, -0.02869139239192009, 0.022837737575173378, -0.02059807814657688, -0.04404663294553757, 0.0015535515267401934, -0.0288101639598608, -0.025620345026254654, 0.008780482225120068, -0.06026719510555267, 0.019189808517694473, -0.014031805098056793, -0.013556725345551968, 0.028827130794525146, 0.03522373363375664, 0.03966911882162094, -0.03763306513428688, -0.028962867334485054, 0.03254292905330658, 0.08687163144350052, 0.02804664336144924, -0.028504755347967148, 0.03569881245493889, -0.015999989584088326, 0.05748458951711655, 0.07913462817668915, 0.018901366740465164, 0.011571573093533516, -0.000321314757457003, -0.0627104640007019, 0.0004093316674698144, -0.026570504531264305, 0.005768819246441126, -0.0011505825677886605, 0.04228205233812332, 0.000007820780410838779, -0.010943789966404438, -0.019512183964252472, 0.00534039968624711, -0.05524493008852005, -0.012979843653738499, 0.0709904134273529, 0.024127239361405373, -0.03973698616027832, -0.001492045819759369, -0.012835623696446419, 0.03495226055383682, 0.032305389642715454, -0.03909223526716232, -0.01939341425895691, 0.011469770222902298, -0.032712601125240326, 0.023770930245518684, -0.037904538214206696, -0.028776228427886963, -0.0005752912838943303, -0.0075546083971858025, -0.05789180099964142, 0.007826082408428192, 0.03698831424117088, -0.03062564507126808, 0.011240714229643345, -0.011571573093533516, -0.09528732299804688, 0.045132528990507126, -0.03330644965171814, -0.038956496864557266, 0.05229265242815018, 0.026960747316479683, -0.028606558218598366, 0.06668076664209366, 0.014608686789870262, 0.057009510695934296, 0.011325550265610218, 0.004772001411765814, 0.05575394257903099, -0.004996815696358681, 0.029217373579740524, -0.07105828076601028, -0.02909860387444496, -0.015423108823597431, 0.03617389127612114, 0.03293317183852196, -0.036852575838565826, 0.010129367932677269, 0.018545057624578476, -0.05592361465096474, -0.029692452400922775, -0.0018091187812387943, -0.06135309115052223, 0.05259805917739868, 0.03552914038300514, -0.006078469101339579, -0.01808694563806057, -0.07804873585700989, -0.017018018290400505, 0.03162670508027077, 0.004038173705339432, -0.0017423107055947185, -0.022769870236516, -0.020207835361361504, -0.0027910906355828047, -0.07105828076601028, -0.05005299299955368, -0.01111346110701561, -0.01407422311604023, 0.01776457019150257, 0.02792787365615368, -0.06206570938229561, -0.0076436856761574745, -0.0796097069978714, -0.0021823951974511147, -0.016246013343334198, -0.005264047533273697, -0.02792787365615368, -0.05018872767686844, -0.04801693931221962, -0.023109212517738342, -0.01611027680337429, -0.027910906821489334, 0.04326614737510681, 0.01084198709577322, 0.003624600125476718, 0.021836677566170692, -0.055414602160453796, -0.02840295247733593, 0.05310707166790962, -0.019783657044172287, 0.058095406740903854, 0.0163987185806036, 0.06508585810661316, 0.03043900616466999, 0.021887579932808876, -0.08157789707183838, 0.03654716908931732, 0.034375376999378204, 0.0045599122531712055, 0.020326605066657066, -0.02560337819159031, -0.03990665823221207, -0.013132547959685326, -0.0372597873210907, -0.00924707856029272, 0.006125128827989101, 0.03627569600939751, -0.04801693931221962, 0.00008132285438477993, 0.01547401025891304, -0.011554606258869171, -0.0025853642728179693, -0.013658528216183186, -0.06793633103370667, 0.027520662173628807, 0.0391601026058197, -0.002432660199701786, 0.00598515011370182, -0.041060421615839005, 0.0003984621143899858, -0.05646656081080437, -0.06142095848917961, 0.013404021970927715, 0.0009172846912406385, -0.026926813647150993, -0.003181334352120757, -0.019749723374843597, 0.040076326578855515, 0.01493106223642826, 0.06515372544527054, 0.02146340161561966, -0.012470830231904984, -0.049340374767780304, 0.05585574731230736, 0.03780273348093033, -0.06742732226848602, -0.019664887338876724, -0.00810179766267538, 0.026163293048739433, 0.05168183520436287, -0.005768819246441126, 0.001078472356311977, -0.004197240341454744, -0.03929584100842476, -0.020038163289427757, -0.0012439016718417406, 0.011155879124999046, -0.008360546082258224, 0.024246009066700935, 0.014371147379279137, 0.04123009368777275, 0.014837742783129215, 0.022023316472768784, -0.0069989352487027645, 0.05171576887369156, 0.009696707129478455, 0.006956517696380615, 0.013717913068830967, 0.016602322459220886, 0.0007301162113435566, -0.045539740473032, 0.022905606776475906, -0.0160848256200552, -0.013760331086814404, 0.01069776713848114, -0.006082711275666952, -0.005098618566989899, 0.02171790786087513, -0.013361603952944279, 0.013242834247648716, -0.014006353914737701, -0.041705172508955, -0.021633073687553406 ]
38,780
pulp.apis.mipcl_api
readsol
Read a MIPCL solution file
@staticmethod def readsol(filename): """Read a MIPCL solution file""" with open(filename) as f: content = f.readlines() content = [l.strip() for l in content] values = {} if not len(content): return ( constants.LpStatusNotSolved, values, constants.LpSolutionNoSolutionFound, ) first_line = content[0] if first_line == "=infeas=": return constants.LpStatusInfeasible, values, constants.LpSolutionInfeasible objective, value = first_line.split() # this is a workaround. # Not sure if it always returns this limit when unbounded. if abs(float(value)) >= 9.999999995e10: return constants.LpStatusUnbounded, values, constants.LpSolutionUnbounded for line in content[1:]: name, value = line.split() values[name] = float(value) # I'm not sure how this solver announces the optimality # of a solution so we assume it is integer feasible return constants.LpStatusOptimal, values, constants.LpSolutionIntegerFeasible
(filename)
[ 0.050927042961120605, -0.012023377232253551, -0.02948407642543316, 0.0016632657498121262, -0.025138048455119133, -0.00727050518617034, -0.017049072310328484, -0.09212816506624222, 0.03792724385857582, -0.05265013873577118, -0.030537080019712448, 0.010175835341215134, -0.061074160039424896, -0.016761889681220055, -0.05272671952843666, 0.050888750702142715, -0.008199062198400497, -0.004271840676665306, -0.04564288258552551, 0.027282344177365303, 0.024563683196902275, 0.018015919253230095, 0.02017936110496521, 0.09672308713197708, 0.03595525771379471, -0.02393188141286373, 0.06658806651830673, -0.03607013076543808, -0.015354694798588753, -0.07145102322101593, -0.053033046424388885, 0.06823457777500153, -0.05705360323190689, 0.020236797630786896, -0.047940343618392944, -0.0032116584479808807, 0.07183393090963364, -0.013401852920651436, -0.06566908210515976, -0.011429866775870323, -0.055828291922807693, -0.01803506538271904, 0.008491030894219875, -0.01621624268591404, -0.04993147775530815, -0.03128375485539436, -0.013114670291543007, 0.0021179714240133762, 0.03210701048374176, -0.015584440901875496, 0.047404270619153976, -0.04682990536093712, -0.015469567850232124, -0.013631599023938179, -0.03986094146966934, 0.011535166762769222, -0.012396714650094509, 0.05533050745725632, 0.06605198979377747, -0.03894195705652237, -0.021940749138593674, 0.008199062198400497, 0.016197096556425095, -0.04346029460430145, -0.021730147302150726, 0.017977628856897354, -0.0023596833925694227, -0.03574465587735176, -0.011784058064222336, 0.0234532430768013, 0.015613159164786339, -0.014263400807976723, -0.03530431166291237, -0.002529599703848362, 0.07175735384225845, -0.00777307478711009, -0.027626963332295418, -0.03658705949783325, -0.017240526154637337, -0.002375239273533225, -0.027397217229008675, -0.020887745544314384, 0.0639076977968216, -0.04828496277332306, -0.053760576993227005, -0.0586235336959362, 0.12122933566570282, 0.008079403080046177, 0.04817008972167969, 0.015871623530983925, -0.013181679882109165, 0.06088270619511604, -0.025252921506762505, 0.03191555663943291, 0.037065695971250534, 0.003333711065351963, 0.014703747816383839, -0.015191958285868168, -0.04016726836562157, -0.020887745544314384, -0.04384320601820946, 0.052994757890701294, -0.04039701446890831, -0.004075599368661642, -0.00023528029851149768, -0.05751309543848038, 0.042120110243558884, 0.009266423992812634, 0.0505441315472126, -0.040703341364860535, -0.0724082961678505, -0.0020760907791554928, -0.06302700191736221, 0.01633111573755741, -0.005920747295022011, 0.04989318549633026, -0.034270454198122025, 0.05839378759264946, -0.021481256932020187, -0.003462943248450756, -0.03773579001426697, -0.0012289021397009492, -0.06088270619511604, 0.039899230003356934, 0.034672509878873825, 0.004135428927838802, -0.012291413731873035, -0.035763803869485855, 0.05471785366535187, -0.026057031005620956, 0.02174929343163967, -0.046102374792099, 0.0274929441511631, 0.01221483200788498, -0.000905223423615098, -0.028411928564310074, -0.04097137972712517, 0.0054564690217375755, 0.043039094656705856, 0.004434577655047178, 0.08799274265766144, 0.016809752210974693, -0.04280934855341911, -0.07083836942911148, -0.003580209333449602, 0.00660998560488224, 0.06586053967475891, -0.027875855565071106, -0.06126561388373375, 0.034883107990026474, -0.0045063733123242855, -0.037257153540849686, -0.08255541324615479, -0.028411928564310074, 0.045872628688812256, -0.02701430767774582, 0.034883107990026474, -0.06919185072183609, -0.002570284064859152, -0.05605803802609444, -0.03781237080693245, 0.03361950442194939, 0.03986094146966934, 0.0013569376897066832, -0.018082929775118828, -0.003328924532979727, -0.04391978681087494, -0.06685610115528107, -0.035285163670778275, 0.03752518817782402, -0.04820838198065758, -0.0274929441511631, -0.07447601109743118, -0.006322802975773811, 0.03553405776619911, -0.014962212182581425, 0.0011349694104865193, -0.001553179114125669, 0.05422006919980049, -0.0074236695654690266, -0.025329502299427986, -0.003946367185562849, -0.034270454198122025, 0.02232365868985653, 0.04713623225688934, 0.07826682180166245, 0.014722893014550209, 0.0007873589056544006, -0.02665054239332676, 0.0181978028267622, 0.012224405072629452, -0.04020556062459946, 0.0194039698690176, 0.01032899972051382, -0.019911324605345726, -0.036491330713033676, 0.02770354598760605, 0.0388079397380352, 0.0004080385551787913, -0.027971582487225533, 0.03239419311285019, 0.031838975846767426, 0.029177749529480934, 0.0586235336959362, -0.04671503230929375, 0.03869306668639183, -0.039899230003356934, -0.02337666042149067, -0.055215634405612946, 0.07769245654344559, -0.057283349335193634, -0.015383413061499596, -0.03513200208544731, -0.0037022619508206844, 0.03603183850646019, 0.014856911264359951, -0.004362781997770071, 0.01985388807952404, -0.0058489516377449036, 0.020485689863562584, 0.05835549905896187, -0.010041817091405392, 0.0055857012048363686, 0.007615124341100454, 0.04552800953388214, -0.0022077159956097603, 0.00841444917023182, 0.06352478265762329, 0.012875352054834366, 0.04277105629444122, 0.021098345518112183, -0.04908907413482666, 0.03404070809483528, -0.058049168437719345, 0.04200523719191551, 0.032126158475875854, -0.018063783645629883, 0.03348548710346222, -0.032815396785736084, 0.017412835732102394, -0.03260479494929314, -0.01876259408891201, -0.010874646715819836, 0.01354544423520565, -0.043039094656705856, -0.012166968546807766, 0.03658705949783325, 0.006169639062136412, 0.001394032035022974, 0.01564187742769718, 0.021079201251268387, -0.025942159816622734, -0.03465336188673973, 0.016321543604135513, 0.021136637777090073, -0.045757755637168884, -0.058049168437719345, -0.022553404793143272, 0.02850765734910965, -0.027435507625341415, 0.006844517774879932, 0.016321543604135513, 0.05142482742667198, 0.027646109461784363, -0.039401449263095856, 0.02167271077632904, -0.0293117668479681, 0.008261285722255707, 0.054526396095752716, -0.011391575448215008, 0.09557435661554337, 0.04602579399943352, -0.026784561574459076, 0.0014945459552109241, -0.007160418666899204, 0.007256146054714918, 0.044264405965805054, 0.026746269315481186, 0.018973195925354958, 0.038156989961862564, -0.012846633791923523, 0.029694678261876106, 0.004920394625514746, 0.019758161157369614, -0.017518136650323868, 0.027607817202806473, -0.048055216670036316, -0.05617291107773781, -0.011563885025680065, 0.012396714650094509, -0.0046356054954230785, 0.012023377232253551, 0.01803506538271904, -0.03260479494929314, 0.11050785332918167, 0.051616281270980835, 0.007787433918565512, -0.06295041739940643, 0.033830106258392334, 0.011286275461316109, -0.0073614465072751045, -0.05188431963324547, 0.030096733942627907, -0.0724082961678505, 0.002510454272851348, -0.055177345871925354, -0.005126208998262882, -0.04177549108862877, 0.009673266671597958, -0.002055748598650098, -0.003905683057382703, 0.020275089889764786, 0.0485147088766098, -0.025769850239157677, 0.006236648187041283, 0.017680874094367027, -0.015574867837131023, 0.007528969552367926, 0.04885932803153992, -0.028737403452396393, -0.0469064861536026, 0.011391575448215008, 0.007280078250914812, -0.05835549905896187, -0.016024786978960037, -0.010874646715819836, -0.014320837333798409, -0.028048165142536163, 0.05601974576711655, -0.025138048455119133, 0.026535669341683388, -0.001958824461326003, -0.031034862622618675, -0.011487302370369434, 0.031034862622618675, -0.03570636734366417, 0.07887948304414749, 0.014320837333798409, 0.01616837829351425, -0.04058846831321716, 0.09634017944335938, -0.03128375485539436, 0.011228838935494423, 0.0006102629704400897, 0.03402156010270119, -0.006442462559789419, 0.01686718873679638, -0.02643994241952896, -0.02705259807407856, -0.0030321693047881126, -0.06432889401912689, 0.0048318468034267426, -0.02211305871605873, 0.015086657367646694, -0.008591544814407825, 0.03126461058855057, 0.015392986126244068, -0.05923619121313095, 0.06291212886571884, 0.011353284120559692, -0.0019324993481859565, -0.03323659673333168, -0.027186617255210876, 0.029809551313519478, -0.03166666626930237, -0.02098347246646881, -0.0008166754269041121, -0.023108623921871185, 0.06183997914195061, 0.011898931115865707, -0.03024989739060402, -0.03264308720827103, -0.013564590364694595, -0.02228536829352379, -0.026554815471172333, 0.03716142475605011, -0.0220364760607481, 0.01592906005680561, -0.058814991265535355, -0.02247682213783264, 0.022495968267321587, -0.02923518605530262, 0.011477730236947536, 0.005920747295022011, -0.045796047896146774, -0.03712313249707222, 0.003874571528285742, -0.00028164833202026784, 0.006064338609576225, 0.06720072031021118, 0.02127065509557724, 0.010778918862342834, 0.03319830447435379, 0.014990930445492268, 0.00911804661154747, 0.008313935250043869, 0.05207577347755432, 0.026746269315481186, 0.017968056723475456, 0.0009590701083652675, -0.03526601940393448, 0.0010649686446413398, -0.024487100541591644, 0.013468862511217594, -0.028411928564310074, 0.006389812100678682, 0.035725511610507965, 0.014320837333798409, -0.0009686428820714355, 0.05138653516769409, 0.01010882668197155, 0.07007254660129547, 0.052343808114528656, -0.052994757890701294, -0.07083836942911148, 0.017211807891726494, -0.025176338851451874, 0.0008202652097679675, 0.028124745935201645, -0.017680874094367027, 0.05533050745725632, -0.03773579001426697, 0.050927042961120605, 0.00962540227919817, -0.025942159816622734, -0.004664323758333921, -0.00435560243204236, -0.015603586100041866, -0.038156989961862564, -0.018054211512207985, -0.04675332084298134, 0.04499193653464317, 0.015823759138584137, -0.07872631400823593, -0.033140867948532104, -0.05280330032110214, -0.040818214416503906, 0.020083634182810783, 0.02155783772468567, -0.0069450316950678825, 0.05705360323190689, 0.03846332058310509, 0.03227932006120682, 0.03279624879360199, -0.01003224402666092, -0.05039096996188164, -0.005322450306266546, -0.02697601541876793, -0.05770455300807953, -0.03310257941484451, -0.03865477442741394, -0.005135781597346067, 0.017116080969572067, 0.009869507513940334, 0.055943164974451065, 0.010099253617227077, -0.037754934281110764, 0.022419385612010956, -0.0039032897911965847, -0.005284159444272518, 0.04012897610664368, 0.030594516545534134, 0.0731741189956665, -0.0331600159406662, 0.00029047319549135864, -0.060920994728803635, -0.006428103428333998, 0.020447399467229843, -0.013047661632299423, -0.03781237080693245, -0.04548972100019455, -0.012789197266101837, -0.028660820797085762, -0.061035867780447006, -0.012243550270795822, 0.007624697405844927, 0.00696417735889554, 0.06463522464036942, 0.03808040916919708, 0.015392986126244068, 0.048667874187231064, -0.05184602737426758, 0.009453092701733112, 0.02894800342619419, -0.0029244758188724518, -0.05199918895959854, 0.009012746624648571, -0.036376457661390305, -0.06203143671154976, -0.046446993947029114, -0.003690296085551381, 0.015948206186294556, 0.03509370982646942, 0.00577236944809556, 0.030460497364401817, -0.02130894735455513, 0.0210217647254467, 0.007725211326032877, 0.04062676057219505, 0.0068110134452581406, 0.00788794830441475, -0.03268137574195862, -0.09320031851530075, -0.008960096165537834, 0.0639076977968216, 0.006624344736337662, -0.02251511439681053, 0.01510580349713564, 0.006571694277226925, -0.022610841318964958, -0.05353083088994026, -0.024716846644878387, 0.04594920948147774, 0.017460700124502182, 0.0003455165424384177, 0.06877065449953079, -0.010970374569296837, 0.03298770636320114, -0.040818214416503906, 0.018331820145249367, -0.012722187675535679, -0.037180569022893906, 0.03346634283661842, 0.027358926832675934, -0.022055622190237045, 0.012042522430419922, -0.022859733551740646, -0.08454655110836029, -0.0005794506869278848, 0.03752518817782402, 0.03966948762536049, -0.05965739116072655, 0.03323659673333168, 0.02086859941482544, -0.030422206968069077, 0.031360335648059845, 0.0351702906191349, -0.04751914367079735, -0.05399032309651375, -0.017527708783745766, -0.018810458481311798, 0.03471079841256142, 0.026861142367124557, 0.03226017579436302, 0.028928857296705246, 0.022342804819345474, -0.016063079237937927, 0.04395807906985283, -0.027933292090892792, -0.014646311290562153, 0.027263198047876358, 0.008869155310094357, -0.002721054945141077, -0.05314791947603226, 0.05640265718102455, -0.018465839326381683, 0.009917371906340122, 0.005322450306266546, -0.005781942512840033, -0.007385378237813711, -0.005226722918450832, -0.03189641237258911, 0.003838673699647188, 0.014091091230511665, -0.09794840216636658, -0.009386084042489529, -0.016512997448444366, 0.04257960245013237, 0.009754634462296963, 0.015067512169480324, 0.062414344400167465, -0.02967553213238716, 0.03471079841256142, -0.0016213849885389209, 0.006418530363589525, -0.027282344177365303, 0.027588672935962677, -0.03214530274271965, -0.012482869438827038, 0.06616686284542084, -0.023395806550979614, 0.03178153932094574, -0.005987756419926882, -0.03549576550722122, 0.007864016108214855, 0.07864973694086075, -0.05276501178741455, -0.016589580103754997, 0.00891701877117157, 0.07700321823358536, -0.006002115551382303, -0.002857466693967581, 0.025942159816622734, -0.017116080969572067, -0.017250100150704384, 0.04280934855341911, -0.03526601940393448, -0.0021419033873826265, 0.050122931599617004, 0.032489921897649765, -0.11824263632297516, -0.03170495480298996, -0.05720676854252815, 0.0019995085895061493, 0.012262695468962193, 0.01212867721915245, 0.022993750870227814, -0.05935106426477432, -0.0050448402762413025, -0.003908076323568821, 0.014732466079294682, -0.05069729685783386, 0.0181978028267622, -0.012779624201357365, -0.05716847628355026, 0.0054564690217375755, 0.026593105867505074, 0.006495112553238869, 0.001897798152640462, -0.07493550330400467, -0.0202176533639431, -0.014770756475627422, 0.01743198186159134, -0.014100664295256138, 0.013468862511217594, 0.04621724784374237, 0.01003224402666092, -0.054449815303087234, -0.05196090042591095, 0.04571946710348129, 0.008371371775865555, 0.045259974896907806, 0.02680370584130287, 0.02908202074468136, -0.008754282258450985, 0.024314790964126587, 0.07106811553239822, -0.004087565466761589, -0.02959894947707653, 0.03683594986796379, -0.05647923797369003, 0.024199917912483215, -0.031800683587789536, -0.05935106426477432, 0.02207476645708084, 0.032930269837379456, -0.02046654373407364, -0.012990225106477737, 0.09557435661554337, 0.027550380676984787, -0.013449717313051224, 0.004178506322205067, -0.03890366479754448, -0.011133111082017422, 0.013296552933752537, -0.04411124438047409, 0.022993750870227814, 0.013229543343186378, 0.00014381564687937498, -0.006930672563612461, -0.04614066705107689, 0.0005342792137525976, 0.045183390378952026, -0.03377266973257065, 0.0015101017197594047, -0.012396714650094509, -0.00919941533356905, 0.011860639788210392, 0.025118902325630188, 0.03231761232018471, 0.06842603534460068, 0.008548467420041561, 0.02693772502243519, 0.0651330053806305, -0.0000060250381466175895, -0.005734078586101532, 0.0021407066378742456, 0.005126208998262882, -0.014406992122530937, -0.0009584718500263989, 0.08002820611000061, 0.036663640290498734, -0.01613966003060341, -0.010013098828494549, 0.04330713301897049, 0.0030130238737910986, -0.01330612599849701, 0.001750617055222392, 0.024525390937924385, 0.027301490306854248, -0.0489359088242054, 0.04602579399943352, 0.013095525093376637, 0.03861648216843605, 0.01815951056778431, 0.005997329484671354, -0.07700321823358536, 0.01099909283220768, 0.022189639508724213, 0.018772168084979057, 0.022668277844786644, -0.016034360975027084, 0.031149735674262047, 0.039937522262334824, -0.015182385221123695, -0.018753021955490112, -0.02879483997821808, 0.0036161071620881557, -0.056632403284311295, -0.01411023736000061, 0.009194628335535526, 0.052918173372745514, -0.006011688616126776, -0.010367291048169136, 0.048744454979896545, 0.06298871338367462, -0.031800683587789536, -0.011276702396571636, -0.04135429114103317, -0.01372732687741518, -0.027799272909760475, 0.042081817984580994, -0.008940950967371464, -0.0014586481265723705, -0.03415558114647865, 0.020753726363182068, -0.000825051567517221, -0.07248488068580627, -0.0033097791019827127, 0.0578194260597229, -0.010472591035068035, 0.017690446227788925, -0.05766626074910164, -0.02450624667108059, 0.02138552814722061, -0.015862051397562027, 0.017096934840083122, 0.031762391328811646, 0.021328091621398926, 0.03739117085933685, 0.006676994729787111, 0.02171100303530693, 0.0022783151362091303, 0.004891676362603903, -0.06141877919435501, 0.011994658969342709, 0.008778213523328304, 0.06972792744636536, -0.044455863535404205, 0.04319225996732712, 0.012147822417318821, -0.0029508008155971766, 0.09411930292844772, 0.029464932158589363, -0.0014418958453461528, -0.07378677278757095, 0.03731459006667137, -0.054564688354730606, -0.0023895984049886465, 0.0019205334829166532, -0.02956065908074379, 0.007605551742017269, 0.03250906616449356, 0.10055219382047653, -0.04238814860582352, -0.0412394180893898, -0.04667674005031586, 0.027952436357736588 ]
38,788
pulp.apis.mosek_api
MOSEK
Mosek lp and mip solver (via Mosek Optimizer API).
class MOSEK(LpSolver): """Mosek lp and mip solver (via Mosek Optimizer API).""" name = "MOSEK" try: global mosek import mosek env = mosek.Env() except ImportError: def available(self): """True if Mosek is available.""" return False def actualSolve(self, lp, callback=None): """Solves a well-formulated lp problem.""" raise PulpSolverError("MOSEK : Not Available") else: def __init__( self, mip=True, msg=True, timeLimit: Optional[float] = None, options: Optional[dict] = None, task_file_name="", sol_type=mosek.soltype.bas, ): """Initializes the Mosek solver. Keyword arguments: @param mip: If False, then solve MIP as LP. @param msg: Enable Mosek log output. @param float timeLimit: maximum time for solver (in seconds) @param options: Accepts a dictionary of Mosek solver parameters. Ignore to use default parameter values. Eg: options = {mosek.dparam.mio_max_time:30} sets the maximum time spent by the Mixed Integer optimizer to 30 seconds. Equivalently, one could also write: options = {"MSK_DPAR_MIO_MAX_TIME":30} which uses the generic parameter name as used within the solver, instead of using an object from the Mosek Optimizer API (Python), as before. @param task_file_name: Writes a Mosek task file of the given name. By default, no task file will be written. Eg: task_file_name = "eg1.opf". @param sol_type: Mosek supports three types of solutions: mosek.soltype.bas (Basic solution, default), mosek.soltype.itr (Interior-point solution) and mosek.soltype.itg (Integer solution). For a full list of Mosek parameters (for the Mosek Optimizer API) and supported task file formats, please see https://docs.mosek.com/9.1/pythonapi/parameters.html#doc-all-parameter-list. """ self.mip = mip self.msg = msg self.timeLimit = timeLimit self.task_file_name = task_file_name self.solution_type = sol_type if options is None: options = {} self.options = options if self.timeLimit is not None: timeLimit_keys = {"MSK_DPAR_MIO_MAX_TIME", mosek.dparam.mio_max_time} if not timeLimit_keys.isdisjoint(self.options.keys()): raise ValueError( "timeLimit parameter has been provided trough `timeLimit` and `options`." ) self.options["MSK_DPAR_MIO_MAX_TIME"] = self.timeLimit def available(self): """True if Mosek is available.""" return True def setOutStream(self, text): """Sets the log-output stream.""" sys.stdout.write(text) sys.stdout.flush() def buildSolverModel(self, lp, inf=1e20): """Translate the problem into a Mosek task object.""" self.cons = lp.constraints self.numcons = len(self.cons) self.cons_dict = {} i = 0 for c in self.cons: self.cons_dict[c] = i i = i + 1 self.vars = list(lp.variables()) self.numvars = len(self.vars) self.var_dict = {} # Checking for repeated names lp.checkDuplicateVars() self.task = MOSEK.env.Task() self.task.appendcons(self.numcons) self.task.appendvars(self.numvars) if self.msg: self.task.set_Stream(mosek.streamtype.log, self.setOutStream) # Adding variables for i in range(self.numvars): vname = self.vars[i].name self.var_dict[vname] = i self.task.putvarname(i, vname) # Variable type (Default: Continuous) if self.mip & (self.vars[i].cat == constants.LpInteger): self.task.putvartype(i, mosek.variabletype.type_int) self.solution_type = mosek.soltype.itg # Variable bounds vbkey = mosek.boundkey.fr vup = inf vlow = -inf if self.vars[i].lowBound != None: vlow = self.vars[i].lowBound if self.vars[i].upBound != None: vup = self.vars[i].upBound vbkey = mosek.boundkey.ra else: vbkey = mosek.boundkey.lo elif self.vars[i].upBound != None: vup = self.vars[i].upBound vbkey = mosek.boundkey.up self.task.putvarbound(i, vbkey, vlow, vup) # Objective coefficient for the current variable. self.task.putcj(i, lp.objective.get(self.vars[i], 0.0)) # Coefficient matrix self.A_rows, self.A_cols, self.A_vals = zip( *[ [self.cons_dict[row], self.var_dict[col], coeff] for col, row, coeff in lp.coefficients() ] ) self.task.putaijlist(self.A_rows, self.A_cols, self.A_vals) # Constraints self.constraint_data_list = [] for c in self.cons: cname = self.cons[c].name if cname != None: self.task.putconname(self.cons_dict[c], cname) else: self.task.putconname(self.cons_dict[c], c) csense = self.cons[c].sense cconst = -self.cons[c].constant clow = -inf cup = inf # Constraint bounds if csense == constants.LpConstraintEQ: cbkey = mosek.boundkey.fx clow = cconst cup = cconst elif csense == constants.LpConstraintGE: cbkey = mosek.boundkey.lo clow = cconst elif csense == constants.LpConstraintLE: cbkey = mosek.boundkey.up cup = cconst else: raise PulpSolverError("Invalid constraint type.") self.constraint_data_list.append([self.cons_dict[c], cbkey, clow, cup]) self.cons_id_list, self.cbkey_list, self.clow_list, self.cup_list = zip( *self.constraint_data_list ) self.task.putconboundlist( self.cons_id_list, self.cbkey_list, self.clow_list, self.cup_list ) # Objective sense if lp.sense == constants.LpMaximize: self.task.putobjsense(mosek.objsense.maximize) else: self.task.putobjsense(mosek.objsense.minimize) def findSolutionValues(self, lp): """ Read the solution values and status from the Mosek task object. Note: Since the status map from mosek.solsta to LpStatus is not exact, it is recommended that one enables the log output and then refer to Mosek documentation for a better understanding of the solution (especially in the case of mip problems). """ self.solsta = self.task.getsolsta(self.solution_type) self.solution_status_dict = { mosek.solsta.optimal: constants.LpStatusOptimal, mosek.solsta.prim_infeas_cer: constants.LpStatusInfeasible, mosek.solsta.dual_infeas_cer: constants.LpStatusUnbounded, mosek.solsta.unknown: constants.LpStatusUndefined, mosek.solsta.integer_optimal: constants.LpStatusOptimal, mosek.solsta.prim_illposed_cer: constants.LpS
(mip=True, msg=True, options=None, timeLimit=None, *args, **kwargs)
[ 0.06325091421604156, -0.018809912726283073, -0.05105547606945038, 0.07532232999801636, -0.01940934918820858, -0.031666796654462814, -0.07461954653263092, -0.05006330832839012, 0.01569904200732708, -0.06023306027054787, -0.050683412700891495, -0.013570008799433708, 0.01758003421127796, 0.005503449589014053, -0.029537763446569443, 0.06750898063182831, 0.02697465568780899, -0.031170712783932686, 0.003862750018015504, 0.027470741420984268, 0.003369248239323497, -0.01803477853536606, 0.026850633323192596, 0.03139808401465416, -0.0061235567554831505, -0.012205773033201694, 0.03162545710802078, -0.014975584112107754, 0.0041030412539839745, -0.06196936219930649, -0.07313128560781479, 0.03193551301956177, -0.02794615551829338, -0.02391546033322811, 0.031088031828403473, 0.011637342162430286, 0.04919515550136566, 0.015637032687664032, -0.0341472253203392, -0.02761543169617653, 0.0003132832353003323, -0.052419714629650116, 0.009224091656506062, -0.015719713643193245, -0.006237243302166462, 0.014210785739123821, -0.028607603162527084, 0.10500478744506836, 0.07974576205015182, -0.019833089783787727, 0.03596620634198189, -0.05729788914322853, -0.008381780236959457, -0.008283596485853195, -0.04667338728904724, 0.04642534628510475, 0.016401831060647964, 0.038115911185741425, 0.03943880647420883, -0.07478490471839905, -0.0045422837138175964, 0.01775573007762432, 0.034085214138031006, 0.027884146198630333, -0.04173320159316063, 0.03892204910516739, -0.03664832562208176, -0.015223626978695393, 0.058207377791404724, 0.045970600098371506, 0.012350465171039104, -0.05138619989156723, -0.017993438988924026, 0.020969951525330544, 0.08408651500940323, -0.034374598413705826, -0.05552024766802788, -0.06209338456392288, -0.037867870181798935, -0.024659588932991028, 0.002989432541653514, 0.007126063108444214, -0.019750408828258514, -0.05535488575696945, 0.0028576599434018135, -0.014128104783594608, 0.05709118768572807, 0.009089735336601734, 0.0476655587553978, -0.058827485889196396, -0.04105108603835106, 0.06225874647498131, -0.0016368241049349308, 0.07441284507513046, 0.04016226530075073, -0.00857297983020544, -0.034622643142938614, -0.05787665396928787, -0.05332920327782631, -0.048244327306747437, 0.006893523037433624, -0.019864095374941826, -0.020618557929992676, -0.0014546677703037858, 0.01656719297170639, -0.047872260212898254, -0.021559054031968117, 0.06837713718414307, 0.03852931782603264, -0.04214660823345184, -0.08714570850133896, 0.07110560685396194, -0.06713692098855972, -0.022282512858510017, -0.05101413652300835, 0.03544945269823074, -0.043448831886053085, -0.001324186916463077, -0.03823993355035782, 0.019977781921625137, -0.045433174818754196, 0.008748676627874374, -0.06817042827606201, -0.000569077383261174, 0.015967756509780884, 0.013063588179647923, 0.017414672300219536, 0.039025403559207916, 0.07255252450704575, -0.09814227372407913, -0.010464305989444256, -0.04638400673866272, 0.028400901705026627, 0.03226623684167862, -0.024969642981886864, -0.022633906453847885, -0.05560293048620224, -0.0208459310233593, -0.00866082776337862, 0.011875049211084843, 0.020050127059221268, 0.012422810308635235, -0.04576389864087105, -0.0197297390550375, 0.04144381731748581, -0.05113815888762474, 0.034663982689380646, -0.04115443676710129, -0.017083948478102684, 0.016360489651560783, -0.026189185678958893, -0.03547012060880661, -0.03503604605793953, -0.03838462382555008, 0.026416558772325516, 0.01911996677517891, 0.03272097930312157, -0.020360181108117104, -0.01581272855401039, -0.041464488953351974, -0.05444539710879326, -0.047045450657606125, 0.023398704826831818, 0.016908250749111176, 0.010154252871870995, 0.0036560476291924715, -0.003991939127445221, 0.016660207882523537, -0.0024662173818796873, 0.06205204129219055, -0.022985300049185753, -0.052088990807533264, -0.04303542524576187, -0.009136243723332882, -0.0178280770778656, 0.01602976582944393, 0.017052942886948586, -0.023067981004714966, 0.02045319601893425, -0.006051211152225733, -0.018107125535607338, 0.032431598752737045, -0.07238715887069702, 0.032576289027929306, -0.015295973047614098, 0.055478908121585846, 0.025941142812371254, -0.024514896795153618, -0.0026948817539960146, -0.008981216698884964, -0.04576389864087105, -0.03146009519696236, 0.02596181444823742, 0.029248381033539772, -0.012670853175222874, 0.03532543033361435, 0.03974885866045952, 0.026085834950208664, 0.047872260212898254, 0.0024830119218677282, -0.0037438960280269384, 0.01409709919244051, 0.02387412078678608, 0.02649923972785473, 0.004914348013699055, -0.0027775627095252275, -0.004761904943734407, 0.021414361894130707, -0.005219234153628349, 0.05837273970246315, -0.007115728221833706, -0.03377516195178032, -0.004379505757242441, 0.023646747693419456, 0.10641036182641983, -0.027698112651705742, -0.00705888494849205, 0.03139808401465416, -0.019760742783546448, 0.014706871472299099, -0.007482624612748623, 0.0037749013863503933, -0.015275303274393082, 0.007043382152915001, 0.020546212792396545, -0.01980208419263363, 0.00439242459833622, 0.02740873023867607, 0.061928022652864456, -0.004568121861666441, 0.011544325388967991, -0.01329096034169197, -0.014644860289990902, -0.012526161968708038, 0.014148775488138199, -0.019564377143979073, -0.07118828594684601, 0.0208459310233593, -0.043159447610378265, -0.04865773022174835, -0.03993489220738411, -0.0386119969189167, -0.003862750018015504, -0.006531794089823961, -0.020515207201242447, 0.034622643142938614, 0.07395809888839722, 0.008350774645805359, 0.00671782623976469, 0.03410588577389717, 0.04377955570816994, -0.06118389219045639, -0.048740413039922714, 0.0036353773903101683, -0.04361419379711151, -0.02999250963330269, 0.019564377143979073, 0.009890707209706306, 0.025155674666166306, -0.015637032687664032, 0.0012169600231572986, 0.015254632569849491, -0.015254632569849491, 0.06167997792363167, -0.015823064371943474, 0.018313826993107796, 0.016939256340265274, -0.024866292253136635, -0.023398704826831818, -0.01764204539358616, 0.08429321646690369, 0.07685192674398422, -0.05415601283311844, -0.0007525256951339543, -0.0371650792658329, 0.027284709736704826, -0.025362377986311913, 0.019533371552824974, -0.05031134933233261, 0.02197245880961418, 0.0327623225748539, 0.019781414419412613, -0.004955688491463661, 0.005369093269109726, -0.07412345707416534, -0.029269050806760788, -0.03972819074988365, -0.05312250182032585, 0.004503527190536261, -0.00469214329496026, -0.027346719056367874, 0.0035191073548048735, 0.042622022330760956, -0.007756505161523819, 0.08297032117843628, 0.018107125535607338, -0.0028809139039367437, -0.020370515063405037, 0.019471360370516777, -0.0416918620467186, 0.059364911168813705, -0.02668527141213417, 0.012402140535414219, -0.04332480952143669, -0.004374338313937187, -0.00950830802321434, 0.03735111281275749, -0.03329974785447121, 0.037144411355257034, 0.012019741348922253, -0.008479963056743145, -0.013187609612941742, 0.04551585391163826, 0.036131568253040314, -0.005087461322546005, 0.027305379509925842, 0.03485001623630524, 0.0007092474261298776, 0.03648296371102333, 0.06614474952220917, -0.02935173176229, -0.033692482858896255, 0.03255561739206314, -0.051799606531858444, 0.0491124764084816, -0.05370126664638519, 0.03687569871544838, -0.028648944571614265, 0.02643722854554653, -0.03021988272666931, -0.026375219225883484, -0.011720022186636925, -0.000331692659528926, 0.01724931038916111, 0.005854843650013208, 0.0024093741085380316, 0.03137741610407829, -0.026664601638913155, 0.02048420161008835, -0.02232385240495205, 0.1026897206902504, -0.002247887896373868, -0.09094902873039246, 0.02891765721142292, 0.02188977785408497, -0.029124360531568527, 0.04444100335240364, -0.010526316240429878, 0.02042219042778015, 0.018913263455033302, -0.029083019122481346, 0.08342506736516953, 0.007585975807160139, 0.05928223207592964, 0.040927063673734665, 0.03720642253756523, 0.005369093269109726, -0.052957139909267426, 0.04171253368258476, -0.03985220938920975, 0.0018409426556900144, 0.014345142059028149, -0.016484512016177177, 0.03265896812081337, -0.016660207882523537, -0.032576289027929306, -0.018706561997532845, -0.021476373076438904, 0.08871664106845856, -0.03389918431639671, -0.018778907135128975, -0.061845339834690094, 0.029103688895702362, 0.01237113494426012, -0.01627780869603157, 0.05593365430831909, -0.030633287504315376, 0.03356846049427986, -0.03751647472381592, -0.02164173498749733, 0.03677234798669815, -0.027015995234251022, -0.009802858345210552, 0.01053148414939642, -0.012877555564045906, -0.033651139587163925, 0.018520530313253403, -0.0015670621069148183, 0.04468904435634613, 0.026561250910162926, 0.06506989896297455, 0.027925485745072365, 0.03575950488448143, 0.007477457169443369, 0.03332041576504707, 0.016629202291369438, 0.021373022347688675, 0.0475415363907814, -0.026065165176987648, -0.025072993710637093, -0.017331991344690323, -0.049608562141656876, 0.0006207529804669321, 0.03666899353265762, -0.01017492264509201, -0.040348295122385025, 0.05564427003264427, 0.004126295447349548, 0.005128801800310612, 0.08689766377210617, -0.028710955753922462, 0.007642819080501795, 0.0026767952367663383, -0.034043874591588974, -0.07887761294841766, -0.009399788454174995, -0.018241481855511665, 0.005133969243615866, 0.07660388946533203, -0.013239284977316856, 0.03485001623630524, 0.019057955592870712, 0.08656693994998932, -0.00515722343698144, -0.039955563843250275, -0.025796452537178993, -0.02329535409808159, 0.009590988978743553, -0.0639537051320076, -0.001279616728425026, -0.04086505249142647, 0.026209857314825058, 0.006252745632082224, -0.05614035576581955, -0.028111517429351807, 0.019750408828258514, -0.0009521226747892797, -0.035842183977365494, 0.06085316836833954, -0.03377516195178032, 0.04750019684433937, 0.031212054193019867, 0.016556857153773308, -0.01573004759848118, 0.029083019122481346, -0.0038963390979915857, -0.02931039221584797, 0.0015528512885794044, -0.06221740320324898, 0.013869727030396461, 0.022840607911348343, 0.05270909518003464, 0.01940934918820858, 0.006774669047445059, 0.02420484460890293, -0.011875049211084843, -0.028855646029114723, -0.03569749370217323, -0.03075730800628662, -0.013921402394771576, 0.03464331105351448, 0.00364571250975132, 0.050435371696949005, 0.025755111128091812, 0.008216418325901031, 0.02232385240495205, 0.016680879518389702, 0.020174147561192513, -0.02401881106197834, -0.049897946417331696, -0.053494565188884735, -0.01573004759848118, -0.041609179228544235, -0.027987496927380562, -0.034663982689380646, -0.014190115965902805, -0.0003187737602274865, 0.05833140015602112, 0.023750098422169685, 0.0022220502141863108, 0.04390357807278633, -0.05469343811273575, 0.05035268887877464, 0.031067362055182457, -0.034374598413705826, -0.03309304639697075, 0.045970600098371506, -0.0765625461935997, -0.05969563499093056, -0.04861639067530632, -0.04191923514008522, -0.032534949481487274, 0.058248721063137054, 0.04198124632239342, -0.002432628069072962, 0.029765136539936066, -0.013580343686044216, -0.030943339690566063, 0.03687569871544838, -0.041464488953351974, -0.005053872242569923, 0.020649563521146774, -0.06151461601257324, -0.01700126752257347, 0.046508025377988815, -0.00531224999576807, -0.05585097149014473, -0.0028292383067309856, -0.04915381595492363, -0.017435342073440552, -0.016050437465310097, -0.05022867023944855, 0.01944035477936268, -0.02001912146806717, 0.016112446784973145, 0.0256724301725626, -0.016918586567044258, 0.022055139765143394, -0.045143790543079376, -0.046259984374046326, 0.005009947810322046, 0.0010212387423962355, 0.03377516195178032, 0.03596620634198189, -0.00981319323182106, 0.04559853672981262, -0.05564427003264427, -0.03551146015524864, 0.016577526926994324, 0.07610780000686646, -0.010262771509587765, -0.05258507654070854, 0.004002274014055729, 0.06221740320324898, 0.03280366212129593, 0.012112757191061974, -0.01663953810930252, -0.04630132392048836, -0.049071136862039566, -0.009456631727516651, -0.037433791905641556, 0.0513448603451252, 0.0326383002102375, -0.0327003113925457, 0.00243133632466197, 0.05886882543563843, 0.0069141932763159275, 0.06180400028824806, -0.0870630219578743, -0.02319200336933136, 0.016370825469493866, 0.04419295862317085, 0.06031574308872223, 0.009942382574081421, 0.06378833949565887, -0.011368628591299057, 0.03561481460928917, -0.004405343439429998, 0.0378885380923748, 0.012546831741929054, -0.02063922770321369, -0.022489214316010475, -0.02881430648267269, -0.023088650777935982, -0.03513939678668976, 0.0037619825452566147, -0.04224995896220207, -0.0068315123207867146, 0.017063278704881668, 0.005061623640358448, 0.05254373326897621, -0.05283311754465103, 0.01883058249950409, -0.03931478410959244, -0.043159447610378265, -0.0001364558411296457, 0.023956801742315292, 0.04072036221623421, -0.04576389864087105, 0.019461024552583694, 0.012536496855318546, 0.05700850486755371, 0.005617136135697365, -0.02682996354997158, 0.037144411355257034, 0.044813066720962524, -0.022840607911348343, 0.004369170870631933, 0.00010004069918068126, 0.04406893998384476, -0.014965249225497246, 0.04936051741242409, -0.038157250732183456, -0.02654058113694191, -0.022964630275964737, 0.043159447610378265, -0.011368628591299057, 0.013683694414794445, 0.08582281321287155, 0.02348138578236103, -0.0773480162024498, -0.027140017598867416, -0.022199831902980804, -0.031708139926195145, -0.009963052347302437, 0.024080822244286537, -0.05316384136676788, -0.013404646888375282, 0.05758727341890335, 0.048492368310689926, 0.008386947214603424, -0.031563445925712585, 0.029475754126906395, -0.01700126752257347, -0.08164742588996887, -0.017983103170990944, -0.015295973047614098, 0.03265896812081337, 0.04973258450627327, -0.046508025377988815, 0.020825261250138283, 0.01659819856286049, 0.02858693338930607, -0.0215383842587471, -0.014851562678813934, 0.028008166700601578, 0.01851019449532032, -0.08979149907827377, -0.014696536585688591, -0.008397282101213932, -0.004779991693794727, 0.025341706350445747, 0.028834976255893707, 0.016587862744927406, 0.01911996677517891, 0.008728005923330784, 0.0468800887465477, -0.002689714077860117, 0.0037413123063743114, 0.019781414419412613, -0.02635454759001732, 0.03398186340928078, 0.021269671618938446, -0.028938326984643936, 0.00515722343698144, 0.022447874769568443, 0.014314137399196625, 0.007518797647207975, 0.06486319750547409, 0.039666179567575455, -0.0432007871568203, 0.017331991344690323, -0.05332920327782631, -0.03371315076947212, -0.0027439736295491457, -0.004407927393913269, -0.0045267813839018345, -0.019430020824074745, -0.004885926377028227, -0.013621684163808823, -0.06556598097085953, 0.0025295198429375887, 0.025010982528328896, -0.07619047909975052, 0.003834328381344676, -0.012629512697458267, 0.013187609612941742, 0.01659819856286049, 0.011802703142166138, 0.08284629881381989, 0.003482934320345521, -0.05556158721446991, 0.02499031275510788, 0.02362607792019844, 0.04725215584039688, -0.00548277935013175, 0.03542878106236458, -0.013507997617125511, -0.03526341915130615, -0.01883058249950409, 0.07619047909975052, 0.04973258450627327, -0.007157068699598312, 0.002467509126290679, 0.0069917067885398865, 0.03511872887611389, 0.003862750018015504, 0.0017957265954464674, 0.014572515152394772, -0.016722219064831734, -0.01388006191700697, 0.03503604605793953, 0.018789242953062057, 0.02552773803472519, -0.012577837333083153, -0.012660518288612366, -0.08127535879611969, -0.006753998808562756, 0.0060357083566486835, 0.0019094129092991352, 0.001310621970333159, -0.03148076683282852, -0.020804589614272118, -0.010521149262785912, -0.028834976255893707, 0.052626416087150574, -0.06788104772567749, -0.01875823736190796, 0.014510503970086575, -0.03805390000343323, 0.027015995234251022, 0.06783970445394516, 0.04336614906787872, -0.09632328897714615, 0.017879752442240715, -0.008175077848136425, -0.022489214316010475, 0.020587552338838577, -0.04129912704229355, 0.007844354026019573, 0.00398677121847868, 0.036028217524290085, 0.029661785811185837, -0.06225874647498131, -0.012960236519575119, 0.01746634766459465, -0.005307082552462816, -0.10260704159736633, 0.026230527088046074, 0.03838462382555008, -0.031604789197444916, 0.03208020329475403, -0.039190761744976044, -0.005136553198099136, 0.005092628765851259, -0.0682944506406784, 0.01062449999153614, 0.021228330209851265, -0.03177015110850334, 0.06064646691083908, -0.00029293596162460744, -0.016112446784973145, -0.02858693338930607, 0.006676485762000084, -0.020329175516963005, 0.016040101647377014, 0.013425316661596298, 0.03431258723139763, -0.022716587409377098, 0.0017453428590670228, 0.05469343811273575, -0.001324186916463077, 0.02858693338930607, 0.003746479982510209, 0.02585846185684204, -0.03761982545256615, 0.017693720757961273, -0.0064801182597875595, -0.008123401552438736, -0.03172880783677101, -0.0245562382042408, 0.0069968742318451405, 0.004190890118479729, 0.07379273325204849, 0.02063922770321369, 0.0031883835326880217, -0.003805906744673848, 0.02509366348385811 ]
38,791
pulp.apis.mosek_api
actualSolve
Solves a well-formulated lp problem.
def actualSolve(self, lp, callback=None): """Solves a well-formulated lp problem.""" raise PulpSolverError("MOSEK : Not Available")
(self, lp, callback=None)
[ 0.02411430887877941, -0.01457083597779274, -0.039741743355989456, 0.10613703727722168, -0.047206100076436996, -0.015048010274767876, -0.02450627274811268, -0.03331694006919861, 0.04107101261615753, -0.00042125480831600726, 0.0036938348785042763, -0.03674236685037613, 0.010685279965400696, -0.05937402695417404, -0.0694628432393074, 0.07253038883209229, 0.02285320684313774, -0.025392452254891396, -0.028187325224280357, 0.03578801825642586, -0.023637134581804276, 0.006271424237638712, 0.02239307388663292, 0.05559072270989418, 0.014971321448683739, -0.01726345904171467, 0.048501286655664444, -0.014272603206336498, -0.0070766545832157135, -0.044002220034599304, -0.03466325253248215, 0.05337527394294739, -0.004916592035442591, 0.03445874899625778, 0.0013953066663816571, 0.032038796693086624, 0.04853536933660507, 0.01086421962827444, -0.0007722117006778717, -0.046660758554935455, -0.026909181848168373, -0.025852583348751068, 0.02563103847205639, 0.027539731934666634, 0.0070766545832157135, -0.011366956867277622, -0.0028502601198852062, 0.09263984113931656, 0.05204600468277931, -0.0213194340467453, -0.035515349358320236, -0.028050990775227547, 0.0061478703282773495, -0.032498929649591446, -0.040866509079933167, 0.05801067501306534, 0.03122078627347946, 0.025426534935832024, 0.0753934234380722, -0.04001441225409508, -0.009978040121495724, 0.030215313658118248, 0.02702847495675087, 0.015269555151462555, 0.0001315422705374658, 0.018609769642353058, -0.03125486895442009, -0.016888536512851715, 0.0026521477848291397, 0.02469373308122158, 0.010242190212011337, 0.025750331580638885, -0.03440762311220169, 0.027982821688055992, 0.08221019059419632, 0.027232978492975235, -0.0037705234717577696, -0.06752005964517593, -0.025204990059137344, 0.039912160485982895, -0.02748860791325569, 0.007097957190126181, -0.022733913734555244, 0.003401992144063115, -0.015934189781546593, -0.06700880825519562, 0.03756037726998329, -0.010446692816913128, 0.07743845880031586, -0.015951231122016907, -0.02406318299472332, 0.02365417592227459, -0.004933633841574192, 0.05051223188638687, 0.011222099885344505, 0.019461866468191147, 0.011418081820011139, -0.02000720612704754, -0.018115554004907608, -0.0420253612101078, 0.009390094317495823, 0.06298691034317017, 0.004605577327311039, 0.02936321683228016, 0.09086748212575912, -0.04925113171339035, 0.012747352011501789, -0.01951299048960209, 0.006216038018465042, -0.009160028770565987, -0.03391340747475624, 0.020075375214219093, -0.09202633798122406, 0.014545273035764694, -0.05964669957756996, 0.06090779975056648, -0.017485003918409348, -0.015499620698392391, -0.038685142993927, 0.013198962435126305, -0.058351512998342514, 0.0038450818974524736, -0.07512075453996658, -0.03507225960493088, 0.01857568696141243, -0.02266574464738369, 0.0465925931930542, 0.029397301375865936, 0.03053911030292511, -0.028170283883810043, 0.026346798986196518, 0.004631140269339085, 0.012321303598582745, -0.016539176926016808, -0.043559130281209946, -0.0068593705072999, 0.00697014294564724, -0.06363450735807419, 0.012270177714526653, -0.056783657521009445, -0.008282369934022427, 0.022631661966443062, -0.026466092094779015, 0.028596332296729088, 0.05357977747917175, -0.020654799416661263, -0.007251334376633167, -0.01794513501226902, 0.038753312081098557, 0.057363081723451614, -0.0021707138512283564, -0.025835542008280754, 0.01337790209800005, -0.027982821688055992, 0.003080325899645686, -0.010463735088706017, 0.07491625100374222, -0.03916231915354729, -0.013897680677473545, -0.009986561723053455, -0.0244721882045269, -0.025562871247529984, 0.038480643182992935, 0.025256115943193436, -0.01799626089632511, -0.013948806561529636, 0.016615865752100945, -0.040593840181827545, -0.016155734658241272, 0.06527052819728851, -0.028255492448806763, -0.04485431686043739, -0.05531805381178856, -0.006254382431507111, -0.034390583634376526, 0.0022133185993880033, 0.028630414977669716, 0.0028523902874439955, 0.0009532820549793541, -0.0452292375266552, -0.016607344150543213, 0.05770391970872879, -0.05606789514422417, -0.03619702532887459, -0.0426388680934906, 0.05610198155045509, -0.04025300219655037, 0.009415657259523869, -0.07982432097196579, -0.01196342334151268, -0.06707697361707687, -0.036231108009815216, 0.04246845096349716, -0.0038983377162367105, -0.006237340625375509, 0.02995968423783779, 0.04986463859677315, 0.07321206480264664, -0.0020279877353459597, -0.0013633531052619219, 0.039639491587877274, -0.031323038041591644, -0.007498442195355892, 0.01540589053183794, -0.01474977657198906, 0.02104676328599453, -0.03674236685037613, 0.028817877173423767, 0.0313912071287632, -0.01901877671480179, 0.0315786674618721, -0.023006584495306015, -0.056510984897613525, 0.07225771248340607, 0.042298030108213425, -0.006556876469403505, -0.04727426916360855, -0.009833184070885181, 0.03936682268977165, 0.046081334352493286, -0.06053287908434868, -0.028494080528616905, 0.03592435270547867, -0.015218429267406464, 0.042298030108213425, 0.024097265675663948, -0.008742501959204674, 0.03660603240132332, 0.03255005553364754, -0.03592435270547867, 0.013096710667014122, -0.057908423244953156, -0.020654799416661263, -0.04574049636721611, 0.03619702532887459, -0.04533148929476738, -0.051602914929389954, -0.0032166612800210714, -0.009747974574565887, 0.022052235901355743, 0.010429651476442814, -0.07239405065774918, 0.005589747801423073, -0.0077711124904453754, -0.03282272443175316, 0.05364794656634331, 0.019939038902521133, -0.040900591760873795, 0.05357977747917175, 0.0341690368950367, -0.016837410628795624, -0.033078353852033615, 0.018285972997546196, 0.020126501098275185, 0.03309539705514908, -0.001837331335991621, 0.05814700946211815, 0.03885556384921074, 0.047512855380773544, 0.008350538089871407, -0.01849047653377056, 0.030999241396784782, -0.022069279104471207, 0.06499785929918289, -0.015218429267406464, -0.024165434762835503, -0.010489298030734062, 0.020211709663271904, 0.0978887528181076, -0.002339002676308155, 0.005602529272437096, 0.02595483511686325, -0.03277159854769707, -0.023534882813692093, 0.007012747693806887, 0.05446595698595047, -0.006471666973084211, 0.06053287908434868, 0.00543210981413722, 0.05320485681295395, 0.09611639380455017, 0.012023069895803928, -0.013411986641585827, 0.014059578999876976, -0.07287122309207916, 0.0308969896286726, -0.04042341932654381, -0.04642217233777046, 0.01093238778412342, -0.026960307732224464, -0.02024579420685768, -0.020075375214219093, 0.029448427259922028, 0.0044394186697900295, 0.012696226127445698, 0.03803755342960358, 0.020024249330163002, -0.01686297357082367, 0.04359321668744087, -0.023483756929636, 0.005112573970109224, -0.07580243051052094, -0.037935301661491394, -0.03837839141488075, 0.01898469217121601, -0.026841014623641968, 0.007489921059459448, -0.04451347887516022, 0.013897680677473545, 0.009091860614717007, -0.038923732936382294, -0.012653620913624763, 0.02995968423783779, 0.038071636110544205, 0.025085696950554848, -0.0017084518913179636, 0.031186701729893684, -0.047512855380773544, 0.032856810837984085, 0.007852061651647091, -0.008393142372369766, -0.018746105954051018, -0.0008457049843855202, -0.015900105237960815, -0.02288728952407837, -0.03558351472020149, 0.0054960171692073345, -0.02491527795791626, 0.057328999042510986, -0.05824926123023033, -0.015252512879669666, -0.03715137392282486, 0.05824926123023033, -0.026960307732224464, -0.027335230261087418, -0.013002980500459671, 0.06237340345978737, -0.032447803765535355, 0.05780617147684097, -0.012934812344610691, 0.0766204446554184, -0.0074387951754033566, -0.07375740259885788, 0.03353848680853844, 0.05037589743733406, 0.05542030557990074, -0.0023177003022283316, -0.00856782216578722, 0.03953723981976509, -0.006429062224924564, -0.03619702532887459, 0.001787270768545568, -0.02041621319949627, 0.004639660939574242, 0.016019398346543312, 0.028136199340224266, 0.02486415207386017, 0.0034509876277297735, 0.01392324361950159, -0.02573329024016857, 0.016743680462241173, -0.06407759338617325, -0.022290823981165886, 0.028988296166062355, -0.0045672329142689705, -0.02362009324133396, -0.008512436412274837, -0.01704191416501999, 0.02914167195558548, 0.011869693174958229, -0.022870248183608055, -0.08616391569375992, -0.0027096644043922424, 0.03578801825642586, -0.032498929649591446, 0.04662667587399483, -0.015363285318017006, 0.03817388787865639, -0.05296626687049866, -0.04724018648266792, 0.027761276811361313, -0.046115417033433914, -0.00728541798889637, -0.016343194991350174, 0.0006518532172776759, -0.023483756929636, -0.046660758554935455, 0.0026521477848291397, 0.022512368857860565, 0.0074302745051681995, 0.05023956298828125, -0.011094286106526852, 0.04277520254254341, 0.002121718367561698, -0.006795463152229786, 0.05698816105723381, 0.046967513859272, -0.022870248183608055, -0.05818109214305878, -0.0267558041960001, -0.007928750477731228, -0.03520859405398369, -0.07716578245162964, 0.002281486289575696, -0.013820991851389408, 0.00041433153091929853, -0.023449674248695374, 0.06261198967695236, -0.019939038902521133, 0.08316454291343689, -0.003943072631955147, 0.03457804396748543, -0.012824039906263351, -0.07757478952407837, -0.07062169164419174, 0.033436235040426254, -0.011784483678638935, 0.008955526165664196, 0.008111950941383839, -0.04100284352898598, 0.08357354253530502, -0.01735718920826912, 0.07757478952407837, 0.0025605475530028343, -0.002179234754294157, -0.00326565676368773, -0.01901877671480179, -0.032311469316482544, -0.03445874899625778, 0.0001505812833784148, -0.03367482125759125, 0.009713890962302685, 0.00935601070523262, 0.004626879468560219, -0.01912102662026882, 0.051159825176000595, -0.035515349358320236, 0.03759446367621422, 0.016794806346297264, -0.049898725003004074, 0.060601044446229935, 0.07103069871664047, -0.0012802737765014172, -0.022137446328997612, 0.052557263523340225, -0.008056565187871456, 0.0030292002484202385, -0.07498442381620407, -0.08500506728887558, 0.02513682283461094, 0.007217250298708677, 0.030368691310286522, 0.06390717625617981, 0.018473435193300247, 0.05927177518606186, -0.047376520931720734, -0.07123520225286484, -0.02886900119483471, -0.01349719613790512, 0.02063775807619095, 0.03381115570664406, 0.008964046835899353, 0.04628583788871765, -0.012593974359333515, -0.00019678084936458617, 0.0038173887878656387, 0.021984068676829338, 0.0017531869234517217, 0.01126470509916544, -0.023603050038218498, -0.004873987287282944, -0.02099563740193844, 0.0014709301758557558, 0.014477105811238289, -0.007149083074182272, -0.0343564972281456, -0.015627434477210045, 0.057635754346847534, 0.021029721945524216, 0.0020258575677871704, -0.029618846252560616, -0.03445874899625778, 0.048194531351327896, 0.04407038912177086, -0.019853830337524414, -0.06670205295085907, -0.0009873658418655396, -0.03970766067504883, -0.049591969698667526, -0.041139181703329086, -0.017382752150297165, -0.025392452254891396, 0.07634777575731277, 0.009747974574565887, 0.007464358117431402, -0.06659980118274689, 0.008853274397552013, 0.0035170249175280333, 0.04437714442610741, -0.06152131035923958, -0.008158816024661064, 0.01561039313673973, 0.013974369503557682, -0.044002220034599304, 0.08595941215753555, -0.05167108401656151, 0.015797853469848633, 0.025971876457333565, -0.04192310944199562, 0.04921704903244972, -0.04642217233777046, -0.027761276811361313, 0.02275095507502556, -0.010037687607109547, 0.018780188634991646, 0.025307241827249527, 0.008682855404913425, 0.016130171716213226, -0.020722966641187668, -0.035822104662656784, 0.024233601987361908, -0.012380950152873993, 0.03345327824354172, 0.0032124007120728493, 0.03116966038942337, 0.004277520347386599, -0.08350537717342377, -0.030914030969142914, -0.004456460475921631, 0.024932319298386574, 0.018371183425188065, -0.029721098020672798, 0.031902462244033813, 0.03987807780504227, -0.013164878822863102, 0.03127191215753555, -0.05037589743733406, -0.01637727953493595, -0.08602757751941681, -0.004145445767790079, -0.0479559451341629, 0.029942642897367477, -0.015380327589809895, -0.04195719212293625, 0.054091036319732666, 0.039639491587877274, -0.012389471754431725, 0.06332775205373764, -0.08275553584098816, -0.008086387999355793, 0.007362106814980507, 0.01852456107735634, 0.033572569489479065, 0.039469070732593536, 0.0627824142575264, -0.010216627269983292, 0.0022729651536792517, 0.0020982855930924416, 0.012057154439389706, -0.016223901882767677, -0.039060067385435104, -0.041445933282375336, 0.007950052618980408, 0.022120404988527298, -0.04335463047027588, -0.008981088176369667, -0.02648313343524933, -0.03149345517158508, 0.032089922577142715, 0.006399238482117653, 0.05923769250512123, 0.00423917593434453, 0.015951231122016907, -0.03239667788147926, -0.024029098451137543, -0.02167731523513794, 0.05392061546444893, -0.008180119097232819, -0.04546782746911049, 0.02252941019833088, -0.03994624689221382, -0.010847178287804127, 0.02559695392847061, -0.01709304004907608, -0.0008760608616285026, 0.04464981332421303, -0.02324517071247101, -0.013974369503557682, -0.03386228159070015, 0.0627824142575264, -0.025068655610084534, 0.01606200449168682, -0.061010051518678665, 0.002903516171500087, -0.0105659868568182, 0.009978040121495724, -0.03558351472020149, -0.01005472894757986, 0.077370285987854, 0.0011588501511141658, -0.07702945172786713, 0.005717562045902014, -0.011929339729249477, 0.004130533896386623, 0.013275651261210442, 0.022205613553524017, -0.05357977747917175, 0.005862418562173843, 0.042298030108213425, 0.014673087745904922, 0.0007013812428340316, -0.019870871677994728, 0.040866509079933167, -0.01574672758579254, 0.0019204106647521257, -0.005317077040672302, 0.02068888396024704, 0.0056153107434511185, 0.052727680653333664, 0.027096642181277275, 0.010208106599748135, 0.027232978492975235, 0.029346175491809845, -0.01753612980246544, -0.014945758506655693, -0.01495427917689085, 0.016479531303048134, -0.0747799202799797, -0.004392553120851517, -0.026772847399115562, -0.03149345517158508, 0.03882148116827011, -0.01956411637365818, -0.014451542869210243, 0.004976239055395126, -0.01906990073621273, 0.06233932077884674, -0.022699829190969467, -0.00854652002453804, 0.0007573000621050596, -0.07852914184331894, 0.04754693806171417, 0.011273225769400597, -0.05801067501306534, 0.062168899923563004, 0.05064856633543968, -0.019086943939328194, 0.05405694991350174, 0.033708903938531876, 0.023756427690386772, -0.015158782713115215, 0.007541046943515539, -0.04703568294644356, 0.013275651261210442, 0.0127303097397089, -0.003947333432734013, 0.0720532089471817, -0.0029354696162045, 0.017485003918409348, -0.013480153866112232, -0.09107198566198349, 0.008371840231120586, 0.00028864742489531636, -0.021166056394577026, 0.06250973790884018, 0.031050367280840874, 0.002801264636218548, 0.012099758721888065, -0.06516827642917633, 0.025102738291025162, -0.026909181848168373, -0.05644281953573227, 0.023194044828414917, 0.027011433616280556, 0.04233211278915405, -0.010651196353137493, -0.014809423126280308, -0.03013010323047638, -0.03998032957315445, 0.013437548652291298, 0.08705009520053864, 0.013855076394975185, -0.04897845908999443, -0.02321108616888523, -0.0013143576215952635, 0.06588403880596161, -0.01474977657198906, 0.04546782746911049, 0.039605408906936646, -0.016496572643518448, -0.05133024603128433, 0.020842259749770164, 0.009228195995092392, 0.02450627274811268, -0.0070340498350560665, -0.0456041619181633, -0.07961982488632202, -0.03500409051775932, 0.03810571879148483, 0.005380984395742416, 0.05013731122016907, 0.015567787922918797, -0.03466325253248215, -0.011060202494263649, -0.002189885824918747, 0.026602428406476974, -0.046115417033433914, -0.020433254539966583, 0.01708451844751835, -0.05218233913183212, -0.0013622880214825273, -0.008022480644285679, 0.040900591760873795, -0.07103069871664047, 0.07416640967130661, 0.006927538197487593, -0.032038796693086624, -0.019530033692717552, 0.005704780574887991, 0.011026117950677872, -0.03144232928752899, -0.017689507454633713, 0.013471633195877075, -0.09175366163253784, -0.019956080242991447, -0.023415589705109596, 0.021166056394577026, -0.07184870541095734, 0.035413097590208054, 0.06189623102545738, -0.04093467816710472, 0.0076432982459664345, -0.02779536135494709, -0.02963588759303093, -0.025426534935832024, -0.01704191416501999, -0.022410117089748383, 0.06510011106729507, 0.00693605886772275, 0.003097367938607931, -0.005500277504324913, 0.0033892106730490923, 0.02697734907269478, -0.031817253679037094, 0.048058196902275085, -0.00559826847165823, -0.027062559500336647, 0.03718545660376549, -0.006118047051131725, 0.018967650830745697, 0.016113130375742912, 0.03616294264793396, 0.052420925348997116, 0.028272535651922226, 0.007711465936154127, -0.023586008697748184, 0.010923867113888264, 0.01947890780866146, -0.03035164810717106, -0.014383375644683838, -0.021558020263910294, 0.05037589743733406, 0.038787394762039185, 0.05634056776762009, -0.005726083181798458, -0.02535836771130562, -0.005206304602324963, 0.03715137392282486 ]
38,792
pulp.apis.mosek_api
available
True if Mosek is available.
def available(self): """True if Mosek is available.""" return False
(self)
[ 0.09737690538167953, -0.022095218300819397, -0.007682680618017912, 0.02619837038218975, 0.0674702450633049, -0.013888913206756115, -0.008910193108022213, 0.0024679002817720175, 0.018180914223194122, 0.03313424438238144, -0.018129410222172737, 0.0031632042955607176, 0.0507829487323761, 0.03373512253165245, 0.00012191963469376788, -0.03800995647907257, 0.021185314282774925, -0.02818985842168331, 0.03886835649609566, -0.04110019654035568, -0.030713554471731186, 0.029116930440068245, 0.05445690080523491, -0.021356994286179543, -0.0091848811134696, 0.08638938516378403, 0.04484282061457634, 0.0015365361468866467, 0.01404342520982027, 0.019365506246685982, -0.09126509726047516, 0.020859122276306152, 0.07135021686553955, 0.027812162414193153, 0.023640338331460953, 0.06939306110143661, 0.045701220631599426, -0.022558754310011864, -0.059263940900564194, -0.04889446869492531, -0.0125498091802001, 0.0049014645628631115, 0.07021712511777878, 0.0066568925976753235, -0.03414715453982353, -0.011305129155516624, -0.031125586479902267, 0.05802784487605095, 0.03619014844298363, 0.017889058217406273, 0.035881124436855316, 0.05318646878004074, 0.010893097147345543, 0.013957585208117962, -0.09085306525230408, 0.024962274357676506, 0.04851677268743515, 0.049169156700372696, -0.031005410477519035, 0.014807401224970818, -0.003892844310030341, 0.04158090054988861, 0.058577220886945724, -0.017537113279104233, 0.01563146524131298, 0.009596913121640682, -0.018077906221151352, -0.019399842247366905, 0.02887657843530178, 0.11221005767583847, 0.01454129721969366, 0.0035366083029657602, -0.04758970066905022, 0.05377018079161644, 0.028001010417938232, -0.03842198848724365, -0.05057693272829056, 0.013270865194499493, -0.020670274272561073, -0.00637791259214282, -0.0047426605597138405, -0.014970497228205204, 0.006352160591632128, -0.0264902263879776, -0.006412248592823744, 0.013279449194669724, 0.05397619679570198, 0.02372617833316326, 0.03622448444366455, 0.0028091142885386944, -0.029443122446537018, 0.07842343300580978, 0.022249730303883553, 0.03921171650290489, -0.0010075471363961697, -0.026816418394446373, -0.005674024578183889, -0.022284066304564476, -0.05246541276574135, -0.03315141052007675, -0.042920004576444626, 0.05960730090737343, 0.03430166840553284, -0.010618409141898155, 0.03182947635650635, -0.012936089187860489, -0.07183092087507248, 0.02094496227800846, 0.0038284643087536097, -0.019811874255537987, -0.017262425273656845, -0.0551779568195343, 0.017305346205830574, 0.01453271321952343, -0.02300512231886387, -0.04007011651992798, 0.001845560153014958, -0.03505706042051315, -0.06207949295639992, -0.022060882300138474, -0.03181230649352074, 0.018730290234088898, 0.0006325335707515478, -0.07430311292409897, 0.07183092087507248, 0.004952968563884497, 0.06362461298704147, 0.043194692581892014, 0.060877732932567596, -0.01915949024260044, 0.03493688255548477, -0.007553920615464449, -0.010833009146153927, 0.003341322299093008, -0.06829430907964706, -0.016000578179955482, 0.04590723663568497, -0.03564077243208885, 0.025271298363804817, 0.06829430907964706, -0.03948640450835228, 0.008764265105128288, 0.0013970461441203952, 0.0051589845679700375, -0.01096176914870739, 0.023949362337589264, -0.05387318879365921, -0.018180914223194122, 0.03334026038646698, -0.017219506204128265, 0.055521316826343536, -0.04017312452197075, 0.011184953153133392, -0.047658372670412064, -0.06218250095844269, 0.003841340309008956, 0.007772812619805336, -0.037151556462049484, 0.005193320568650961, -0.026816418394446373, -0.00020615014364011586, 0.02796667441725731, -0.038250308483839035, 0.019485682249069214, -0.012000433169305325, -0.002684646286070347, -0.05813085287809372, -0.017013490200042725, 0.006991668604314327, 0.05555565282702446, 0.013614225201308727, 0.018472770228981972, -0.035778116434812546, -0.05686042085289955, 0.010343721136450768, 0.0010214961366727948, -0.005176152568310499, 0.012094857171177864, -0.001398119144141674, -0.003403556300327182, -0.018507106229662895, -0.014489793218672276, -0.09373728930950165, 0.028121186420321465, 0.007485248614102602, 0.02410387434065342, -0.0004672915383707732, -0.010944601148366928, 0.03227584436535835, 0.0401044525206089, 0.004635360557585955, -0.004165386315435171, 0.02331414632499218, 0.02976931445300579, -0.010815841145813465, -0.041924260556697845, 0.03852499648928642, 0.04631926864385605, -0.046868644654750824, 0.04017312452197075, -0.012180697172880173, -0.021957874298095703, -0.06091206893324852, 0.027537474408745766, 0.030730722472071648, -0.015219433233141899, -0.011030441150069237, 0.0037018503062427044, -0.0072921086102724075, 0.005141816567629576, -0.04546086862683296, -0.029425954446196556, -0.015768809244036674, 0.07189959287643433, 0.0667491927742958, -0.019022146239876747, 0.037838276475667953, 0.003766230307519436, -0.04007011651992798, 0.016043497249484062, 0.0066225565969944, 0.0017597201513126493, 0.01671304926276207, -0.003227584296837449, -0.022490082308650017, 0.011476809158921242, -0.008755681104958057, 0.021803362295031548, -0.02163168229162693, -0.03244752436876297, 0.02837870642542839, 0.02252441830933094, -0.027039602398872375, 0.021305490285158157, -0.053426820784807205, -0.010137705132365227, 0.017047826200723648, 0.024344226345419884, -0.0390743725001812, -0.012395297177135944, 0.013957585208117962, -0.025065282359719276, 0.0020429922733455896, 0.0250996183604002, -0.012378129176795483, -0.022541586309671402, 0.012481137178838253, 0.01443828921765089, 0.001633106148801744, 0.007184808608144522, 0.018095074221491814, -0.05943562090396881, 0.009313641116023064, -0.017597202211618423, -0.01373440120369196, -0.07320436090230942, -0.0484481006860733, -0.0009254625765606761, 0.0203440822660923, -0.002403520280495286, -0.01076433714479208, 0.01885046623647213, -0.04655962064862251, 0.07856077700853348, -0.02430989034473896, 0.01739976927638054, 0.05802784487605095, 0.05280877277255058, -0.06005366891622543, -0.020807618275284767, 0.08996032923460007, 0.019468514248728752, -0.05740979686379433, -0.052122052758932114, 0.0032619202975183725, -0.03004400245845318, 0.025769170373678207, -0.024584578350186348, -0.08941095322370529, 0.013803073205053806, 0.028121186420321465, 0.016910482197999954, 0.012927505187690258, 0.03342609852552414, -0.0848786011338234, -0.04978720471262932, -0.00672556459903717, -0.013528385199606419, -0.003841340309008956, -0.03948640450835228, -0.04662829264998436, 0.025614658370614052, 0.026919426396489143, -0.00888444110751152, 0.06383062899112701, 0.005223364569246769, -0.004974428564310074, 0.00028354028472676873, 0.017047826200723648, -0.011785833165049553, 0.012730073183774948, -0.03016417846083641, -0.10184058547019958, -0.005128940567374229, 0.024962274357676506, 0.014515545219182968, 0.04216461256146431, 0.009502489119768143, -0.008081836625933647, 0.03315141052007675, -0.062354180961847305, -0.008515329100191593, 0.03680819645524025, 0.0019163781544193625, -0.007511000614613295, 0.009021785110235214, 0.005639688577502966, 0.02084195427596569, 0.02084195427596569, 0.05493760481476784, 0.005008764564990997, 0.02748597040772438, -0.013614225201308727, 0.02779499441385269, -0.0390743725001812, -0.07114420086145401, -0.000706570572219789, -0.0030816562939435244, -0.023451490327715874, -0.002448586281388998, -0.08899892121553421, -0.03025001846253872, 0.05885190889239311, -0.017056409269571304, -0.03581245243549347, -0.007030296605080366, -0.014421121217310429, -0.06558176875114441, 0.01542544923722744, 0.03296256437897682, 0.014506961219012737, -0.026919426396489143, -0.06008800491690636, -0.004626776557415724, 0.033683620393276215, 0.06417398899793625, 0.03227584436535835, 0.006438000593334436, 0.046284932643175125, -0.019811874255537987, -0.052843108773231506, 0.08068960905075073, 0.017597202211618423, 0.0541478767991066, 0.04209594056010246, -0.022095218300819397, 0.0006040990701876581, 0.035074226558208466, -0.010352305136620998, 0.013305201195180416, 0.022764770314097404, 0.016661545261740685, -0.04168390855193138, 0.02578633837401867, -0.09785760939121246, -0.06050003692507744, 0.001594478148035705, 0.008609753102064133, 0.05885190889239311, -0.057203780859708786, -0.025082450360059738, -0.04364106059074402, -0.06777927279472351, 0.030215682461857796, 0.020378418266773224, 0.039829764515161514, -0.005193320568650961, -0.005725528579205275, -0.004013020545244217, 0.0037898363079875708, 0.007416576612740755, 0.02925427444279194, -0.03976109251379967, -0.024275554344058037, 0.048585444688797, 0.006712688598781824, -0.04333203658461571, -0.0076783886179327965, -0.03660218045115471, -0.04058515653014183, 0.04631926864385605, 0.004678280558437109, -0.06448301672935486, 0.033477604389190674, -0.03332309052348137, 0.005283452570438385, 0.009519657120108604, -0.041134532541036606, -0.035366084426641464, 0.0022919282782822847, 0.02915126644074917, 0.007356488611549139, -0.06372762471437454, 0.01364856120198965, -0.04298867657780647, -0.011777249164879322, 0.016163673251867294, -0.032584868371486664, -0.004540936555713415, 0.019863378256559372, -0.04762403666973114, -0.03711722046136856, -0.06379629671573639, -0.05387318879365921, -0.050748612731695175, 0.007154764607548714, 0.023262642323970795, -0.004257664550095797, 0.0396580845117569, 0.04635360464453697, 0.020464258268475533, 0.0020290431566536427, 0.026936594396829605, 0.011133449152112007, 0.011828753165900707, -0.02283344231545925, -0.0038241723086684942, -0.008150508627295494, 0.025133954361081123, -0.024859266355633736, -0.01454129721969366, 0.009837265126407146, 0.01244680117815733, -0.03502272441983223, -0.01333953719586134, -0.00022680539404973388, -0.023451490327715874, -0.08206304907798767, -0.06774493306875229, -0.012584145180881023, -0.007862945087254047, -0.02997533045709133, -0.024636082351207733, 0.011193537153303623, 0.039143044501543045, -0.030799394473433495, -0.015013417229056358, -0.0015000541461631656, 0.04868845269083977, -0.009322225116193295, -0.053735844790935516, 0.04195859655737877, -0.018507106229662895, -0.007189100608229637, 0.044980164617300034, -0.017614370211958885, -0.023743346333503723, -0.012532641179859638, -0.0006647235713899136, -0.041821252554655075, -0.010618409141898155, 0.039349060505628586, -0.08817485719919205, 0.039143044501543045, 0.08226906508207321, 0.10774637758731842, -0.006961624603718519, 0.035125732421875, 0.021477170288562775, -0.0006899390718899667, 0.003955078311264515, -0.014077761210501194, 0.010833009146153927, -0.04721200466156006, 0.01715083420276642, -0.029288610443472862, -0.04309168457984924, 0.06904970109462738, -0.018421266227960587, -0.015846066176891327, -0.052122052758932114, -0.002699668286368251, 0.013382457196712494, 0.008455241098999977, -0.036773860454559326, -0.058886244893074036, -0.014670057222247124, -0.06444867700338364, 0.0018627281533554196, -0.05607069283723831, -0.0034207243006676435, -0.00008979669655673206, 0.04552954062819481, -0.020979298278689384, 0.00043510153773240745, -0.009802929125726223, -0.01333953719586134, 0.01285024918615818, 0.016532786190509796, 0.01145964115858078, 0.0012049791403114796, 0.08158234506845474, -0.022661762312054634, 0.014644305221736431, -0.0028756402898579836, -0.040722500532865524, -0.01656712219119072, -0.03773526847362518, 0.01304768119007349, 0.015245185233652592, 0.024069538339972496, 0.0077685206197202206, 0.004332774318754673, 0.03701421245932579, 0.05905792489647865, 0.0367395244538784, -0.011519729159772396, 0.021477170288562775, 0.01066132914274931, -0.00937372911721468, 0.02152867428958416, -0.027142610400915146, 0.07189959287643433, -0.05960730090737343, -0.06053437292575836, 0.005540972575545311, -0.05843987688422203, -0.008721345104277134, -0.014996249228715897, 0.04594157263636589, 0.017030658200383186, -0.0080131646245718, -0.04388141259551048, 0.00666976859793067, -0.034473348408937454, 0.021150978282094002, -0.002886370290070772, 0.03533174842596054, -0.006249152589589357, 0.021082306280732155, 0.04154656454920769, -0.05280877277255058, 0.032790884375572205, -0.007781396619975567, -0.013373873196542263, 0.03852499648928642, 0.014815985225141048, -0.03684253245592117, 0.04583856463432312, -0.00036133278626948595, 0.011004689149558544, 0.02339998632669449, 0.046490948647260666, -0.05696342885494232, 0.12800462543964386, 0.04978720471262932, 0.04504883661866188, -0.05703210085630417, 0.0047727045603096485, 0.014378201216459274, -0.019588690251111984, -0.023382818326354027, 0.007425160612910986, 0.02520262636244297, 0.013914665207266808, -0.04635360464453697, -0.027159778401255608, -0.013511217199265957, 0.056002020835876465, -0.01598341017961502, 0.036052804440259933, -0.06005366891622543, 0.02331414632499218, 0.022301234304904938, -0.01294467318803072, 0.03232734650373459, 0.018592946231365204, 0.010807257145643234, -0.062251172959804535, -0.023262642323970795, 0.01275582518428564, -0.00908187311142683, 0.045289188623428345, -0.019365506246685982, -0.004661112558096647, -0.026730578392744064, -0.029803650453686714, -0.012215033173561096, -0.01764870621263981, 0.030318690463900566, -0.004028042312711477, 0.028790738433599472, -0.015313857235014439, -0.03941773250699043, 0.010635577142238617, -0.01737401820719242, 0.061049412935972214, -0.028395874425768852, 0.05555565282702446, 0.013708649203181267, 0.02727995440363884, 0.025168290361762047, -0.0019893422722816467, -0.06767626106739044, 0.015974825248122215, 0.041821252554655075, -0.07341037690639496, 0.005433672573417425, 0.0032984022982418537, -0.03285955637693405, -0.0362931564450264, -0.03306557238101959, -0.07327303290367126, 0.004910048563033342, 0.035572100430727005, 0.019605858251452446, 0.007691264618188143, -0.016618626192212105, 0.053323812782764435, 0.03612147644162178, 0.01864445023238659, 0.044808484613895416, 0.017116498202085495, -0.01598341017961502, 0.004605316556990147, -0.034662194550037384, -0.018884802237153053, -0.032876722514629364, 0.01885046623647213, 0.005944420583546162, 0.02688509039580822, -0.012378129176795483, 0.07828608900308609, -0.05486893281340599, -0.0018230271525681019, -0.022078050300478935, -0.013820241205394268, 0.003030152292922139, 0.036258820444345474, 0.03491971641778946, -0.03392397239804268, 0.04044781252741814, 0.012429633177816868, -0.0022940742783248425, -0.04305734857916832, 0.026421554386615753, -0.026352882385253906, 0.0458042286336422, 0.054216548800468445, -0.01885046623647213, -0.030129842460155487, -0.0014378201449289918, 0.0597103089094162, 0.0034293083008378744, 0.010223545134067535, -0.06328125298023224, -0.019193826243281364, 0.006446584593504667, -0.004661112558096647, -0.07725600898265839, -0.05335814878344536, -0.03876534849405289, -0.028018178418278694, 0.015356777235865593, 0.1014285534620285, 0.013528385199606419, -0.01816374622285366, -0.025236962363123894, -0.04951251670718193, 0.06338426470756531, 0.021065138280391693, 0.03227584436535835, 0.05871456488966942, -0.02697093039751053, -0.015708722174167633, 0.0073908246122300625, 0.0021266862750053406, -0.03442184254527092, 0.020172402262687683, 0.0462505966424942, 0.0020912771578878164, 0.028121186420321465, -0.04278266057372093, 0.05256842076778412, -0.00527916057035327, 0.03346043452620506, -0.018901970237493515, 0.007098968606442213, -0.016618626192212105, -0.08343648910522461, -0.0061804805882275105, -0.05572733283042908, 0.012601313181221485, 0.0881061851978302, -0.015176513232290745, 0.0072320206090807915, -0.008665548637509346, 0.03770093247294426, -0.034370340406894684, -0.009193465113639832, 0.04731501266360283, 0.02947745844721794, -0.026026690378785133, -0.0010676351375877857, -0.06664618104696274, 0.010137705132365227, -0.07746202498674393, -0.004219036549329758, 0.02073894627392292, -0.042507972568273544, -0.016429778188467026, 0.058886244893074036, 0.03016417846083641, -0.0712815448641777, 0.05740979686379433, -0.055418308824300766, -0.024344226345419884, 0.034576356410980225, 0.030988242477178574, 0.013090601190924644, -0.025837842375040054, -0.01567438617348671, -0.0029357282910495996, -0.030576210469007492, -0.004201868548989296, 0.028344370424747467, -0.044980164617300034, -0.06997677683830261, 0.01404342520982027, 0.043915748596191406, -0.010292217135429382, -0.006390788592398167, -0.04851677268743515, 0.08439789712429047, 0.007279232610017061, -0.04992454871535301, -0.010730001144111156, 0.029013922438025475, 0.04044781252741814, 0.01344254519790411, 0.04412176460027695, 0.010532569140195847, 0.050748612731695175, -0.011511145159602165, -0.011845921166241169, 0.009622665122151375, -0.02698809839785099, 0.026043858379125595, 0.01583748124539852, 0.06575344502925873, 0.048070404678583145, -0.05047392472624779, 0.06173613294959068, 0.017073577269911766, 0.015682969242334366, 0.027211282402276993, -0.06372762471437454, -0.003244752297177911, 0.008352233096957207, -0.00036723428638651967, -0.0456668846309185, 0.015708722174167633, -0.0270739383995533, 0.015296689234673977, -0.02439573034644127, 0.01700490526854992, -0.0032168542966246605, 0.008060377091169357 ]
38,801
pulp.apis.coin_api
PULP_CBC_CMD
This solver uses a precompiled version of cbc provided with the package
class PULP_CBC_CMD(COIN_CMD): """ This solver uses a precompiled version of cbc provided with the package """ name = "PULP_CBC_CMD" pulp_cbc_path = pulp_cbc_path try: if os.name != "nt": if not os.access(pulp_cbc_path, os.X_OK): import stat os.chmod(pulp_cbc_path, stat.S_IXUSR + stat.S_IXOTH) except: # probably due to incorrect permissions def available(self): """True if the solver is available""" return False def actualSolve(self, lp, callback=None): """Solve a well formulated lp problem""" raise PulpSolverError( "PULP_CBC_CMD: Not Available (check permissions on %s)" % self.pulp_cbc_path ) else: def __init__( self, mip=True, msg=True, timeLimit=None, gapRel=None, gapAbs=None, presolve=None, cuts=None, strong=None, options=None, warmStart=False, keepFiles=False, path=None, threads=None, logPath=None, timeMode="elapsed", ): if path is not None: raise PulpSolverError("Use COIN_CMD if you want to set a path") # check that the file is executable COIN_CMD.__init__( self, path=self.pulp_cbc_path, mip=mip, msg=msg, timeLimit=timeLimit, gapRel=gapRel, gapAbs=gapAbs, presolve=presolve, cuts=cuts, strong=strong, options=options, warmStart=warmStart, keepFiles=keepFiles, threads=threads, logPath=logPath, timeMode=timeMode, )
(mip=True, msg=True, timeLimit=None, gapRel=None, gapAbs=None, presolve=None, cuts=None, strong=None, options=None, warmStart=False, keepFiles=False, path=None, threads=None, logPath=None, timeMode='elapsed')
[ 0.039807893335819244, -0.06875239312648773, -0.021616311743855476, 0.07593328505754471, -0.05538489669561386, -0.056231871247291565, -0.04157549887895584, -0.030214965343475342, 0.012216715142130852, -0.09559786319732666, 0.036493636667728424, 0.04256977513432503, -0.02342073991894722, 0.007747072726488113, -0.08749635517597198, 0.001581176184117794, 0.0428275503218174, -0.019867122173309326, -0.054832521826028824, 0.0011668942170217633, 0.008014054968953133, 0.07121967524290085, 0.035352062433958054, 0.10325747728347778, -0.00583216967061162, 0.08359289169311523, 0.022702651098370552, -0.00803706981241703, -0.00957451667636633, -0.07725898176431656, -0.027674036100506783, 0.05148144066333771, -0.028981326147913933, 0.0349285714328289, -0.005965660326182842, 0.02235281467437744, 0.07674343138933182, 0.018467769026756287, -0.04404277727007866, -0.04404277727007866, 0.02454390563070774, -0.056747421622276306, 0.0673162192106247, -0.024415018036961555, 0.0030219568870961666, -0.033068906515836716, -0.03154066577553749, 0.04124407097697258, -0.006831049453467131, -0.03483651205897331, 0.05313856527209282, -0.02988353930413723, 0.025740720331668854, -0.03205621987581253, -0.016203027218580246, 0.04441102594137192, 0.04945605993270874, 0.09154710918664932, 0.007429456803947687, -0.0074708848260343075, -0.04061804711818695, 0.030362265184521675, -0.010946250520646572, 0.006232642102986574, 0.007153268437832594, 0.01781412400305271, -0.06941524893045425, -0.05380141735076904, 0.03380540758371353, 0.054906170815229416, 0.04323262348771095, -0.0060945479199290276, -0.033142559230327606, 0.009887529537081718, 0.05733662471175194, -0.07114602625370026, -0.03487333655357361, -0.038482192903757095, -0.005367252975702286, 0.030988290905952454, -0.021027110517024994, -0.06650606542825699, 0.023660102859139442, -0.03999201953411102, 0.029994014650583267, -0.029938776046037674, 0.06772129237651825, -0.02157948724925518, 0.04249612241983414, -0.0019989104475826025, -0.03991837054491043, -0.011968146078288555, -0.016985559836030006, 0.06414926052093506, 0.08204624056816101, -0.01589001528918743, 0.02946005016565323, -0.004359167069196701, -0.037009190768003464, 0.008313258178532124, -0.009859911166131496, 0.021358536556363106, -0.032792720943689346, -0.0454421304166317, 0.048351310193538666, 0.017583968117833138, -0.017602380365133286, 0.0507081113755703, 0.007595169357955456, -0.10885488986968994, -0.06352323293685913, 0.018127137795090675, -0.009740229696035385, -0.06591686606407166, -0.04404277727007866, 0.026955947279930115, -0.06882604211568832, -0.021027110517024994, -0.03352922201156616, 0.04061804711818695, -0.03178003057837486, 0.03224034234881401, -0.021726787090301514, 0.0014039555098861456, 0.00777929462492466, 0.02150583639740944, 0.002637595171108842, 0.018154757097363472, 0.05601092055439949, -0.022868365049362183, 0.04934558644890785, -0.015880808234214783, 0.01738142967224121, -0.003017353592440486, -0.015586208552122116, -0.0023844228126108646, -0.008474367670714855, -0.0074570756405591965, -0.030988290905952454, 0.06588003784418106, 0.08094149082899094, -0.014297330752015114, 0.005928835365921259, 0.003555920207872987, 0.020198548212647438, 0.028023874387145042, 0.010430699214339256, -0.0786583349108696, -0.019811883568763733, 0.018191581591963768, 0.02209503762423992, -0.018891258165240288, -0.07821643352508545, 0.046878308057785034, 0.040765345096588135, 0.02034584805369377, 0.010338637046515942, -0.007098031230270863, -0.049308761954307556, -0.025630244985222816, -0.05103953927755356, 0.014730025082826614, -0.018044281750917435, -0.010946250520646572, 0.0007687231991440058, -0.0279502235352993, -0.004547895397990942, -0.03419207036495209, -0.013560829684138298, 0.04551577940583229, -0.019701408222317696, -0.027379434555768967, -0.03179844096302986, 0.04341674968600273, 0.03074892796576023, 0.009528485126793385, 0.0024051370564848185, -0.06617464125156403, 0.007788501214236021, -0.0698939710855484, -0.01643318496644497, 0.04157549887895584, -0.013984317891299725, 0.015586208552122116, 0.025980083271861076, 0.03697236254811287, 0.06282355636358261, -0.0012094732373952866, 0.019793471321463585, -0.029828302562236786, -0.039807893335819244, 0.04960336163640022, 0.04304850101470947, 0.039623767137527466, 0.021561075001955032, -0.008106117136776447, 0.022573763504624367, 0.04838813468813896, -0.03711966425180435, 0.0039586941711604595, 0.02944163791835308, 0.02132171206176281, 0.07401838153600693, -0.004092185292392969, 0.013164960779249668, 0.003960995934903622, -0.014094793237745762, 0.022518526762723923, -0.019811883568763733, 0.023696929216384888, 0.07434980571269989, -0.028981326147913933, 0.0192226842045784, 0.056563299149274826, -0.010937044396996498, 0.014002730138599873, 0.05111318826675415, 0.03181685507297516, -0.03224034234881401, 0.04245929792523384, 0.05048716068267822, 0.012032589875161648, 0.014591931365430355, 0.045147527009248734, -0.00775167578831315, 0.018044281750917435, 0.008501986972987652, 0.0865389034152031, 0.006016294937580824, 0.0005118108238093555, -0.010798949748277664, -0.025814369320869446, -0.04997161030769348, 0.012391634285449982, 0.006697558332234621, -0.0751967802643776, -0.012198301963508129, 0.0454421304166317, -0.03706442564725876, -0.020769335329532623, -0.0178969819098711, -0.010854187421500683, 0.04430055245757103, 0.02559341862797737, -0.024893743917346, -0.007272949907928705, 0.03301366791129112, -0.0192226842045784, -0.002372915158048272, 0.045037053525447845, 0.026348333805799484, -0.04735703393816948, -0.04400595277547836, -0.005178524646908045, -0.028502600267529488, -0.022426463663578033, -0.016092553734779358, -0.023347090929746628, 0.04290119931101799, 0.03947646915912628, -0.022739477455615997, 0.010209748521447182, -0.019903946667909622, 0.00268822954967618, 0.026974359527230263, -0.02034584805369377, 0.0008791983709670603, -0.041465021669864655, -0.010798949748277664, 0.0018539117882028222, 0.05162873864173889, 0.03826124221086502, -0.01702238619327545, 0.0689733475446701, -0.07755358517169952, -0.012465284205973148, -0.004188850987702608, 0.0559372715651989, -0.01748269982635975, -0.015402083285152912, 0.059988029301166534, 0.04002884402871132, 0.007424853276461363, -0.016930323094129562, -0.05921470373868942, -0.02524358034133911, -0.02944163791835308, -0.025888020172715187, -0.007843738421797752, 0.02594325691461563, -0.025924844667315483, 0.05921470373868942, 0.06300768256187439, -0.006407561246305704, 0.10104797780513763, 0.03958694264292717, -0.01696714758872986, -0.03599650040268898, 0.02813434787094593, -0.06079817935824394, -0.02892608754336834, -0.06072453036904335, -0.06109277904033661, -0.03214827924966812, 0.0014200665755197406, 0.003937980160117149, 0.01516272034496069, -0.05291761830449104, -0.00891166552901268, 0.05520077049732208, 0.030380677431821823, -0.018983321264386177, 0.07368694990873337, 0.024175655096769333, 0.039807893335819244, 0.030638452619314194, 0.05207064002752304, -0.02402835339307785, 0.048609085381031036, 0.0038159971591085196, -0.04577355459332466, -0.002978227101266384, 0.003150844480842352, 0.024341367185115814, -0.03636474907398224, -0.005288999993354082, 0.037451088428497314, -0.005390268750488758, 0.015356051735579967, -0.0358491986989975, -0.020732510834932327, 0.042864374816417694, -0.00869992095977068, 0.005855184979736805, -0.0011588387424126267, 0.017804918810725212, 0.021726787090301514, -0.07530725747346878, 0.01415003091096878, -0.05729980021715164, 0.1320546716451645, 0.037966642528772354, -0.06588003784418106, 0.016313502565026283, -0.018311262130737305, -0.0349653996527195, 0.02174519933760166, 0.012281158939003944, -0.018246818333864212, 0.020401084795594215, -0.0074616787023842335, 0.003351080697029829, -0.04603132978081703, 0.03859266638755798, 0.029496876522898674, -0.010126892477273941, 0.02202138863503933, -0.03590443730354309, 0.06499623507261276, -0.05549537017941475, 0.030546389520168304, -0.0341000072658062, 0.0014741533668711782, 0.011636720038950443, -0.03781934082508087, -0.0628972053527832, 0.020143309608101845, -0.041906923055648804, 0.047062430530786514, 0.02925751358270645, 0.019627759233117104, -0.043564051389694214, 0.017666824162006378, -0.04385865107178688, -0.032369229942560196, 0.018753163516521454, -0.02384422905743122, 0.0051463027484714985, -0.06702161580324173, -0.03398953378200531, 0.025740720331668854, -0.032461293041706085, -0.023475978523492813, 0.010301811620593071, -0.0027135468553751707, 0.0003133007267024368, -0.0010840378236025572, 0.04094947129487991, 0.0865389034152031, 0.009404201060533524, 0.03284795582294464, 0.0044949594885110855, 0.021708374843001366, -0.008285639807581902, -0.022242339327931404, 0.003933377098292112, 0.07309775054454803, 0.023899465799331665, -0.014683994464576244, -0.009813879616558552, 0.010973868891596794, -0.028502600267529488, 0.035683486610651016, 0.02806069888174534, -0.013947492465376854, -0.0292759258300066, 0.05899375304579735, 0.020990286022424698, -0.007167078088968992, 0.04883003607392311, -0.03343715891242027, 0.04956653714179993, 0.032442882657051086, -0.01999600976705551, -0.11548340320587158, -0.022315988317131996, -0.03564666211605072, -0.05026621371507645, 0.03478127345442772, -0.01380019262433052, 0.03851901739835739, -0.01139735709875822, 0.05295444279909134, -0.016230646520853043, 0.015659857541322708, 0.016313502565026283, 0.041096772998571396, -0.02139536291360855, -0.020124897360801697, 0.02034584805369377, -0.05759439989924431, 0.032903194427490234, -0.03999201953411102, 0.0028355298563838005, -0.009339757263660431, -0.0009142972994595766, -0.005602012854069471, 0.014334156177937984, 0.025041043758392334, 0.029423225671052933, -0.027581973001360893, 0.00894849095493555, 0.015171926468610764, -0.04142819717526436, -0.004451229702681303, 0.000266981718596071, -0.03811394050717354, -0.0010788593208417296, -0.02507786825299263, 0.02124806120991707, 0.017841743305325508, 0.05564267188310623, 0.004920748993754387, -0.005206143483519554, -0.007162475027143955, -0.021874088793992996, -0.0358307883143425, 0.002649103058502078, -0.019682995975017548, 0.0093995975330472, -0.030527977272868156, 0.02246328815817833, 0.10620348155498505, -0.007963419891893864, 0.002660610945895314, -0.02848418615758419, 0.010550380684435368, 0.030693691223859787, -0.0034362387377768755, -0.002632992109283805, -0.05711567401885986, -0.02638515830039978, -0.00555137824267149, 0.01913062110543251, 0.01315575372427702, -0.024175655096769333, -0.03479968383908272, -0.012133858166635036, -0.0314670167863369, -0.04437420144677162, -0.027545148506760597, -0.023291852325201035, 0.010642443783581257, 0.05549537017941475, -0.04043392091989517, -0.07261902838945389, 0.03505745902657509, -0.01746428571641445, -0.04275389760732651, -0.043821826577186584, -0.024341367185115814, 0.03811394050717354, 0.024009941145777702, 0.015843983739614487, -0.0035927454009652138, 0.04743068292737007, -0.052991267293691635, 0.01153545081615448, 0.00259846867993474, -0.060687705874443054, 0.00934435985982418, 0.04315897449851036, -0.013045279309153557, -0.06367053836584091, 0.04117042198777199, -0.018191581591963768, -0.03800346702337265, -0.006122166756540537, -0.01192211452871561, 0.00969419814646244, -0.03951329365372658, -0.027931811287999153, 0.017712855711579323, -0.016644928604364395, 0.014048761688172817, 0.07283997535705566, 0.001554708112962544, -0.008281036280095577, -0.04849860817193985, -0.03627268970012665, 0.06746351718902588, 0.007033586967736483, 0.030343852937221527, 0.002833228325471282, 0.018421737477183342, 0.01748269982635975, -0.02071409858763218, -0.05210746452212334, 0.024433430284261703, 0.041023120284080505, 0.008004847913980484, -0.02822641097009182, 0.013349086046218872, 0.0178969819098711, 0.042164698243141174, 0.028171174228191376, -0.014950975775718689, 0.02087981067597866, -0.05026621371507645, -0.06915746629238129, -0.019682995975017548, 0.0349285714328289, 0.07873198390007019, -0.019793471321463585, -0.012953216210007668, 0.0358307883143425, -0.011415769346058369, 0.04772528260946274, -0.024580730125308037, -0.0013176468200981617, -0.008999125100672245, 0.022389639168977737, -0.002757276641204953, 0.014453837648034096, 0.08631794899702072, -0.027232134714722633, 0.027508322149515152, 0.016672547906637192, -0.012014176696538925, 0.02043791115283966, -0.03877679258584976, -0.02559341862797737, -0.05696837231516838, -0.028760375455021858, -0.054906170815229416, -0.017712855711579323, -0.0029690207447856665, 0.020640447735786438, 0.06197658181190491, -0.021211236715316772, 0.02535405568778515, 0.014361774548888206, 0.023457566276192665, -0.003970202058553696, -0.03432095795869827, -0.03748791664838791, -0.014757644385099411, 0.024617554619908333, -0.007134856190532446, -0.013164960779249668, -0.02515151910483837, -0.006982952821999788, -0.01206020824611187, -0.025133106857538223, -0.03006766550242901, 0.027747685089707375, -0.033418744802474976, -0.025409294292330742, 0.04201739653944969, 0.0035190952476114035, 0.014048761688172817, -0.012446871958673, -0.012594171799719334, -0.03951329365372658, -0.010200542397797108, 0.03765362873673439, -0.0629340335726738, 0.03851901739835739, 0.0436745248734951, 0.024433430284261703, -0.08248814195394516, -0.025906432420015335, -0.010771331377327442, 0.037892989814281464, 0.012354808859527111, 0.023641690611839294, -0.05166556313633919, -0.007760882377624512, -0.011609101668000221, 0.034560322761535645, 0.006297085899859667, -0.012189095839858055, 0.004732020664960146, 0.010900218971073627, -0.058846451342105865, -0.032903194427490234, -0.028005460277199745, 0.013210991397500038, 0.04157549887895584, 0.02297884039580822, -0.047577980905771255, 0.05218111723661423, -0.013036072254180908, 0.012133858166635036, -0.08138339221477509, 0.04179644584655762, 0.0035536186769604683, -0.014849706552922726, -0.019903946667909622, 0.020990286022424698, 0.008119926787912846, 0.025446118786931038, 0.049934785813093185, 0.03310573101043701, -0.008814999833703041, -0.04098629578948021, 0.03375017270445824, 0.008884046226739883, 0.016377946361899376, 0.03260859474539757, 0.002239424269646406, -0.004009328782558441, -0.028244823217391968, -0.056563299149274826, -0.013266229070723057, -0.04437420144677162, -0.02080616168677807, -0.012437664903700352, 0.0585150271654129, -0.0166173093020916, -0.016387153416872025, 0.013588448986411095, 0.02010648511350155, -0.016534453257918358, -0.008584843017160892, -0.06495941430330276, 0.005984073039144278, 0.01624905876815319, 0.04061804711818695, -0.032185107469558716, -0.05103953927755356, 0.016295090317726135, 0.05847820267081261, -0.007434059865772724, -0.0029644176829606295, -0.03478127345442772, 0.048461783677339554, -0.040139321237802505, -0.038482192903757095, 0.026201032102108, 0.04400595277547836, -0.026182619854807854, -0.05917787924408913, -0.020769335329532623, -0.01896490715444088, 0.009381185285747051, -0.002128948923200369, -0.009998004883527756, 0.008027863688766956, 0.019277920946478844, 0.05523759499192238, -0.019443633034825325, -0.008414527401328087, -0.01197735220193863, 0.026974359527230263, 0.032792720943689346, 0.018891258165240288, 0.0384453684091568, -0.027379434555768967, -0.09412486106157303, -0.04209104925394058, 0.06842096894979477, 0.03688030317425728, -0.018808402121067047, 0.01153545081615448, -0.02332867868244648, -0.05792582407593727, -0.00590121652930975, -0.00891166552901268, -0.00006548676174134016, 0.05339634418487549, -0.04496340453624725, -0.0073926313780248165, -0.004828686360269785, -0.027324197813868523, 0.03529682382941246, -0.018467769026756287, -0.07368694990873337, -0.0073742191307246685, 0.013883048668503761, 0.03514952212572098, 0.030656864866614342, 0.020640447735786438, -0.04315897449851036, 0.01078974362462759, 0.021689962595701218, -0.07007809728384018, 0.014748438261449337, -0.028870850801467896, -0.0340631827712059, -0.02960735186934471, 0.025464531034231186, 0.0064443862065672874, -0.04065487161278725, 0.03896091878414154, -0.02200297638773918, -0.024967392906546593, -0.0804259404540062, 0.04654688015580177, 0.05199699103832245, -0.034468259662389755, 0.007167078088968992, -0.025556594133377075, -0.016709372401237488, 0.012051002122461796, -0.04419007524847984, 0.0009073925903066993, -0.008340876549482346, -0.004547895397990942, 0.05199699103832245, -0.040765345096588135, -0.004354564007371664, -0.011093550361692905, 0.013008453883230686, -0.0222791638225317, 0.03292160853743553, -0.01606493443250656, 0.036843474954366684, 0.02962576411664486, 0.014665581285953522, 0.029220687225461006, 0.05118683725595474, 0.011682751588523388, 0.026421982795000076, 0.037543151527643204, -0.08675985038280487, 0.02550135739147663, 0.01853221282362938, -0.03328985720872879, -0.03676982596516609, -0.00357203115709126, -0.030214965343475342, 0.03303208202123642, 0.006140579469501972, 0.07210347801446915, -0.03242446854710579, -0.02605373226106167, 0.02045632340013981 ]
38,802
pulp.apis.coin_api
__init__
null
def __init__( self, mip=True, msg=True, timeLimit=None, gapRel=None, gapAbs=None, presolve=None, cuts=None, strong=None, options=None, warmStart=False, keepFiles=False, path=None, threads=None, logPath=None, timeMode="elapsed", ): if path is not None: raise PulpSolverError("Use COIN_CMD if you want to set a path") # check that the file is executable COIN_CMD.__init__( self, path=self.pulp_cbc_path, mip=mip, msg=msg, timeLimit=timeLimit, gapRel=gapRel, gapAbs=gapAbs, presolve=presolve, cuts=cuts, strong=strong, options=options, warmStart=warmStart, keepFiles=keepFiles, threads=threads, logPath=logPath, timeMode=timeMode, )
(self, mip=True, msg=True, timeLimit=None, gapRel=None, gapAbs=None, presolve=None, cuts=None, strong=None, options=None, warmStart=False, keepFiles=False, path=None, threads=None, logPath=None, timeMode='elapsed')
[ 0.007041810546070337, -0.0256179291754961, 0.01303180679678917, 0.015527638606727123, -0.04674335941672325, -0.037330511957407, -0.04389098286628723, -0.044497113674879074, 0.009350455366075039, -0.0743044763803482, -0.005259073805063963, 0.04417622089385986, -0.016044631600379944, 0.03349762782454491, -0.0639645978808403, 0.009947671554982662, 0.02982518821954727, -0.04332050681114197, -0.056762341409921646, 0.016641849651932716, 0.014359945431351662, 0.05266204848885536, 0.01682903617620468, 0.08321815729141235, 0.011008400470018387, 0.052234191447496414, -0.012915928848087788, -0.018540464341640472, -0.013415095396339893, -0.07237911969423294, -0.05387431010603905, 0.04371270909905434, -0.07230781018733978, 0.02249814011156559, 0.024869179353117943, 0.0017793942242860794, 0.04891829937696457, 0.027347182855010033, -0.07031114399433136, -0.010981659404933453, 0.03829318657517433, -0.06400025635957718, 0.0242630485445261, 0.030342182144522667, -0.014021225273609161, -0.0014061337569728494, -0.005646819248795509, 0.040610745549201965, 0.00031727144960314035, -0.018843529745936394, 0.007135404273867607, -0.03481684997677803, 0.0123008843511343, -0.024423494935035706, -0.06150442361831665, 0.0787256583571434, 0.0668526366353035, 0.0605774000287056, 0.014645183458924294, 0.01350423227995634, -0.07084596157073975, 0.03686700016260147, 0.041359495371580124, -0.02709760144352913, 0.018469154834747314, 0.02948646806180477, -0.04467538744211197, -0.03383634611964226, 0.036724381148815155, 0.05066538229584694, 0.08250506222248077, -0.005673560313880444, -0.020964985713362694, 0.02148197963833809, 0.08756803721189499, -0.05911555513739586, -0.06000692397356033, 0.015393933281302452, -0.018148262053728104, 0.02073322981595993, -0.015028472058475018, -0.019075283780694008, -0.018879184499382973, -0.02529703639447689, 0.015411760658025742, -0.03339066356420517, 0.08885160833597183, -0.04053943604230881, 0.02952212281525135, -0.0007949892315082252, -0.050451453775167465, -0.0008919255342334509, -0.03296280652284622, 0.030377836897969246, 0.06763703376054764, -0.004777734633535147, 0.00561116449534893, 0.0070328968577086926, -0.005183307453989983, 0.016008976846933365, -0.03091265819966793, -0.04175169765949249, -0.03310542553663254, -0.0675300732254982, 0.03305194154381752, 0.002433435758575797, 0.021945491433143616, 0.04018288850784302, 0.031429652124643326, -0.09462767094373703, -0.03479902446269989, 0.09876362234354019, -0.04884698987007141, -0.04417622089385986, -0.03260625898838043, 0.06506989896297455, -0.03825753182172775, -0.014609528705477715, -0.001105296891182661, 0.05494394898414612, -0.05947210267186165, 0.01966358721256256, -0.04574503004550934, 0.03060959279537201, 0.01753321662545204, -0.005263530649244785, -0.02362126298248768, -0.008967166766524315, 0.05530049651861191, -0.03914890065789223, 0.03914890065789223, -0.06927715241909027, 0.044782351702451706, -0.013120943680405617, -0.01895049214363098, -0.01355771441012621, -0.020251890644431114, -0.003511991584673524, -0.03337283432483673, 0.08157803863286972, 0.07530280947685242, 0.006671892944723368, -0.023353852331638336, -0.004857957828789949, 0.041002947837114334, 0.0464937761425972, 0.02208811044692993, -0.05986430495977402, -0.016739899292588234, 0.021250223740935326, -0.007991118356585503, -0.0309661403298378, -0.067351795732975, 0.02670539915561676, 0.05002359673380852, -0.015358278527855873, 0.02704411931335926, -0.011347120627760887, -0.021731562912464142, -0.03825753182172775, -0.025029625743627548, 0.03697396442294121, 0.02244465798139572, 0.020947158336639404, -0.02674105390906334, -0.019503140822052956, -0.0228190328925848, -0.03683134540915489, 0.01584853045642376, 0.038828007876873016, -0.026544952765107155, -0.0907769650220871, -0.023300370201468468, 0.017515389248728752, 0.01405688002705574, 0.021018467843532562, 0.006493619177490473, 0.005415063351392746, -0.013317044824361801, -0.019877515733242035, -0.007090835832059383, 0.04849044233560562, 0.0006874679238535464, 0.01350423227995634, -0.011338206939399242, 0.056049246340990067, 0.06638912111520767, -0.03175054490566254, 0.037401821464300156, -0.010794471949338913, 0.010812299326062202, 0.04820520430803299, 0.019431831315159798, 0.04257175698876381, 0.016722071915864944, -0.02536834590137005, 0.02741849236190319, 0.0008763265796005726, 0.00019206204160582274, 0.01475214771926403, 0.03964806720614433, 0.033551108092069626, 0.031055277213454247, -0.007901981472969055, -0.01653488539159298, 0.026580607518553734, -0.016329869627952576, 0.05943644791841507, 0.01284461934119463, 0.05661972239613533, 0.05312556028366089, -0.051485441625118256, 0.03693830966949463, 0.027525456622242928, 0.00510308425873518, 0.05308990553021431, 0.020269718021154404, 0.04250044748187065, -0.04742079973220825, 0.038186222314834595, 0.09769397974014282, 0.020947158336639404, -0.009591124020516872, 0.026527125388383865, -0.020251890644431114, 0.04392663761973381, 0.02321123331785202, 0.056120555847883224, 0.013415095396339893, 0.024031292647123337, -0.018014555796980858, -0.005918686278164387, -0.04759907349944115, -0.0048223030753433704, -0.04103860259056091, -0.04688597843050957, -0.030716557055711746, 0.06075567379593849, -0.07815518230199814, -0.01964575983583927, -0.036688726395368576, -0.002187195234000683, 0.013620110228657722, -0.0022752180229872465, 0.038186222314834595, -0.03474554046988487, 0.015928754583001137, 0.01056271605193615, -0.019289212301373482, 0.05658406764268875, 0.041002947837114334, -0.03388982638716698, -0.0651412084698677, -0.02397781051695347, -0.02572489343583584, 0.03481684997677803, -0.013709246180951595, -0.05658406764268875, 0.010286391712725163, 0.024815697222948074, -0.019592277705669403, -0.014850198291242123, -0.006720918230712414, 0.010286391712725163, -0.0008245158242061734, -0.002090258989483118, -0.04043247178196907, -0.04075336456298828, -0.010072463192045689, 0.007732621394097805, 0.03191098943352699, 0.014573873952031136, 0.005985538940876722, 0.040325507521629333, -0.058865971863269806, -0.030039116740226746, -0.034282028675079346, -0.0011565505992621183, -0.018807874992489815, 0.03167923539876938, 0.04991663247346878, 0.03793663904070854, 0.024708732962608337, -0.035030778497457504, -0.06881364434957504, -0.05070103704929352, -0.021339360624551773, 0.027507629245519638, -0.03191098943352699, 0.006814511958509684, -0.04086032882332802, 0.09305886179208755, 0.019182248041033745, 0.019217902794480324, 0.09220315515995026, 0.021571116521954536, 0.008271899074316025, 0.011382775381207466, 0.01578613556921482, -0.04399794712662697, 0.012042387388646603, -0.08842375129461288, -0.08378863334655762, -0.07765601575374603, -0.021998973563313484, 0.01868308335542679, 0.012666345573961735, -0.030342182144522667, 0.02034102752804756, 0.05847376957535744, 0.04506758973002434, -0.001923127449117601, 0.049417465925216675, 0.0422508642077446, 0.02002013474702835, 0.048668716102838516, 0.0242630485445261, -0.016775554046034813, 0.03829318657517433, 0.01905745640397072, -0.01829088106751442, -0.026830190792679787, 0.024726560339331627, -0.010010067373514175, -0.028773372992873192, 0.0033938854467123747, 0.029094265773892403, 0.015411760658025742, 0.022337693721055984, -0.01177497673779726, -0.00643122335895896, 0.04053943604230881, -0.012630690820515156, -0.041002947837114334, -0.009707001969218254, -0.01647248864173889, 0.017123186960816383, -0.030146081000566483, 0.01896831952035427, -0.014003397896885872, 0.0850008949637413, -0.003278007498010993, -0.06877798587083817, 0.03488815948367119, -0.01035770121961832, -0.07387661933898926, -0.0029236883856356144, -0.038150567561388016, 0.005566596053540707, -0.006622867658734322, -0.004800018854439259, 0.039612412452697754, -0.014823457226157188, 0.03207143768668175, 0.023371679708361626, 0.029254712164402008, -0.0012635147431865335, -0.0527690127491951, 0.05052276328206062, -0.0259566493332386, -0.005125368479639292, -0.017747145146131516, 0.04014723375439644, 0.00103120191488415, -0.030146081000566483, -0.03765140473842621, 0.029112093150615692, 0.004599461331963539, 0.012951583601534367, 0.03683134540915489, 0.0012111468240618706, -0.03524470701813698, -0.022712068632245064, -0.03943413868546486, -0.010063549503684044, 0.010045722126960754, -0.026830190792679787, 0.014208412729203701, -0.058901626616716385, -0.06043478101491928, -0.018932664766907692, -0.01583070307970047, -0.02920123003423214, 0.022212902083992958, -0.051164548844099045, 0.028042450547218323, 0.039612412452697754, 0.05843811482191086, 0.07458971440792084, 0.0017626810586079955, 0.03793663904070854, -0.013120943680405617, 0.022961651906371117, -0.029611259698867798, -0.021339360624551773, -0.02394215576350689, 0.09740874171257019, 0.038507115095853806, -0.014003397896885872, 0.001234545256011188, 0.013584455475211143, -0.025029625743627548, 0.04742079973220825, 0.0478486567735672, -0.005334840156137943, -0.0413951501250267, 0.022284211590886116, 0.004064640030264854, 0.027311528101563454, 0.02953995019197464, -0.0077147940173745155, 0.016365524381399155, 0.016802294179797173, -0.012915928848087788, -0.12208182364702225, -0.043819673359394073, -0.0639645978808403, -0.07573065906763077, 0.016686417162418365, -0.045887649059295654, -0.0024980599991977215, -0.002086916472762823, 0.06781531125307083, -0.011400602757930756, 0.03765140473842621, 0.013022893108427525, 0.037080928683280945, -0.024708732962608337, 0.02429870329797268, 0.016632935032248497, -0.10511016845703125, 0.0603991262614727, -0.01584853045642376, -0.009885275736451149, 0.049809668213129044, -0.01761344075202942, -0.020608438178896904, -0.005789437796920538, 0.019877515733242035, 0.008369949646294117, -0.002841237001121044, -0.0028456938453018665, 0.04050378128886223, -0.023674745112657547, -0.03018173575401306, 0.003739290637895465, -0.04396229237318039, 0.006930389441549778, -0.016775554046034813, 0.009742656722664833, 0.05205591768026352, 0.02599230408668518, -0.014315376989543438, -0.05369603633880615, 0.01719449646770954, -0.04492497071623802, -0.021161086857318878, 0.032534949481487274, 0.007411728613078594, -0.042393483221530914, -0.03408592939376831, 0.019289212301373482, 0.051841989159584045, -0.04884698987007141, -0.0020924874115735292, -0.0063465433195233345, 0.020626265555620193, 0.03761574998497963, -0.01930703967809677, -0.018201744183897972, -0.07170167565345764, 0.014912594109773636, -0.0386853888630867, -0.0010674137156456709, 0.0015264684334397316, -0.019503140822052956, -0.0400402694940567, 0.028933819383382797, 0.010437924414873123, -0.020144926384091377, 0.01686469092965126, -0.03417506441473961, 0.03807925805449486, 0.039612412452697754, -0.0064668781124055386, -0.05440913140773773, 0.009573296643793583, -0.04545979201793671, -0.015759393572807312, -0.059293828904628754, -0.019841860979795456, 0.04774169251322746, -0.012719827704131603, -0.000003777870233534486, 0.022943824529647827, 0.058188531547784805, -0.022997306659817696, -0.01682903617620468, 0.025600101798772812, -0.014235153794288635, 0.004035670775920153, 0.030003461986780167, -0.009078587405383587, -0.026491470634937286, 0.013210080564022064, 0.007830671966075897, -0.05401692911982536, -0.010313132777810097, -0.0429283045232296, -0.005022861063480377, -0.0002426193532301113, -0.01693600043654442, -0.005111997947096825, 0.007901981472969055, 0.01687360368669033, 0.02429870329797268, -0.028702063485980034, 0.014190585352480412, -0.045138899236917496, -0.01973489671945572, 0.05030883476138115, 0.008352122269570827, 0.01197999157011509, 0.017470821738243103, 0.009707001969218254, -0.0003300848766230047, -0.014190585352480412, -0.04752776399254799, 0.02602795884013176, 0.04296395927667618, 0.007728164549916983, -0.0795813724398613, -0.010339873842895031, 0.06927715241909027, 0.015055213123559952, 0.028024623170495033, 0.009105328470468521, -0.008383320644497871, 0.012211747467517853, -0.038578424602746964, -0.04385532811284065, 0.032160572707653046, 0.0693841204047203, 0.008944882079958916, 0.02219507470726967, 0.04492497071623802, -0.02702629193663597, 0.09334409981966019, -0.008539309725165367, 0.003088591620326042, 0.0019442974589765072, -0.033265870064496994, -0.06250275671482086, 0.0015821789857000113, 0.08015184849500656, 0.008352122269570827, 0.030360009521245956, -0.007977747358381748, -0.008396690711379051, 0.032820187509059906, -0.040254198014736176, -0.009591124020516872, -0.04685032367706299, -0.013878606259822845, -0.037758368998765945, -0.018540464341640472, -0.013673591427505016, -0.0038551685865968466, 0.03226753696799278, 0.006195010617375374, 0.05455175042152405, 0.006515903398394585, -0.014814543537795544, 0.013192253187298775, -0.05234115570783615, -0.020323200151324272, 0.033551108092069626, 0.0561562106013298, 0.009377196431159973, 0.005067429505288601, -0.03626086935400963, 0.04574503004550934, -0.037722714245319366, -0.019913170486688614, 0.01177497673779726, 0.022391175851225853, -0.059614721685647964, -0.02185635454952717, 0.058188531547784805, -0.020911503583192825, 0.04299961403012276, -0.03893497213721275, -0.009323714300990105, 0.001626747427508235, -0.048347823321819305, 0.035369500517845154, 0.00545963179320097, -0.015991149470210075, 0.04781300202012062, -0.00929697323590517, -0.08927946537733078, 0.012880274094641209, -0.030805693939328194, 0.04285699501633644, -0.02148197963833809, 0.017069704830646515, -0.04599461331963539, 0.021731562912464142, -0.02395998314023018, 0.056405793875455856, 0.02568923868238926, -0.015919839963316917, -0.018085865303874016, 0.0129783246666193, -0.05369603633880615, -0.04399794712662697, -0.03244581073522568, 0.03339066356420517, 0.030306527391076088, -0.005571052897721529, -0.03406810015439987, -0.01580396294593811, -0.012915928848087788, 0.01937834918498993, -0.047278180718421936, 0.03825753182172775, -0.010812299326062202, -0.07056072354316711, 0.006707547698169947, 0.028612926602363586, 0.02606361359357834, 0.0027498716954141855, 0.0004662971186917275, 0.009938757866621017, 0.0027832980267703533, -0.015982236713171005, 0.0228190328925848, 0.03968372195959091, 0.004595004487782717, 0.03768705949187279, -0.021268051117658615, 0.0014618441928178072, -0.005838463082909584, -0.06564037501811981, -0.031144414097070694, -0.06150442361831665, -0.03189316391944885, 0.017675835639238358, 0.05868769809603691, -0.0008484713616780937, 0.023300370201468468, 0.015331537462770939, -0.0021325990092009306, 0.028274206444621086, -0.05059407278895378, -0.04435449466109276, -0.012835705652832985, 0.015162177383899689, 0.04435449466109276, -0.028951646760106087, -0.04314223304390907, 0.04050378128886223, 0.06581864506006241, -0.022729896008968353, 0.026241887360811234, -0.04217955470085144, 0.05230550095438957, -0.04709990695118904, -0.036403488367795944, 0.0505584180355072, 0.04706425219774246, -0.0031131042633205652, -0.04460407793521881, 0.019182248041033745, 0.0011509795440360904, 0.010402269661426544, 0.010830126702785492, -0.021303705871105194, -0.00015933210670482367, 0.025207899510860443, 0.031429652124643326, -0.033194560557603836, 0.014538219198584557, -0.03403244540095329, 0.027917658910155296, 0.029682569205760956, 0.022943824529647827, 0.015402846969664097, -0.024173911660909653, -0.007897524163126945, -0.013914261013269424, 0.09134744107723236, -0.007527606561779976, -0.022712068632245064, 0.05861638858914375, -0.01723906584084034, -0.08885160833597183, -0.056762341409921646, 0.01827305369079113, -0.008579420857131481, 0.057867638766765594, -0.011596702970564365, -0.0018885869067162275, 0.011356034316122532, -0.058152876794338226, 0.03333717957139015, -0.03488815948367119, -0.041323840618133545, 0.003835112787783146, 0.006328715942800045, 0.018486982211470604, 0.06214620918035507, 0.012363280169665813, -0.04535282775759697, 0.004782191477715969, 0.031197896227240562, -0.015705911442637444, 0.05448044091463089, -0.07077465206384659, -0.0436057448387146, 0.020644092932343483, 0.008530396036803722, -0.013682505115866661, -0.035975631326436996, 0.04439014941453934, -0.019182248041033745, -0.013236821629106998, -0.05341079831123352, 0.04542413726449013, 0.0038796812295913696, -0.03583301231265068, 0.02075105719268322, -0.03911324590444565, -0.036403488367795944, 0.031090931966900826, -0.06189662590622902, -0.002035662764683366, 0.00772370770573616, 0.0069348462857306, 0.02565358392894268, -0.052590738981962204, -0.02848813496530056, 0.0015186689561232924, 0.033248044550418854, -0.04984532296657562, -0.004227314610034227, 0.016285302117466927, 0.01898614689707756, 0.013816210441291332, 0.02360343560576439, -0.022409003227949142, 0.033978965133428574, 0.020269718021154404, -0.009903103113174438, -0.015705911442637444, -0.07815518230199814, 0.012577208690345287, 0.0107320761308074, -0.0186652559787035, -0.0415734238922596, -0.022765550762414932, -0.018451327458024025, 0.061326149851083755, 0.01035770121961832, 0.04956008493900299, 0.021713735535740852, 0.0021381699480116367, 0.0059810820966959 ]
38,826
pulp.apis.glpk_api
PYGLPK
The glpk LP/MIP solver (via its python interface) Copyright Christophe-Marie Duquesne 2012 The glpk variables are available (after a solve) in var.solverVar The glpk constraints are available in constraint.solverConstraint The Model is in prob.solverModel
class PYGLPK(LpSolver): """ The glpk LP/MIP solver (via its python interface) Copyright Christophe-Marie Duquesne 2012 The glpk variables are available (after a solve) in var.solverVar The glpk constraints are available in constraint.solverConstraint The Model is in prob.solverModel """ name = "PYGLPK" try: # import the model into the global scope global glpk import glpk.glpkpi as glpk except: def available(self): """True if the solver is available""" return False def actualSolve(self, lp, callback=None): """Solve a well formulated lp problem""" raise PulpSolverError("GLPK: Not Available") else: def __init__( self, mip=True, msg=True, timeLimit=None, gapRel=None, **solverParams ): """ Initializes the glpk solver. @param mip: if False the solver will solve a MIP as an LP @param msg: displays information from the solver to stdout @param timeLimit: not handled @param gapRel: not handled @param solverParams: not handled """ LpSolver.__init__(self, mip, msg) if not self.msg: glpk.glp_term_out(glpk.GLP_OFF) def findSolutionValues(self, lp): prob = lp.solverModel if self.mip and self.hasMIPConstraints(lp.solverModel): solutionStatus = glpk.glp_mip_status(prob) else: solutionStatus = glpk.glp_get_status(prob) glpkLpStatus = { glpk.GLP_OPT: constants.LpStatusOptimal, glpk.GLP_UNDEF: constants.LpStatusUndefined, glpk.GLP_FEAS: constants.LpStatusOptimal, glpk.GLP_INFEAS: constants.LpStatusInfeasible, glpk.GLP_NOFEAS: constants.LpStatusInfeasible, glpk.GLP_UNBND: constants.LpStatusUnbounded, } # populate pulp solution values for var in lp.variables(): if self.mip and self.hasMIPConstraints(lp.solverModel): var.varValue = glpk.glp_mip_col_val(prob, var.glpk_index) else: var.varValue = glpk.glp_get_col_prim(prob, var.glpk_index) var.dj = glpk.glp_get_col_dual(prob, var.glpk_index) # put pi and slack variables against the constraints for constr in lp.constraints.values(): if self.mip and self.hasMIPConstraints(lp.solverModel): row_val = glpk.glp_mip_row_val(prob, constr.glpk_index) else: row_val = glpk.glp_get_row_prim(prob, constr.glpk_index) constr.slack = -constr.constant - row_val constr.pi = glpk.glp_get_row_dual(prob, constr.glpk_index) lp.resolveOK = True for var in lp.variables(): var.isModified = False status = glpkLpStatus.get(solutionStatus, constants.LpStatusUndefined) lp.assignStatus(status) return status def available(self): """True if the solver is available""" return True def hasMIPConstraints(self, solverModel): return ( glpk.glp_get_num_int(solverModel) > 0 or glpk.glp_get_num_bin(solverModel) > 0 ) def callSolver(self, lp, callback=None): """Solves the problem with glpk""" self.solveTime = -clock() glpk.glp_adv_basis(lp.solverModel, 0) glpk.glp_simplex(lp.solverModel, None) if self.mip and self.hasMIPConstraints(lp.solverModel): status = glpk.glp_get_status(lp.solverModel) if status in (glpk.GLP_OPT, glpk.GLP_UNDEF, glpk.GLP_FEAS): glpk.glp_intopt(lp.solverModel, None) self.solveTime += clock() def buildSolverModel(self, lp): """ Takes the pulp lp model and translates it into a glpk model """ log.debug("create the glpk model") prob = glpk.glp_create_prob() glpk.glp_set_prob_name(prob, lp.name) log.debug("set the sense of the problem") if lp.sense == constants.LpMaximize: glpk.glp_set_obj_dir(prob, glpk.GLP_MAX) log.debug("add the constraints to the problem") glpk.glp_add_rows(prob, len(list(lp.constraints.keys()))) for i, v in enumerate(lp.constraints.items(), start=1): name, constraint = v glpk.glp_set_row_name(prob, i, name) if constraint.sense == constants.LpConstraintLE: glpk.glp_set_row_bnds( prob, i, glpk.GLP_UP, 0.0, -constraint.constant ) elif constraint.sense == constants.LpConstraintGE: glpk.glp_set_row_bnds( prob, i, glpk.GLP_LO, -constraint.constant, 0.0 ) elif constraint.sense == constants.LpConstraintEQ: glpk.glp_set_row_bnds( prob, i, glpk.GLP_FX, -constraint.constant, -constraint.constant ) else: raise PulpSolverError("Detected an invalid constraint type") constraint.glpk_index = i log.debug("add the variables to the problem") glpk.glp_add_cols(prob, len(lp.variables())) for j, var in enumerate(lp.variables(), start=1): glpk.glp_set_col_name(prob, j, var.name) lb = 0.0 ub = 0.0 t = glpk.GLP_FR if not var.lowBound is None: lb = var.lowBound t = glpk.GLP_LO if not var.upBound is None: ub = var.upBound t = glpk.GLP_UP if not var.upBound is None and not var.lowBound is None: if ub == lb: t = glpk.GLP_FX else: t = glpk.GLP_DB glpk.glp_set_col_bnds(prob, j, t, lb, ub) if var.cat == constants.LpInteger: glpk.glp_set_col_kind(prob, j, glpk.GLP_IV) assert glpk.glp_get_col_kind(prob, j) == glpk.GLP_IV var.glpk_index = j log.debug("set the objective function") for var in lp.variables(): value = lp.objective.get(var) if value: glpk.glp_set_obj_coef(prob, var.glpk_index, value) log.debug("set the problem matrix") for constraint in lp.constraints.values(): l = len(list(constraint.items())) ind = glpk.intArray(l + 1) val = glpk.doubleArray(l + 1) for j, v in enumerate(constraint.items(), start=1): var, value = v ind[j] = var.glpk_index val[j] = value glpk.glp_set_mat_row(prob, constraint.glpk_index, l, ind, val) lp.solverModel = prob # glpk.glp_write_lp(prob, None, "glpk.lp") def actualSolve(self, lp, callback=None): """ Solve a well formulated lp problem creates a glpk model, variables and constraints and attaches them to the lp model which it then solves """ self.buildSolverModel(lp) # set the initial solution log.debug("Solve the Model using glpk") self.callSolver(lp, callback=callback) # get the solution information solutionStatus = self.findSolutionValues(lp) for var in lp.variables(): var.modified = False for constraint in lp.constraints.values(): constraint.modified = False return solutionStatus def actualResolve(self, lp, callback=None): """
(mip=True, msg=True, options=None, timeLimit=None, *args, **kwargs)
[ 0.06276737153530121, -0.044789936393499374, -0.06772269308567047, 0.11139864474534988, -0.00862859282642603, -0.02692774124443531, -0.031383685767650604, -0.0762888640165329, 0.045750271528959274, -0.04997573792934418, -0.032382432371377945, -0.06507217139005661, 0.01298370398581028, 0.009401661343872547, -0.06922081112861633, 0.034072618931531906, -0.022337349131703377, -0.02729266695678234, 0.005718783941119909, -0.00641502533107996, -0.007303333375602961, -0.016882656142115593, 0.047402042895555496, 0.07190974801778793, 0.0017730150138959289, -0.03904714435338974, 0.031710200011730194, 0.0009759385720826685, 0.01936991885304451, -0.033227525651454926, -0.060731466859579086, -0.004055006895214319, 0.0024920646101236343, -0.05262625589966774, -0.011696857400238514, -0.0016337668057531118, 0.05646758899092674, -0.017708543688058853, -0.0035436293110251427, -0.0270621869713068, 0.0035244226455688477, -0.032785773277282715, 0.0008450931636616588, -0.04075653851032257, 0.015259693376719952, 0.007855525240302086, -0.0022099665366113186, 0.08573853969573975, 0.04382960498332977, -0.009593727998435497, 0.02598661556839943, -0.02592899464070797, -0.015903117135167122, -0.02746552787721157, -0.04210100322961807, 0.05170433595776558, 0.03626218065619469, 0.046364884823560715, 0.06284420192241669, -0.07701871544122696, 0.015365330502390862, 0.00160375633276999, -0.014904370531439781, -0.005406675394624472, 0.021108122542500496, 0.015182866714894772, -0.033861346542835236, -0.04021875187754631, 0.030461767688393593, 0.011187881231307983, -0.0349753312766552, -0.009430471807718277, -0.008426923304796219, 0.010246754623949528, 0.05193481594324112, 0.03854777291417122, -0.014990800060331821, -0.0693744644522667, 0.011696857400238514, -0.013415854424238205, 0.0258137546479702, 0.015230883844196796, 0.03781791776418686, -0.04198576509952545, -0.003673274302855134, -0.029635880142450333, 0.03701123967766762, 0.011456774547696114, 0.10571347177028656, -0.0533561110496521, -0.029712706804275513, 0.04313816502690315, 0.03800998628139496, 0.061038773506879807, 0.05516153573989868, -0.02742711454629898, -0.00916637945920229, -0.01352149061858654, -0.04240830987691879, -0.04125590994954109, 0.011216690763831139, -0.0024188391398638487, -0.0533561110496521, 0.016959482803940773, 0.04002668708562851, -0.046556949615478516, 0.015403743833303452, 0.01760290563106537, 0.04048764333128929, -0.019994135946035385, -0.06979700922966003, 0.019725242629647255, -0.018207916989922523, -0.009977861307561398, -0.02748473361134529, 0.04198576509952545, -0.047325216233730316, -0.004664818290621042, -0.0031402893364429474, 0.020205408334732056, -0.057504747062921524, -0.00901272613555193, -0.08182038366794586, 0.021914802491664886, 0.03937365859746933, 0.018572842702269554, 0.023124821484088898, 0.019552383571863174, 0.047325216233730316, -0.05769681558012962, 0.02512231469154358, -0.0059732720255851746, -0.05112813785672188, 0.008767841383814812, 0.007735483348369598, -0.05139702931046486, -0.03922000527381897, -0.005012939218431711, 0.032804980874061584, 0.006054900586605072, 0.005056153982877731, 0.014241740107536316, -0.004537574015557766, 0.02809934690594673, 0.05635234713554382, -0.016546539962291718, 0.05473898723721504, 0.015077230520546436, -0.031230034306645393, -0.0015041218139231205, -0.023259269073605537, -0.02784966118633747, 0.01233067736029625, -0.06491851806640625, 0.020301442593336105, 0.031460512429475784, -0.000008679573511471972, -0.05020621791481972, -0.005128178745508194, -0.05385548248887062, -0.0560450404882431, -0.030884314328432083, 0.008023583330214024, -0.0010725720785558224, 0.008028385229408741, 0.022587034851312637, 0.030519386753439903, -0.005661163944751024, 0.0004075413744430989, 0.06311309337615967, -0.029559053480625153, -0.07644251734018326, -0.03512898460030556, -0.00227959081530571, -0.02873316779732704, 0.06149973347783089, 0.021722735837101936, 0.006002082023769617, 0.03952731192111969, 0.017391633242368698, 0.03543629124760628, 0.0005056754453107715, -0.0693744644522667, 0.006002082023769617, -0.0024560519959777594, 0.05385548248887062, 0.0065254638902843, -0.014078483916819096, -0.034533578902482986, 0.0023384112864732742, -0.0541243739426136, -0.030365733429789543, 0.03499453887343407, 0.011408757418394089, 0.010179530829191208, 0.05516153573989868, 0.02489183470606804, 0.04832396283745766, 0.010285167954862118, 0.03841332718729973, 0.045711856335401535, -0.020474301651120186, -0.010870970785617828, 0.011860114522278309, -0.03678075969219208, 0.012311470694839954, -0.011149467900395393, 0.017804576084017754, 0.033265940845012665, 0.014577857218682766, 0.007956360466778278, -0.008513352833688259, -0.046019162982702255, 0.023432128131389618, 0.03873983770608902, -0.04286926984786987, -0.03591645881533623, 0.02788807451725006, -0.006434231996536255, 0.006583083886653185, -0.016969086602330208, -0.013425457291305065, -0.03656948730349541, -0.018764909356832504, 0.007697070017457008, -0.005190600641071796, 0.02558327466249466, 0.04444421827793121, 0.044328976422548294, -0.017631717026233673, 0.05281832441687584, -0.04083336517214775, 0.04167845845222473, -0.03777950629591942, 0.032881807535886765, -0.021069709211587906, -0.04137115180492401, 0.05358659103512764, 0.009977861307561398, -0.019225869327783585, -0.020320648327469826, -0.02738870121538639, -0.02631312794983387, 0.007384961936622858, -0.04071812331676483, 0.045711856335401535, 0.04102542996406555, 0.00011178878048667684, 0.046710602939128876, 0.02577534131705761, -0.03929683193564415, -0.059233348816633224, -0.032382432371377945, 0.014558650553226471, -0.01714194566011429, -0.02679329551756382, -0.006818365305662155, 0.000491870625410229, 0.03482167795300484, -0.011869717389345169, -0.008321287110447884, 0.056890133768320084, -0.058618735522031784, 0.06441915035247803, 0.023893088102340698, 0.0021763548720628023, 0.04175528511404991, -0.010352390818297863, 0.05001414939761162, 0.0046384092420339584, 0.13805748522281647, 0.0782095342874527, -0.058580320328474045, -0.007721078582108021, 0.0024116365239024162, 0.03760664537549019, -0.0186400655657053, 0.06495693325996399, -0.00904153659939766, 0.0011175876716151834, 0.0808984637260437, 0.002345613669604063, 0.0024752586614340544, 0.032574500888586044, -0.07851684093475342, 0.028675546869635582, -0.07448343932628632, -0.046595364809036255, -0.014549046754837036, -0.0129068773239851, -0.004489557351917028, -0.0046432106755673885, 0.034014999866485596, 0.023643402382731438, 0.06710807979106903, 0.04194734990596771, 0.035263434052467346, 0.0019170650048181415, -0.006866381969302893, -0.01364633347839117, 0.07690347731113434, -0.03603170067071915, 0.033169906586408615, -0.01210019737482071, 0.0052674273028969765, -0.031306859105825424, 0.01887054555118084, -0.043868016451597214, -0.013435060158371925, 0.023662608116865158, -0.057812053710222244, -0.014385790564119816, 0.046633776277303696, 0.028982853516936302, -0.010688507929444313, -0.046825844794511795, 0.030308114364743233, -0.016181614249944687, 0.028560306876897812, 0.0060260905884206295, -0.004988930653780699, -0.006419827230274677, 0.00010661198029993102, 0.003954171668738127, -0.005872437264770269, -0.04098701849579811, 0.06157656013965607, -0.005598742049187422, 0.02721584029495716, -0.044674698263406754, -0.015096437186002731, -0.008580576628446579, -0.00688078673556447, 0.01760290563106537, 0.031249240040779114, 0.024258015677332878, 0.048592858016490936, -0.045788682997226715, 0.014155310578644276, -0.06303627043962479, 0.07659617066383362, -0.004974525887519121, -0.08066798001527786, 0.008201245218515396, 0.046825844794511795, -0.01946595311164856, 0.001453704317100346, -0.01414570678025484, 0.010025878436863422, 0.003243525279685855, -0.030135253444314003, -0.003675675019621849, -0.01950436644256115, 0.022106869146227837, 0.035109780728816986, -0.011792890727519989, 0.028637133538722992, -0.011696857400238514, 0.047133151441812515, 0.033150698989629745, 0.03524422645568848, -0.017554890364408493, -0.0355515331029892, 0.023816261440515518, 0.01936991885304451, -0.01817910559475422, -0.01356950681656599, -0.029098093509674072, 0.020935261622071266, 0.01794862560927868, 0.02452690899372101, -0.08973352611064911, -0.01317577064037323, 0.01946595311164856, -0.03991144523024559, 0.032036714255809784, 0.0006176142487674952, 0.021204154938459396, -0.05158909782767296, -0.05281832441687584, 0.047786176204681396, -0.045212484896183014, 0.019955722615122795, 0.02759997360408306, 0.000840291497297585, -0.03614693880081177, 0.03443754464387894, -0.01294529065489769, 0.031383685767650604, -0.034303098917007446, 0.05289515107870102, 0.000211723439861089, 0.07644251734018326, 0.03580122068524361, 0.02583296224474907, -0.0007364554912783206, 0.022375762462615967, 0.0016865850193426013, -0.01236909069120884, -0.009329636581242085, -0.01783338561654091, -0.04002668708562851, -0.08950304985046387, 0.0019146641716361046, -0.016959482803940773, -0.01840958558022976, 0.0365118645131588, 0.03639662638306618, -0.02765759453177452, 0.07048845291137695, -0.015960736200213432, 0.06657029688358307, -0.01862085983157158, -0.059655893594026566, -0.021703528240323067, -0.0017826183466240764, -0.016709797084331512, 0.033726900815963745, 0.04406008496880531, 0.018592050299048424, 0.028790786862373352, 0.005531518720090389, 0.08028385043144226, 0.023336095735430717, -0.05754316225647926, -0.004856884945183992, -0.05377865582704544, -0.005747593939304352, -0.05281832441687584, 0.02683170884847641, -0.021204154938459396, 0.015048420056700706, 0.019686829298734665, -0.015422950498759747, -0.021684322506189346, -0.009593727998435497, 0.005094567313790321, 0.05155068263411522, 0.006554273888468742, -0.045865509659051895, 0.06560996174812317, 0.009214396588504314, 0.01833275891840458, -0.004299891646951437, 0.05112813785672188, -0.00022507808171212673, -0.03743378445506096, -0.020935261622071266, -0.06119242683053017, 0.0253335889428854, 0.020205408334732056, 0.032536085695028305, 0.0789778009057045, 0.023432128131389618, 0.013070134446024895, 0.014040070585906506, -0.045635029673576355, -0.06349723041057587, -0.020109375938773155, 0.023105615749955177, 0.015470966696739197, 0.03822125867009163, 0.04340705648064613, 0.033016253262758255, -0.016488920897245407, -0.015374933369457722, 0.019706036895513535, 0.012426710687577724, -0.05677489563822746, -0.02606344223022461, -0.03829808533191681, 0.002516072941944003, -0.014491426758468151, -0.0368959978222847, -0.07068052142858505, -0.012465124018490314, -0.011802494525909424, 0.08758237957954407, 0.031844645738601685, -0.04916905611753464, 0.028790786862373352, -0.04936112463474274, 0.04121749848127365, 0.05362500250339508, -0.01783338561654091, -0.01837117224931717, 0.02452690899372101, -0.017708543688058853, -0.09119323641061783, -0.03994986042380333, -0.04367595165967941, -0.021530669182538986, 0.020109375938773155, 0.03933524712920189, -0.009430471807718277, -0.0008414919138886034, 0.007970765233039856, -0.05174275115132332, 0.04947636276483536, -0.03752981871366501, -0.020935261622071266, 0.012004164047539234, -0.05024462938308716, -0.0053634606301784515, 0.08005337417125702, -0.05089765787124634, 0.02786886692047119, 0.06422708183526993, -0.02767680026590824, 0.01371355727314949, -0.06315150856971741, -0.053164042532444, 0.04125590994954109, -0.004417532589286566, -0.008566171862185001, 0.006770348642021418, 0.022010834887623787, 0.0065206619910895824, -0.05420120060443878, -0.021031295880675316, 0.022414175793528557, 0.033976584672927856, 0.028521893545985222, 0.012570761144161224, 0.014971593394875526, 0.034187860786914825, -0.04210100322961807, -0.045711856335401535, 0.005906048696488142, 0.022683069109916687, 0.017189962789416313, -0.008378907106816769, 0.05350976437330246, 0.044828351587057114, 0.0006320192478597164, 0.02804172784090042, -0.03718410059809685, -0.0741761326789856, -0.09411264955997467, -0.04079494997859001, -0.02713901363313198, 0.032593708485364914, 0.02683170884847641, -0.008671808056533337, 0.01865927316248417, 0.048516031354665756, -0.011322327889502048, 0.03991144523024559, -0.05592980235815048, -0.017804576084017754, -0.006275777239352465, 0.029827946797013283, 0.013732763938605785, -0.03777950629591942, 0.04290768504142761, 0.02769600786268711, 0.017074722796678543, 0.05120496451854706, 0.02617868222296238, -0.005473898723721504, -0.031402893364429474, -0.059156522154808044, 0.0011259906459599733, -0.005205005407333374, -0.0720634013414383, -0.0015953534748405218, -0.05562249571084976, 0.009977861307561398, -0.014846750535070896, -0.008004376664757729, 0.046364884823560715, -0.04263878986239433, -0.00020287037477828562, -0.04221624508500099, -0.023220855742692947, -0.03537867218255997, -0.000972937501501292, 0.03945048525929451, -0.04928429797291756, 0.005272228736430407, -0.01236909069120884, 0.033131495118141174, 0.004350309260189533, 0.002933817682787776, 0.0032171159982681274, 0.06956653296947479, -0.012734017334878445, 0.03539787977933884, -0.005219410639256239, 0.017497269436717033, -0.023604989051818848, 0.06326674669981003, -0.006506257224828005, -0.05650600045919418, -0.0000418270101363305, 0.04978366941213608, -0.03945048525929451, 0.01417451724410057, 0.05120496451854706, 0.010717317461967468, -0.045097243040800095, 0.0012436314718797803, -0.028521893545985222, -0.015759067609906197, -0.015278900042176247, 0.011677650734782219, -0.014318566769361496, 0.0037260926328599453, 0.05539201572537422, -0.006472645327448845, -0.031614165753126144, -0.03941207379102707, -0.0015005205059424043, -0.01263798400759697, -0.08896525949239731, -0.023432128131389618, -0.018899356946349144, 0.02715822122991085, 0.046441711485385895, -0.032728154212236404, -0.04248513653874397, 0.02884840779006481, 0.04436739161610603, 0.01210019737482071, 0.024296429008245468, -0.023508954793214798, -0.0009255210752598941, -0.07548218220472336, 0.0017141946591436863, -0.0019086621468886733, -0.016095183789730072, -0.002409235807135701, -0.0129068773239851, 0.00866700615733862, 0.011447170749306679, -0.018956976011395454, 0.01766052655875683, -0.018630463629961014, -0.017650922760367393, 0.04075653851032257, -0.07621204107999802, 0.02577534131705761, -0.00668391864746809, -0.03620455786585808, 0.04359912499785423, 0.02842586115002632, -0.009545711800456047, 0.0014717105077579618, 0.07252436131238937, -0.03822125867009163, -0.023412922397255898, 0.011427964083850384, -0.023220855742692947, -0.06246006861329079, -0.045289311558008194, 0.016575349494814873, 0.011293517425656319, -0.004009390715509653, -0.02514152228832245, -0.010313977487385273, -0.05496946722269058, 0.011226294562220573, 0.04986049607396126, -0.029789533466100693, -0.014981197193264961, 0.03745299205183983, 0.030346527695655823, -0.012493934482336044, 0.017055517062544823, 0.04809348285198212, -0.0353594645857811, -0.043560709804296494, 0.008215649984776974, 0.02443087473511696, 0.010602077469229698, -0.021434634923934937, 0.02671646885573864, -0.0008168834028765559, -0.031479720026254654, -0.011658444069325924, 0.08965670317411423, 0.046518538147211075, -0.04271561652421951, 0.0017285996582359076, 0.016517730429768562, 0.023797055706381798, -0.0059492639265954494, 0.008719825185835361, 0.029789533466100693, -0.005771602038294077, -0.05462374910712242, 0.059579066932201385, 0.0523957759141922, 0.03751061111688614, -0.017353219911456108, -0.04037240520119667, -0.046057578176259995, -0.03608931973576546, 0.0072601186111569405, -0.014347377233207226, -0.0009849417256191373, -0.032574500888586044, -0.03971938043832779, 0.028637133538722992, -0.011965750716626644, 0.06299785524606705, -0.04340705648064613, -0.032497674226760864, -0.0707189291715622, -0.024142775684595108, -0.00599247869104147, 0.04014192521572113, -0.004376718308776617, -0.09649427235126495, 0.04901540279388428, -0.006002082023769617, -0.02704298123717308, -0.018476810306310654, -0.07275483757257462, -0.0029554252978414297, 0.022183695808053017, 0.046403296291828156, 0.019110629335045815, -0.08312643319368362, -0.009199991822242737, 0.021549874916672707, 0.032132748514413834, -0.09687840938568115, -0.011668047867715359, 0.03666551783680916, -0.01752607896924019, 0.032862599939107895, -0.016450507566332817, -0.031979095190763474, 0.0013624726561829448, -0.04025716707110405, -0.007231308612972498, 0.03614693880081177, -0.024065949022769928, 0.031402893364429474, 0.008498948067426682, 0.014961990527808666, -0.02594820223748684, -0.03476405888795853, -0.011207087896764278, 0.018457602709531784, -0.006002082023769617, 0.006976820062845945, -0.059118106961250305, 0.014155310578644276, 0.07575108110904694, 0.032920219004154205, 0.0527799092233181, -0.022702274844050407, 0.044866763055324554, -0.009536108002066612, 0.020455095916986465, 0.002811375306919217, -0.015663033351302147, -0.015355726704001427, -0.06226800009608269, 0.008239658549427986, 0.0028617926873266697, 0.06203752011060715, 0.01706511899828911, -0.004503962583839893, -0.01944674551486969, 0.02740790694952011 ]
38,829
pulp.apis.glpk_api
actualSolve
Solve a well formulated lp problem
def actualSolve(self, lp, callback=None): """Solve a well formulated lp problem""" raise PulpSolverError("GLPK: Not Available")
(self, lp, callback=None)
[ 0.012403071857988834, -0.024721017107367516, -0.04338095709681511, 0.1202680841088295, -0.05390271171927452, -0.02095838263630867, -0.014693000353872776, -0.04464084282517433, 0.02812611497938633, -0.025827674195170403, 0.012794658541679382, -0.04828429967164993, -0.0019515472231432796, -0.057341862469911575, -0.08049653470516205, 0.06980451941490173, 0.012054049409925938, -0.016991442069411278, -0.03868192061781883, 0.02964138425886631, -0.027938835322856903, 0.029811639338731766, 0.02844959869980812, 0.06830628216266632, 0.014905819669365883, -0.017587333917617798, 0.05325574427843094, -0.016003964468836784, -0.014522746205329895, -0.03827330842614174, -0.02250770293176174, 0.05366435647010803, 0.0010571767343208194, 0.019647419452667236, -0.010870777070522308, 0.03888622671365738, 0.0551285482943058, 0.005328979343175888, 0.02572552114725113, -0.03820520639419556, -0.025657419115304947, -0.027138635516166687, 0.007584857288748026, 0.017297901213169098, 0.009125664830207825, -0.016991442069411278, -0.005822718609124422, 0.06609296798706055, 0.03410206362605095, -0.021332943812012672, -0.023461129516363144, -0.03912458196282387, 0.00013527287228498608, -0.031888749450445175, -0.037013422697782516, 0.0568651482462883, 0.021503198891878128, 0.03325079008936882, 0.07988361269235611, -0.03537897393107414, -0.0015173971187323332, 0.022082064300775528, 0.010862264782190323, 0.012607377953827381, 0.016421088948845863, 0.015578326769173145, -0.03272299841046333, -0.015016485005617142, 0.001957931788638234, 0.023818666115403175, 0.002377184573560953, 0.04600288346409798, -0.036945320665836334, 0.01076011173427105, 0.07552509009838104, 0.03629835322499275, 0.006933632306754589, -0.0672166496515274, -0.021077560260891914, 0.029403027147054672, -0.0019249448087066412, -0.009066075086593628, -0.0038392487913370132, 0.0053587742149829865, -0.019221782684326172, -0.05727376043796539, 0.044198181480169296, -0.018029997125267982, 0.07191568613052368, 0.003343381220474839, -0.023154670372605324, 0.02279713563621044, -0.0016418959712609649, 0.04218917340040207, 0.030067021027207375, 0.000375890958821401, 0.014897306449711323, 0.0051587242633104324, -0.014607873745262623, -0.03915863484144211, 0.01525484211742878, 0.04307449981570244, -0.013671470806002617, 0.02543608658015728, 0.09520655870437622, -0.050463560968637466, 0.023529231548309326, -0.03197387605905533, 0.021196739748120308, -0.011645437218248844, -0.02722376398742199, 0.008333979174494743, -0.08839636296033859, 0.025861725211143494, -0.07368633151054382, 0.07218809425830841, -0.01944311335682869, -0.008853256702423096, -0.037558238953351974, 0.020209260284900665, -0.0497484914958477, 0.0027687707915902138, -0.0791344940662384, -0.018796144053339958, 0.026168182492256165, -0.0215202234685421, 0.02931789867579937, 0.037898749113082886, 0.019647419452667236, -0.019868750125169754, 0.04113359376788139, 0.013986443169414997, -0.003824351355433464, -0.026100080460309982, -0.037285830825567245, -0.012854247353971004, 0.01064944639801979, -0.052234213799238205, 0.009355508722364902, -0.05356220155954361, -0.015237816609442234, 0.01419074833393097, -0.02031141333281994, 0.03527682274580002, 0.0737544372677803, 0.002653848845511675, -0.003524277126416564, -0.008759615942835808, 0.02758129872381687, 0.05894225835800171, 0.0020877511706203222, -0.027019457891583443, 0.005890820641070604, -0.025333933532238007, 0.00479693291708827, -0.010589856654405594, 0.060270246118307114, -0.04736492410302162, -0.01468448806554079, -0.02153724990785122, -0.021128637716174126, -0.025963878259062767, 0.02725781500339508, 0.019596341997385025, -0.023205747827887535, -0.01889829710125923, 0.018438609316945076, -0.040282316505908966, -0.012803170830011368, 0.04940798133611679, -0.027121610939502716, -0.055230699479579926, -0.06309647858142853, 0.0016269986517727375, -0.043006397783756256, 0.011977434158325195, 0.022013962268829346, 0.0017876768251881003, 0.0016067809192463756, -0.048318348824977875, -0.00560990022495389, 0.04576452448964119, -0.03684316575527191, -0.042325377464294434, -0.03139501065015793, 0.05179155245423317, -0.04120169207453728, 0.008121160790324211, -0.0687829926609993, -0.009159715846180916, -0.08955409377813339, -0.0389883816242218, 0.04259778559207916, -0.01888127252459526, -0.004537294153124094, 0.027053508907556534, 0.029181696474552155, 0.08049653470516205, -0.01555278804153204, -0.0064186109229922295, 0.046547699719667435, -0.03410206362605095, -0.008159467950463295, 0.011381542310118675, -0.034306369721889496, 0.0260319784283638, -0.031599316745996475, 0.01831943169236183, 0.0514850914478302, -0.02390379272401333, 0.04603693261742592, -0.017153184860944748, -0.06595676392316818, 0.06330078095197678, 0.019340960308909416, -0.0059291282668709755, -0.0449473038315773, -0.015229303389787674, 0.03345509618520737, 0.043551210314035416, -0.051961805671453476, -0.03803495317697525, 0.03471498191356659, -0.037285830825567245, 0.03524276986718178, 0.023699486628174782, -0.006082357373088598, 0.04184866324067116, 0.025282857939600945, -0.03585568815469742, 0.011441131122410297, -0.06636537611484528, -0.006656968034803867, -0.038784075528383255, 0.02364841103553772, -0.038443565368652344, -0.06319863349199295, 0.0069123501889407635, -0.003524277126416564, 0.027087559923529625, 0.015212277881801128, -0.05740996450185776, 0.004409602843225002, -0.01271804329007864, -0.03330186381936073, 0.04971444234251976, 0.007231578230857849, -0.03500441461801529, 0.048658858984708786, 0.02725781500339508, -0.03497036173939705, -0.04123574495315552, 0.009117151610553265, 0.00777639402076602, 0.03541302680969238, -0.011143185198307037, 0.04787568747997284, 0.033369965851306915, 0.03779659420251846, 0.017519231885671616, -0.017051031813025475, 0.037864696234464645, -0.014710025861859322, 0.06013404205441475, -0.013339473865926266, -0.02514665387570858, -0.008878794498741627, 0.002747488906607032, 0.10494513809680939, 0.009321457706391811, 0.012369020842015743, 0.018353482708334923, -0.025674443691968918, -0.010998468846082687, 0.017485180869698524, 0.05301738530397415, -0.0018462019506841898, 0.08539987355470657, 0.031599316745996475, 0.04501540586352348, 0.10930366814136505, 0.018642915412783623, -0.01480366662144661, 0.016370011493563652, -0.07014503329992294, 0.02841554768383503, -0.04464084282517433, -0.03362534940242767, 0.0003974388528149575, -0.022099090740084648, -0.012607377953827381, -0.00777639402076602, 0.03415314108133316, 0.02638951502740383, 0.020294388756155968, 0.048352401703596115, 0.03469795361161232, -0.010657958686351776, 0.05049761384725571, -0.011117647401988506, 0.007921110838651657, -0.06592270731925964, -0.03204197809100151, -0.04644554480910301, 0.021962886676192284, -0.04695631191134453, -0.007286911364644766, -0.053425997495651245, -0.006516507361084223, 0.019068552181124687, -0.04675200581550598, -0.016225295141339302, 0.04252968356013298, 0.0275642741471529, 0.022848211228847504, -0.012198765762150288, 0.017604360356926918, -0.042325377464294434, 0.023478155955672264, -0.004439397249370813, -0.009014998562633991, -0.01801297254860401, -0.004049939103424549, -0.013373524881899357, -0.04092928767204285, -0.02783668227493763, 0.017272362485527992, -0.023852715268731117, 0.05002089962363243, -0.058261238038539886, -0.012905323877930641, -0.029181696474552155, 0.054617781192064285, -0.024295378476381302, -0.02783668227493763, 0.003824351355433464, 0.06963426619768143, -0.03629835322499275, 0.051382940262556076, -0.02669597417116165, 0.06949806213378906, 0.004516012035310268, -0.0722561925649643, 0.039601296186447144, 0.05625222995877266, 0.041474100202322006, -0.020464643836021423, -0.002847513649612665, 0.04576452448964119, -0.021401045843958855, -0.034868210554122925, -0.034868210554122925, -0.036059994250535965, -0.0021079687867313623, 0.013365012593567371, 0.02844959869980812, 0.03674101456999779, -0.0016855238936841488, 0.02359733358025551, -0.00853828527033329, 0.015782631933689117, -0.07341393083333969, -0.031003423035144806, 0.03241654112935066, 0.006754864472895861, -0.01913665421307087, -0.002353774383664131, -0.023563282564282417, 0.009168228134512901, 0.02308656834065914, -0.0197836235165596, -0.09043942391872406, -0.003447662340477109, 0.029249796643853188, -0.03711557388305664, 0.03796685114502907, -0.010538780130445957, 0.03868192061781883, -0.053766507655382156, -0.056388434022665024, 0.02608305588364601, -0.047126565128564835, 0.005678002256900072, -0.009823709726333618, -0.013067065738141537, -0.028262319043278694, -0.05424322187900543, 0.008019007742404938, 0.030458606779575348, 0.00807859655469656, 0.04569642245769501, -0.00515021150931716, 0.04501540586352348, -0.009644942358136177, -0.0051587242633104324, 0.0489993691444397, 0.05053166300058365, -0.027376992627978325, -0.0432107038795948, -0.040554724633693695, -0.012828709557652473, -0.03762634098529816, -0.08465075492858887, -0.0046224212273955345, -0.013118142262101173, 0.0028666674625128508, -0.010087604634463787, 0.06265381723642349, -0.023171696811914444, 0.060304298996925354, -0.0004844284849241376, 0.04790973663330078, -0.021179713308811188, -0.07933879643678665, -0.05778452381491661, 0.02245662547647953, -0.0194941908121109, 0.02729186601936817, 0.009261867962777615, -0.03027132712304592, 0.08601279556751251, -0.00940658524632454, 0.07450355589389801, 0.013535267673432827, -0.014318440109491348, 0.004537294153124094, -0.020583821460604668, -0.03115665353834629, -0.03239951282739639, 0.0118156922981143, -0.03500441461801529, 0.007189014460891485, 0.009236330166459084, 0.00974709540605545, -0.01942608878016472, 0.048931267112493515, -0.0239208173006773, 0.05676299333572388, 0.012386046350002289, -0.04777353256940842, 0.08512746542692184, 0.07211998850107193, 0.0022154422476887703, -0.0191196296364069, 0.04944203421473503, -0.005380055867135525, -0.009202279150485992, -0.08349301666021347, -0.07995171844959259, 0.02243960089981556, 0.009398072026669979, 0.030032970011234283, 0.06296027451753616, 0.028670931234955788, 0.02489127218723297, -0.04940798133611679, -0.07552509009838104, -0.037013422697782516, -0.014897306449711323, 0.02931789867579937, 0.03541302680969238, 0.017297901213169098, 0.052540671080350876, -0.007878546603024006, -0.0029624358285218477, -0.02575957216322422, 0.023461129516363144, -0.003924376331269741, 0.005333235953003168, -0.015229303389787674, 0.003749864874407649, -0.010147194378077984, 0.009006486274302006, 0.009900324046611786, 0.006546302232891321, -0.022303396835923195, -0.01016421988606453, 0.06602486222982407, 0.01770651340484619, -0.007589113432914019, -0.032808125019073486, -0.03466390445828438, 0.04106549173593521, 0.04647959768772125, -0.004516012035310268, -0.06684208661317825, -0.01910260319709778, -0.013033014722168446, -0.06190469488501549, -0.028602829203009605, -0.027411043643951416, -0.02902846597135067, 0.06023619696497917, 0.02097540721297264, 0.009295918978750706, -0.06490118056535721, 0.006946401204913855, -0.001203489606268704, 0.03803495317697525, -0.0568651482462883, -0.015459148213267326, 0.0006799556431360543, 0.022354472428560257, -0.04065687954425812, 0.08669380843639374, -0.06200684607028961, 0.039669398218393326, 0.04487920179963112, -0.0382392592728138, 0.06067885830998421, -0.056456536054611206, -0.03321673721075058, 0.038137104362249374, -0.021962886676192284, 0.016872264444828033, 0.030679939314723015, 0.020175209268927574, 0.009219304658472538, -0.014871768653392792, -0.024618864059448242, 0.030918296426534653, -0.0008863897528499365, 0.03348914533853531, 0.0017770358826965094, 0.039635349065065384, -0.006027024704962969, -0.06394775211811066, -0.03646860644221306, -0.017570309340953827, 0.01662539504468441, 0.021332943812012672, -0.02725781500339508, 0.04937393218278885, 0.027632376179099083, -0.0010928238043561578, 0.040214214473962784, -0.05557120963931084, -0.020566796883940697, -0.09091613441705704, -0.0196984950453043, -0.039635349065065384, 0.039328888058662415, -0.003792428644374013, -0.025061525404453278, 0.0489993691444397, 0.034544724971055984, -0.021077560260891914, 0.06466282159090042, -0.060610756278038025, 0.000025056073354789987, 0.00540133798494935, 0.02187775820493698, 0.030748041346669197, 0.033982884138822556, 0.04889721795916557, -0.003092255210503936, -0.006371791008859873, 0.02002198062837124, 0.008802180178463459, -0.02279713563621044, -0.03330186381936073, -0.031837671995162964, -0.000666654494125396, 0.011602873913943768, -0.053153589367866516, -0.020209260284900665, -0.008912845514714718, -0.018625888973474503, 0.04644554480910301, 0.005775898694992065, 0.05809098482131958, 0.009474687278270721, 0.0007140066009014845, -0.03442554920911789, -0.012615890242159367, -0.04375551640987396, 0.04154220223426819, -0.006086613982915878, -0.043278805911540985, 0.0109048280864954, -0.04096333682537079, -0.007669984828680754, 0.00687404302880168, -0.02213314175605774, -0.0026942843105643988, 0.0509062260389328, -0.01828538067638874, -0.004081862047314644, -0.021469147875905037, 0.045662373304367065, -0.027172686532139778, 0.006222818046808243, -0.045662373304367065, -0.004724574275314808, -0.01167097594588995, 0.03022025153040886, -0.045662373304367065, -0.010862264782190323, 0.05866985023021698, -0.0015003716107457876, -0.07695522904396057, 0.01910260319709778, -0.022677958011627197, 0.013194757513701916, 0.01449720747768879, 0.018659939989447594, -0.04501540586352348, 0.004426628351211548, 0.02184370718896389, 0.017604360356926918, 0.019511215388774872, -0.010479191318154335, 0.04528781399130821, -0.011109134182333946, -0.008929871022701263, -0.009304432198405266, 0.013186244294047356, -0.00018887656915467232, 0.04855670779943466, 0.039703451097011566, -0.01797892153263092, 0.03110557608306408, 0.0290114413946867, -0.0020153927616775036, -0.01830240525305271, -0.010930366814136505, 0.030782092362642288, -0.06197279691696167, 0.0038988380692899227, -0.029249796643853188, -0.030186200514435768, 0.04157625511288643, -0.022950364276766777, 0.0022984417155385017, 0.002494234824553132, -0.02753022313117981, 0.057648319751024246, -0.02720673754811287, -0.014284389093518257, 0.007818957790732384, -0.09207386523485184, 0.05625222995877266, -0.0055460543371737, -0.06537789106369019, 0.08138185739517212, 0.040827132761478424, -0.03263787180185318, 0.046241238713264465, 0.021077560260891914, 0.00696768332272768, -0.0098918117582798, 0.014301414601504803, -0.039022430777549744, 0.0037988130934536457, 0.0006884683971293271, 0.007857264950871468, 0.0676252618432045, 0.004203168675303459, 0.016710521653294563, 0.002919872058555484, -0.07709143310785294, 0.003105024341493845, 0.013867264613509178, -0.02157130092382431, 0.04106549173593521, 0.04106549173593521, 0.012649941258132458, 0.0035072516184300184, -0.0653097927570343, 0.004779907409101725, -0.044198181480169296, -0.0526428259909153, 0.02329087443649769, 0.02184370718896389, 0.04212107136845589, -0.018098099157214165, -0.03348914533853531, -0.028500676155090332, -0.0295903068035841, 0.009457661770284176, 0.08253958821296692, -0.0038945816922932863, -0.05237041786313057, -0.038784075528383255, 0.0020888152066618204, 0.07355013489723206, -0.015782631933689117, 0.03742203488945961, 0.042087018489837646, -0.020413566380739212, -0.05155319347977638, 0.020498694851994514, 0.01271804329007864, 0.026781100779771805, 0.0037668903823941946, -0.05458373203873634, -0.07055364549160004, -0.027904784306883812, 0.05444752797484398, 0.003920119721442461, 0.05655868723988533, 0.0000034458334994269535, -0.027002433314919472, 0.008274389430880547, -0.003194408258423209, 0.04586667940020561, -0.028006937354803085, -0.02724078856408596, -0.0019196243956685066, -0.04215512052178383, -0.010079092346131802, -0.021077560260891914, 0.032161157578229904, -0.059384919703006744, 0.06919160485267639, 0.008265877142548561, -0.04052067548036575, -0.023273849859833717, -0.0005778026534244418, 0.0015599607722833753, -0.02931789867579937, -0.001547191757708788, 0.019970903173089027, -0.09963318705558777, -0.012071074917912483, -0.016182731837034225, 0.03943104296922684, -0.06408395618200302, 0.03054373525083065, 0.06578650325536728, -0.03200792893767357, 0.010853751562535763, -0.0322803370654583, -0.039090532809495926, -0.011577335186302662, 0.005260877311229706, -0.02278010919690132, 0.06851058453321457, 0.0018568428931757808, -0.01045365259051323, -0.002128186635673046, 0.007295424118638039, 0.02366543561220169, -0.0328592024743557, 0.04331285506486893, 0.00545667065307498, -0.023801639676094055, 0.02153724990785122, -0.014871768653392792, 0.001782356295734644, 0.02184370718896389, 0.05536690354347229, 0.05574146658182144, 0.03541302680969238, 0.010411089286208153, -0.025044500827789307, 0.029692459851503372, 0.02780263125896454, -0.035719484090805054, -0.020720025524497032, -0.024108098819851875, 0.051961805671453476, 0.02993081696331501, 0.06132582575082779, -0.0006214305176399648, -0.022099090740084648, -0.019255833700299263, 0.035787586122751236 ]
38,885
pulp.constants
PulpError
Pulp Exception Class
class PulpError(Exception): """ Pulp Exception Class """ pass
null
[ 0.004072687588632107, -0.026604698970913887, -0.0494011715054512, 0.05906278267502785, -0.010384471155703068, -0.0668555423617363, -0.019570056349039078, -0.03441508859395981, 0.03797648847103119, -0.005179012659937143, 0.06082585081458092, -0.024083511903882027, 0.07115743309259415, 0.023536959663033485, -0.04351252317428589, 0.05564242973923683, 0.025758426636457443, 0.0009008176275528967, -0.001368581666611135, 0.009591090492904186, -0.030642123892903328, 0.046932876110076904, 0.032193623483181, 0.021262602880597115, -0.015567892231047153, 0.05634765699505806, 0.038858022540807724, -0.0026468061842024326, -0.015444477088749409, -0.09866129606962204, -0.04784967005252838, -0.005152566824108362, -0.03631920367479324, 0.022320443764328957, -0.0036804047413170338, 0.04583977162837982, 0.0013322184095159173, 0.010825238190591335, -0.09844972938299179, 0.019799254834651947, -0.084486223757267, 0.0032264147885143757, -0.07165108621120453, -0.03825857862830162, 0.04756757989525795, -0.032546237111091614, -0.0007344280602410436, 0.03494400903582573, -0.026551807299256325, 0.006827481556683779, -0.026974942535161972, 0.016308380290865898, 0.02589947171509266, -0.027257034555077553, 0.005628595128655434, 0.11177852004766464, 0.04305412620306015, 0.05000061169266701, -0.009776213206350803, -0.02286699414253235, -0.031594179570674896, 0.05405566841363907, 0.019076397642493248, -0.02646365389227867, 0.047179702669382095, -0.0023558998946100473, -0.04848437383770943, -0.023096192628145218, -0.013566809706389904, 0.04280729591846466, 0.061037421226501465, 0.0006605996168218553, -0.0942888855934143, 0.03043055720627308, 0.08794184029102325, -0.02041632868349552, -0.0176306813955307, 0.00892112497240305, 0.045945554971694946, -0.007140425965189934, -0.014501235447824001, -0.006659990176558495, -0.009776213206350803, 0.02494741417467594, 0.10105906426906586, -0.05236312374472618, 0.00829964317381382, -0.04679182916879654, -0.025053199380636215, 0.04961273819208145, -0.05335044115781784, 0.015682490542531013, -0.04397092014551163, 0.0123502928763628, 0.043159909546375275, 0.061989475041627884, 0.03822331875562668, -0.02191493660211563, -0.038082271814346313, -0.055748216807842255, 0.015514999628067017, 0.05719393119215965, -0.025211874395608902, -0.01736622117459774, 0.05179894343018532, -0.01131889782845974, 0.029531391337513924, -0.0030324773397296667, 0.02064552903175354, -0.03445035219192505, -0.032105471938848495, 0.053244657814502716, -0.062059998512268066, -0.006135477218776941, 0.00982028990983963, -0.0021895102690905333, 0.008771263994276524, -0.0012319438392296433, 0.002721736440435052, 0.030148465186357498, 0.021491801366209984, 0.030007420107722282, -0.10282213240861893, 0.07069903612136841, 0.032581500709056854, 0.030836062505841255, -0.0035569900646805763, 0.0027151249814778566, 0.016951899975538254, -0.004385631997138262, -0.031788118183612823, -0.0015757421497255564, -0.028790902346372604, -0.03843488544225693, -0.032810699194669724, 0.0029663622844964266, 0.012773429043591022, -0.017489636316895485, 0.0018159601604565978, -0.03601948171854019, 0.0347500741481781, 0.040903180837631226, 0.0033454217482358217, 0.00680103525519371, 0.04248994216322899, 0.021086296066641808, -0.013126042671501637, -0.017472004517912865, -0.025300027802586555, 0.043653566390275955, -0.0009856652468442917, -0.03847014904022217, 0.028085675090551376, -0.04143210127949715, 0.029866375029087067, -0.0038192463107407093, 0.029848743230104446, -0.05440828204154968, -0.016176151111721992, -0.03314568102359772, -0.017295697703957558, -0.07158056646585464, 0.05028270557522774, 0.03221125528216362, -0.027098357677459717, 0.0001645989395910874, 0.023836681619286537, -0.05067057907581329, 0.004143210127949715, -0.002402180340141058, 0.016528764739632607, -0.03593133017420769, -0.05469037592411041, -0.021209709346294403, -0.03342777118086815, 0.018688522279262543, 0.02690442092716694, 0.06347045302391052, 0.0031426690984517336, -0.014615834690630436, 0.05839281901717186, 0.002578487154096365, -0.020010823383927345, 0.006020877975970507, 0.02036343701183796, 0.031594179570674896, 0.0024991491809487343, 0.03404484689235687, -0.022602533921599388, -0.007285878993570805, -0.021720999851822853, -0.006139884702861309, 0.0139458691701293, 0.0488017275929451, 0.028120936825871468, -0.02187967672944069, -0.014016391709446907, -0.009026909247040749, 0.05606556683778763, 0.04023321717977524, -0.01613207347691059, 0.09605195373296738, 0.010560777969658375, -0.0072991023771464825, 0.004156433045864105, 0.011380605399608612, -0.021826783195137978, -0.026551807299256325, -0.038893282413482666, -0.007955845445394516, 0.003973514772951603, -0.013690223917365074, 0.015259355306625366, 0.03928115963935852, 0.035825543105602264, -0.01344339456409216, 0.057476021349430084, -0.022003090009093285, 0.011371789500117302, 0.027997521683573723, 0.04069161415100098, -0.0256350114941597, 0.045945554971694946, -0.02438323199748993, 0.029108256101608276, 0.014783326536417007, -0.02842065878212452, -0.019023505970835686, -0.0059547629207372665, -0.02743334136903286, 0.030289510264992714, -0.025070829316973686, -0.021474169567227364, 0.010604854673147202, 0.05712340772151947, -0.0010506784310564399, -0.055501386523246765, -0.015532630495727062, -0.044147226959466934, -0.023801419883966446, -0.02769780158996582, -0.044887714087963104, -0.04672130569815636, 0.02715124934911728, 0.01941138133406639, -0.0020958471577614546, 0.006214815191924572, 0.03564923629164696, 0.009855550713837147, 0.026005255058407784, 0.028544073924422264, -0.029249301180243492, -0.04432353377342224, -0.031029999256134033, 0.032070208340883255, -0.028350135311484337, -0.0383291020989418, -0.030360033735632896, 0.05201051011681557, 0.019940301775932312, 0.012367922812700272, -0.02110392600297928, -0.005002705845981836, 0.04259572550654411, 0.021315494552254677, -0.00942359957844019, 0.006373491603881121, 0.00653657503426075, 0.05765232816338539, 0.012835136614739895, 0.10895761102437973, 0.09069222956895828, -0.0091767692938447, -0.003098592394962907, -0.029055362567305565, -0.018441691994667053, -0.04421775043010712, 0.10846395045518875, 0.012641198933124542, 0.023008039221167564, 0.052751000970602036, 0.009705690667033195, -0.013496287167072296, 0.07098112255334854, -0.0342387817800045, 0.04989482834935188, -0.008885863237082958, -0.015356323681771755, -0.017295697703957558, 0.02870274893939495, -0.006814258638769388, 0.015162386000156403, -0.01008475013077259, -0.016317196190357208, 0.062059998512268066, 0.054514069110155106, -0.00035481745726428926, -0.01105443760752678, 0.0183535385876894, -0.046439215540885925, 0.054514069110155106, -0.006448421627283096, -0.00528920441865921, -0.01358444057404995, -0.04788492992520332, 0.007382847834378481, 0.060543760657310486, -0.024506647139787674, -0.011980048380792141, -0.009978965856134892, 0.012244508601725101, 0.026869159191846848, -0.0115833580493927, 0.07926754653453827, 0.04382987320423126, 0.00458838464692235, 0.05380884185433388, -0.01195360254496336, -0.003971310798078775, 0.033321987837553024, -0.057511284947395325, 0.012888028286397457, 0.04760283976793289, -0.04862542077898979, -0.03169996663928032, 0.015920504927635193, 0.0040616681799292564, 0.006540982984006405, 0.009432414546608925, -0.010111195966601372, -0.03351592645049095, -0.03325146436691284, -0.0037861887831240892, -0.008506803773343563, -0.03631920367479324, -0.038858022540807724, 0.06329414993524551, -0.03240519389510155, 0.02967243641614914, -0.04231363534927368, 0.06749024987220764, -0.041396841406822205, -0.05793441832065582, 0.07320258766412735, 0.004733838140964508, -0.06505721807479858, -0.03314568102359772, -0.0557834766805172, 0.021720999851822853, 0.01361088640987873, -0.00477350689470768, 0.0689007043838501, -0.04802597686648369, 0.0223557036370039, 0.05327992141246796, -0.0051701972261071205, -0.02013423852622509, -0.028826164081692696, 0.01610562764108181, -0.007497447542846203, 0.040903180837631226, -0.035825543105602264, -0.007175687234848738, -0.003889769082888961, -0.05052953213453293, 0.006545390468090773, 0.006069362163543701, -0.023977726697921753, 0.014668727293610573, 0.04464088752865791, 0.0016054939478635788, -0.04732074961066246, -0.04629816859960556, -0.0352613627910614, -0.0271688811480999, 0.054514069110155106, -0.02165047638118267, 0.048660680651664734, -0.06244787573814392, -0.00967924389988184, 0.005002705845981836, -0.023589851334691048, -0.01838880032300949, -0.0007685875170864165, -0.008718372322618961, -0.009538198821246624, 0.02189730666577816, -0.007801576517522335, 0.036601293832063675, 0.05190472677350044, -0.0342387817800045, -0.014880294911563396, 0.0198874082416296, 0.0007564664119854569, -0.03145313635468483, -0.02663996070623398, 0.008030775003135204, -0.008132152259349823, -0.04347725957632065, -0.006488090846687555, 0.028861425817012787, -0.010437363758683205, -0.033621709793806076, 0.03291648253798485, 0.034838225692510605, -0.05839281901717186, 0.011891894973814487, -0.022249920293688774, 0.009749767370522022, 0.06414041668176651, 0.018935352563858032, 0.02864985726773739, -0.005280388984829187, -0.060543760657310486, -0.027468601241707802, -0.045910295099020004, -0.06403463333845139, -0.0383291020989418, 0.016802038997411728, -0.05000061169266701, 0.01815960183739662, -0.03021898865699768, 0.07418990880250931, 0.019922669976949692, -0.06110794097185135, -0.023730898275971413, -0.016519948840141296, 0.015656044706702232, 0.01812434010207653, 0.027115987613797188, -0.022214658558368683, 0.03543766960501671, -0.01271172147244215, -0.035314254462718964, 0.013134857639670372, -0.06184843182563782, -0.056735534220933914, 0.037870705127716064, 0.000081886253610719, 0.025300027802586555, 0.0680544301867485, 0.02616393193602562, 0.06720815598964691, 0.03758861497044563, 0.09400679171085358, -0.034609027206897736, -0.03150602802634239, -0.01886482909321785, -0.024859260767698288, -0.0036076782271265984, -0.012852766551077366, -0.01032276451587677, 0.08335786312818527, -0.0393516831099987, 0.010878130793571472, -0.037165477871894836, -0.0754593163728714, -0.03691864758729935, -0.007885321974754333, -0.013328795321285725, -0.011618618853390217, 0.04129105806350708, 0.016149703413248062, -0.025211874395608902, 0.0006958609446883202, -0.022955147549510002, 0.03023661859333515, -0.0011349751148372889, 0.026481283828616142, 0.01808907836675644, 0.00967924389988184, -0.010772346518933773, -0.027257034555077553, -0.04904855787754059, -0.04661552235484123, 0.0057387868873775005, -0.012729352340102196, 0.06142529472708702, 0.07567088305950165, -0.0013134857872501016, 0.054937202483415604, -0.040127430111169815, 0.0397748164832592, 0.037130214273929596, -0.023254869505763054, -0.02692205086350441, -0.011997679248452187, -0.03339251130819321, -0.006020877975970507, -0.01197123248130083, 0.001368581666611135, -0.05060005560517311, -0.020187130197882652, 0.04661552235484123, 0.007700200192630291, 0.0036914239171892405, -0.030994737520813942, 0.005760825239121914, 0.004985075443983078, -0.06900648772716522, 0.02034580707550049, 0.001889788662083447, 0.028314875438809395, -0.09464149922132492, 0.09746240824460983, -0.04598081856966019, 0.023801419883966446, 0.043441999703645706, 0.023466438055038452, -0.005368542391806841, -0.02792700007557869, 0.01837117038667202, 0.027010204270482063, 0.030553970485925674, 0.011433497071266174, 0.015285801142454147, 0.017507266253232956, 0.04605134204030037, 0.018776675686240196, 0.02494741417467594, 0.050212182104587555, 0.020451590418815613, 0.03981008008122444, 0.013196565210819244, -0.032634392380714417, -0.0054214345291256905, -0.013831269927322865, -0.07045220583677292, -0.010834054090082645, 0.06657345592975616, 0.013099596835672855, -0.0036914239171892405, 0.0357726514339447, 0.026974942535161972, 0.019922669976949692, 0.017674759030342102, -0.06734920293092728, 0.004539900459349155, -0.012182801030576229, -0.010737084783613682, -0.0008209286024793983, 0.035314254462718964, 0.03804701194167137, -0.008039590902626514, 0.0116891423240304, -0.019975561648607254, -0.027115987613797188, 0.016696255654096603, -0.048449113965034485, -0.01057840883731842, 0.0453108511865139, -0.02387194335460663, -0.02894957922399044, 0.007065495476126671, 0.06974697858095169, 0.030800800770521164, 0.03797648847103119, 0.05208103358745575, 0.04100896418094635, 0.006567428819835186, -0.06752551347017288, -0.05969748646020889, 0.017789358273148537, -0.04308938607573509, -0.07863283902406693, -0.012200431898236275, -0.07115743309259415, -0.003107407595962286, -0.02595236338675022, -0.00698615750297904, 0.05662975087761879, -0.0028693934436887503, -0.0015834555961191654, -0.014483604580163956, -0.0064792754128575325, -0.03268728405237198, 0.0016605898272246122, 0.06516300141811371, -0.01331998035311699, 0.013751931488513947, -0.018300646916031837, -0.0026666405610740185, -0.03094184584915638, -0.07658768445253372, -0.04372408986091614, 0.026146300137043, -0.021685738116502762, -0.05916856601834297, 0.013813639059662819, 0.025599749758839607, -0.02641076035797596, -0.04576924815773964, 0.023043300956487656, -0.04220785200595856, 0.014668727293610573, 0.032299406826496124, 0.017718834802508354, -0.05691184103488922, 0.014924371615052223, 0.017939219251275063, -0.05613609030842781, 0.06015588715672493, 0.026322606950998306, -0.011830187402665615, 0.08758922666311264, -0.03191153332591057, 0.0003256166528444737, 0.038117535412311554, 0.003830265486612916, 0.011865449137985706, 0.035349518060684204, -0.00904453918337822, -0.026269715279340744, -0.00255204108543694, -0.07785709202289581, -0.023607483133673668, -0.02269068732857704, 0.02743334136903286, -0.006563021335750818, 0.023096192628145218, -0.018212493509054184, 0.02112155593931675, -0.02411877177655697, 0.015329877845942974, -0.04301886260509491, 0.040127430111169815, 0.008731595240533352, -0.08505041152238846, -0.03275780752301216, -0.057511284947395325, -0.011195482686161995, 0.03667181730270386, 0.015656044706702232, -0.10479677468538284, -0.05176367983222008, 0.01983451656997204, 0.043371476233005524, 0.0017322144703939557, 0.025370551273226738, 0.028826164081692696, -0.029531391337513924, 0.011380605399608612, -0.06290627270936966, -0.02595236338675022, 0.0009504039189778268, 0.0498243048787117, -0.05060005560517311, -0.06160160154104233, 0.06875965744256973, -0.03896380588412285, 0.017154652625322342, 0.01983451656997204, -0.021773891523480415, -0.03455613553524017, -0.05694710090756416, -0.004927775356918573, 0.008365758694708347, -0.007030234206467867, -0.029337454587221146, -0.0052451277151703835, -0.02112155593931675, -0.010349210351705551, 0.0294256079941988, 0.0012065997580066323, 0.037835441529750824, 0.018494585528969765, 0.007241802290081978, -0.01689900830388069, -0.016246672719717026, 0.018494585528969765, 0.023801419883966446, -0.009141508489847183, 0.0214212778955698, -0.017674759030342102, 0.008603772148489952, -0.0011305673979222775, -0.010789977386593819, -0.03998638689517975, -0.03318094089627266, 0.00515697430819273, 0.035596344619989395, 0.009802659042179585, -0.040867920964956284, -0.050212182104587555, -0.016740331426262856, 0.06364676356315613, -0.024365602061152458, 0.0256350114941597, -0.011266005225479603, -0.032352302223443985, -0.03212310001254082, 0.026058146730065346, -0.01935848779976368, 0.029619544744491577, -0.02771543152630329, -0.03215836361050606, -0.023008039221167564, -0.029372716322541237, 0.012182801030576229, -0.010252241045236588, 0.006329414900392294, -0.01935848779976368, -0.007889729924499989, 0.020962880924344063, -0.01613207347691059, 0.05155211314558983, -0.012746983207762241, -0.01157454214990139, 0.012121093459427357, -0.04351252317428589, -0.0019536998588591814, 0.034644290804862976, 0.023448806256055832, -0.07496565580368042, 0.039598509669303894, 0.002655621385201812, 0.013919423334300518, 0.014501235447824001, -0.04580451175570488, -0.0076517160050570965, -0.03215836361050606, 0.01055196300148964, 0.0026578253600746393, -0.006510129198431969, -0.015797089785337448, -0.014086914248764515, -0.014245591126382351, -0.08053695410490036, 0.030888954177498817, 0.02720414102077484, 0.0008115622913464904, 0.023466438055038452, -0.0678781270980835, 0.0019503941293805838, 0.0064836833626031876, -0.016687439754605293, -0.015462107956409454, 0.06533930450677872, 0.033568818122148514, 0.0422431118786335, 0.029619544744491577, -0.019534794613718987, -0.02646365389227867, -0.09936652332544327, 0.010798792354762554, 0.007700200192630291, -0.003089776961132884, 0.06713763624429703, -0.03906958922743797, 0.01657284051179886, 0.02062789723277092, 0.008568511344492435, 0.023960096761584282, 0.033321987837553024, -0.012262139469385147, -0.09703927487134933, 0.05916856601834297, 0.000923957908526063, -0.041925761848688126, -0.045451898127794266, -0.041608408093452454, -0.024347972124814987, 0.01007593423128128, 0.028879055753350258, 0.020204761996865273, 0.05969748646020889, -0.025793686509132385, 0.029284562915563583 ]
38,886
pulp.apis.core
PulpSolverError
Pulp Solver-related exceptions
class PulpSolverError(const.PulpError): """ Pulp Solver-related exceptions """ pass
null
[ 0.0005826792912557721, -0.027211735025048256, -0.04234915226697922, 0.07928445190191269, -0.037790119647979736, -0.05787836015224457, -0.044593051075935364, -0.04633830487728119, 0.04074636474251747, -0.0008364536333829165, 0.06215245649218559, -0.031004993245005608, 0.054922111332416534, 0.010685236193239689, -0.05762903764843941, 0.05816330015659332, 0.018966292962431908, -0.013267501257359982, -0.021495133638381958, 0.017399126663804054, -0.03814629092812538, 0.03283929079771042, 0.0348694883286953, 0.049009617418050766, -0.002364108571782708, 0.06482376158237457, 0.04071074724197388, -0.012715430930256844, -0.010248921811580658, -0.11497314274311066, -0.05695230886340141, 0.028119979426264763, -0.04270532727241516, 0.0243979562073946, -0.004467764403671026, 0.03650788962841034, 0.02635691501200199, 0.02605416625738144, -0.06364838778972626, 0.026535002514719963, -0.05876879766583443, -0.018663546070456505, -0.06026473268866539, -0.04096006974577904, 0.0405682809650898, -0.03510100021958351, 0.0010818801820278168, 0.02389931119978428, -0.01280447468161583, -0.010943462140858173, -0.008690658956766129, 0.0005954792723059654, 0.025074686855077744, -0.03308861330151558, 0.003971346188336611, 0.09289031475782394, 0.038573700934648514, 0.0722321942448616, 0.012777761556208134, -0.042812179774045944, -0.024415764957666397, 0.041423097252845764, 0.00801392737776041, -0.018788207322359085, 0.03807505592703819, -0.00008911320037441328, -0.031200889497995377, -0.036276377737522125, -0.004527868703007698, 0.030399495735764503, 0.02667747251689434, 0.007858100347220898, -0.09053956717252731, 0.008232084102928638, 0.10998669266700745, -0.021406089887022972, 0.011148262768983841, -0.004400981590151787, 0.025715801864862442, -0.02015947923064232, -0.005200148094445467, -0.0294734425842762, -0.014772338792681694, 0.028850136324763298, 0.05057678371667862, -0.07308701425790787, 0.025430861860513687, -0.057522185146808624, -0.0016640028916299343, 0.008539284579455853, -0.06432512402534485, 0.0037131195422261953, -0.0449848435819149, 0.02680213376879692, 0.0386805534362793, 0.07045131921768188, 0.043382059782743454, -0.039001110941171646, -0.047193124890327454, -0.06414703279733658, 0.02838711068034172, 0.03796820342540741, -0.0462670736014843, -0.010756471194326878, 0.04651639237999916, -0.03592020273208618, 0.026695281267166138, -0.03378315269947052, 0.027674760669469833, -0.025893889367580414, -0.05310562252998352, 0.07999680191278458, -0.07764604687690735, 0.008944433182477951, -0.02033756673336029, 0.015716200694441795, -0.006246410775929689, 0.009385199286043644, -0.01698952540755272, 0.044272493571043015, 0.0017463682452216744, 0.03743394464254379, -0.10314814746379852, 0.07265960425138474, 0.03718462213873863, 0.024415764957666397, 0.010195495560765266, 0.01939370296895504, 0.02553771436214447, -0.012946944683790207, -0.022029394283890724, -0.0015872027724981308, -0.02573361061513424, -0.029420016333460808, -0.01914438046514988, 0.013240788131952286, 0.02648157626390457, -0.01103250589221716, 0.007693369872868061, -0.026410341262817383, 0.027354203164577484, 0.052001480013132095, -0.017568308860063553, 0.0029406659305095673, 0.05912497267127037, 0.019215615466237068, -0.00003067831494263373, -0.02749667316675186, -0.03164610639214516, 0.06183189898729324, -0.009278346784412861, -0.03303518891334534, 0.022385569289326668, -0.03262558579444885, 0.03016798198223114, -0.01939370296895504, 0.05292753502726555, -0.07344318926334381, 0.0004338094440754503, -0.03782573714852333, -0.020996488630771637, -0.06564296782016754, 0.03764764964580536, 0.027728186920285225, -0.023026684299111366, -0.0033146492205560207, 0.03157487139105797, -0.06058528646826744, -0.018930677324533463, 0.029615912586450577, -0.0021392733324319124, -0.0443793460726738, -0.06218807399272919, -0.003942406736314297, -0.022670509293675423, 0.005195695906877518, 0.028173405677080154, 0.04270532727241516, 0.004140528850257397, -0.030185790732502937, 0.06582105159759521, 0.03371191769838333, -0.03746956214308739, 0.017969004809856415, 0.017203230410814285, 0.06040719896554947, -0.007524187210947275, 0.033872198313474655, -0.024362338706851006, -0.009465338662266731, -0.03250092640519142, -0.008797510527074337, 0.018716972321271896, 0.02719392627477646, 0.01862792856991291, -0.00895333755761385, 0.014229172840714455, -0.003036387963220477, 0.05666736885905266, 0.03775450214743614, -0.0015048374189063907, 0.07308701425790787, 0.013890806585550308, -0.007924883626401424, -0.012065412476658821, 0.02389931119978428, -0.02979400008916855, -0.044450581073760986, -0.02446919120848179, 0.011014697141945362, 0.021637603640556335, 0.010106452740728855, -0.017497073858976364, 0.03878740593791008, 0.030702244490385056, -0.00425405940040946, 0.048012327402830124, -0.008913267403841019, 0.016090184450149536, 0.029046032577753067, 0.0304173044860363, -0.033622875809669495, 0.058519475162029266, -0.025947315618395805, 0.03182419389486313, 0.009972887113690376, -0.016090184450149536, 0.016526497900485992, 0.00715910829603672, -0.02959810383617878, 0.03631199523806572, -0.028939180076122284, -0.019927965477108955, -0.01365929376333952, 0.038003820925951004, -0.005565227009356022, -0.05463717505335808, 0.0014235851122066379, -0.007021090481430292, -0.006656011566519737, -0.031076228246092796, -0.04929455369710922, -0.048510972410440445, 0.031539253890514374, 0.02078278362751007, 0.002980735618621111, 0.009500955231487751, 0.004062615800648928, 0.019945774227380753, 0.0348338708281517, 0.008913267403841019, -0.042420387268066406, -0.0526069775223732, -0.026570620015263557, 0.045341018587350845, -0.02724735252559185, -0.039642225950956345, -0.0358133502304554, 0.048261649906635284, -0.004919660743325949, -0.00684300297871232, 0.019411511719226837, -0.01696281135082245, 0.03091594949364662, -0.00029718311270698905, -0.013668198138475418, -0.0026201088912785053, 0.0052535743452608585, 0.07023761421442032, 0.022011585533618927, 0.1007261574268341, 0.07964062690734863, -0.027728186920285225, -0.0007028881809674203, -0.013178457506000996, 0.005471731070429087, -0.04416564106941223, 0.10656742006540298, 0.0437382310628891, 0.028743285685777664, 0.040390193462371826, 0.0023618824779987335, -0.029562486335635185, 0.034513313323259354, -0.04003401845693588, 0.053889207541942596, -0.027478864416480064, -0.023934928700327873, -0.013828475959599018, 0.00630428921431303, 0.010480435565114021, 0.01926904171705246, 0.0035194496158510447, -0.005280287470668554, 0.06678272783756256, 0.03428179770708084, 0.0031877621077001095, 0.003049744525924325, 0.04861782491207123, -0.02977619133889675, 0.03775450214743614, 0.0030786835122853518, 0.008699563331902027, -0.022260908037424088, -0.04259847477078438, -0.003261222969740629, 0.05652489885687828, -0.02635691501200199, 0.008138587698340416, 0.0003581223718356341, -0.002775935223326087, 0.011842803098261356, -0.02243899554014206, 0.07137737423181534, 0.05189463123679161, 0.020319757983088493, 0.0386805534362793, -0.029562486335635185, 0.0042429291643202305, 0.03282148391008377, -0.04722874239087105, 0.009848225861787796, 0.03282148391008377, -0.04986443370580673, -0.04544787108898163, -0.004262963775545359, 0.010061930865049362, -0.012092125602066517, 0.026000740006566048, -0.016259366646409035, -0.023097919300198555, -0.016758011654019356, 0.0036663715727627277, -0.019536172971129417, -0.009812608361244202, -0.03638323023915291, 0.09573971480131149, -0.013490110635757446, 0.029366590082645416, -0.030506348237395287, 0.0767199918627739, -0.03232283890247345, -0.06535802781581879, 0.06642655283212662, 0.011290732771158218, -0.06457444280385971, -0.038573700934648514, -0.046231456100940704, 0.0342283733189106, -0.0008765232632867992, -0.03207351639866829, 0.04288341477513313, -0.05036307871341705, 0.020195096731185913, 0.04323958978056908, 0.01527098286896944, -0.019856730476021767, -0.03768326714634895, 0.0469081848859787, 0.003428179770708084, 0.023097919300198555, -0.0500781387090683, -0.006896429229527712, 0.016749108210206032, -0.042420387268066406, -0.007328290957957506, 0.02008824422955513, -0.04163680225610733, 0.01932246796786785, 0.028600815683603287, -0.008926624432206154, -0.03985593095421791, -0.03479825332760811, -0.03275024890899658, -0.025199348106980324, 0.06133325397968292, -0.030078940093517303, 0.055242668837308884, -0.08548188954591751, -0.0323406457901001, 0.011192784644663334, -0.043382059782743454, -0.02035537362098694, 0.004541225265711546, -0.009679042734205723, -0.0020825080573558807, 0.021245811134576797, 0.018485458567738533, 0.04968634620308876, 0.06008664518594742, -0.01679362915456295, -0.030631009489297867, 0.040140870958566666, 0.009732468985021114, -0.03351602330803871, 0.0027737091295421124, 0.009937269613146782, -0.012118838727474213, -0.024611659348011017, -0.016758011654019356, 0.009269442409276962, -0.0032656751573085785, -0.02325819618999958, 0.02389931119978428, 0.022260908037424088, -0.04170803725719452, 0.0072125340811908245, 0.009082450531423092, -0.0025043522473424673, 0.0627223327755928, 0.007671108935028315, 0.03889425843954086, 0.003595136571675539, -0.06322097778320312, -0.06218807399272919, -0.030346069484949112, -0.05150283873081207, -0.009331773035228252, 0.028725476935505867, -0.03262558579444885, 0.035083189606666565, -0.04063951596617699, 0.08847375214099884, 0.019179997965693474, -0.052642595022916794, -0.012768857181072235, -0.008018379099667072, -0.014264790341258049, -0.0061217499896883965, 0.021637603640556335, -0.015119608491659164, 0.039891548454761505, 0.0025689087342470884, -0.049650728702545166, 0.01907314546406269, -0.052001480013132095, -0.047941092401742935, 0.043951936066150665, -0.0009060189477168024, 0.02357875369489193, 0.08612300455570221, 0.03054196573793888, 0.04640953987836838, 0.02085401862859726, 0.09395883977413177, -0.0329461432993412, -0.010818801820278168, -0.018966292962431908, -0.036543507128953934, 0.010186591185629368, 0.0041650161147117615, -0.02110334113240242, 0.07401306927204132, -0.013614771887660027, 0.03421056270599365, -0.019001910462975502, -0.08626547455787659, -0.034566737711429596, -0.035902392119169235, -0.019215615466237068, 0.0034192753955721855, 0.03632980212569237, 0.03132554888725281, -0.0179066751152277, -0.016873767599463463, -0.0179066751152277, 0.011103740893304348, -0.00869511067867279, 0.023044493049383163, 0.004763834178447723, -0.005658722948282957, -0.025199348106980324, -0.029420016333460808, -0.045341018587350845, -0.03536812961101532, 0.0020825080573558807, -0.01958959922194481, 0.06539364159107208, 0.04840411990880966, -0.02243899554014206, 0.05406729504466057, -0.03732709214091301, 0.042562857270240784, 0.02922412008047104, 0.0017330116825178266, -0.03232283890247345, -0.013267501257359982, -0.025306200608611107, -0.022136246785521507, -0.018770398572087288, -0.017817631363868713, -0.03223379701375961, -0.0009928365470841527, 0.032037898898124695, 0.019037527963519096, 0.007426239084452391, -0.03860931843519211, -0.00770227424800396, 0.011780472472310066, -0.03903672844171524, 0.027425438165664673, -0.020497843623161316, -0.0046703387051820755, -0.0760788768529892, 0.1045728400349617, -0.06115516647696495, 0.015742914751172066, 0.02528839185833931, 0.028814518824219704, -0.0027358655352145433, -0.03472701832652092, 0.007617682684212923, 0.0253418181091547, 0.007924883626401424, 0.02509249560534954, 0.012190073728561401, 0.007777961436659098, 0.02541305311024189, 0.0009249407448805869, 0.021780071780085564, 0.02858300693333149, 0.014977139420807362, 0.025626758113503456, 0.01007083524018526, 0.0016183680854737759, -0.020551269873976707, -0.04933017119765282, -0.0887586921453476, 0.0007090099388733506, 0.06026473268866539, 0.009340677410364151, -0.02858300693333149, 0.041173774749040604, 0.0595880001783371, 0.014701103791594505, 0.031468018889427185, -0.054922111332416534, -0.005783384200185537, -0.0526069775223732, -0.013294214382767677, -0.02097867988049984, 0.06681834161281586, 0.050612401217222214, -0.013169553130865097, 0.029313163831830025, 0.013312023133039474, -0.04352452605962753, 0.031272124499082565, -0.06927594542503357, -0.016936099156737328, 0.014362738467752934, 0.0011280715698376298, -0.011985273100435734, -0.012181169353425503, 0.05698792636394501, 0.030007705092430115, 0.0253418181091547, 0.04833288490772247, 0.03417494520545006, 0.007519735023379326, -0.05787836015224457, -0.07137737423181534, 0.02275955304503441, -0.029295355081558228, -0.09310401976108551, -0.008209822699427605, -0.057700272649526596, -0.0007880361517891288, -0.0017408030107617378, 0.011646906845271587, 0.04327520728111267, -0.02496783435344696, -0.0063087414018809795, -0.014024372212588787, -0.004999800119549036, -0.05178777873516083, 0.015368930995464325, 0.05659613385796547, -0.01843203231692314, 0.0072570559568703175, -0.029544677585363388, 0.016143610700964928, -0.026944603770971298, -0.05531390383839607, -0.01406889408826828, 0.029740573838353157, -0.027033647522330284, -0.03519004210829735, 0.013231883756816387, 0.039143580943346024, -0.01926904171705246, -0.012920231558382511, 0.020444417372345924, -0.027674760669469833, -0.004162789788097143, 0.03371191769838333, -0.02503906935453415, -0.03022140823304653, 0.04441496357321739, 0.022545848041772842, -0.0595880001783371, 0.04669447988271713, 0.026196636259555817, -0.013507919386029243, 0.05239327251911163, -0.03511880710721016, -0.02268831804394722, 0.02345409244298935, 0.007844744250178337, 0.0018354118801653385, 0.04042581096291542, -0.022902023047208786, -0.011290732771158218, -0.010097548365592957, -0.061119548976421356, -0.042420387268066406, 0.008254344575107098, 0.04088883474469185, 0.0033235535956919193, 0.011495533399283886, -0.0437382310628891, 0.02179788053035736, -0.0011375324102118611, 0.003670823760330677, -0.04006963595747948, 0.05819891765713692, 0.023525327444076538, -0.07529529929161072, -0.026766516268253326, -0.06108393147587776, -0.026891177520155907, 0.03559964522719383, 0.009990695863962173, -0.07907074689865112, -0.05292753502726555, 0.0005517922691069543, 0.05178777873516083, -0.006192984525114298, 0.02231433428823948, 0.03725585713982582, -0.04391631856560707, 0.036792829632759094, -0.060229115188121796, -0.0002714439469855279, 0.0018710293807089329, 0.040390193462371826, -0.050469931215047836, -0.05328371003270149, 0.06261548399925232, -0.02035537362098694, 0.0036240757908672094, 0.016927193850278854, -0.051039811223745346, -0.041672419756650925, -0.03348040580749512, 0.003178857732564211, 0.029295355081558228, -0.01431821659207344, -0.0017263334011659026, -0.016731299459934235, -0.03267901390790939, -0.013516823761165142, 0.053070005029439926, -0.004260737914592028, 0.004227346275001764, 0.021691029891371727, 0.01432712096720934, -0.005231313407421112, -0.006896429229527712, 0.007929335348308086, 0.013205170631408691, -0.04313273727893829, 0.020871827378869057, -0.0007323838653974235, 0.008436883799731731, 0.021192384883761406, -0.00564091419801116, -0.015493592247366905, -0.03768326714634895, -0.0068608117289841175, 0.07515282928943634, 0.018645737320184708, -0.04448619857430458, -0.03408590331673622, -0.015734009444713593, 0.03536812961101532, -0.025306200608611107, 0.03750517964363098, 0.018645737320184708, -0.014344929717481136, -0.05292753502726555, 0.047620534896850586, -0.0033747537527233362, 0.0386449359357357, -0.019571790471673012, -0.025751419365406036, -0.04576842859387398, -0.03519004210829735, 0.018930677324533463, 0.004612460266798735, 0.015262078493833542, -0.021192384883761406, -0.020301949232816696, 0.045661576092243195, -0.00869511067867279, 0.05670298635959625, 0.00511555653065443, -0.025804845616221428, 0.006250862963497639, -0.04990005120635033, 0.017728587612509727, 0.01425588596612215, 0.014932617545127869, -0.10443037003278732, 0.03428179770708084, 0.0032523185946047306, 0.027087073773145676, 0.003962441813200712, -0.05349741503596306, 0.02015947923064232, -0.02952686883509159, -0.0038288761861622334, 0.01602785475552082, -0.018022431060671806, -0.013142840005457401, -0.009955078363418579, -0.003793258685618639, -0.08975598216056824, 0.02521715685725212, 0.054850876331329346, -0.009652329608798027, 0.027906274423003197, -0.07148423045873642, -0.002960700774565339, -0.0020301947370171547, -0.012466108426451683, -0.014710008166730404, 0.06072775647044182, 0.009135876782238483, 0.06948965042829514, 0.03665035963058472, -0.0098215127363801, -0.0014191329246386886, -0.10086862742900848, -0.009812608361244202, 0.0031632750760763884, 0.0026201088912785053, 0.06033596396446228, -0.05556322634220123, 0.0010212191846221685, 0.024166442453861237, 0.01983892172574997, 0.03221598640084267, -0.002789291786029935, -0.016188131645321846, -0.08006803691387177, 0.05520705133676529, -0.00950985960662365, -0.04551910609006882, -0.026339106261730194, -0.03604486212134361, -0.018396414816379547, 0.012092125602066517, 0.0519658625125885, 0.005378235597163439, 0.017746396362781525, -0.03383658081293106, 0.03321327641606331 ]
38,887
pulp.apis.scip_api
SCIP_CMD
The SCIP optimization solver
class SCIP_CMD(LpSolver_CMD): """The SCIP optimization solver""" name = "SCIP_CMD" def __init__( self, path=None, mip=True, keepFiles=False, msg=True, options=None, timeLimit=None, gapRel=None, gapAbs=None, maxNodes=None, logPath=None, threads=None, ): """ :param bool mip: if False, assume LP even if integer variables :param bool msg: if False, no log is shown :param list options: list of additional options to pass to solver :param bool keepFiles: if True, files are saved in the current directory and not deleted after solving :param str path: path to the solver binary :param float timeLimit: maximum time for solver (in seconds) :param float gapRel: relative gap tolerance for the solver to stop (in fraction) :param float gapAbs: absolute gap tolerance for the solver to stop :param int maxNodes: max number of nodes during branching. Stops the solving when reached. :param int threads: sets the maximum number of threads :param str logPath: path to the log file """ LpSolver_CMD.__init__( self, mip=mip, msg=msg, options=options, path=path, keepFiles=keepFiles, timeLimit=timeLimit, gapRel=gapRel, gapAbs=gapAbs, maxNodes=maxNodes, threads=threads, logPath=logPath, ) SCIP_STATUSES = { "unknown": constants.LpStatusUndefined, "user interrupt": constants.LpStatusNotSolved, "node limit reached": constants.LpStatusNotSolved, "total node limit reached": constants.LpStatusNotSolved, "stall node limit reached": constants.LpStatusNotSolved, "time limit reached": constants.LpStatusNotSolved, "memory limit reached": constants.LpStatusNotSolved, "gap limit reached": constants.LpStatusOptimal, "solution limit reached": constants.LpStatusNotSolved, "solution improvement limit reached": constants.LpStatusNotSolved, "restart limit reached": constants.LpStatusNotSolved, "optimal solution found": constants.LpStatusOptimal, "infeasible": constants.LpStatusInfeasible, "unbounded": constants.LpStatusUnbounded, "infeasible or unbounded": constants.LpStatusNotSolved, } NO_SOLUTION_STATUSES = { constants.LpStatusInfeasible, constants.LpStatusUnbounded, constants.LpStatusNotSolved, } def defaultPath(self): return self.executableExtension(scip_path) def available(self): """True if the solver is available""" return self.executable(self.path) def actualSolve(self, lp): """Solve a well formulated lp problem""" if not self.executable(self.path): raise PulpSolverError("PuLP: cannot execute " + self.path) tmpLp, tmpSol, tmpOptions = self.create_tmp_files(lp.name, "lp", "sol", "set") lp.writeLP(tmpLp) file_options: List[str] = [] if self.timeLimit is not None: file_options.append(f"limits/time={self.timeLimit}") if "gapRel" in self.optionsDict: file_options.append(f"limits/gap={self.optionsDict['gapRel']}") if "gapAbs" in self.optionsDict: file_options.append(f"limits/absgap={self.optionsDict['gapAbs']}") if "maxNodes" in self.optionsDict: file_options.append(f"limits/nodes={self.optionsDict['maxNodes']}") if "threads" in self.optionsDict and int(self.optionsDict["threads"]) > 1: warnings.warn( "SCIP can only run with a single thread - use FSCIP_CMD for a parallel version of SCIP" ) if not self.mip: warnings.warn(f"{self.name} does not allow a problem to be relaxed") command: List[str] = [] command.append(self.path) command.extend(["-s", tmpOptions]) if not self.msg: command.append("-q") if "logPath" in self.optionsDict: command.extend(["-l", self.optionsDict["logPath"]]) options = iter(self.options) for option in options: # identify cli options by a leading dash (-) and treat other options as file options if option.startswith("-"): # assumption: all cli options require an argument which is provided as a separate parameter argument = next(options) command.extend([option, argument]) else: # assumption: all file options require an argument which is provided after the equal sign (=) if "=" not in option: argument = next(options) option += f"={argument}" file_options.append(option) # append scip commands after parsing self.options to allow the user to specify additional -c arguments command.extend(["-c", f'read "{tmpLp}"']) command.extend(["-c", "optimize"]) command.extend(["-c", f'write solution "{tmpSol}"']) command.extend(["-c", "quit"]) with open(tmpOptions, "w") as options_file: options_file.write("\n".join(file_options)) subprocess.check_call(command, stdout=sys.stdout, stderr=sys.stderr) if not os.path.exists(tmpSol): raise PulpSolverError("PuLP: Error while executing " + self.path) status, values = self.readsol(tmpSol) # Make sure to add back in any 0-valued variables SCIP leaves out. finalVals = {} for v in lp.variables(): finalVals[v.name] = values.get(v.name, 0.0) lp.assignVarsVals(finalVals) lp.assignStatus(status) self.delete_tmp_files(tmpLp, tmpSol, tmpOptions) return status @staticmethod def readsol(filename): """Read a SCIP solution file""" with open(filename) as f: # First line must contain 'solution status: <something>' try: line = f.readline() comps = line.split(": ") assert comps[0] == "solution status" assert len(comps) == 2 except Exception: raise PulpSolverError(f"Can't get SCIP solver status: {line!r}") status = SCIP_CMD.SCIP_STATUSES.get( comps[1].strip(), constants.LpStatusUndefined ) values = {} if status in SCIP_CMD.NO_SOLUTION_STATUSES: return status, values # Look for an objective value. If we can't find one, stop. try: line = f.readline() comps = line.split(": ") assert comps[0] == "objective value" assert len(comps) == 2 float(comps[1].strip()) except Exception: raise PulpSolverError(f"Can't get SCIP solver objective: {line!r}") # Parse the variable values. for line in f: try: comps = line.split() values[comps[0]] = float(comps[1]) except: raise PulpSolverError(f"Can't read SCIP solver output: {line!r}") return status, values
(path=None, mip=True, keepFiles=False, msg=True, options=None, timeLimit=None, gapRel=None, gapAbs=None, maxNodes=None, logPath=None, threads=None)
[ 0.03707638755440712, -0.03415870666503906, -0.051287680864334106, 0.048310454934835434, -0.0227460078895092, -0.011114977300167084, -0.04247509315609932, -0.07867816090583801, 0.03568701818585396, -0.07971026748418808, -0.013437213376164436, -0.028581369668245316, -0.009219476953148842, -0.01696026511490345, -0.05331219360232353, 0.07911482453346252, 0.025544600561261177, -0.02031460590660572, -0.03562747314572334, 0.02840273641049862, 0.017744267359375954, 0.019719161093235016, 0.022607069462537766, 0.09693848341703415, 0.0277477465569973, -0.012246322818100452, 0.057599399238824844, -0.05077162757515907, -0.005145639181137085, -0.08161569386720657, -0.037910010665655136, 0.051287680864334106, -0.043308716267347336, -0.01954052783548832, -0.012325716204941273, 0.02397659420967102, 0.04922347143292427, 0.008683576248586178, -0.039378777146339417, 0.0027737822383642197, -0.03134026750922203, -0.04811197519302368, -0.020284833386540413, -0.03634200617671013, 0.000147078069858253, 0.008018662221729755, -0.01607702113687992, 0.04938225820660591, 0.045690495520830154, -0.04426142945885658, 0.03896196559071541, -0.0581948459148407, -0.02107875980436802, -0.01938174106180668, -0.017476316541433334, 0.0531931072473526, 0.04938225820660591, 0.06430808454751968, 0.05307401716709137, -0.0901901051402092, -0.002808516612276435, 0.018607662990689278, -0.002121273661032319, 0.00627202307805419, -0.0077953701838850975, 0.027846988290548325, -0.030427251011133194, -0.04136359319090843, 0.00233712256886065, 0.027628658339381218, -0.0017540823901072145, -0.03804894909262657, -0.023500237613916397, -0.006485390942543745, 0.0990820825099945, -0.01329827681183815, -0.029037877917289734, -0.04787379503250122, -0.020602405071258545, -0.044340819120407104, 0.011928752064704895, 0.0015109422383829951, 0.014727344736456871, -0.0373939611017704, -0.005418551620095968, -0.01583884283900261, 0.10297232866287231, 0.004396370612084866, 0.05577336996793747, 0.0004661219718400389, -0.031697534024715424, 0.03646109625697136, -0.010747786611318588, 0.06641198694705963, 0.07971026748418808, 0.0010035732993856072, 0.00021336786448955536, -0.0712946429848671, -0.044698089361190796, -0.0385451540350914, -0.03727487102150917, 0.02844243310391903, -0.02675533853471279, -0.03209449723362923, 0.03207464888691902, -0.0554954931139946, 0.00855952501296997, 0.055098529905080795, 0.05712304264307022, -0.0612911619246006, -0.04795318841934204, 0.056606993079185486, -0.036143526434898376, -0.036282461136579514, -0.021872688084840775, 0.027231695130467415, -0.082489013671875, 0.011789815500378609, -0.02852182649075985, 0.023678870871663094, -0.048389848321676254, 0.004125939216464758, -0.053987033665180206, 0.05180373415350914, 0.020919974893331528, 0.03187616541981697, -0.033205993473529816, 0.028005773201584816, 0.03473430499434471, -0.033781591802835464, 0.0022217549849301577, -0.045611102133989334, 0.028918789699673653, 0.023341452702879906, 0.021713901311159134, -0.049779221415519714, -0.05172434076666832, 0.019411513581871986, -0.010311126708984375, 0.010321049951016903, 0.07030223309993744, -0.004736270289868116, -0.031201329082250595, -0.014320457354187965, 0.050930414348840714, 0.013496758416295052, 0.06279962509870529, -0.03608398139476776, -0.04029179364442825, 0.03245176374912262, -0.015233473852276802, -0.02123754657804966, -0.07681243121623993, -0.031201329082250595, 0.038445912301540375, -0.0030367705039680004, 0.018885537981987, -0.06383172422647476, -0.0019538046326488256, -0.06494322419166565, -0.053669463843107224, -0.045769888907670975, 0.0236987192183733, -0.013010477647185326, -0.006485390942543745, -0.026199590414762497, -0.03249146044254303, 0.004790852777659893, -0.0036669501569122076, 0.07832089066505432, -0.011055433191359043, -0.05029527097940445, -0.04886620491743088, 0.026656096801161766, -0.05180373415350914, 0.04043072834610939, 0.029355449602007866, -0.0010079151252284646, 0.03588549792766571, -0.015332714654505253, -0.030248617753386497, 0.015521272085607052, -0.05545579642057419, 0.030308160930871964, 0.0027514530811458826, 0.05930634215474129, 0.021952079609036446, -0.003964672796428204, 0.0013955747708678246, 0.018796220421791077, -0.0075026098638772964, -0.015709830448031425, 0.03943832218647003, 0.0026100347749888897, 0.003106239251792431, -0.004001887980848551, 0.010926419869065285, -0.0035056837368756533, 0.05684516951441765, 0.0032501383684575558, 0.018597738817334175, 0.023341452702879906, 0.05021588131785393, 0.023599479347467422, -0.05192282423377037, 0.03425794839859009, -0.017089277505874634, 0.022309347987174988, -0.04390415921807289, 0.05966361239552498, 0.0016697276150807738, -0.03511141985654831, -0.004123458173125982, 0.004999259021133184, 0.033980075269937515, -0.005349082872271538, 0.010107682086527348, 0.024095682427287102, -0.016096869483590126, 0.01804199069738388, 0.0381481908261776, -0.007472837343811989, -0.02864091470837593, 0.007060987874865532, -0.002072893548756838, 0.01711905002593994, 0.018101533874869347, 0.032392218708992004, 0.04271326959133148, 0.009775226004421711, 0.03618321940302849, -0.03060588426887989, 0.016791554167866707, -0.018855765461921692, 0.01646406017243862, -0.026616401970386505, -0.0520419105887413, 0.0477944016456604, -0.011402775533497334, -0.045690495520830154, -0.05470156669616699, -0.0385451540350914, 0.020562708377838135, -0.018637435510754585, -0.018885537981987, 0.007601850666105747, 0.030546339228749275, 0.01645413599908352, 0.018161078914999962, 0.021694054827094078, 0.0585918091237545, -0.057559702545404434, -0.08066298067569733, -0.01804199069738388, -0.004954600241035223, -0.008807627484202385, -0.043388109654188156, -0.016632769256830215, 0.03806879743933678, -0.00561703322455287, -0.02991119772195816, 0.03866424411535263, -0.006420884281396866, 0.020135972648859024, -0.0231231227517128, -0.002719199750572443, -0.006391111761331558, -0.033622805029153824, -0.0048876130022108555, 0.027489719912409782, 0.06807923316955566, 0.06522110104560852, -0.05033496767282486, 0.036441247910261154, -0.03437703847885132, 0.03630230948328972, -0.022607069462537766, 0.0158090703189373, 0.011134825646877289, 0.014786889776587486, 0.09153977781534195, 0.059187255799770355, 0.0027018326800316572, -0.0034982406068593264, -0.017952673137187958, -0.006544935517013073, -0.05867120251059532, -0.014290684834122658, -0.01734730415046215, 0.02721184678375721, -0.0026025918778032064, 0.06462565064430237, 0.05680547282099724, -0.02713245339691639, 0.07558184862136841, 0.07530397176742554, -0.009184742346405983, -0.03409916162490845, 0.023539934307336807, -0.0504937544465065, 0.0161861851811409, -0.07689182460308075, -0.010737862437963486, -0.041998736560344696, -0.011323383077979088, -0.011908904649317265, 0.007001443300396204, -0.03920014202594757, 0.009030919522047043, 0.027668355032801628, -0.003942343406379223, -0.00874808244407177, 0.044539302587509155, 0.03554807975888252, 0.02050316333770752, 0.007964080199599266, 0.028462281450629234, -0.01452886313199997, 0.012087537907063961, 0.03781077265739441, -0.0612911619246006, -0.013328048400580883, 0.03731456771492958, -0.034754153341054916, 0.009507275186479092, -0.01551134791225195, 0.03751304745674133, -0.02246813289821148, 0.0462462455034256, -0.034674759954214096, 0.01237533614039421, 0.013764708302915096, -0.014985371381044388, -0.013228807598352432, 0.055217619985342026, -0.01057907659560442, 0.033166296780109406, -0.018012218177318573, 0.028323344886302948, -0.05672607943415642, 0.09797058254480362, 0.03296781703829765, -0.053748853504657745, 0.022607069462537766, 0.0194710586220026, -0.04636533558368683, 0.023837657645344734, -0.020185593515634537, -0.007676281034946442, -0.00217337510548532, -0.0008553322404623032, 0.029514234513044357, -0.03118148073554039, 0.0466432087123394, 0.04954104125499725, 0.016583148390054703, 0.014598332345485687, -0.041800253093242645, 0.09630333632230759, -0.056646689772605896, -0.01591823622584343, -0.002370616188272834, -0.0158090703189373, 0.023599479347467422, -0.010033251717686653, -0.052438873797655106, 0.011690574698150158, -0.035170964896678925, 0.024294164031744003, -0.004155711270868778, 0.016970189288258553, -0.06637229025363922, 0.0037785961758345366, -0.08947556465864182, -0.028243951499462128, 0.05438399687409401, -0.02790653333067894, 0.008480132557451725, -0.07185038924217224, -0.06561806052923203, 0.02971271611750126, -0.041879646480083466, -0.010648544877767563, 0.020999368280172348, -0.007269393652677536, -0.020145896822214127, 0.008504942059516907, 0.008673652075231075, 0.058829985558986664, 0.0346946083009243, 0.02373841591179371, 0.017903052270412445, 0.030169224366545677, 0.007378558628261089, 0.021257394924759865, -0.0001820449688239023, 0.07189008593559265, 0.06081480532884598, -0.006162858102470636, -0.007924383506178856, -0.00936833769083023, -0.045611102133989334, 0.014449470676481724, 0.03534959629178047, 0.0053193108178675175, -0.025524752214550972, 0.05446339026093483, 0.008837399072945118, -0.023103274405002594, 0.08796710520982742, 0.009943935088813305, 0.010301202535629272, -0.0012777261435985565, -0.02856152132153511, -0.09924086928367615, 0.0018496017437428236, -0.056487902998924255, 0.06101328507065773, 0.04414233937859535, -0.018369484692811966, 0.028422584757208824, 0.017754191532731056, 0.07474822551012039, 0.05057314783334732, -0.0194611344486475, 0.011541713029146194, -0.01006302423775196, -0.021138304844498634, -0.04168116673827171, 0.013635695911943913, -0.05863150581717491, 0.05331219360232353, -0.013228807598352432, -0.015233473852276802, -0.0007120532100088894, -0.0006264579715207219, 0.004165635444223881, 0.00483799260109663, 0.016811402514576912, 0.015908312052488327, 0.04938225820660591, 0.011551637202501297, 0.023559782654047012, 0.006718606688082218, 0.015541120432317257, 0.0068277716636657715, -0.05680547282099724, -0.0005718754837289453, -0.06371264159679413, -0.008812589570879936, 0.026318678632378578, 0.017297683283686638, 0.013377669267356396, 0.007140380330383778, -0.0028903903439641, -0.028859244659543037, -0.052438873797655106, 0.0029400107450783253, -0.031439509242773056, -0.02107875980436802, 0.0026943895500153303, 0.02447279915213585, 0.06569745391607285, -0.015739601105451584, -0.01776411570608616, -0.055297013372182846, 0.007452989462763071, 0.02586217038333416, -0.019957339391112328, -0.020284833386540413, -0.060457538813352585, -0.014538787305355072, -0.040728453546762466, -0.018488574773073196, -0.012752451933920383, -0.02201162464916706, -0.01823054812848568, 0.03691760450601578, -0.01768472231924534, -0.01368531584739685, 0.02836303971707821, -0.05930634215474129, 0.015481575392186642, 0.07177099585533142, -0.009477502666413784, -0.07367642223834991, 0.060179661959409714, -0.045849282294511795, -0.05446339026093483, -0.027271391823887825, -0.00012157006858615205, -0.02647746354341507, 0.011303534731268883, -0.008678614161908627, 0.0021944637410342693, 0.007869800552725792, -0.0306455809623003, -0.005800629034638405, 0.019332122057676315, -0.05001739785075188, -0.009030919522047043, -0.011690574698150158, -0.05422521010041237, -0.02119784988462925, 0.09281006455421448, 0.005165487062186003, -0.020840583369135857, 0.011720346286892891, -0.03707638755440712, -0.010489759966731071, -0.057678792625665665, -0.04295144975185394, 0.03209449723362923, -0.004190445877611637, 0.012573817744851112, 0.03094330243766308, -0.015630437061190605, 0.009492388926446438, -0.053907640278339386, -0.021872688084840775, 0.004736270289868116, -0.0016188666922971606, 0.00986454263329506, 0.026259133592247963, -0.007234659511595964, 0.022031472995877266, -0.029474537819623947, -0.044499605894088745, 0.0198481734842062, 0.053867943584918976, -0.002369375666603446, -0.03723517432808876, 0.026199590414762497, 0.056368812918663025, 0.08225083351135254, 0.037771075963974, 0.0016970188589766622, -0.03364265337586403, -0.04676229879260063, -0.07145342230796814, -0.02933560125529766, 0.08868163824081421, 0.02610034868121147, -0.014191444031894207, 0.018399257212877274, 0.01086687482893467, -0.014876206405460835, 0.05597184970974922, -0.05045405775308609, -0.023182667791843414, -0.03284872695803642, 0.009412996470928192, 0.009715680964291096, 0.00731405196711421, 0.05740091949701309, 0.014925826340913773, 0.027846988290548325, 0.03955741226673126, 0.015074688009917736, 0.016553377732634544, -0.02778744325041771, -0.04043072834610939, -0.01753586158156395, -0.04735774174332619, -0.0774475708603859, -0.0006345213041640818, -0.012474576942622662, 0.008668689988553524, 0.015441879630088806, -0.027469873428344727, 0.04096662998199463, -0.01430060900747776, -0.007110608275979757, -0.023301756009459496, -0.039378777146339417, -0.04275296628475189, 0.035131268203258514, 0.04529353231191635, -0.022150561213493347, 0.060338448733091354, -0.011025660671293736, 0.022726159542798996, -0.011174522340297699, -0.023639174178242683, -0.004676726181060076, 0.06915103644132614, -0.010608849115669727, -0.001056915265507996, 0.004210293758660555, 0.027588961645960808, 0.0024239581543952227, 0.026417918503284454, 0.0060239206068217754, -0.03342432528734207, -0.033285386860370636, 0.04299114644527435, -0.00160894263535738, 0.0005898629315197468, 0.06391111761331558, 0.004093685653060675, -0.12123264372348785, -0.01254404615610838, -0.01800229400396347, 0.012444805353879929, 0.007577040232717991, 0.004011812154203653, -0.012673059478402138, 0.002545528346672654, 0.0012020550202578306, 0.027350783348083496, 0.016990037634968758, -0.032312825322151184, 0.030705124139785767, 0.005165487062186003, -0.0670471340417862, 0.01372501254081726, 0.004304572939872742, 0.027231695130467415, 0.0547412633895874, -0.07042132318019867, -0.02524687722325325, 0.02937529794871807, 0.008415625430643559, -0.017297683283686638, -0.037413809448480606, 0.05835363268852234, 0.010172189213335514, -0.05200221389532089, -0.023262059316039085, 0.02570338547229767, 0.022904792800545692, -0.00597430020570755, 0.024730823934078217, 0.05271675065159798, -0.013566226698458195, 0.001406739349476993, 0.029414992779493332, 0.012305867858231068, -0.006405998021364212, 0.033781591802835464, 0.0184984989464283, -0.0012826882302761078, -0.005969338119029999, -0.05315341055393219, 0.008356081321835518, -0.013814329169690609, 0.002674541436135769, -0.0061281234957277775, 0.059107862412929535, 0.027231695130467415, -0.02709275670349598, 0.04763561859726906, -0.053947336971759796, -0.039755892008543015, 0.003820773446932435, -0.03916044533252716, 0.020939823240041733, -0.019282501190900803, -0.000700268370565027, -0.01462810393422842, -0.060338448733091354, 0.020255060866475105, 0.08145690709352493, -0.02836303971707821, -0.024333860725164413, -0.013328048400580883, 0.040649060159921646, -0.009874466806650162, 0.017545785754919052, 0.04870741814374924, 0.029077574610710144, -0.047119565308094025, -0.03130057081580162, 0.0389421172440052, 0.002756415167823434, 0.006321643479168415, 0.02447279915213585, -0.01804199069738388, -0.029970742762088776, -0.03481369838118553, 0.03753289580345154, 0.015273169614374638, 0.0009961301693692803, -0.04219721630215645, 0.011204293929040432, -0.0040564704686403275, 0.030149376019835472, -0.006589593831449747, 0.00822706799954176, -0.020056579262018204, -0.05871089920401573, 0.07490700483322144, 0.02840273641049862, -0.00842058751732111, 0.02258722111582756, -0.036361854523420334, -0.05180373415350914, -0.03973604366183281, 0.0527961440384388, -0.017317531630396843, 0.03916044533252716, -0.03642139956355095, -0.009035881608724594, 0.01722821407020092, -0.0017813736340031028, 0.03415870666503906, -0.051089201122522354, -0.03580610454082489, -0.0030367705039680004, -0.002935048658400774, 0.05557488650083542, 0.04271326959133148, 0.005924679804593325, -0.02983180619776249, 0.004061432555317879, 0.030089830979704857, -0.032630398869514465, 0.011918828822672367, -0.03401976823806763, 0.01250434946268797, -0.003927457612007856, 0.04914407804608345, 0.03094330243766308, -0.052557963877916336, 0.004145787097513676, -0.01002332754433155, -0.017238138243556023, -0.07502609491348267, 0.04648442193865776, 0.059147559106349945, -0.048350151628255844, 0.003652063896879554, -0.045888978987932205, -0.043189626187086105, 0.025147635489702225, -0.050970111042261124, 0.03280903026461601, 0.03916044533252716, -0.01943136192858219, 0.055336710065603256, 0.02991119772195816, -0.010053100064396858, -0.024294164031744003, -0.019609995186328888, -0.05005709454417229, -0.0009403072181157768, 0.026040803641080856, 0.04862802475690842, -0.05287553369998932, -0.010737862437963486, 0.04771500825881958, 0.008212181739509106, 0.02999059110879898, 0.014032659120857716, 0.02709275670349598, -0.06934951990842819, 0.028541674837470055, 0.03094330243766308, 0.008023624308407307, -0.011124901473522186, -0.01626557856798172, -0.032511308789253235, 0.026576705276966095, 0.07268401235342026, 0.044380515813827515, -0.0072594694793224335, -0.05553518980741501, 0.022249802947044373 ]
38,888
pulp.apis.scip_api
__init__
:param bool mip: if False, assume LP even if integer variables :param bool msg: if False, no log is shown :param list options: list of additional options to pass to solver :param bool keepFiles: if True, files are saved in the current directory and not deleted after solving :param str path: path to the solver binary :param float timeLimit: maximum time for solver (in seconds) :param float gapRel: relative gap tolerance for the solver to stop (in fraction) :param float gapAbs: absolute gap tolerance for the solver to stop :param int maxNodes: max number of nodes during branching. Stops the solving when reached. :param int threads: sets the maximum number of threads :param str logPath: path to the log file
def __init__( self, path=None, mip=True, keepFiles=False, msg=True, options=None, timeLimit=None, gapRel=None, gapAbs=None, maxNodes=None, logPath=None, threads=None, ): """ :param bool mip: if False, assume LP even if integer variables :param bool msg: if False, no log is shown :param list options: list of additional options to pass to solver :param bool keepFiles: if True, files are saved in the current directory and not deleted after solving :param str path: path to the solver binary :param float timeLimit: maximum time for solver (in seconds) :param float gapRel: relative gap tolerance for the solver to stop (in fraction) :param float gapAbs: absolute gap tolerance for the solver to stop :param int maxNodes: max number of nodes during branching. Stops the solving when reached. :param int threads: sets the maximum number of threads :param str logPath: path to the log file """ LpSolver_CMD.__init__( self, mip=mip, msg=msg, options=options, path=path, keepFiles=keepFiles, timeLimit=timeLimit, gapRel=gapRel, gapAbs=gapAbs, maxNodes=maxNodes, threads=threads, logPath=logPath, )
(self, path=None, mip=True, keepFiles=False, msg=True, options=None, timeLimit=None, gapRel=None, gapAbs=None, maxNodes=None, logPath=None, threads=None)
[ 0.029912378638982773, -0.02062237076461315, 0.0182004626840353, 0.045148711651563644, -0.055848486721515656, -0.02383953332901001, -0.06799417734146118, -0.03453930839896202, -0.018399275839328766, -0.03303917124867439, 0.009552079252898693, 0.016853952780365944, -0.045148711651563644, 0.01961022987961769, -0.06607834249734879, 0.010528072714805603, -0.027870021760463715, -0.009140897542238235, -0.06137911602854729, 0.030020821839571, 0.0052595180459320545, 0.059752460569143295, 0.05010097473859787, 0.10063572227954865, 0.02523122727870941, -0.0062174368649721146, 0.01634788326919079, -0.019827116280794144, 0.00930808112025261, -0.034756194800138474, -0.07619974762201309, 0.04016030579805374, -0.057185959070920944, 0.015760479494929314, -0.04753447324037552, 0.00005630457235383801, 0.04131703823804855, 0.015661071985960007, -0.060547713190317154, -0.024363677948713303, 0.01551648136228323, -0.045365601778030396, 0.02118266373872757, -0.002584574045613408, -0.011549250222742558, -0.02656869776546955, 0.01211857981979847, 0.012986129149794579, -0.008973713032901287, -0.03773839771747589, 0.013709086924791336, -0.028629127889871597, 0.02141762338578701, -0.06025853008031845, -0.04728144034743309, 0.0728018507361412, 0.05986090376973152, 0.039184313267469406, 0.050679340958595276, -0.0456547848880291, -0.023152722045779228, 0.024490194395184517, 0.028647201135754585, 0.024526342749595642, 0.010835330002009869, 0.026442181318998337, -0.05541471391916275, -0.021038072183728218, 0.03697929158806801, 0.052884362637996674, 0.02821342647075653, -0.02908097580075264, -0.023929903283715248, 0.015182113274931908, 0.09940669685602188, 0.022556282579898834, -0.06286118179559708, -0.024869747459888458, -0.027165139093995094, 0.007396761793643236, -0.012850574217736721, -0.006465953774750233, -0.025104708969593048, -0.003576381830498576, 0.001160121290013194, -0.05841498821973801, 0.06304191797971725, -0.04164236783981323, 0.09318925440311432, -0.02640603296458721, -0.07424776256084442, -0.00918156374245882, -0.03264154493808746, 0.03264154493808746, 0.03835291042923927, -0.009823189117014408, 0.04547404497861862, -0.013383755460381508, -0.014169972389936447, -0.009561116807162762, -0.01790224201977253, 0.003628344275057316, -0.043738946318626404, -0.008648382499814034, 0.017305802553892136, -0.03893127664923668, 0.01116969808936119, 0.0025642409455031157, 0.03900357335805893, -0.047100700438022614, -0.06347569078207016, 0.10410591959953308, -0.05917409434914589, 0.03287650644779205, -0.03835291042923927, 0.07392243295907974, -0.05953557416796684, -0.028502609580755234, -0.03961808606982231, 0.03128599748015404, -0.03636477515101433, 0.027725430205464363, -0.08444146811962128, 0.04883579909801483, 0.011196808889508247, 0.0014911004109308124, -0.002024281769990921, -0.03925660625100136, 0.040991704910993576, -0.06358413398265839, 0.04673922061920166, -0.03298494964838028, -0.0031471254769712687, 0.00459078187122941, -0.016221364960074425, -0.03338257595896721, -0.03705158457159996, 0.013094572350382805, -0.0016571547603234649, 0.031539034098386765, 0.022158656269311905, 0.007333503104746342, 0.012904796749353409, -0.010103334672749043, 0.03455738350749016, 0.02861105464398861, 0.05151074007153511, -0.04236532747745514, -0.02174295485019684, 0.044895678758621216, 0.008684529922902584, -0.06962083280086517, -0.04507641866803169, 0.004012415651232004, 0.013962121680378914, -0.009624375030398369, 0.014630857855081558, -0.03354524075984955, 0.020604297518730164, -0.031141405925154686, -0.01705276593565941, -0.013645827770233154, 0.002228743163868785, -0.007026245817542076, -0.015769517049193382, -0.02383953332901001, -0.007478094659745693, -0.009213193319737911, -0.026369884610176086, 0.08791166543960571, -0.04236532747745514, -0.04504026845097542, -0.058812614530324936, 0.017757650464773178, -0.05172763019800186, 0.025122782215476036, 0.02821342647075653, 0.04467879235744476, 0.01829986833035946, 0.019881339743733406, -0.011476954445242882, 0.036147888749837875, -0.035515300929546356, 0.01727869175374508, -0.00006424722232623026, 0.05454716458916664, -0.0006935876444913447, 0.01175710093230009, -0.039834972470998764, 0.031123332679271698, -0.02360457181930542, -0.007948016747832298, 0.030617261305451393, -0.009425561875104904, -0.018507719039916992, 0.04822128266096115, 0.01219991222023964, 0.0008438272634521127, 0.012082431465387344, 0.0507877841591835, 0.0480043962597847, 0.03712388128042221, 0.027942318469285965, -0.0028827942442148924, -0.05158303678035736, 0.028556833043694496, 0.0028263130225241184, 0.05664374306797981, -0.017242543399333954, 0.05855958163738251, 0.044895678758621216, -0.045835524797439575, 0.0009127341909334064, 0.04525715857744217, 0.021453771740198135, -0.013302423059940338, -0.021164588630199432, 0.0703076422214508, -0.018462534993886948, 0.02250206097960472, 0.06466857343912125, 0.018263719975948334, -0.0728018507361412, 0.04088326171040535, -0.026857880875468254, 0.029677417129278183, 0.035370707511901855, 0.03650936856865883, -0.01524537242949009, 0.007139208260923624, 0.02976778708398342, -0.05010097473859787, 0.00910023134201765, -0.02805076166987419, 0.009055046364665031, -0.035605669021606445, -0.046088557690382004, 0.05143844708800316, -0.024020271375775337, -0.04261836037039757, -0.01859808899462223, -0.019574081525206566, 0.02609877660870552, -0.009344229474663734, 0.05440257117152214, 0.01681780442595482, 0.015145965851843357, -0.007084986194968224, 0.012922869995236397, 0.03394286707043648, 0.0024445010349154472, -0.031846288591623306, -0.058668024837970734, 0.019917486235499382, 0.006429805886000395, 0.012742131017148495, 0.023658793419599533, -0.034195903688669205, 0.026062628254294395, -0.008829121477901936, -0.009077638387680054, 0.008264310657978058, -0.014793523587286472, 0.05082393065094948, -0.005566774867475033, -0.013483162969350815, -0.020604297518730164, -0.05353502184152603, 0.03634670376777649, 0.012832500971853733, 0.06394561380147934, 0.0531373955309391, -0.031141405925154686, 0.043955832719802856, -0.021869473159313202, -0.03016541339457035, -0.0435943529009819, 0.0007495039026252925, -0.011359473690390587, 0.05776432529091835, 0.04977564141154289, 0.008386310189962387, 0.009240304119884968, -0.012877685017883778, -0.05884876474738121, 0.007017208728939295, -0.05635455995798111, 0.003366272198036313, -0.028502609580755234, -0.0022389099467545748, 0.007220540661364794, 0.0654638260602951, -0.003244273131713271, 0.010229852981865406, 0.07952535897493362, 0.011133549734950066, -0.0072069852612912655, 0.009398451074957848, 0.03549722582101822, -0.05237828940153122, 0.011504065245389938, -0.09853914380073547, -0.007446465082466602, -0.05089622735977173, -0.00891045480966568, -0.012769241817295551, -0.0456547848880291, -0.021851398050785065, 0.05675218626856804, 0.06629522889852524, 0.03143059089779854, 0.02148992009460926, 0.03620211035013199, 0.0007658834219910204, 0.03719617798924446, 0.05386035516858101, 0.019031863659620285, -0.028972532600164413, 0.0012301577953621745, 0.023893754929304123, -0.04120859503746033, 0.03900357335805893, -0.0193752683699131, -0.03540685772895813, -0.019664451479911804, -0.013239163905382156, 0.0575474388897419, -0.019122233614325523, 0.03961808606982231, -0.027345877140760422, 0.007243133150041103, 0.0266409944742918, 0.012769241817295551, -0.040847115218639374, 0.013347608037292957, -0.004947742447257042, 0.04981179162859917, -0.019736748188734055, 0.03273191303014755, -0.019122233614325523, 0.11422733217477798, -0.02078503556549549, -0.09138186275959015, 0.032948799431324005, 0.04023259878158569, -0.015317668206989765, 0.006755136884748936, -0.022086359560489655, 0.010229852981865406, 0.03209932520985603, -0.010022002272307873, 0.027544692158699036, -0.04926957190036774, 0.011205845512449741, 0.02156221494078636, -0.018101055175065994, -0.02976778708398342, -0.03041844815015793, 0.06137911602854729, -0.03264154493808746, -0.022158656269311905, -0.02172488160431385, -0.047100700438022614, 0.018561940640211105, -0.00010470179404364899, -0.06640367209911346, 0.0388951301574707, -0.028014613315463066, 0.038967423141002655, 0.03374405577778816, 0.013862715102732182, -0.0871887058019638, -0.021634511649608612, -0.011522139422595501, -0.021309180185198784, 0.030671482905745506, -0.007301873527467251, 0.028647201135754585, -0.04250991716980934, -0.05165533348917961, 0.002124818041920662, -0.0383167639374733, 0.03835291042923927, -0.01890534535050392, -0.022303247824311256, -0.003083866788074374, 0.05277591943740845, 0.05711366608738899, 0.09998506307601929, 0.024273307994008064, 0.038172170519828796, 0.0005114361410960555, 0.039437346160411835, -0.030689558014273643, 0.0018955048872157931, 0.015118854120373726, 0.05714981257915497, 0.0814773440361023, -0.015417074784636497, -0.014115750789642334, -0.004342264961451292, -0.014612783677875996, -0.024201011285185814, 0.03676240146160126, -0.011458881199359894, 0.010808219201862812, 0.040991704910993576, 0.034738119691610336, 0.003770676674321294, 0.02242976427078247, 0.03737691789865494, 0.02837609313428402, -0.005227888468652964, -0.06336724758148193, -0.07403087615966797, -0.011323326267302036, 0.010446740314364433, 0.018706532195210457, 0.028249574825167656, -0.034195903688669205, 0.015507444739341736, 0.035298414528369904, 0.08335702866315842, 0.007744685281068087, 0.023351537063717842, 0.017025655135512352, -0.027725430205464363, -0.019790969789028168, -0.008829121477901936, 0.01944756507873535, -0.09774389117956161, 0.04366664960980415, 0.019031863659620285, 0.005322776734828949, 0.03267769142985344, -0.022610504180192947, -0.015109817497432232, 0.017622096464037895, -0.00812423788011074, -0.012959018349647522, 0.05057089775800705, -0.0205500740557909, 0.039581939578056335, -0.016519585624337196, -0.008838159032166004, -0.013962121680378914, -0.021291106939315796, -0.023694941774010658, -0.03976267948746681, 0.018796902149915695, 0.040449488908052444, 0.031069111078977585, 0.03320183604955673, -0.007920905947685242, 0.008336606435477734, -0.03444893658161163, -0.04883579909801483, -0.01032022200524807, -0.004053081851452589, -0.004509449005126953, 0.005087815225124359, 0.011937839910387993, 0.05971631407737732, -0.025665001943707466, -0.03885897994041443, -0.043883536010980606, 0.040304895490407944, 0.01681780442595482, -0.015814701095223427, -0.060222383588552475, -0.03734076768159866, -0.0026794623117893934, -0.045763228088617325, 0.00023114880605135113, -0.043883536010980606, -0.017848020419478416, -0.020278966054320335, 0.006556323263794184, -0.008571567945182323, -0.04645003750920296, -0.002210669219493866, -0.05277591943740845, 0.04297984018921852, 0.05613766983151436, -0.027400100603699684, -0.06828336417675018, 0.010266000404953957, -0.009240304119884968, -0.043160580098629, -0.036455146968364716, -0.05183607339859009, 0.011196808889508247, -0.007075949106365442, 0.008345643989741802, 0.02078503556549549, 0.03235236182808876, -0.025430040434002876, -0.01509174332022667, 0.008219126611948013, -0.02618914470076561, 0.0028466463554650545, -0.00804742332547903, -0.007432909682393074, -0.02922556735575199, 0.06817492097616196, 0.00018568153609521687, -0.007848610170185566, -0.0015905071049928665, -0.042473770678043365, 0.021761029958724976, -0.04572707787156105, -0.04937801510095596, -0.020044004544615746, 0.01812816597521305, -0.014657968655228615, 0.036455146968364716, -0.057402849197387695, 0.018101055175065994, -0.05649914965033531, -0.00015306372370105237, 0.026604846119880676, 0.03652743995189667, 0.02812305837869644, -0.03359946236014366, 0.009850299917161465, -0.013347608037292957, -0.014558562077581882, -0.04406427592039108, 0.0822002962231636, 0.05689677596092224, 0.0032465322874486446, -0.0695846825838089, -0.0063123251311481, 0.05823424831032753, 0.034358568489551544, 0.03842520713806152, -0.007216022349894047, -0.005883068777620792, -0.07995913177728653, -0.07374169677495956, -0.034503158181905746, 0.03650936856865883, 0.00910474918782711, -0.026514476165175438, 0.02242976427078247, 0.004166044294834137, -0.011368511244654655, 0.09702093154191971, -0.014088639989495277, -0.007378687616437674, 0.021761029958724976, -0.013826567679643631, -0.0384613536298275, -0.01391693763434887, 0.03867824003100395, -0.005530626978725195, 0.022158656269311905, 0.022845465689897537, 0.026080701500177383, 0.002824053866788745, -0.03244272992014885, -0.031069111078977585, -0.02033318765461445, 0.02541196532547474, -0.06578915566205978, -0.007328984327614307, -0.007685944903641939, -0.012145690619945526, 0.0266409944742918, 0.011865544132888317, 0.07403087615966797, -0.012904796749353409, -0.016085810959339142, -0.0051827034913003445, -0.038714390248060226, -0.00461337435990572, 0.034358568489551544, 0.060547713190317154, -0.009118304587900639, 0.022212877869606018, 0.010040076449513435, 0.040991704910993576, -0.032930728048086166, 0.005011001136153936, -0.01616714335978031, 0.03813602402806282, -0.025032412260770798, 0.0006241158698685467, 0.0139079000800848, 0.038605947047472, 0.0388951301574707, 0.010229852981865406, 0.0010093168821185827, -0.0010432054987177253, -0.040304895490407944, 0.04189540445804596, 0.005503516178578138, 0.005011001136153936, 0.07641663402318954, 0.004577226471155882, -0.12145690619945526, 0.013338571414351463, -0.048582762479782104, -0.010383481159806252, -0.02353227511048317, -0.00801127590239048, -0.026460254564881325, 0.022068286314606667, -0.01238968875259161, 0.04471493884921074, 0.021941768005490303, -0.0644516870379448, 0.04554634168744087, -0.004098266828805208, -0.05552315711975098, -0.02477937750518322, 0.013392793014645576, 0.042726803570985794, 0.06669285148382187, -0.04992023482918739, -0.036310553550720215, -0.004373894538730383, 0.029062902554869652, -0.01019370462745428, -0.008083571679890156, 0.024743229150772095, -0.004224784672260284, -0.07938076555728912, 0.013483162969350815, 0.0074916500598192215, 0.014124787412583828, -0.022230951115489006, -0.017296764999628067, 0.018001649528741837, -0.002559722401201725, -0.01743231900036335, 0.03594907373189926, -0.009326155297458172, 0.03470197319984436, 0.023044278845191002, -0.047245290130376816, 0.007378687616437674, -0.01180228590965271, -0.07851321250200272, -0.005236925557255745, -0.0229719839990139, 0.008309495635330677, 0.0412447415292263, 0.06821106374263763, 0.020929627120494843, -0.0032126435544341803, 0.016998544335365295, -0.041606221348047256, -0.012904796749353409, -0.010925699025392532, -0.01586892269551754, 0.014513377100229263, 0.01915838196873665, 0.026171071454882622, -0.009778004139661789, -0.06539153307676315, 0.025140857324004173, 0.06329495459794998, -0.043196726590394974, 0.005218851380050182, -0.01915838196873665, 0.02758083865046501, -0.007396761793643236, 0.000356960401404649, 0.04601626098155975, -0.014070565812289715, -0.04171466454863548, -0.009877410717308521, 0.042726803570985794, 0.01845349743962288, -0.004509449005126953, 0.0068274326622486115, -0.056463003158569336, -0.02398412488400936, 0.01078110747039318, 0.018887272104620934, 0.04120859503746033, -0.02353227511048317, -0.04196769744157791, 0.005282110068947077, 0.053028952330350876, -0.0014560821000486612, 0.06278888136148453, 0.014567599631845951, 0.0023789829574525356, -0.07074141502380371, 0.09608108550310135, 0.032388508319854736, 0.010500961914658546, 0.046088557690382004, -0.02188754640519619, -0.07591056823730469, -0.0826340764760971, 0.024128716439008713, -0.026134923100471497, 0.029984673485159874, -0.013067461550235748, -0.04471493884921074, 0.043341320008039474, -0.02962319552898407, -0.007509723771363497, -0.04055793210864067, -0.012615613639354706, -0.021941768005490303, -0.018796902149915695, 0.02853875793516636, 0.024996265769004822, 0.05794506520032883, -0.04984793812036514, 0.018037796020507812, 0.021598363295197487, 0.004369376227259636, 0.013121684081852436, -0.06083689630031586, -0.021038072183728218, 0.02541196532547474, -0.001209824695251882, 0.0015950256492942572, -0.04937801510095596, 0.016673212870955467, -0.019718673080205917, -0.043883536010980606, -0.0775010734796524, 0.040304895490407944, 0.02438175119459629, -0.04598011448979378, 0.04034104570746422, -0.019031863659620285, -0.06195748224854469, 0.010564220137894154, -0.08104356378316879, -0.00363512197509408, 0.023550350219011307, 0.014386859722435474, 0.07403087615966797, 0.022628579288721085, -0.010988958179950714, -0.004570448771119118, 0.008399865590035915, -0.01395308505743742, -0.011043179780244827, 0.012886722572147846, 0.06235510855913162, -0.03734076768159866, -0.01101606898009777, 0.015082706697285175, -0.009271933697164059, 0.04706455022096634, 0.015561666339635849, -0.0006783377029933035, -0.06980157643556595, 0.042799100279808044, -0.012425837107002735, -0.01923067681491375, -0.04992023482918739, -0.03197280690073967, -0.0551978275179863, 0.0388951301574707, 0.02821342647075653, 0.011775175109505653, -0.0020931886974722147, -0.002478389535099268, 0.033400651067495346 ]
38,890
pulp.apis.scip_api
actualSolve
Solve a well formulated lp problem
def actualSolve(self, lp): """Solve a well formulated lp problem""" if not self.executable(self.path): raise PulpSolverError("PuLP: cannot execute " + self.path) tmpLp, tmpSol, tmpOptions = self.create_tmp_files(lp.name, "lp", "sol", "set") lp.writeLP(tmpLp) file_options: List[str] = [] if self.timeLimit is not None: file_options.append(f"limits/time={self.timeLimit}") if "gapRel" in self.optionsDict: file_options.append(f"limits/gap={self.optionsDict['gapRel']}") if "gapAbs" in self.optionsDict: file_options.append(f"limits/absgap={self.optionsDict['gapAbs']}") if "maxNodes" in self.optionsDict: file_options.append(f"limits/nodes={self.optionsDict['maxNodes']}") if "threads" in self.optionsDict and int(self.optionsDict["threads"]) > 1: warnings.warn( "SCIP can only run with a single thread - use FSCIP_CMD for a parallel version of SCIP" ) if not self.mip: warnings.warn(f"{self.name} does not allow a problem to be relaxed") command: List[str] = [] command.append(self.path) command.extend(["-s", tmpOptions]) if not self.msg: command.append("-q") if "logPath" in self.optionsDict: command.extend(["-l", self.optionsDict["logPath"]]) options = iter(self.options) for option in options: # identify cli options by a leading dash (-) and treat other options as file options if option.startswith("-"): # assumption: all cli options require an argument which is provided as a separate parameter argument = next(options) command.extend([option, argument]) else: # assumption: all file options require an argument which is provided after the equal sign (=) if "=" not in option: argument = next(options) option += f"={argument}" file_options.append(option) # append scip commands after parsing self.options to allow the user to specify additional -c arguments command.extend(["-c", f'read "{tmpLp}"']) command.extend(["-c", "optimize"]) command.extend(["-c", f'write solution "{tmpSol}"']) command.extend(["-c", "quit"]) with open(tmpOptions, "w") as options_file: options_file.write("\n".join(file_options)) subprocess.check_call(command, stdout=sys.stdout, stderr=sys.stderr) if not os.path.exists(tmpSol): raise PulpSolverError("PuLP: Error while executing " + self.path) status, values = self.readsol(tmpSol) # Make sure to add back in any 0-valued variables SCIP leaves out. finalVals = {} for v in lp.variables(): finalVals[v.name] = values.get(v.name, 0.0) lp.assignVarsVals(finalVals) lp.assignStatus(status) self.delete_tmp_files(tmpLp, tmpSol, tmpOptions) return status
(self, lp)
[ 0.019320853054523468, -0.006562608294188976, -0.061956360936164856, 0.06306204199790955, -0.033875830471515656, -0.013906819745898247, -0.027546750381588936, -0.07930414378643036, 0.0213701780885458, -0.06622657924890518, 0.010951978154480457, -0.03841294348239899, -0.00911711622029543, -0.019940415397286415, -0.06698912382125854, 0.08959842473268509, 0.028004273772239685, -0.024248765781521797, -0.0427403561770916, 0.04209219664335251, 0.021446432918310165, 0.01101869996637106, 0.02546883001923561, 0.11239837110042572, 0.02874775044620037, -0.01940663903951645, 0.04289286583662033, -0.040185846388339996, -0.013220533728599548, -0.07922788709402084, -0.018891923129558563, 0.06420585513114929, -0.00980816874653101, 0.0041081830859184265, -0.0011908727465197444, 0.02308589220046997, 0.058906201273202896, 0.01043726410716772, -0.025221005082130432, -0.007882755249738693, -0.02966279909014702, -0.04140591248869896, -0.01642320118844509, -0.023371845483779907, -0.0070820883847773075, -0.01675681211054325, -0.010532581247389317, 0.08128674328327179, 0.037345387041568756, -0.0345621183514595, 0.021923020482063293, -0.046324294060468674, -0.015307987108826637, -0.01593708246946335, -0.016489923000335693, 0.0549791194498539, 0.047582484781742096, 0.047620613127946854, 0.068857342004776, -0.08799709379673004, 0.005914449226111174, 0.020760146901011467, 0.002137494506314397, -0.017176209017634392, -0.00489931832998991, 0.0060240644961595535, -0.029910624027252197, -0.040414609014987946, 0.011075890623033047, 0.029281528666615486, -0.007987604476511478, -0.003974738996475935, -0.028633369132876396, 0.0036149153020232916, 0.09813887625932693, 0.003336111782118678, -0.0035744053311645985, -0.04994635656476021, -0.02024543285369873, -0.030901925638318062, 0.005333012901246548, 0.009031331166625023, -0.01000833511352539, -0.017052296549081802, -0.019883224740624428, -0.008821632713079453, 0.09432617574930191, 0.0015417601680383086, 0.08372686803340912, -0.01828189194202423, -0.00412009796127677, 0.05017511919140816, -0.004325030371546745, 0.057152360677719116, 0.08936966955661774, 0.00110329978633672, -0.013658994808793068, -0.048268768936395645, -0.04906943812966347, -0.03856544941663742, -0.039080165326595306, 0.05398781970143318, -0.019921353086829185, -0.014335748739540577, 0.06496839225292206, -0.051280803978443146, 0.015098288655281067, 0.031550083309412, 0.04125340282917023, -0.06683661788702011, -0.05135705694556236, 0.04590489715337753, -0.06405334174633026, 0.0017359695630148053, -0.031473830342292786, 0.03404740244150162, -0.07465264946222305, -0.0004890977870672941, -0.009269624948501587, 0.026002608239650726, -0.045180484652519226, -0.012867859564721584, -0.055436644703149796, 0.01919694058597088, 0.008373640477657318, 0.02335278131067753, -0.018148448318243027, 0.027794575318694115, 0.005890619941055775, -0.031683530658483505, 0.00115155428647995, -0.012448462657630444, 0.013821033760905266, 0.015746446326375008, 0.02482067048549652, -0.03923267498612404, -0.04140591248869896, 0.006738945841789246, 0.0016382691683247685, -0.0050232307985424995, 0.05886807292699814, -0.00980816874653101, -0.013697121292352676, 0.017309654504060745, 0.051700200885534286, 0.016833066940307617, 0.05513162910938263, -0.027718322351574898, -0.020397940650582314, 0.042778484523296356, -0.0043035838752985, -0.009093287400901318, -0.06634096056222916, -0.02508755959570408, 0.04422730952501297, -0.01631835289299488, 0.016432732343673706, -0.046743690967559814, -0.007625398226082325, -0.06256639212369919, -0.07045868039131165, -0.05402594432234764, 0.03399021178483963, -0.00025854865089058876, -0.007763608358800411, -0.029357783496379852, -0.013477891683578491, -0.01448825653642416, 0.001870605512522161, 0.08143924921751022, -0.008721549063920975, -0.03231262415647507, -0.05322527885437012, 0.028824005275964737, -0.06123194843530655, 0.018558312207460403, 0.027546750381588936, -0.02028355933725834, 0.013153811916708946, -0.03265576809644699, -0.04033835604786873, 0.026479195803403854, -0.044341690838336945, -0.008302152156829834, -0.004820681177079678, 0.05593229457736015, -0.0012772541958838701, -0.003257474862039089, -0.029129020869731903, 0.0011938513489440084, -0.03745976835489273, -0.008554743602871895, 0.0418253093957901, 0.0016394605627283454, 0.006872389931231737, -0.0002494637155905366, 0.01110448595136404, 0.004527579993009567, 0.05101391300559044, -0.015002970583736897, 0.005881088320165873, 0.01654711365699768, 0.054559722542762756, 0.0010496836621314287, -0.05429283529520035, 0.03858451545238495, -0.02352435328066349, 0.021732384338974953, -0.014316684566438198, 0.057609882205724716, 0.03202667087316513, -0.03538184612989426, -0.02897651307284832, 0.0014357195468619466, 0.017595605924725533, 0.001164660439826548, 0.01957820914685726, 0.014126050285995007, -0.013468359597027302, 0.018729884177446365, 0.0005013103364035487, -0.013620867393910885, -0.026021670550107956, 0.015260327607393265, 0.00401048269122839, 0.01483139954507351, -0.0008322407375089824, 0.040414609014987946, 0.025621337816119194, 0.019244598224759102, 0.03961394354701042, -0.038031674921512604, 0.015193605795502663, -0.03984270617365837, 0.012858327478170395, -0.019435234367847443, -0.07103058695793152, 0.025430703535676003, -0.0032670064829289913, -0.02400094084441662, -0.04670556262135506, -0.06961988657712936, 0.019311320036649704, -0.026078861206769943, -0.01393541507422924, 0.003936611581593752, 0.02003573440015316, -0.004556175321340561, 0.06439648568630219, 0.019521018490195274, 0.037555087357759476, -0.03984270617365837, -0.0789991244673729, -0.0030906691681593657, 0.020569510757923126, -0.01283926423639059, -0.005318715237081051, -0.007706418167799711, 0.04861191287636757, 0.013592272065579891, -0.010856661014258862, 0.035839371383190155, 0.009569874964654446, 0.01882520131766796, -0.02764206752181053, -0.010160842910408974, -0.014678891748189926, -0.026250433176755905, 0.012667692266404629, 0.035191211849451065, 0.030673164874315262, 0.035400912165641785, -0.04929820075631142, 0.029510291293263435, -0.015279391780495644, 0.06123194843530655, -0.007239362224936485, 0.04445607215166092, 0.020092923194169998, 0.039766449481248856, 0.08563321828842163, 0.053301531821489334, 0.018224701285362244, 0.0023972345516085625, -0.02638387680053711, 0.026078861206769943, -0.06351956725120544, -0.0114380968734622, -0.0057524098083376884, 0.011476224288344383, -0.0062623582780361176, 0.048078134655952454, 0.06500651687383652, -0.03883234038949013, 0.04556175321340561, 0.0739663615822792, -0.0070820883847773075, -0.05211959779262543, 0.03113068826496601, -0.06073629483580589, 0.003543427214026451, -0.07209813594818115, -0.0006713924813084304, -0.035439036786556244, 0.005409266799688339, -0.02438221126794815, -0.010828065685927868, -0.0605456605553627, 0.021312987431883812, 0.0010008334647864103, -0.025201940909028053, -0.01654711365699768, 0.043884165585041046, 0.051738325506448746, 0.04205407202243805, 0.008936013095080853, 0.016032399609684944, -0.03841294348239899, 0.01828189194202423, 0.013001304119825363, -0.048497531563043594, 0.004615748766809702, 0.0270320363342762, -0.027775513008236885, 0.000042297131585655734, -0.01525079645216465, 0.027794575318694115, -0.02224709838628769, 0.058524928987026215, -0.05101391300559044, 0.01297270879149437, 0.02482067048549652, -0.022380543872714043, -0.0008858568035066128, 0.037383515387773514, -0.006615032907575369, 0.044341690838336945, -0.03919454663991928, 0.04232095927000046, -0.061994485557079315, 0.10103652626276016, 0.035820309072732925, -0.05337778851389885, 0.0064386953599750996, 0.031226005405187607, -0.009722382761538029, 0.01494577992707491, -0.008278322406113148, -0.0018038832349702716, -0.03132132440805435, -0.002147026127204299, -0.0016251630149781704, -0.03873702138662338, 0.0377647839486599, 0.03854638710618019, 0.009064692072570324, 0.027089226990938187, -0.017204804345965385, 0.08898839354515076, -0.04990823194384575, -0.02110328897833824, -0.03578218072652817, -0.023257464170455933, 0.02459190972149372, 0.015279391780495644, -0.06351956725120544, 0.024973178282380104, -0.03969019651412964, -0.009102819487452507, 0.009817699901759624, 0.011075890623033047, -0.07015366107225418, 0.013401636853814125, -0.08906465023756027, -0.028900258243083954, 0.054330963641405106, -0.03027283027768135, 0.01482186745852232, -0.06969613581895828, -0.06672223657369614, 0.03511495888233185, -0.03484806790947914, -0.01111401803791523, 0.01746216230094433, -0.013678058050572872, -0.033837705850601196, 0.0026236134581267834, 0.011142613366246223, 0.07453826814889908, 0.03288453072309494, 0.036049067974090576, 0.0013308703200891614, 0.06351956725120544, 0.02613605186343193, 0.013744779862463474, 0.016060994938015938, 0.06420585513114929, 0.038355752825737, -0.0363922119140625, 0.0019039666512981057, -0.007553909905254841, -0.04445607215166092, -0.019216002896428108, 0.03175978362560272, -0.003755508689209819, -0.005919215269386768, 0.019692590460181236, 0.01297270879149437, -0.015260327607393265, 0.11247462034225464, 0.008387938141822815, 0.03374238684773445, 0.020359812304377556, -0.05619918555021286, -0.09020846337080002, 0.01568925753235817, -0.0750720426440239, 0.03850826248526573, 0.05532226338982582, -0.016976041719317436, 0.04689619690179825, 0.019540082663297653, 0.08174426853656769, 0.04506610333919525, -0.0072012352757155895, 0.007997136563062668, -0.005166207440197468, -0.014669359661638737, -0.03795541822910309, 0.022513987496495247, -0.029262464493513107, 0.05494099482893944, -0.011552478186786175, -0.0006672223098576069, -0.00724412826821208, 0.015651129186153412, 0.0028857365250587463, 0.037802912294864655, 0.018224701285362244, 0.005137612111866474, 0.04735372215509415, 0.023257464170455933, 0.009121882729232311, 0.0002592933306004852, 0.02724173478782177, 0.0008995587122626603, -0.05780051648616791, -0.0324651338160038, -0.07907538115978241, 0.030787544324994087, 0.0413677841424942, 0.016909319907426834, 0.026021670550107956, -0.004937445279210806, -0.01275347825139761, -0.03675441816449165, -0.05017511919140816, -0.005738112144172192, -0.044341690838336945, -0.007129747420549393, 0.02699390985071659, 0.0270320363342762, 0.07594896852970123, -0.005294885952025652, -0.020569510757923126, -0.06188010424375534, 0.01730012148618698, 0.023448098450899124, -0.02373405173420906, -0.01811031997203827, -0.021618003025650978, -0.02463003620505333, -0.014440597966313362, -0.012010002508759499, -0.021961146965622902, -0.017833899706602097, -0.029033703729510307, 0.056504201143980026, 0.0014762294013053179, -0.019025368615984917, 0.028366481885313988, -0.05288213491439819, 0.027966147288680077, 0.08578573167324066, -0.02567852847278118, -0.07648274302482605, 0.04990823194384575, -0.018377209082245827, -0.0600881390273571, -0.019206471741199493, -0.000030326595151564106, -0.04285473749041557, 0.006410100497305393, -0.001728820730932057, 0.00420350069180131, -0.025011306628584862, -0.01654711365699768, -0.00023382568906527013, 0.017643265426158905, -0.0841081440448761, 0.0026641234289854765, -0.023162147030234337, -0.03332298994064331, -0.03614438697695732, 0.09646128863096237, -0.0014655061531811953, -0.007101152092218399, 0.03027283027768135, -0.04510423168540001, 0.009507918730378151, -0.06759915500879288, -0.0674847736954689, 0.024896925315260887, -0.011762176640331745, 0.02966279909014702, 0.045638006180524826, -0.01667102612555027, -0.0059049176052212715, -0.04754435643553734, -0.03427616506814957, 0.010637430474162102, 0.015527216717600822, 0.016432732343673706, 0.03296078369021416, 0.012191105633974075, 0.006348143797367811, -0.04403667524456978, -0.03116881474852562, 0.019768845289945602, 0.0335136242210865, 0.0068199653178453445, -0.03747883066534996, 0.05097578838467598, 0.043236006051301956, 0.056351691484451294, 0.03883234038949013, -0.02855711616575718, -0.04548550024628639, -0.0501369945704937, -0.06256639212369919, -0.036678165197372437, 0.09768135100603104, 0.020855464041233063, -0.010103652253746986, 0.014926716685295105, 0.013544613495469093, -0.009622299112379551, 0.06039315462112427, -0.04777311906218529, -0.022094590589404106, -0.04659118130803108, 0.01905396394431591, 0.01537470892071724, 0.061803851276636124, 0.03225543349981308, -0.015527216717600822, 0.024077193811535835, 0.038908593356609344, 0.007820799015462399, -0.002463956829160452, -0.03336111828684807, -0.04662930965423584, -0.008454659953713417, -0.03031095676124096, -0.07686401158571243, 0.00045126868644729257, -0.007277489174157381, -0.0010913851438090205, 0.015422367490828037, -0.01567019335925579, 0.04800188168883324, -0.013782907277345657, 0.013611335307359695, -0.04510423168540001, -0.029376845806837082, -0.05463597923517227, 0.03513402119278908, 0.029929688200354576, -0.020436067134141922, 0.05539851635694504, -0.0270320363342762, 0.007868457585573196, -0.012467525899410248, -0.03069222718477249, -0.001156320096924901, 0.06344331055879593, 0.009727148339152336, -0.0026998675893992186, 0.001323721488006413, 0.03530559316277504, -0.007515782956033945, 0.01888239197432995, 0.004305967129766941, -0.03662097454071045, -0.031683530658483505, 0.040872134268283844, 0.0015643980586901307, -0.014793272130191326, 0.055856041610240936, -0.0029762883204966784, -0.1011890321969986, -0.010122716426849365, -0.00334564340300858, 0.017795773223042488, 0.0019099239725619555, 0.0023042999673634768, -0.020760146901011467, -0.002587869530543685, 0.014087922871112823, 0.04254972189664841, 0.01338257361203432, -0.027813639491796494, 0.054788485169410706, 0.012162510305643082, -0.042816609144210815, 0.006986771244555712, -0.007592036854475737, 0.009031331166625023, 0.06508277356624603, -0.031702592968940735, -0.034962449222803116, 0.0235624797642231, 0.011285589076578617, -0.023600608110427856, -0.051738325506448746, 0.03227449581027031, 0.008068623952567577, -0.06188010424375534, -0.02872868813574314, 0.004946976900100708, 0.011199803091585636, -0.01035147812217474, 0.023143082857131958, 0.06744664907455444, -0.01880613900721073, -0.0039914194494485855, 0.030215639621019363, 0.0033218141179531813, -0.017929216846823692, 0.0004625876317732036, -0.0068199653178453445, -0.008140112273395061, -0.01525079645216465, -0.05856305733323097, 0.019959479570388794, 0.004832596052438021, -0.008373640477657318, -0.007754076737910509, 0.04838315024971962, 0.029148085042834282, -0.01963539980351925, 0.039537690579891205, -0.048726294189691544, -0.04251159355044365, 0.004894552286714315, -0.01851065456867218, 0.04918381944298744, -0.01798640750348568, -0.009112350642681122, -0.010694621130824089, -0.051547691226005554, 0.021446432918310165, 0.06485401093959808, -0.036678165197372437, -0.015841765329241753, -0.012820200994610786, 0.04232095927000046, 0.014164176769554615, -0.0057619414292275906, 0.05101391300559044, 0.020836399868130684, -0.05074702575802803, -0.03631595894694328, 0.03969019651412964, -0.008473724126815796, 0.021027036011219025, 0.009827231988310814, -0.019749781116843224, -0.06672223657369614, -0.03437148034572601, 0.04491359367966652, 0.00009799827967071906, -0.0330561026930809, -0.05246273800730705, 0.024286892265081406, 0.013744779862463474, 0.027813639491796494, 0.013287256471812725, 0.017328716814517975, -0.03296078369021416, -0.058448676019907, 0.05577978864312172, 0.02895744889974594, 0.00627188989892602, 0.028061464428901672, -0.05375905707478523, -0.0487644225358963, -0.04579051584005356, 0.06782791763544083, -0.01733824983239174, 0.0487644225358963, -0.016032399609684944, -0.004942211322486401, 0.0008876440115272999, -0.005781005136668682, 0.036945052444934845, -0.04071962460875511, -0.01784343086183071, -0.009293453767895699, -0.006452993024140596, 0.04941257834434509, 0.03854638710618019, 0.013420701026916504, -0.043236006051301956, 0.021732384338974953, 0.026688894256949425, -0.029357783496379852, -0.007491953670978546, -0.021255796775221825, 0.003462407272309065, -0.021293925121426582, 0.05642794445157051, 0.024477528408169746, -0.0979863628745079, 0.008221132680773735, -0.02066482976078987, -0.012381739914417267, -0.07125934213399887, 0.04014772176742554, 0.05985937640070915, -0.040872134268283844, -0.004756342153996229, -0.02966279909014702, -0.05486473813652992, 0.017252463847398758, -0.022704623639583588, 0.021675193682312965, 0.045866768807172775, -0.004160607699304819, 0.0427403561770916, 0.019435234367847443, 0.01025616005063057, -0.015069693326950073, -0.009951144456863403, -0.041939690709114075, -0.006176572293043137, 0.018262827768921852, 0.0549791194498539, -0.03816511854529381, -0.00405337568372488, 0.04380791261792183, 0.0031264133285731077, 0.022742750123143196, 0.012791605666279793, 0.019330384209752083, -0.04495172202587128, 0.036697227507829666, 0.008454659953713417, -0.01275347825139761, -0.014888590201735497, -0.027813639491796494, -0.010951978154480457, 0.024229703471064568, 0.08235429972410202, 0.03460024297237396, -0.025869162753224373, -0.04727746918797493, 0.027947084978222847 ]
38,894
pulp.apis.scip_api
defaultPath
null
def defaultPath(self): return self.executableExtension(scip_path)
(self)
[ 0.03428662568330765, -0.05211162939667702, 0.05699288845062256, -0.0046371943317353725, -0.0020082585979253054, -0.03541436418890953, 0.03357968479394913, 0.03733320161700249, 0.024524109438061714, -0.001196118420921266, 0.06739501655101776, 0.009409043937921524, -0.014054655097424984, 0.016714097931981087, -0.03682824596762657, -0.014155646786093712, 0.042416442185640335, 0.016133397817611694, -0.03615496680140495, 0.02095574326813221, 0.03874708339571953, -0.026308294385671616, 0.0005015386850573123, -0.03894906863570213, -0.013516033068299294, 0.08395762741565704, 0.025870664045214653, -0.005036952439695597, -0.024944908916950226, -0.09506669640541077, -0.006989455781877041, -0.016579443588852882, -0.027638016268610954, 0.0447729118168354, 0.03379850089550018, 0.04164217412471771, -0.0030171219259500504, 0.05769982933998108, -0.04234911501407623, -0.07931201905012131, -0.018818087875843048, -0.0009241777006536722, 0.006017412059009075, -0.028008317574858665, 0.03578466549515724, 0.032148972153663635, -0.02851327508687973, 0.010780845768749714, 0.03442128002643585, 0.04019463062286377, 0.06140284985303879, 0.0024111727252602577, -0.022201305255293846, 0.0003090235695708543, -0.04854326322674751, 0.02994398958981037, 0.049620505422353745, 0.0006995767471380532, -0.027015235275030136, 0.045176878571510315, -0.000634879048448056, -0.025214219465851784, 0.06631777435541153, -0.004872841294854879, 0.01962602138519287, 0.04218079522252083, -0.005108488257974386, -0.043426357209682465, -0.014626939781010151, 0.05281857028603554, 0.014088318683207035, -0.045479852706193924, -0.05564633384346962, -0.05403047055006027, 0.08119719475507736, -0.020080482587218285, -0.038309454917907715, -0.013785343617200851, -0.0240696482360363, -0.00236698891967535, -0.011302636004984379, -0.0051042805425822735, -0.059248365461826324, -0.03396681696176529, 0.03548169136047363, 0.006715937051922083, 0.08833392709493637, 0.004990664776414633, 0.009695187211036682, -0.013112067244946957, -0.0020387666299939156, -0.0035473275929689407, -0.012194727547466755, 0.03497673198580742, 0.0514046885073185, -0.05184232071042061, 0.020029986277222633, -0.02442311868071556, 0.04302239418029785, -0.0054114628583192825, -0.04972149804234505, -0.008786262944340706, 0.0015727326972410083, -0.010999660938978195, 0.041069891303777695, 0.01614181324839592, 0.03329354152083397, 0.08813194185495377, -0.009282805025577545, -0.05419879034161568, -0.08213978260755539, 0.03618863224983215, -0.002217605710029602, -0.04648976773023605, 0.03615496680140495, 0.0189527440816164, -0.022083481773734093, 0.0012403022265061736, 0.07742684334516525, 0.04968783259391785, -0.10725300759077072, 0.08671806007623672, -0.06571182608604431, -0.017017073929309845, 0.02819347009062767, 0.00929122045636177, 0.0010614630300551653, 0.030667761340737343, -0.04248376935720444, -0.00876943115144968, 0.04834127798676491, -0.0008584280149079859, -0.05248193442821503, -0.02164585143327713, 0.01526655349880457, 0.015098233707249165, 0.005794389173388481, 0.05251559615135193, -0.01429030206054449, 0.12805725634098053, -0.020854750648140907, -0.02886674553155899, 0.00124556221999228, -0.008836759254336357, 0.035885658115148544, 0.0447392500936985, 0.06961683183908463, 0.021864667534828186, -0.04372933506965637, 0.028950905427336693, 0.028631098568439484, 0.007237726356834173, -0.09452807158231735, -0.053458184003829956, 0.006337218452244997, -0.03635695204138756, 0.010688270442187786, 0.03024696372449398, 0.04426795616745949, -0.06382665038108826, 0.0042795161716639996, -0.005180024076253176, 0.012985827401280403, -0.05322253704071045, -0.02093891054391861, 0.020703263580799103, -0.07305054366588593, 0.04982249066233635, 0.01851511374115944, 0.0007921523065306246, -0.018414122983813286, -0.03642427921295166, -0.023093396797776222, -0.004045973066240549, 0.05079874023795128, 0.03169450908899307, 0.006307762581855059, 0.019087400287389755, 0.06429794430732727, 0.01560319121927023, 0.026611268520355225, 0.05382848531007767, -0.016924496740102768, 0.10415593534708023, 0.008045658469200134, 0.04887990280985832, 0.0008068802417255938, 0.0016484763473272324, 0.03307472541928291, 0.055848315358161926, -0.003496831748634577, 0.07776348292827606, 0.0617394894361496, 0.007599612697958946, -0.02509639598429203, -0.028058813884854317, 0.04978882521390915, -0.007048367522656918, -0.08052391558885574, -0.02952319197356701, 0.015081401914358139, 0.00019396160496398807, 0.030061813071370125, 0.015864087268710136, -0.008685272186994553, 0.013785343617200851, -0.012102152220904827, 0.005032744724303484, -0.07688821852207184, 0.07002079486846924, -0.005310471169650555, -0.07143467664718628, -0.026375621557235718, -0.026560772210359573, 0.0018851752392947674, -0.025635017082095146, -0.02612314373254776, 0.05537702143192291, -0.04167583957314491, 0.0239854883402586, 0.02268943004310131, -0.03820846229791641, 0.029792502522468567, 0.009484788402915001, 0.01097441278398037, 0.024540942162275314, 0.019760675728321075, -0.030836081132292747, 0.0012013784144073725, -0.040295619517564774, -0.027570687234401703, -0.07062674313783646, 0.016074486076831818, -0.007292430382221937, 0.010233808308839798, 0.04881257191300392, 0.032148972153663635, -0.011420459486544132, 0.012135815806686878, -0.003334824461489916, -0.001121426816098392, 0.0036525269970297813, 0.05608396232128143, -0.0006674908800050616, 0.0073176780715584755, -0.00445204321295023, -0.024507278576493263, -0.02884991466999054, 0.028092477470636368, -0.02201615460216999, 0.07608028501272202, 0.006379298400133848, -0.04460459202528, -0.049283865839242935, -0.01817847602069378, 0.03344503045082092, -0.04093523323535919, -0.006375090219080448, 0.0308697447180748, 0.026678595691919327, -0.033882658928632736, 0.0028235549107193947, -0.0274192001670599, -0.07446442544460297, -0.02538253739476204, 0.011041740886867046, -0.048576924949884415, 0.03541436418890953, -0.00628251489251852, 0.013314050622284412, 0.046927399933338165, 0.09547065943479538, -0.029758838936686516, -0.04877891018986702, -0.013448705896735191, -0.012295719236135483, -0.06581281125545502, -0.01389475166797638, -0.016764594241976738, -0.005874340888112783, 0.025281546637415886, 0.01784183643758297, 0.005045368801802397, 0.026207301765680313, -0.013112067244946957, -0.015712598338723183, -0.0060510761104524136, -0.089478500187397, -0.05470374599099159, -0.0377708338201046, 0.02539937011897564, 0.08698737621307373, -0.017673518508672714, -0.04046393930912018, 0.0171853918582201, 0.008651607669889927, 0.02777267061173916, -0.023160723969340324, 0.0004944376996718347, -0.014433372765779495, -0.0516066737473011, -0.014096735045313835, -0.043426357209682465, 0.013978911563754082, -0.04632144793868065, 0.040026310831308365, -0.008828342892229557, -0.02028246596455574, 0.004317387938499451, 0.04224812239408493, -0.007978331297636032, -0.0053777992725372314, 0.05453542619943619, -0.0020261425524950027, 0.0291865523904562, 0.031021231785416603, 0.045850154012441635, -0.013743264600634575, 0.05083240568637848, 0.039723336696624756, -0.04840860888361931, 0.07264657318592072, -0.05473741143941879, -0.0048307618126273155, -0.018683433532714844, -0.01667201891541481, 0.0032359370961785316, -0.00438471557572484, -0.03236778452992439, 0.018969576805830002, 0.012497701682150364, 0.024591438472270966, 0.0070946551859378815, 0.0031833371613174677, 0.058642417192459106, 0.03669359162449837, 0.03952135145664215, -0.02507956326007843, -0.04712938144803047, -0.04234911501407623, 0.029119225218892097, -0.0377708338201046, -0.0035557434894144535, -0.00841596070677042, 0.010183312930166721, -0.010570446960628033, 0.03061726689338684, 0.035279709845781326, -0.014719516038894653, -0.08133184909820557, -0.016360627487301826, 0.032771751284599304, -0.036962900310754776, -0.021393373608589172, -0.013086819089949131, -0.004889673553407192, -0.05265025049448013, 0.022958742454648018, 0.018010156229138374, 0.0034358161501586437, 0.015199225395917892, 0.00557557400316, -0.015216057188808918, 0.01615864597260952, -0.004435211420059204, -0.019020071253180504, 0.05796913802623749, 0.009510035626590252, 0.035851992666721344, -0.015594775788486004, -0.0036567349452525377, -0.022453783079981804, -0.022588439285755157, -0.05386215075850487, 0.005941668525338173, 0.009400628507137299, -0.051371026784181595, -0.018127979710698128, -0.07473373413085938, -0.00790258776396513, 0.014231390319764614, 0.021006237715482712, -0.028597434982657433, 0.008761015720665455, -0.023110229521989822, -0.0021586939692497253, -0.0004720828146673739, -0.015594775788486004, -0.007149358745664358, -0.05224628746509552, 0.029001401737332344, -0.0308697447180748, 0.027957823127508163, 0.04409963637590408, 0.02134287729859352, -0.054064132273197174, 0.020063651725649834, 0.032451946288347244, 0.0019240990513935685, 0.024254798889160156, 0.04847593605518341, 0.01583883911371231, 0.053087882697582245, 0.018481450155377388, 0.009636275470256805, -0.06086422875523567, 0.0004047551192343235, -0.005445126909762621, -0.05026011914014816, -0.002129238098859787, 0.008803094737231731, -0.02777267061173916, -0.020804256200790405, -0.002451148582622409, -0.014121982268989086, 0.06241276487708092, -0.026308294385671616, -0.03204797953367233, 0.03884807601571083, -0.008651607669889927, -0.02130921371281147, 0.005041160620748997, 0.020484449341893196, 0.01856561005115509, 0.038309454917907715, 0.03925204277038574, 0.005562950391322374, -0.030735090374946594, 0.006707520689815283, -0.028092477470636368, -0.03325987607240677, 0.010587278753519058, -0.017707182094454765, 0.01609131693840027, 0.005474582780152559, -0.005457750521600246, 0.03814113512635231, -0.03979066386818886, -0.06052759289741516, -0.01615864597260952, -0.05194330960512161, -0.017606189474463463, 0.013566529378294945, 0.04356101527810097, 0.02783999964594841, 0.0445709303021431, -0.07103071361780167, 0.05352551117539406, -0.036895573139190674, 0.0012350422330200672, -0.02649344503879547, -0.023615187034010887, 0.08200512081384659, 0.0377708338201046, 0.009712019003927708, -0.0012371462071314454, -0.026695428416132927, -0.011773928999900818, 0.014837339520454407, -0.023547857999801636, 0.006926335860043764, 0.05662258714437485, 0.08348633348941803, -0.07971598207950592, 0.012926915660500526, -0.05736318975687027, 0.014963578432798386, 0.0019525029929354787, 0.0035894073080271482, -0.01252294983714819, 0.00516319228336215, 0.01045262347906828, -0.04568183794617653, -0.05574732646346092, 0.04608580097556114, 0.045917484909296036, -0.028765754774212837, 0.041440192610025406, -0.012649189680814743, -0.012926915660500526, -0.04786998778581619, -0.029758838936686516, 0.004010205622762442, 0.0480719693005085, -0.0008079322287812829, -0.04904821887612343, -0.03460643067955971, -0.016747761517763138, -0.05227994918823242, 0.02435579150915146, 0.08752599358558655, 0.09493204206228256, -0.09749048948287964, -0.0028214508201926947, 0.008125610649585724, 0.003496831748634577, 0.07338718324899673, 0.0791100338101387, 0.03612130507826805, 0.006434001959860325, 0.027032066136598587, -0.04699472710490227, -0.03750152140855789, 0.031745005398988724, -0.01615864597260952, -0.011125900782644749, -0.04335903003811836, -0.0189359113574028, -0.022891413420438766, 0.02093891054391861, -0.006198355462402105, 0.006168899592012167, -0.015375960618257523, -0.017690349370241165, 0.027654847130179405, -0.013591776601970196, 0.04288773611187935, 0.027032066136598587, 0.07372381538152695, -0.04531153291463852, -0.006366674322634935, -0.0308697447180748, -0.006556033622473478, -0.025029068812727928, -0.009981329552829266, -0.017286384478211403, -0.027250882238149643, -0.01477001141756773, -0.016343796625733376, 0.10779162496328354, 0.040699586272239685, 0.0549393929541111, 0.01203482411801815, 0.05322253704071045, 0.02642611786723137, 0.10435791313648224, -0.04497489705681801, 0.011386794969439507, -0.022487448528409004, -0.04527787119150162, -0.014921498484909534, -0.0031686092261224985, 0.005440918728709221, -0.04305605590343475, 0.03561634570360184, 0.014517532661557198, -0.03979066386818886, 0.027385536581277847, 0.03403414785861969, 0.006745392922312021, 0.016133397817611694, -0.0022617895156145096, -0.020433953031897545, 0.02095574326813221, 0.013802176341414452, -0.00788575503975153, 0.042753081768751144, 0.010200144723057747, -0.02952319197356701, 0.027301376685500145, -0.025214219465851784, -0.041406527161598206, -0.00022828293731436133, -0.038275789469480515, -0.024305295199155807, 0.006253059022128582, -0.04181049391627312, 0.005175815895199776, -0.026880579069256783, -0.038646094501018524, -0.004334219731390476, 0.03511139005422592, 0.05244826897978783, -0.02513005957007408, -0.037265874445438385, 0.05810379609465599, 0.06453359127044678, 0.02708256244659424, -0.03911738842725754, 0.04497489705681801, -0.02262210287153721, 0.015510615892708302, 0.08173581212759018, -0.005247351713478565, 0.003724062815308571, -0.024860749021172523, -0.04908188432455063, -0.012649189680814743, -0.07601296156644821, -0.0028698428068310022, -0.0015800966648384929, 0.034572768956422806, -0.01651211455464363, 0.0046371943317353725, -0.022756759077310562, -0.022436952218413353, -0.012657605111598969, -0.005007496569305658, 0.046220459043979645, -0.0012350422330200672, -0.033209383487701416, 0.009501620195806026, 0.028328124433755875, 0.04147385433316231, 0.042113468050956726, -0.03736686706542969, -0.03403414785861969, 0.022571606561541557, -0.027638016268610954, 0.0033663844224065542, -0.0377371683716774, -0.013314050622284412, 0.010115984827280045, 0.001058833091519773, -0.04409963637590408, 0.047196708619594574, 0.037636175751686096, -0.03571733832359314, -0.02608947828412056, -0.005415671039372683, -0.07406045496463776, 0.05392947793006897, -0.03221629932522774, -0.03161035105586052, 0.03366384282708168, 0.025887496769428253, -0.01782500557601452, 0.06483656167984009, 0.028950905427336693, 0.04625412076711655, 0.04988981783390045, 0.007734267972409725, 0.05096706002950668, 0.006152067333459854, 0.04440261051058769, -0.0515730082988739, -0.016074486076831818, 0.01062094233930111, 0.019710181280970573, 0.012438789941370487, -0.006627569440752268, 0.001381269539706409, 0.0029855621978640556, -0.02369934692978859, -0.024928076192736626, -0.03494307026267052, -0.06641876697540283, 0.037669841200113297, 0.03398365154862404, -0.00925755687057972, -0.014626939781010151, -0.07284855842590332, -0.026661764830350876, 0.01186650525778532, -0.008971414528787136, 0.008357048965990543, 0.031021231785416603, -0.040026310831308365, 0.002006154740229249, -0.07500304281711578, -0.03945402428507805, -0.006837968248873949, -0.031105391681194305, 0.030129140242934227, 0.014096735045313835, -0.05227994918823242, 0.010065489448606968, -0.08920918405056, -0.004801305942237377, -0.016023989766836166, -0.005764933302998543, -0.021477531641721725, -0.07022278010845184, -0.04440261051058769, -0.027368705719709396, -0.007687980309128761, -0.028715258464217186, 0.027368705719709396, 0.018430953845381737, -0.01575467921793461, 0.014382877387106419, -0.06005629897117615, -0.02435579150915146, 0.030112307518720627, -0.020349793136119843, 0.016427956521511078, 0.023480530828237534, 0.0257696732878685, 0.02514689229428768, -0.009560531936585903, -0.0927775502204895, 0.00729663809761405, 0.0291865523904562, -0.014256637543439865, 0.0025458282325416803, -0.03679458051919937, -0.008281305432319641, -0.027553856372833252, -0.03379850089550018, 0.003376904409378767, 0.013566529378294945, 0.034842077642679214, -0.023648850619792938, 0.009813010692596436, 0.007734267972409725, -0.01429030206054449, -0.02994398958981037, -0.017791341990232468, -0.043157048523426056, 0.04773532971739769, 0.03470742329955101, -0.05557900667190552, -0.01045262347906828, -0.021124061197042465, -0.03467375785112381, -0.0447729118168354, -0.06419695168733597, 0.014004158787429333, 0.006421378348022699, -0.020433953031897545, -0.024675598368048668, -0.03615496680140495, 0.0411372184753418, 0.02746969647705555, 0.0720406249165535, 0.02299240604043007, -0.007641692645847797, -0.032418280839920044, 0.04086790606379509, 0.04948585107922554, -0.040430277585983276, -0.03958867862820625, -0.007532285060733557, 0.0377708338201046, 0.046153128147125244, -0.01667201891541481, 0.010881837457418442, -0.015199225395917892, -0.03309156000614166, -0.03255293890833855, 0.005079032387584448, 0.01654578000307083, -0.01992899551987648, 0.025348873808979988, 0.022756759077310562, 0.02090524695813656, 0.018127979710698128, 0.014828923158347607, -0.007990955375134945, 0.06968415528535843, -0.00978776253759861, 0.02204981818795204, 0.0024469406343996525, 0.018632937222719193, -0.020804256200790405, -0.04177682846784592, -0.005445126909762621, -0.004729770123958588, -0.023160723969340324, 0.02679641917347908, 0.0023501571267843246, -0.00627830671146512, 0.027250882238149643, -0.04648976773023605, 0.06338901817798615, -0.0188854169100523, -0.048240289092063904, -0.03255293890833855 ]
38,899
pulp.apis.scip_api
readsol
Read a SCIP solution file
@staticmethod def readsol(filename): """Read a SCIP solution file""" with open(filename) as f: # First line must contain 'solution status: <something>' try: line = f.readline() comps = line.split(": ") assert comps[0] == "solution status" assert len(comps) == 2 except Exception: raise PulpSolverError(f"Can't get SCIP solver status: {line!r}") status = SCIP_CMD.SCIP_STATUSES.get( comps[1].strip(), constants.LpStatusUndefined ) values = {} if status in SCIP_CMD.NO_SOLUTION_STATUSES: return status, values # Look for an objective value. If we can't find one, stop. try: line = f.readline() comps = line.split(": ") assert comps[0] == "objective value" assert len(comps) == 2 float(comps[1].strip()) except Exception: raise PulpSolverError(f"Can't get SCIP solver objective: {line!r}") # Parse the variable values. for line in f: try: comps = line.split() values[comps[0]] = float(comps[1]) except: raise PulpSolverError(f"Can't read SCIP solver output: {line!r}") return status, values
(filename)
[ 0.02701207995414734, -0.027783328667283058, -0.043924469500780106, 0.009075948968529701, -0.017169473692774773, -0.0027980732265859842, -0.019299589097499847, -0.07837359607219696, 0.07011020928621292, -0.04609131067991257, -0.0299318078905344, -0.011173930019140244, -0.032153740525245667, -0.030317433178424835, -0.04289613664150238, 0.06203046068549156, 0.005720097105950117, 0.008506693877279758, -0.051232971251010895, 0.01795908436179161, 0.01612277701497078, 0.0077354442328214645, 0.020052475854754448, 0.08873036503791809, 0.0390031673014164, -0.012890877202153206, 0.07852049916982651, -0.05508921667933464, -0.0022540672216564417, -0.07558240741491318, -0.039150070399045944, 0.06305879354476929, -0.051783863455057144, 0.024459613487124443, -0.0435204803943634, 0.046752382069826126, 0.043704111129045486, -0.03556927293539047, -0.053950708359479904, 0.031290676444768906, -0.04620148986577988, -0.023321101441979408, 0.008065979927778244, -0.02308238297700882, -0.034577663987874985, -0.009043813683092594, -0.02515740878880024, -0.01718783564865589, 0.03878280892968178, -0.024312708526849747, 0.04855196550488472, -0.03937042877078056, -0.028793297708034515, -0.018243713304400444, -0.010632218793034554, 0.004193666856735945, 0.014727184548974037, 0.05604409798979759, 0.05031481757760048, -0.029637999832630157, -0.014901633374392986, -0.0006450029322877526, -0.0074370442889630795, -0.010852576233446598, -0.01350603997707367, 0.019226137548685074, -0.011238200590014458, -0.0587618313729763, -0.013744760304689407, -0.008851001039147377, 0.029123833402991295, 0.0057476419024169445, -0.053950708359479904, -0.012211442925035954, 0.08828965574502945, -0.025873569771647453, -0.02405562438070774, -0.02906874381005764, 0.00920908059924841, -0.04561387374997139, -0.03645069897174835, -0.004280891269445419, 0.03356769680976868, -0.017114384099841118, -0.02712225914001465, -0.03534891456365585, 0.11172093451023102, -0.0007913336739875376, 0.03386150673031807, 0.050902437418699265, -0.009539616294205189, 0.024863600730895996, -0.044585540890693665, 0.04399792104959488, 0.05182059109210968, 0.008580145426094532, 0.01937304250895977, -0.04568732529878616, -0.053399816155433655, -0.027838418260216713, -0.042088162153959274, 0.04355720803141594, -0.06169992312788963, -0.016930753365159035, 0.011577917262911797, -0.06834735721349716, 0.04671565815806389, 0.03582635521888733, 0.06280171126127243, -0.054060887545347214, -0.031529396772384644, -0.004857032559812069, -0.05141660198569298, 0.011559554375708103, 0.00471012806519866, 0.004774399101734161, -0.02438616007566452, 0.052738744765520096, -0.03746066987514496, 0.0013795258710160851, -0.04322667419910431, 0.010843394324183464, -0.059496354311704636, 0.08608608692884445, 0.03812173753976822, 0.0208053607493639, -0.04399792104959488, -0.021392978727817535, 0.04429173097014427, -0.0025042640045285225, 0.021154260262846947, -0.05909236893057823, 0.023688362911343575, 0.01808762736618519, -0.0035280054435133934, -0.028572941198945045, -0.01961176097393036, 0.028701482340693474, 0.021080806851387024, 0.004260232672095299, 0.086232990026474, 0.017940722405910492, -0.06133266165852547, -0.04800107330083847, 0.026516277343034744, 0.01142183132469654, 0.06313224136829376, -0.03755248337984085, -0.025194136425852776, 0.03736885264515877, -0.009181536734104156, -0.02537776716053486, -0.07631693035364151, -0.0367995984852314, 0.04139036685228348, -0.055272847414016724, 0.02383526787161827, -0.07176288962364197, -0.0015000335406512022, -0.06125921010971069, -0.051453329622745514, 0.024771785363554955, 0.04429173097014427, -0.018317164853215218, -0.009493708610534668, -0.004971801768988371, -0.029564546421170235, -0.016848118975758553, -0.015975873917341232, 0.021741878241300583, -0.05824766680598259, -0.03984786942601204, -0.08535156399011612, 0.026093926280736923, 0.0040077404119074345, -0.02067681960761547, 0.0019200887763872743, 0.01566370017826557, 0.052959103137254715, -0.02416580356657505, -0.04146381840109825, -0.005449241958558559, -0.05696225166320801, 0.055125944316387177, 0.025543034076690674, 0.0821196585893631, 0.017068475484848022, -0.007785942871123552, 0.009576342068612576, 0.018656881526112556, 0.02166842482984066, 0.009195308201014996, -0.002988590160384774, 0.009934422560036182, 0.017665276303887367, -0.04028858244419098, 0.008846410550177097, 0.03703831881284714, 0.01720619946718216, -0.03061124123632908, 0.059937067329883575, 0.01051285956054926, 0.01138510461896658, 0.07536204904317856, -0.06151629239320755, 0.04847851023077965, -0.014249744825065136, -0.002488196361809969, -0.06867789477109909, 0.07154253125190735, -0.028260769322514534, -0.027911869809031487, -0.016857299953699112, -0.01001705601811409, 0.0197035763412714, 0.02416580356657505, 0.0077354442328214645, 0.0004972376045770943, 0.012128809466958046, 0.01696747913956642, 0.06294861435890198, -0.02774660289287567, 0.004407137632369995, 0.010154779069125652, 0.023780178278684616, 0.013092870824038982, 0.005600736942142248, 0.0398111417889595, 0.006252626422792673, 0.03224555402994156, 0.02559812366962433, -0.03277808427810669, 0.041977982968091965, -0.050131186842918396, 0.029693089425563812, 0.021741878241300583, -0.036211978644132614, 0.03547745570540428, 0.0013531289296224713, -0.024845236912369728, -0.03874608501791954, -0.03733212500810623, -0.005192158743739128, -0.007308503147214651, -0.04117000848054886, -0.04506298154592514, 0.03694650158286095, -0.008258791640400887, -0.0258184801787138, 0.004127100575715303, 0.0650787279009819, -0.0144884642213583, -0.033365704119205475, 0.0017800703644752502, 0.010668945498764515, -0.03547745570540428, -0.06430748105049133, -0.05501576513051987, 0.043814290314912796, -0.03687305003404617, 0.001317550428211689, 0.025855205953121185, 0.03375132754445076, 0.004177599214017391, -0.052738744765520096, -0.008754595182836056, -0.016416586935520172, 0.003045974764972925, 0.046017859131097794, -0.0014139566337689757, 0.08917108178138733, 0.044144827872514725, -0.0074416352435946465, -0.0005629429360851645, -0.005963407922536135, 0.009268760681152344, 0.04245542362332344, 0.024037262424826622, 0.04928648844361305, 0.04238197207450867, 0.04410810023546219, 0.07422354072332382, -0.011173930019140244, 0.014130384661257267, 0.016490038484334946, -0.0025111502036452293, -0.04245542362332344, -0.044034648686647415, -0.017040930688381195, 0.02427598275244236, 0.015048538334667683, 0.02895856648683548, 0.03977441415190697, -0.04781744256615639, 0.06720884889364243, 0.08799584209918976, -0.016508402302861214, -0.029013654217123985, 0.03200683742761612, -0.01631559059023857, -0.00276134698651731, -0.04656875133514404, 0.006252626422792673, -0.057733502238988876, -0.006018497049808502, -0.03797483444213867, -0.0030505654867738485, -0.03885626047849655, -0.019519945606589317, -0.01377230416983366, -0.0183997992426157, 0.013845756649971008, 0.059606533497571945, 0.015076082199811935, -0.011017843149602413, 0.0022357041016221046, -0.028921838849782944, 0.01300105545669794, 0.02135625295341015, 0.0008171567460522056, -0.027783328667283058, 0.002100276527926326, 0.046311669051647186, -0.040912926197052, 0.009769154712557793, 0.00002770600258372724, -0.017362285405397415, -0.04715637117624283, 0.06952258944511414, 0.010577130131423473, 0.00903922226279974, -0.008525056764483452, -0.032153740525245667, -0.014433375559747219, 0.06482164561748505, -0.02971145138144493, 0.05042499676346779, 0.004260232672095299, 0.02330273948609829, -0.038048285990953445, 0.08351525664329529, -0.06390349566936493, -0.01142183132469654, -0.011532009579241276, 0.028664756566286087, -0.019850481301546097, -0.004260232672095299, -0.040215130895376205, -0.008896908722817898, -0.002582307206466794, -0.04260232672095299, 0.024771785363554955, -0.02537776716053486, 0.020878814160823822, -0.011890089139342308, 0.048515237867832184, 0.002469833241775632, -0.043079767376184464, 0.10342082381248474, -0.011770729906857014, -0.038048285990953445, -0.005141660571098328, -0.017362285405397415, 0.0032341962214559317, -0.01061385590583086, -0.03973769024014473, 0.011899271048605442, -0.022054050117731094, 0.008919862098991871, 0.016471676528453827, -0.03191502019762993, -0.007381955161690712, -0.011577917262911797, -0.07499478757381439, -0.03578962758183479, 0.025781754404306412, 0.021796967834234238, 0.0054767862893640995, -0.05431796982884407, -0.06566634774208069, 0.008075160905718803, -0.014552734792232513, -0.0077354442328214645, 0.041537269949913025, -0.033365704119205475, -0.029344189912080765, -0.03757084533572197, 0.009603886865079403, -0.00137378741055727, 0.07066110521554947, 0.007501315325498581, 0.01968521438539028, 0.02818731591105461, 0.020548278465867043, 0.022990567609667778, -0.010246594436466694, 0.05255511403083801, 0.03015216439962387, 0.007418681401759386, 0.00984260719269514, -0.03602834790945053, -0.02016265317797661, -0.019758665934205055, 0.011063750833272934, -0.012082901783287525, -0.000973242858890444, 0.025285951793193817, -0.004308436065912247, -0.004638971295207739, 0.014571098610758781, 0.03678123280405998, 0.030556153506040573, 0.04058239236474037, -0.05604409798979759, -0.06236099451780319, 0.019740303978323936, -0.04645857214927673, 0.05516267195343971, 0.02537776716053486, -0.021099170669913292, 0.035202011466026306, -0.027801692485809326, 0.03678123280405998, 0.026295920833945274, -0.028903476893901825, 0.0020704364869743586, 0.0007477213512174785, -0.011559554375708103, -0.005963407922536135, -0.002437697956338525, -0.061442840844392776, 0.04869886860251427, 0.02254985272884369, -0.070183664560318, -0.012505252845585346, -0.041977982968091965, -0.009126447141170502, 0.018803786486387253, 0.0082220658659935, 0.04014167562127113, 0.05251838639378548, 0.06695176661014557, 0.026277557015419006, 0.030078712850809097, -0.02743443101644516, -0.0032158331014215946, -0.012128809466958046, -0.0031722208950668573, -0.053179457783699036, -0.036303795874118805, -0.02142970636487007, -0.0027705286629498005, 0.01620541140437126, -0.013028600253164768, 0.04238197207450867, -0.002646577777341008, -0.030519425868988037, 0.03755248337984085, -0.01696747913956642, -0.013478495180606842, 0.01917104795575142, 0.017380647361278534, 0.06779646128416061, -0.0706978291273117, -0.011724822223186493, -0.09343131631612778, -0.02504723146557808, 0.02622246742248535, -0.01762855052947998, -0.019997386261820793, -0.06555616855621338, -0.0028416854329407215, -0.03874608501791954, -0.02971145138144493, -0.007349819876253605, -0.005945044569671154, 0.020768634974956512, 0.0738930031657219, 0.009888514876365662, 0.004453045316040516, 0.012238987721502781, -0.0587618313729763, -0.019758665934205055, 0.05413433909416199, 0.011706458404660225, -0.05108606815338135, 0.01968521438539028, -0.05288564786314964, -0.06691503524780273, -0.03863590583205223, 0.028701482340693474, -0.01578306034207344, -0.004512724932283163, -0.027930233627557755, 0.010035418905317783, -0.01431401539593935, -0.012202261947095394, 0.03101523034274578, 0.023798542097210884, -0.0066520231775939465, 0.00147593196015805, -0.03090505115687847, -0.03501838073134422, -0.015865694731473923, 0.06772301346063614, 0.010724034160375595, -0.010889302007853985, 0.004746854305267334, 0.01773872785270214, -0.03615688905119896, -0.050792258232831955, 0.002990885404869914, 0.029968533664941788, 0.009447800926864147, 0.0028393901884555817, 0.044034648686647415, -0.014020206406712532, 0.038158465176820755, -0.05097588896751404, 0.028260769322514534, -0.004397955723106861, -0.04047221317887306, 0.0352938249707222, 0.07697799801826477, -0.030299069359898567, 0.007560994941741228, -0.03689141198992729, -0.060598138719797134, -0.021796967834234238, 0.032061923295259476, 0.014350741170346737, -0.06181010231375694, 0.006110312417149544, 0.0299318078905344, 0.029454369097948074, 0.010246594436466694, 0.030556153506040573, -0.053730349987745285, -0.08549846708774567, -0.03134576603770256, -0.010485314764082432, 0.06265480071306229, 0.023468006402254105, 0.018684426322579384, 0.033365704119205475, 0.022072413936257362, -0.03448585048317909, 0.04014167562127113, -0.04678910970687866, -0.0156912449747324, -0.017022568732500076, -0.005577783100306988, 0.00571091566234827, -0.06401367485523224, 0.05663171783089638, 0.007271776907145977, -0.009089721366763115, 0.021466432139277458, -0.013799848966300488, -0.019317952916026115, -0.004296958912163973, -0.027048805728554726, -0.01972194015979767, -0.0023057132493704557, -0.12222461402416229, -0.019519945606589317, -0.002958750119432807, 0.02014429122209549, 0.008410287089645863, -0.006188355386257172, 0.05031481757760048, -0.024753421545028687, 0.03586307913064957, -0.0036932730581611395, 0.005559420213103294, -0.0367995984852314, 0.027360977604985237, 0.012082901783287525, -0.004218915943056345, 0.08711441606283188, -0.011513646692037582, 0.00984260719269514, -0.0014346149982884526, -0.013074507936835289, -0.015525978058576584, 0.07345229387283325, -0.04072929546236992, -0.027471156790852547, 0.03472457081079483, 0.06584998220205307, 0.008947406895458698, -0.02493705227971077, 0.02785678207874298, 0.0114310123026371, -0.0038011560682207346, 0.013799848966300488, -0.006234263069927692, -0.01040268037468195, 0.03885626047849655, 0.00946616381406784, -0.12060865759849548, -0.0365976020693779, -0.024459613487124443, -0.013469314202666283, -0.0010157075012102723, 0.006936650723218918, 0.021154260262846947, -0.018656881526112556, -0.003314534667879343, 0.00848373956978321, 0.03197010979056358, -0.05336308851838112, 0.016921572387218475, -0.00996196735650301, -0.025855205953121185, 0.022237680852413177, 0.02710389532148838, 0.009539616294205189, 0.002710848581045866, -0.06559289246797562, -0.018436525017023087, 0.005036072805523872, 0.014984266832470894, 0.0029518639203161, 0.004719309508800507, 0.06959604471921921, 0.03244755044579506, -0.0583578459918499, -0.04047221317887306, 0.0024721287190914154, 0.023468006402254105, 0.018913965672254562, 0.036652691662311554, 0.019464857876300812, -0.021521521732211113, 0.018913965672254562, 0.06181010231375694, 0.005357426591217518, -0.034338947385549545, 0.041537269949913025, -0.010668945498764515, -0.0020589595660567284, -0.011862545274198055, -0.040766023099422455, 0.029564546421170235, 0.033475883305072784, -0.028389310464262962, -0.027893507853150368, 0.09071357548236847, 0.0144884642213583, 0.008621462620794773, 0.03274136036634445, -0.04550369456410408, -0.014672094956040382, -0.004609131254255772, -0.06405039876699448, 0.06394021958112717, -0.009714065119624138, -0.009305487386882305, 0.0027774146292358637, -0.044144827872514725, 0.014240562915802002, 0.06023087725043297, -0.004019217565655708, 0.01620541140437126, -0.017619367688894272, -0.00004626633381121792, 0.0133866798132658, 0.026093926280736923, 0.02603883668780327, 0.057660046964883804, -0.0016308703925460577, 0.024771785363554955, 0.07918156683444977, 0.013496858067810535, -0.0015195442829281092, 0.026149015873670578, -0.01620541140437126, -0.013919209130108356, -0.022604942321777344, 0.05637463182210922, 0.016490038484334946, 0.02198059856891632, -0.02306401915848255, 0.002997771603986621, -0.017123565077781677, 0.01904250681400299, -0.02480851113796234, 0.030868325382471085, 0.029895082116127014, -0.07183633744716644, 0.04693601280450821, 0.017114384099841118, 0.028260769322514534, 0.009218262508511543, -0.035973258316516876, -0.04183107987046242, 0.008414878509938717, 0.035771265625953674, 0.0001715799589874223, 0.03878280892968178, -0.04047221317887306, 0.06023087725043297, 0.051343150436878204, -0.0118074556812644, -0.0074691795744001865, -0.04061911627650261, -0.019777029752731323, -0.059826891869306564, -0.007987936958670616, 0.010632218793034554, 0.01752755232155323, -0.03624870628118515, -0.012707246467471123, 0.05365689843893051, 0.0751049667596817, -0.050351545214653015, 0.012514433823525906, -0.04554041847586632, 0.011229018680751324, -0.021411342546343803, 0.037166859954595566, -0.003959537483751774, -0.008327653631567955, -0.0015195442829281092, 0.013698852621018887, 0.004824897274374962, -0.06423402577638626, 0.010127234272658825, 0.07815323770046234, -0.03070305660367012, -0.001863851910457015, -0.05740296468138695, -0.04274923354387283, 0.01083421241492033, -0.010962754487991333, 0.015544340945780277, 0.049910832196474075, 0.041867807507514954, 0.030996866524219513, 0.04987410455942154, 0.01893232762813568, 0.002518036402761936, -0.02016265317797661, -0.06423402577638626, -0.015590248629450798, 0.019997386261820793, 0.04318994656205177, -0.06313224136829376, 0.012312440201640129, 0.02341291680932045, 0.024679969996213913, 0.0632791519165039, 0.010375136509537697, 0.004847851116210222, -0.10342082381248474, 0.044475361704826355, -0.023651637136936188, 0.005123297218233347, 0.026075562462210655, -0.012615431100130081, 0.005848638713359833, 0.03514692187309265, 0.10775451362133026, -0.007253413554280996, -0.014516009017825127, -0.06922878324985504, 0.01687566377222538 ]
38,927
pulp.apis.scip_api
SCIP_PY
The SCIP Optimization Suite (via its python interface) The SCIP internals are available after calling solve as: - each variable in variable.solverVar - each constraint in constraint.solverConstraint - the model in problem.solverModel
class SCIP_PY(LpSolver): """ The SCIP Optimization Suite (via its python interface) The SCIP internals are available after calling solve as: - each variable in variable.solverVar - each constraint in constraint.solverConstraint - the model in problem.solverModel """ name = "SCIP_PY" try: global scip import pyscipopt as scip except ImportError: def available(self): """True if the solver is available""" return False def actualSolve(self, lp): """Solve a well formulated lp problem""" raise PulpSolverError(f"The {self.name} solver is not available") else: def __init__( self, mip=True, msg=True, options=None, timeLimit=None, gapRel=None, gapAbs=None, maxNodes=None, logPath=None, threads=None, warmStart=False, ): """ :param bool mip: if False, assume LP even if integer variables :param bool msg: if False, no log is shown :param list options: list of additional options to pass to solver :param float timeLimit: maximum time for solver (in seconds) :param float gapRel: relative gap tolerance for the solver to stop (in fraction) :param float gapAbs: absolute gap tolerance for the solver to stop :param int maxNodes: max number of nodes during branching. Stops the solving when reached. :param str logPath: path to the log file :param int threads: sets the maximum number of threads :param bool warmStart: if True, the solver will use the current value of variables as a start """ super().__init__( mip=mip, msg=msg, options=options, timeLimit=timeLimit, gapRel=gapRel, gapAbs=gapAbs, maxNodes=maxNodes, logPath=logPath, threads=threads, warmStart=warmStart, ) def findSolutionValues(self, lp): lp.resolveOK = True solutionStatus = lp.solverModel.getStatus() scip_to_pulp_status = { "optimal": constants.LpStatusOptimal, "unbounded": constants.LpStatusUnbounded, "infeasible": constants.LpStatusInfeasible, "inforunbd": constants.LpStatusNotSolved, "timelimit": constants.LpStatusNotSolved, "userinterrupt": constants.LpStatusNotSolved, "nodelimit": constants.LpStatusNotSolved, "totalnodelimit": constants.LpStatusNotSolved, "stallnodelimit": constants.LpStatusNotSolved, "gaplimit": constants.LpStatusNotSolved, "memlimit": constants.LpStatusNotSolved, "sollimit": constants.LpStatusNotSolved, "bestsollimit": constants.LpStatusNotSolved, "restartlimit": constants.LpStatusNotSolved, "unknown": constants.LpStatusUndefined, } possible_solution_found_statuses = ( "optimal", "timelimit", "userinterrupt", "nodelimit", "totalnodelimit", "stallnodelimit", "gaplimit", "memlimit", ) status = scip_to_pulp_status[solutionStatus] if solutionStatus in possible_solution_found_statuses: try: # Feasible solution found solution = lp.solverModel.getBestSol() for variable in lp._variables: variable.varValue = solution[variable.solverVar] for constraint in lp.constraints.values(): constraint.slack = lp.solverModel.getSlack( constraint.solverConstraint, solution ) if status == constants.LpStatusOptimal: lp.assignStatus(status, constants.LpSolutionOptimal) else: status = constants.LpStatusOptimal lp.assignStatus(status, constants.LpSolutionIntegerFeasible) except: # No solution found lp.assignStatus(status, constants.LpSolutionNoSolutionFound) else: lp.assignStatus(status) # TODO: check if problem is an LP i.e. does not have integer variables # if : # for variable in lp._variables: # variable.dj = lp.solverModel.getVarRedcost(variable.solverVar) # for constraint in lp.constraints.values(): # constraint.pi = lp.solverModel.getDualSolVal(constraint.solverConstraint) return status def available(self): """True if the solver is available""" # if pyscipopt can be installed (and therefore imported) it has access to scip return True def callSolver(self, lp): """Solves the problem with scip""" lp.solverModel.optimize() def buildSolverModel(self, lp): """ Takes the pulp lp model and translates it into a scip model """ ################################################## # create model ################################################## lp.solverModel = scip.Model(lp.name) if lp.sense == constants.LpMaximize: lp.solverModel.setMaximize() else: lp.solverModel.setMinimize() ################################################## # add options ################################################## if not self.msg: lp.solverModel.hideOutput() if self.timeLimit is not None: lp.solverModel.setParam("limits/time", self.timeLimit) if "gapRel" in self.optionsDict: lp.solverModel.setParam("limits/gap", self.optionsDict["gapRel"]) if "gapAbs" in self.optionsDict: lp.solverModel.setParam("limits/absgap", self.optionsDict["gapAbs"]) if "maxNodes" in self.optionsDict: lp.solverModel.setParam("limits/nodes", self.optionsDict["maxNodes"]) if "logPath" in self.optionsDict: lp.solverModel.setLogfile(self.optionsDict["logPath"]) if "threads" in self.optionsDict and int(self.optionsDict["threads"]) > 1: warnings.warn( f"The solver {self.name} can only run with a single thread" ) if not self.mip: warnings.warn(f"{self.name} does not allow a problem to be relaxed") options = iter(self.options) for option in options: # assumption: all file options require an argument which is provided after the equal sign (=) if "=" in option: name, value = option.split("=", maxsplit=2) else: name, value = option, next(options) lp.solverModel.setParam(name, value) ################################################## # add variables ################################################## category_to_vtype = { constants.LpBinary: "B", constants.LpContinuous: "C", constants.LpInteger: "I", } for var in lp.variables(): var.solverVar = lp.solverModel.addVar( name=var.name, vtype=category_to_vtype[var.cat], lb=var.lowBound, # a lower bound of None represents -infinity ub=var.upBound, # an upper bound of None represents +infinity obj=lp.objective.get
(mip=True, msg=True, options=None, timeLimit=None, *args, **kwargs)
[ 0.04337972402572632, -0.01801261492073536, -0.03954516351222992, 0.04916106536984444, -0.02096227928996086, -0.006032062694430351, -0.023675968870520592, -0.11350306868553162, 0.015780702233314514, -0.055139053612947464, -0.03427509590983391, -0.03600556403398514, 0.0097879683598876, -0.015957681462168694, -0.04979032650589943, 0.08636616170406342, 0.009188203141093254, -0.04017442464828491, -0.00929635763168335, 0.030125901103019714, 0.004670301452279091, 0.00902105588465929, 0.049554355442523956, 0.08495032042264938, 0.009994444437325, -0.020863955840468407, 0.0371854305267334, -0.04617207497358322, -0.015564393252134323, -0.07114589214324951, -0.04821717366576195, 0.04345838353037834, -0.04550348222255707, -0.02928033098578453, 0.007521643303334713, 0.019339963793754578, 0.05675153434276581, 0.012044461444020271, -0.014335366897284985, -0.008234478533267975, -0.02131623774766922, -0.04208187386393547, -0.03995811566710472, -0.049554355442523956, -0.004377793055027723, -0.005127499345690012, -0.0020217488054186106, 0.0582067035138607, 0.05191408470273018, -0.02847408875823021, 0.054981738328933716, -0.05639757588505745, -0.016360802575945854, -0.027077915146946907, -0.00912429392337799, 0.054942406713962555, 0.021748855710029602, 0.07582602649927139, 0.0681569054722786, -0.09037770330905914, 0.010510635562241077, -0.000773057749029249, -0.008726089261472225, 0.0007638400420546532, -0.009134125895798206, 0.018160097301006317, -0.03181704133749008, -0.027766169980168343, 0.013076843693852425, 0.002121299970895052, -0.01114972960203886, -0.03205301612615585, -0.038325969129800797, 0.00948316976428032, 0.09014172852039337, -0.011582347564399242, -0.028395431116223335, -0.0810960978269577, -0.030932143330574036, -0.054745763540267944, 0.02890670672059059, -0.004923481028527021, -0.004348296206444502, -0.043301068246364594, -0.0017624242464080453, -0.0349043570458889, 0.07083126157522202, 0.004714546259492636, 0.08652347326278687, -0.006759646814316511, -0.030932143330574036, 0.05215005949139595, 0.005338891874998808, 0.09045635908842087, 0.07531475275754929, 0.0168819110840559, 0.005255317781120539, -0.07523609697818756, -0.05026227608323097, -0.044677577912807465, 0.0006495405687019229, 0.026212681084871292, -0.034963350743055344, -0.004016458988189697, 0.03978113457560539, -0.03569093346595764, 0.02286972850561142, 0.045818112790584564, 0.060015831142663956, -0.04813851788640022, -0.05100952088832855, 0.0647352933883667, -0.05490307882428169, -0.01530875638127327, -0.043497711420059204, 0.0322103314101696, -0.06013381481170654, -0.007128354627639055, 0.0005733409198001027, 0.033626168966293335, -0.06799958646297455, 0.010412313975393772, -0.06280817836523056, 0.04345838353037834, 0.014885971322655678, 0.02695992961525917, -0.025426102802157402, 0.02735321782529354, 0.017206372693181038, -0.03390147164463997, 0.0061156367883086205, -0.058599989861249924, -0.011218555271625519, 0.046408046036958694, 0.010441810823976994, -0.025937378406524658, -0.05773475766181946, 0.028434760868549347, -0.0071234386414289474, 0.005702683702111244, 0.03864059969782829, 0.02328268066048622, -0.03468804806470871, 0.003507642075419426, 0.06320146471261978, -0.006199210416525602, 0.05659421905875206, -0.01572170853614807, -0.048571132123470306, 0.029712948948144913, -0.038266975432634354, -0.02556375414133072, -0.03968281298875809, -0.04629005864262581, 0.02212247997522354, 0.016419796273112297, 0.02149321883916855, -0.06343743950128555, 0.0029005028773099184, -0.06957273930311203, -0.07114589214324951, -0.049554355442523956, 0.0037608216516673565, -0.02522945962846279, 0.0008461848483420908, -0.013735601678490639, -0.009463504888117313, -0.01143486425280571, -0.007349579595029354, 0.08432105928659439, -0.023125365376472473, -0.06776361167430878, -0.055532339960336685, 0.013312816619873047, -0.031305767595767975, 0.037323080003261566, 0.03639885410666466, -0.0037657376378774643, 0.03590724244713783, -0.0009402054129168391, 0.015416910871863365, 0.013892916962504387, -0.06689837574958801, 0.011090736836194992, -0.0011558996047824621, 0.05974052846431732, -0.009153790771961212, -0.007497062440961599, -0.013892916962504387, 0.021375231444835663, -0.014502514153718948, -0.02015603706240654, 0.04538549482822418, -0.013814259320497513, -0.004687507636845112, 0.005830502603203058, 0.0203526820987463, 0.0033724491950124502, 0.04007610306143761, 0.00032753561390563846, 0.027451539412140846, 0.0387389212846756, 0.02754986099898815, 0.044480934739112854, -0.039997443556785583, 0.02886737883090973, -0.023027043789625168, 0.011818320490419865, -0.0190056674182415, 0.04031207412481308, -0.01818959414958954, -0.014699159190058708, 0.01017634104937315, -0.015554561279714108, 0.04172791168093681, 0.0061058043502271175, 0.005137331318110228, -0.0044122058898210526, 0.0066564083099365234, -0.0018484561005607247, 0.023616977035999298, -0.020470667630434036, -0.023990601301193237, 0.01036315318197012, 0.01171016599982977, 0.002866090275347233, -0.007226676680147648, 0.03624153882265091, 0.051284823566675186, -0.0022331413347274065, 0.04629005864262581, -0.03081415593624115, 0.027825163677334785, -0.04212120175361633, 0.022810734808444977, 0.0005241798935458064, -0.05915059521794319, 0.05466710403561592, -0.0067350659519433975, -0.060566432774066925, -0.037500061094760895, -0.010559797286987305, 0.0016800794983282685, -0.03993844985961914, -0.033645834773778915, 0.01747184246778488, 0.030892813578248024, 0.004257348366081715, 0.023892277851700783, 0.015387414023280144, 0.03203335031867027, -0.07460683584213257, -0.0771632120013237, -0.009429092518985271, 0.004667843226343393, -0.017756978049874306, -0.03378348425030708, 0.017540669068694115, 0.025131138041615486, -0.00814107246696949, -0.036929793655872345, 0.03606455773115158, -0.027766169980168343, 0.0387389212846756, -0.030715834349393845, -0.000058762838307302445, -0.0163116417825222, -0.020608318969607353, -0.004272096790373325, 0.018514057621359825, 0.12081823498010635, 0.04845314845442772, -0.022791070863604546, 0.014591004699468613, -0.0193694606423378, 0.02556375414133072, -0.04385166987776756, 0.05443113297224045, -0.0017648822395130992, 0.013430803082883358, 0.0726010650396347, 0.04518885165452957, -0.0063565257005393505, 0.01586919277906418, -0.0240299291908741, 0.011021911166608334, -0.05250401794910431, -0.0230467077344656, -0.011218555271625519, 0.026114357635378838, -0.007659294176846743, 0.030538855120539665, 0.06300482153892517, -0.016036339104175568, 0.05038025975227356, 0.07051663100719452, 0.02249610424041748, -0.016223151236772537, 0.01684258133172989, -0.0312271099537611, 0.03856194019317627, -0.0534479096531868, 0.00861301925033331, -0.014197715558111668, 0.01191664207726717, -0.023400668054819107, 0.010520468465983868, -0.035769592970609665, -0.00011429948062868789, 0.03427509590983391, -0.021630868315696716, -0.016793420538306236, 0.024737847968935966, 0.021178588271141052, 0.007192263845354319, -0.007629797328263521, 0.012477078475058079, -0.02503281459212303, -0.00861301925033331, 0.0302438884973526, -0.04998697340488434, -0.00902597140520811, 0.015505400486290455, -0.050301603972911835, -0.0038689759094268084, -0.015200601890683174, 0.032446302473545074, -0.036123551428318024, 0.03639885410666466, -0.03201368823647499, -0.006061559543013573, 0.006941542495042086, -0.018356742337346077, 0.005117666907608509, 0.05372321233153343, 0.00922261644154787, 0.04133462533354759, -0.02019536681473255, 0.011002246290445328, -0.052857980132102966, 0.10665985196828842, 0.014394360594451427, -0.059425897896289825, 0.012388588860630989, 0.013057178817689419, -0.051442138850688934, 0.0061156367883086205, -0.008603186346590519, 0.0010840015020221472, -0.008588437922298908, -0.020883621647953987, 0.02342033199965954, -0.02288939245045185, 0.04432361572980881, 0.03236764669418335, 0.022948386147618294, 0.02695992961525917, -0.01481714565306902, 0.0882539451122284, -0.03044053167104721, -0.00234621181152761, -0.005918992217630148, -0.01941862143576145, 0.01474831998348236, 0.0018767237197607756, -0.027038587257266045, 0.006563002243638039, -0.03836529701948166, 0.03433408960700035, -0.021847177296876907, -0.001726782415062189, -0.08935515582561493, 0.003124185837805271, -0.06552186608314514, -0.03144341707229614, 0.05104885250329971, -0.022260131314396858, 0.016921238973736763, -0.06241488829255104, -0.051678113639354706, 0.04278979077935219, -0.048571132123470306, 0.0009666294790804386, 0.00740857282653451, -0.006361442152410746, -0.03618254512548447, -0.005619110073894262, 0.005599445663392544, 0.06552186608314514, 0.01743251457810402, 0.03274127095937729, 0.010628622956573963, 0.04180657118558884, 0.022614089772105217, 0.020077379420399666, -0.00440237345173955, 0.05773475766181946, 0.04715529456734657, -0.006808807607740164, 0.004018917214125395, 0.0013003102503716946, -0.030951807275414467, -0.010972750373184681, 0.021847177296876907, -0.00132120365742594, -0.014148554764688015, 0.0608024075627327, -0.0003905232297256589, -0.014325534924864769, 0.09627703577280045, 0.005751844961196184, 0.025839056819677353, 0.002772684209048748, -0.03234798088669777, -0.0876246839761734, -0.0038640599232167006, -0.04703730717301369, 0.05506039410829544, 0.06288683414459229, -0.01994956098496914, 0.06103837862610817, 0.0028562580700963736, 0.0681569054722786, 0.02851341851055622, -0.03600556403398514, -0.007855938747525215, -0.023577647283673286, -0.01056962925940752, -0.03620221093297005, 0.021650534123182297, -0.047233954071998596, 0.03618254512548447, 0.004363044630736113, -0.03864059969782829, 0.004321257583796978, -0.00421556131914258, -0.004249974153935909, 0.03232831880450249, 0.001740301726385951, -0.034393083304166794, 0.07834307849407196, 0.018848352134227753, 0.014020736329257488, -0.0011749494588002563, 0.030735498294234276, 0.010068186558783054, -0.04365502670407295, 0.0030725665856152773, -0.0899057611823082, -0.009915786795318127, 0.030283216387033463, -0.02595704235136509, 0.04396965727210045, 0.02092294953763485, -0.01035332027822733, 0.002262638183310628, -0.034589726477861404, -0.018268251791596413, -0.03506167232990265, -0.011936306953430176, 0.003937801346182823, 0.008976810611784458, 0.07059529423713684, -0.0075413077138364315, -0.020824627950787544, -0.02790382131934166, 0.0007257402176037431, 0.0151219442486763, -0.01648862101137638, -0.010815434157848358, -0.0550997219979763, -0.0016837664879858494, -0.02735321782529354, -0.04082334786653519, -0.019880734384059906, -0.0008990329806692898, -0.038876570761203766, 0.05309395119547844, 0.027058251202106476, -0.0031192696187645197, 0.06756696850061417, -0.03447173908352852, 0.03547462448477745, 0.05104885250329971, -0.011375870555639267, -0.08019153028726578, 0.034609392285346985, -0.02556375414133072, -0.07098858058452606, -0.006916962098330259, -0.024954156950116158, -0.024895163252949715, 0.013175166212022305, 0.023164695128798485, 0.010294327512383461, -0.0030529021751135588, -0.005653522443026304, -0.016390299424529076, 0.04503153637051582, -0.033429525792598724, -0.025445768609642982, -0.006636743899434805, -0.04927905276417732, -0.013607783243060112, 0.09289474785327911, 0.00023305417562369257, -0.0170883871614933, 0.03061751276254654, -0.010540132410824299, 0.01628214493393898, -0.04086267948150635, -0.043301068246364594, 0.04251449182629585, 0.00035180887789465487, 0.020028218626976013, 0.024344559758901596, -0.012064125388860703, 0.010107515379786491, -0.029005028307437897, -0.0267239548265934, 0.0025465432554483414, 0.013017849996685982, 0.01979224570095539, 0.029123015701770782, 0.024855835363268852, 0.025111472234129906, -0.03995811566710472, -0.05490307882428169, 0.014237044379115105, 0.056908849626779556, 0.021788185462355614, -0.03936818242073059, 0.034609392285346985, 0.06882549077272415, 0.05466710403561592, 0.042907778173685074, -0.014502514153718948, -0.0534479096531868, -0.0596618689596653, -0.06870750337839127, -0.036339860409498215, 0.09674897789955139, 0.05179610103368759, 0.010127179324626923, 0.02652731165289879, 0.013932245783507824, -0.03256428986787796, 0.06331945210695267, -0.07846105843782425, -0.016596775501966476, -0.022555097937583923, 0.03736241161823273, 0.024698520079255104, 0.001424441928975284, 0.05753811076283455, -0.007516726851463318, 0.019084325060248375, 0.05549301207065582, 0.029024694114923477, 0.019054830074310303, -0.027667848393321037, -0.05911126732826233, 0.022181473672389984, -0.047194622457027435, -0.07680924981832504, 0.0013310358626767993, -0.032642949372529984, -0.013745434582233429, 0.005820670165121555, -0.008195149712264538, 0.05600428581237793, -0.04947569593787193, 0.005260234232991934, -0.007733035832643509, -0.03881757706403732, -0.04035140201449394, 0.01096291746944189, 0.05179610103368759, -0.02947697602212429, 0.05376254394650459, -0.008588437922298908, 0.02833643928170204, -0.011887146160006523, -0.03317388892173767, 0.0029103350825607777, 0.054155830293893814, -0.018514057621359825, -0.008278723806142807, -0.013253823854029179, 0.0220634862780571, -0.023951271548867226, 0.019821742549538612, 0.0035617193207144737, -0.03447173908352852, -0.022437110543251038, 0.05549301207065582, -0.037126436829566956, 0.0032028434798121452, 0.08628750592470169, 0.008573690429329872, -0.08919783681631088, -0.0058157541789114475, -0.01453201100230217, -0.01646895706653595, 0.016970399767160416, 0.017098218202590942, -0.029024694114923477, 0.003180721076205373, 0.04223918914794922, 0.01162167638540268, -0.003650209167972207, -0.026409324258565903, 0.021945500746369362, 0.01036315318197012, -0.08392777293920517, -0.002799722831696272, -0.011395535431802273, 0.02945731021463871, 0.04105932265520096, -0.08557958155870438, -0.0387389212846756, 0.04444160312414169, 0.04813851788640022, -0.011759326793253422, -0.028788721188902855, 0.05974052846431732, 0.0036600413732230663, -0.06571851670742035, -0.01765865460038185, 0.01405023317784071, 0.02019536681473255, -0.002279844367876649, 0.019713588058948517, 0.039840128272771835, -0.022043822333216667, -0.00004263186201569624, 0.046644020825624466, 0.008185317739844322, -0.011002246290445328, 0.033075567334890366, -0.022142143920063972, 0.020116709172725677, -0.004149193875491619, -0.02963429130613804, 0.016773756593465805, 0.010628622956573963, 0.002890670672059059, -0.026979593560099602, 0.05659421905875206, 0.014020736329257488, -0.03995811566710472, 0.01629197783768177, -0.05384119972586632, -0.05667287856340408, -0.009232448413968086, -0.021158922463655472, 0.022555097937583923, -0.01591835357248783, -0.008957146666944027, -0.021375231444835663, -0.051245495676994324, 0.013784763403236866, 0.07138186693191528, -0.029555633664131165, -0.012064125388860703, -0.008701508864760399, 0.03820798173546791, -0.015112112276256084, 0.01289986353367567, 0.05309395119547844, 0.020038051530718803, -0.03272160515189171, -0.013942078687250614, 0.03258395567536354, 0.011562682688236237, 0.016586944460868835, -0.012949025258421898, -0.03042086772620678, -0.05899327993392944, -0.04782388359308243, 0.08133206516504288, -0.0010932192672044039, -0.023793956264853477, -0.0349043570458889, 0.016183823347091675, -0.014305870048701763, 0.007197180297225714, -0.0022171640302985907, 0.012713051401078701, -0.015810199081897736, -0.06320146471261978, 0.06674106419086456, 0.02754986099898815, 0.01901550032198429, 0.01648862101137638, -0.04518885165452957, -0.04459891840815544, -0.032112009823322296, 0.06674106419086456, -0.012054293416440487, 0.03083382174372673, -0.026212681084871292, -0.014895803295075893, 0.019625097513198853, -0.0197824127972126, 0.06697703897953033, -0.05093086510896683, -0.03101080097258091, 0.007900183089077473, -0.012565569020807743, 0.034570060670375824, 0.031699053943157196, 0.009792884811758995, -0.05954388529062271, 0.015053118579089642, 0.03103046491742134, -0.016557447612285614, 0.006076307967305183, -0.04479556530714035, 0.02135556749999523, 0.020824627950787544, 0.04534616693854332, 0.0019430911634117365, -0.06288683414459229, -0.011651172302663326, 0.01038281712681055, 0.002878380473703146, -0.06969072669744492, 0.034983016550540924, 0.06532522290945053, -0.03447173908352852, 0.007821525447070599, -0.03976146876811981, -0.046211402863264084, 0.013322648592293262, -0.033803150057792664, 0.005048841703683138, 0.06040911749005318, -0.039840128272771835, 0.027176236733794212, 0.031109122559428215, 0.019900400191545486, -0.013991239480674267, -0.0018767237197607756, -0.043301068246364594, -0.001002271194010973, 0.01567254774272442, 0.020785298198461533, -0.0325249619781971, -0.005152079742401838, 0.051088180392980576, 0.008465535938739777, 0.03974180668592453, -0.003084857016801834, 0.01940878853201866, -0.06182495877146721, 0.022397782653570175, 0.0009494231198914349, -0.012349260039627552, -0.020431339740753174, -0.03934851661324501, -0.019644761458039284, 0.022594425827264786, 0.06780294328927994, 0.02849375456571579, -0.015751205384731293, -0.0353173092007637, 0.024737847968935966 ]
38,930
pulp.apis.scip_api
actualSolve
Solve a well formulated lp problem
def actualSolve(self, lp): """Solve a well formulated lp problem""" raise PulpSolverError(f"The {self.name} solver is not available")
(self, lp)
[ 0.023910177871584892, -0.03280619531869888, -0.02612566016614437, 0.0909370705485344, -0.06363549828529358, -0.04117390513420105, 0.00530437845736742, -0.06960026174783707, 0.018354427069425583, -0.0009527643560431898, 0.0236715879291296, -0.055046238005161285, 0.006169268861413002, -0.04451417177915573, -0.09414099901914597, 0.07559910416603088, 0.01833738572895527, -0.010242349468171597, -0.05378511920571327, 0.017672739923000336, -0.023961303755640984, 0.025648480281233788, 0.05262624844908714, 0.05385328829288483, 0.0198711808770895, 0.016386056318879128, 0.05102428421378136, -0.01941104233264923, -0.036470264196395874, -0.07539460062980652, -0.04263953119516373, 0.05146738141775131, -0.0008047103765420616, 0.03135760873556137, 0.024165811017155647, 0.042264603078365326, 0.04158291593194008, 0.0008031126926653087, -0.006450464949011803, -0.0036640686448663473, -0.028409313410520554, -0.02682439051568508, 0.01579809933900833, -0.000809503544587642, -0.00815468281507492, -0.03769730031490326, 0.010838826186954975, 0.06953208893537521, 0.02667101100087166, -0.0016967619303613901, -0.002807699143886566, -0.027437908574938774, 0.010174181312322617, -0.03548181802034378, -0.020774416625499725, 0.07314503192901611, 0.03125535696744919, 0.045366279780864716, 0.07307686656713486, -0.035038720816373825, 0.0013484624214470387, 0.02232525497674942, -0.0006960665341466665, -0.013463322073221207, 0.014434725977480412, 0.008227111771702766, -0.027625372633337975, -0.017536401748657227, -0.0015902483137324452, 0.03548181802034378, -0.0036470263730734587, 0.03558406978845596, -0.0707591250538826, 0.022103706374764442, 0.08841482549905777, 0.011333049274981022, 0.0030548106878995895, -0.063158318400383, 0.00116099847946316, -0.0003650754224509001, -0.009253903292119503, -0.004179594572633505, -0.027028895914554596, -0.0009527643560431898, -0.0256655216217041, -0.06581689417362213, 0.046900078654289246, -0.0234841238707304, 0.07253151386976242, -0.03831081837415695, -0.020552868023514748, 0.03912884369492531, -0.01097516342997551, 0.040083207190036774, 0.06026114523410797, 0.026381293311715126, 0.020092729479074478, -0.011026290245354176, -0.027676498517394066, -0.03779955208301544, -0.005402370821684599, 0.08173429220914841, -0.025495100766420364, 0.020212024450302124, 0.08725595474243164, -0.06251071393489838, 0.030181700363755226, -0.04632064327597618, 0.021660609170794487, -0.02764241397380829, -0.04390065371990204, 0.04683190956711769, -0.10866093635559082, 0.03919701278209686, -0.06182902678847313, 0.048331622034311295, -0.019240619614720345, -0.013258815743029118, -0.025921154767274857, 0.04345755651593208, -0.048195283859968185, 0.031937044113874435, -0.0852108970284462, -0.007451693061739206, 0.05177414044737816, 0.0031911481637507677, -0.007217362988740206, -0.0022261347621679306, 0.01151199173182249, -0.047309089452028275, 0.043696146458387375, 0.0010906994575634599, -0.015227187424898148, -0.0087511595338583, -0.013667827472090721, 0.004980576690286398, 0.006480288691818714, -0.026415377855300903, 0.004068820271641016, -0.029994236305356026, 0.0035958997905254364, 0.017357459291815758, -0.0146392323076725, 0.015082328580319881, 0.0635332465171814, 0.024540739133954048, -0.009253903292119503, 0.009313550777733326, 0.013378110714256763, 0.058795519173145294, -0.013386632315814495, -0.027165234088897705, -0.002873737597838044, -0.034851256757974625, 0.004750507418066263, -0.024063557386398315, 0.05501215532422066, -0.04437783360481262, -0.007975740358233452, -0.035822659730911255, -0.03909476101398468, -0.04113982245326042, 0.02607453428208828, 0.015159018337726593, -0.030352121219038963, -0.019939349964261055, 0.017408587038517, -0.053103432059288025, -0.002713967114686966, 0.06346507370471954, -0.04867246374487877, -0.050785694271326065, -0.07743966579437256, 0.003958045970648527, -0.03602716699242592, 0.03261873126029968, 0.04182150959968567, 0.019666675478219986, 0.009083481505513191, -0.05010400712490082, 0.005943459924310446, 0.047275006771087646, -0.06118142232298851, -0.04376431554555893, -0.007941655814647675, 0.05392145365476608, -0.04655923321843147, 0.0026585799641907215, -0.07962106168270111, 0.013957545161247253, -0.06673717498779297, -0.012406706809997559, 0.051944561302661896, -0.016650209203362465, 0.005853988695889711, 0.0055046239867806435, 0.01667577214539051, 0.05255807936191559, 0.02218891680240631, 0.02639833651483059, 0.04580937698483467, -0.012807197868824005, 0.00459712790325284, 0.04516177624464035, -0.026653967797756195, 0.036470264196395874, -0.027949174866080284, 0.010003759525716305, 0.018371468409895897, -0.013735996559262276, 0.02283651940524578, -0.023910177871584892, -0.05726172402501106, 0.05446680635213852, 0.025921154767274857, 0.013514447957277298, -0.024046514183282852, -0.021336808800697327, 0.029534095898270607, 0.04751359671354294, -0.01746823452413082, -0.030505500733852386, 0.037254203110933304, -0.02157539874315262, 0.027216359972953796, 0.0015348612796515226, -0.00717901811003685, 0.036333926022052765, 0.01871231198310852, -0.022632014006376266, 0.029261421412229538, -0.0661577433347702, -0.01088143140077591, -0.029721559956669807, 0.03796997666358948, 0.0006513308035209775, -0.0874604657292366, 0.021899200975894928, -0.010412771254777908, 0.016743941232562065, -0.012798676267266273, -0.060465652495622635, -0.015355003997683525, -0.004831457976251841, -0.0401172898709774, 0.0065612392500042915, 0.002477506874129176, -0.018422596156597137, 0.04451417177915573, 0.01284980308264494, -0.009057918563485146, -0.0289035364985466, -0.017962457612156868, 0.003674719948321581, 0.04557078704237938, -0.038924336433410645, 0.03531139716506004, 0.004805894568562508, 0.04066263884305954, 0.005589834880083799, -0.029142126441001892, 0.04816119745373726, -0.004301019944250584, 0.044991351664066315, -0.025682564824819565, -0.015090850181877613, -0.029142126441001892, 0.002236786065623164, 0.08548357337713242, 0.0010225307196378708, 0.010983685031533241, 0.007558206561952829, -0.02677326463162899, -0.0000594479133724235, 0.023041026666760445, 0.04519585892558098, -0.00255845719948411, 0.0910734087228775, 0.005270293913781643, 0.05293300747871399, 0.09284579008817673, 0.030300995334982872, -0.01549134124070406, 0.016743941232562065, -0.08050725609064102, 0.03372647240757942, -0.0429803766310215, -0.03844715654850006, -0.0018544021295383573, -0.00873411726206541, -0.007430389989167452, 0.013241773471236229, 0.045877546072006226, 0.006731661036610603, 0.024932708591222763, 0.04413924366235733, 0.007907571271061897, -0.014681837521493435, 0.05501215532422066, -0.027335654944181442, 0.0142643041908741, -0.04540036618709564, -0.028170721605420113, -0.04533219709992409, 0.0017809077398851514, -0.05146738141775131, 0.02205258049070835, -0.03103380836546421, 0.009875942952930927, -0.0011865617707371712, -0.022666098549962044, 0.007157715503126383, 0.02747199311852455, 0.027898047119379044, 0.032482393085956573, -0.008759680204093456, 0.006156487390398979, -0.043559812009334564, 0.015022681094706059, 0.010728051885962486, -0.023364827036857605, 0.020638078451156616, -0.008035387843847275, -0.032669857144355774, -0.03657251596450806, -0.01472444273531437, 0.02588707022368908, -0.024165811017155647, 0.05228540673851967, -0.036742936819791794, -0.0058752913028001785, -0.01475000660866499, 0.04052630066871643, -0.029346633702516556, -0.013207688927650452, -0.015363524667918682, 0.08350668102502823, -0.0227342676371336, 0.03606124967336655, -0.029755644500255585, 0.07239517569541931, 0.001293075387366116, -0.05862509831786156, 0.03585674613714218, 0.06646449863910675, 0.013003182597458363, -0.025069044902920723, -0.011605723761022091, 0.05487581714987755, -0.025358762592077255, -0.06118142232298851, -0.007417608518153429, -0.0433553047478199, -0.02607453428208828, 0.007089546415954828, 0.024046514183282852, 0.02033131942152977, 0.029772687703371048, 0.0251031294465065, -0.005977544467896223, 0.023910177871584892, -0.07321320474147797, -0.036197587847709656, 0.027949174866080284, -0.02356933429837227, -0.02537580579519272, 0.010847346857190132, -0.0287160724401474, -0.004356407094746828, 0.01782611943781376, -0.02413172647356987, -0.08118893951177597, 0.006041452754288912, -0.006642189342528582, -0.04001503810286522, 0.07539460062980652, 0.0003789222100749612, 0.03664068505167961, -0.049763165414333344, -0.05228540673851967, 0.042026013135910034, -0.04158291593194008, 0.002360341837629676, -0.00006231047154869884, -0.014068319462239742, -0.019803011789917946, -0.02370567061007023, -0.0002264745853608474, 0.058522842824459076, 0.007404827047139406, 0.04038996621966362, -0.032073382288217545, 0.05726172402501106, 0.022069621831178665, -0.01451993640512228, 0.0113671338185668, 0.043423473834991455, -0.02324553206562996, -0.05187639221549034, -0.031528033316135406, 0.0045545222237706184, -0.016275281086564064, -0.055557504296302795, 0.0008366645197384059, -0.023552291095256805, -0.0037940151523798704, -0.003174105891957879, 0.052455827593803406, -0.025324678048491478, 0.07232701033353806, -0.001784103107638657, 0.04056038707494736, -0.0227342676371336, -0.06469210982322693, -0.04959274083375931, 0.021132301539182663, 0.012960577383637428, 0.013514447957277298, 0.027625372633337975, -0.026227913796901703, 0.06942983716726303, -0.009697000496089458, 0.07389488816261292, 0.018678229302167892, -0.02046765759587288, 0.015201623551547527, -0.03524322807788849, -0.025546226650476456, -0.02028019353747368, 0.016547955572605133, -0.03130648285150528, 0.025273552164435387, -0.0018405553419142962, 0.007170496974140406, 0.012543044053018093, -0.0025712389033287764, -0.02181398868560791, 0.04969499632716179, -0.0018778351368382573, -0.03398210555315018, 0.0743720680475235, 0.04113982245326042, 0.01472444273531437, 0.010617277584969997, 0.04608205333352089, -0.021848073229193687, 0.008086513727903366, -0.06960026174783707, -0.08221147209405899, 0.016616124659776688, 0.020723290741443634, -0.0024753764737397432, 0.052967093884944916, 0.00435214675962925, 0.024370316416025162, -0.044855017215013504, -0.043287135660648346, -0.04001503810286522, -0.0008403924875892699, 0.02149018831551075, 0.020041603595018387, 0.03367534652352333, 0.05732989311218262, 0.0004606714064721018, -0.017434149980545044, -0.03953785449266434, 0.003551164176315069, -0.019717801362276077, 0.012142552994191647, 0.007247186731547117, 0.008418836630880833, -0.037117864936590195, 0.017519360408186913, -0.018831608816981316, -0.028681987896561623, -0.01820104755461216, -0.013949023559689522, 0.09045989066362381, 0.03572040796279907, -0.016224155202507973, -0.007928874343633652, -0.028221849352121353, 0.04359389469027519, 0.057738903909921646, -0.0062246560119092464, -0.06332873553037643, -0.01624971814453602, -0.01917245239019394, -0.045093607157468796, -0.0058028618805110455, -0.003453171579167247, -0.025443973019719124, 0.04182150959968567, 0.025273552164435387, 0.007813839241862297, -0.03960602357983589, -0.00391331035643816, 0.009918548166751862, 0.03130648285150528, -0.05160371959209442, -0.0062970854341983795, -0.011580160818994045, 0.010949600487947464, -0.036742936819791794, 0.10504799336194992, -0.06564647704362869, 0.039060674607753754, 0.045229945331811905, -0.008461441844701767, 0.05726172402501106, -0.05433046817779541, -0.03933335095643997, 0.020092729479074478, -0.007247186731547117, 0.03831081837415695, 0.032772112637758255, -0.017434149980545044, 0.01592591591179371, -0.008712814189493656, -0.022257085889577866, 0.04396882280707359, -0.009969674982130527, 0.030727049335837364, -0.014877822250127792, 0.030539585277438164, -0.016888799145817757, -0.04942231997847557, -0.04366206377744675, 0.0013154431944712996, 0.03340267017483711, 0.04280995577573776, -0.05177414044737816, 0.03691336140036583, 0.04390065371990204, 0.014068319462239742, 0.06670308858156204, -0.06445351988077164, -0.041480664163827896, -0.0852108970284462, -0.014366556890308857, -0.044855017215013504, 0.040969397872686386, 0.005427934229373932, -0.019325831905007362, 0.040730807930231094, 0.009407282806932926, -0.03796997666358948, 0.05664820224046707, -0.0722588375210762, -0.011946567334234715, -0.015244229696691036, 0.012423749081790447, -0.005807122681289911, 0.03255056217312813, 0.05790932476520538, 0.005261772777885199, -0.0043627978302538395, 0.043696146458387375, 0.014400641433894634, -0.00847422331571579, -0.03933335095643997, -0.05405779182910919, 0.04107165336608887, 0.023228490725159645, -0.07062279433012009, -0.024711159989237785, -0.014681837521493435, -0.01760457083582878, 0.02866494655609131, 0.016386056318879128, 0.051433298736810684, -0.023961303755640984, 0.005027442704886198, -0.01884865015745163, 0.0008861933019943535, -0.03480013087391853, 0.03606124967336655, 0.022120749577879906, -0.04741134122014046, 0.03181774914264679, -0.0437302328646183, -0.0034212174359709024, -0.015568030998110771, -0.0330788716673851, -0.014945991337299347, 0.022103706374764442, -0.030590711161494255, -0.010276434011757374, -0.010080449283123016, 0.039435602724552155, -0.03190296143293381, -0.015772536396980286, -0.004584346432238817, -0.012807197868824005, -0.01686323620378971, 0.03249943628907204, -0.04867246374487877, -0.040219541639089584, 0.08391568809747696, 0.0014379338826984167, -0.06891857087612152, 0.016795067116618156, -0.004273326601833105, 0.014468810521066189, 0.030675923451781273, 0.01268790289759636, -0.042264603078365326, -0.008989749476313591, 0.013446279801428318, 0.002688403706997633, 0.034118443727493286, -0.015525425784289837, 0.03660660237073898, 0.0142643041908741, -0.04478684812784195, -0.01685471460223198, 0.014877822250127792, 0.002302824519574642, 0.05320568382740021, 0.02089371159672737, -0.02931254915893078, 0.02639833651483059, 0.01275607105344534, -0.005632440093904734, -0.04294629022479057, 0.019513295963406563, 0.02690960094332695, -0.06833913922309875, -0.0039069196209311485, -0.021251598373055458, -0.02496679313480854, 0.022529760375618935, -0.013514447957277298, 0.003088894998654723, -0.047956693917512894, -0.025461016222834587, 0.06424901634454727, -0.008989749476313591, -0.01030199695378542, 0.0035106888972222805, -0.07096363604068756, 0.043287135660648346, -0.023381870239973068, -0.02356933429837227, 0.03810631483793259, 0.03882208466529846, -0.042912207543849945, 0.004154031164944172, 0.029142126441001892, -0.0037556702736765146, -0.008001303300261497, 0.017485275864601135, -0.02839227020740509, -0.003478734754025936, 0.018644144758582115, -0.014221698977053165, 0.07239517569541931, -0.0017201949376612902, 0.011520513333380222, -0.005700609181076288, -0.05623919144272804, -0.005564271472394466, 0.030028320848941803, -0.014025713317096233, 0.04669557139277458, 0.029346633702516556, -0.0007716912077739835, 0.0020077817607671022, -0.05201273038983345, 0.011307486332952976, -0.028681987896561623, -0.0426054485142231, 0.01801358349621296, 0.018593017011880875, 0.02305806800723076, -0.008180245757102966, -0.0191213246434927, -0.037731386721134186, -0.03964010998606682, -0.013139519840478897, 0.07484924793243408, -0.005427934229373932, -0.060465652495622635, -0.05617102235555649, 0.0006433422677218914, 0.06496478617191315, -0.030454374849796295, 0.03844715654850006, 0.037765469402074814, -0.04424149915575981, -0.07035011798143387, 0.015176060609519482, 0.029073957353830338, 0.042537279427051544, 0.0247282013297081, -0.05255807936191559, -0.06799829751253128, -0.03987869992852211, 0.04839979112148285, 0.019939349964261055, 0.060056641697883606, 0.013386632315814495, -0.013906418345868587, 0.017962457612156868, -0.004298889543861151, 0.039401520043611526, -0.024063557386398315, -0.0048911054618656635, -0.005551490001380444, -0.05651186779141426, 0.017195558175444603, -0.0013175734784454107, 0.033095911145210266, -0.0779850110411644, 0.08930101990699768, 0.01620711199939251, -0.026108618825674057, -0.011222274973988533, -0.02038244716823101, 0.0034297385718673468, -0.03416956961154938, 0.0018096663989126682, 0.021779906004667282, -0.10225307941436768, 0.008222851902246475, 0.0013101175427436829, -0.003372221253812313, -0.0764852985739708, 0.03796997666358948, 0.0773714929819107, -0.04785443842411041, 0.017221122980117798, -0.04424149915575981, -0.03335154429078102, -0.004631212446838617, -0.004993358626961708, -0.02159244194626808, 0.07628079503774643, 0.015457256697118282, 0.023006942123174667, 0.025171298533678055, 0.015337961725890636, 0.020689206197857857, -0.03181774914264679, 0.032124508172273636, -0.007860705256462097, -0.02162652648985386, 0.05146738141775131, -0.02324553206562996, 0.01709330640733242, 0.030641838908195496, 0.03752687945961952, 0.05896594002842903, 0.020689206197857857, 0.015363524667918682, -0.052217237651348114, 0.04516177624464035, 0.01558507326990366, -0.02968747727572918, -0.0114608658477664, -0.032823238521814346, 0.030369164422154427, 0.047445427626371384, 0.08139345049858093, -0.01847372204065323, -0.02696072682738304, -0.026790305972099304, 0.034629710018634796 ]
38,939
pulp.apis.xpress_api
XPRESS
The XPRESS LP solver that uses the XPRESS command line tool in a subprocess
class XPRESS(LpSolver_CMD): """The XPRESS LP solver that uses the XPRESS command line tool in a subprocess""" name = "XPRESS" def __init__( self, mip=True, msg=True, timeLimit=None, gapRel=None, options=None, keepFiles=False, path=None, heurFreq=None, heurStra=None, coverCuts=None, preSolve=None, warmStart=False, ): """ Initializes the Xpress solver. :param bool mip: if False, assume LP even if integer variables :param bool msg: if False, no log is shown :param float timeLimit: maximum time for solver (in seconds) :param float gapRel: relative gap tolerance for the solver to stop (in fraction) :param heurFreq: the frequency at which heuristics are used in the tree search :param heurStra: heuristic strategy :param coverCuts: the number of rounds of lifted cover inequalities at the top node :param preSolve: whether presolving should be performed before the main algorithm :param options: Adding more options, e.g. options = ["NODESELECTION=1", "HEURDEPTH=5"] More about Xpress options and control parameters please see https://www.fico.com/fico-xpress-optimization/docs/latest/solver/optimizer/HTML/chapter7.html :param bool warmStart: if True, then use current variable values as start """ LpSolver_CMD.__init__( self, gapRel=gapRel, mip=mip, msg=msg, timeLimit=timeLimit, options=options, path=path, keepFiles=keepFiles, heurFreq=heurFreq, heurStra=heurStra, coverCuts=coverCuts, preSolve=preSolve, warmStart=warmStart, ) def defaultPath(self): return self.executableExtension("optimizer") def available(self): """True if the solver is available""" return self.executable(self.path) def actualSolve(self, lp): """Solve a well formulated lp problem""" if not self.executable(self.path): raise PulpSolverError("PuLP: cannot execute " + self.path) tmpLp, tmpSol, tmpCmd, tmpAttr, tmpStart = self.create_tmp_files( lp.name, "lp", "prt", "cmd", "attr", "slx" ) variables = lp.writeLP(tmpLp, writeSOS=1, mip=self.mip) if self.optionsDict.get("warmStart", False): start = [(v.name, v.value()) for v in variables if v.value() is not None] self.writeslxsol(tmpStart, start) # Explicitly capture some attributes so that we can easily get # information about the solution. attrNames = [] if _ismip(lp) and self.mip: attrNames.extend(["mipobjval", "bestbound", "mipstatus"]) statusmap = { 0: constants.LpStatusUndefined, # XPRS_MIP_NOT_LOADED 1: constants.LpStatusUndefined, # XPRS_MIP_LP_NOT_OPTIMAL 2: constants.LpStatusUndefined, # XPRS_MIP_LP_OPTIMAL 3: constants.LpStatusUndefined, # XPRS_MIP_NO_SOL_FOUND 4: constants.LpStatusUndefined, # XPRS_MIP_SOLUTION 5: constants.LpStatusInfeasible, # XPRS_MIP_INFEAS 6: constants.LpStatusOptimal, # XPRS_MIP_OPTIMAL 7: constants.LpStatusUndefined, # XPRS_MIP_UNBOUNDED } statuskey = "mipstatus" else: attrNames.extend(["lpobjval", "lpstatus"]) statusmap = { 0: constants.LpStatusNotSolved, # XPRS_LP_UNSTARTED 1: constants.LpStatusOptimal, # XPRS_LP_OPTIMAL 2: constants.LpStatusInfeasible, # XPRS_LP_INFEAS 3: constants.LpStatusUndefined, # XPRS_LP_CUTOFF 4: constants.LpStatusUndefined, # XPRS_LP_UNFINISHED 5: constants.LpStatusUnbounded, # XPRS_LP_UNBOUNDED 6: constants.LpStatusUndefined, # XPRS_LP_CUTOFF_IN_DUAL 7: constants.LpStatusNotSolved, # XPRS_LP_UNSOLVED 8: constants.LpStatusUndefined, # XPRS_LP_NONCONVEX } statuskey = "lpstatus" with open(tmpCmd, "w") as cmd: if not self.msg: cmd.write("OUTPUTLOG=0\n") # The readprob command must be in lower case for correct filename handling cmd.write("readprob " + self.quote_path(tmpLp) + "\n") if self.timeLimit is not None: cmd.write("MAXTIME=%d\n" % self.timeLimit) targetGap = self.optionsDict.get("gapRel") if targetGap is not None: cmd.write(f"MIPRELSTOP={targetGap:f}\n") heurFreq = self.optionsDict.get("heurFreq") if heurFreq is not None: cmd.write("HEURFREQ=%d\n" % heurFreq) heurStra = self.optionsDict.get("heurStra") if heurStra is not None: cmd.write("HEURSTRATEGY=%d\n" % heurStra) coverCuts = self.optionsDict.get("coverCuts") if coverCuts is not None: cmd.write("COVERCUTS=%d\n" % coverCuts) preSolve = self.optionsDict.get("preSolve") if preSolve is not None: cmd.write("PRESOLVE=%d\n" % preSolve) if self.optionsDict.get("warmStart", False): cmd.write("readslxsol " + self.quote_path(tmpStart) + "\n") for option in self.options: cmd.write(option + "\n") if _ismip(lp) and self.mip: cmd.write("mipoptimize\n") else: cmd.write("lpoptimize\n") # The writeprtsol command must be in lower case for correct filename handling cmd.write("writeprtsol " + self.quote_path(tmpSol) + "\n") cmd.write( f"set fh [open {self.quote_path(tmpAttr)} w]; list\n" ) # `list` to suppress output for attr in attrNames: cmd.write(f'puts $fh "{attr}=${attr}"\n') cmd.write("close $fh\n") cmd.write("QUIT\n") with open(tmpCmd) as cmd: consume = False subout = None suberr = None if not self.msg: # Xpress writes a banner before we can disable output. So # we have to explicitly consume the banner. if sys.hexversion >= 0x03030000: subout = subprocess.DEVNULL suberr = subprocess.DEVNULL else: # We could also use open(os.devnull, 'w') but then we # would be responsible for closing the file. subout = subprocess.PIPE suberr = subprocess.STDOUT consume = True xpress = subprocess.Popen( [self.path, lp.name], shell=True, stdin=cmd, stdout=subout, stderr=suberr, universal_newlines=True, ) if consume: # Special case in which messages are disabled and we have # to consume any output for _ in xpress.stdout: pass if xpress.wait() != 0: raise PulpSolverError("PuLP: Error while executing " + self.path) values, redcost, slacks, duals, attrs = self.readsol(tmpSol, tmpAttr) self.delete_tmp_files(tmpLp, tmpSol, tmpCmd, tmpAttr) status = statusmap.get(attrs.get(statuskey, -1), constants.LpStatusUndefined) lp.assignVarsVals(values) lp.assignVarsDj(redcost) lp.assignConsSlack(slacks) lp.assignConsPi(duals) lp.assignStatus(status) return status @staticmethod def readsol(filename, attrfile): """Read an XPRESS solution file""" values = {} redcost = {} slacks = {} duals = {} with open(filename) as f: for lineno, _line in enumerate(f):
(mip=True, msg=True, timeLimit=None, gapRel=None, options=None, keepFiles=False, path=None, heurFreq=None, heurStra=None, coverCuts=None, preSolve=None, warmStart=False)
[ 0.05096111446619034, -0.014772349037230015, -0.05410883203148842, 0.04948686808347702, 0.028688039630651474, -0.01987244375050068, -0.043310973793268204, -0.06697860360145569, 0.01792006380856037, -0.06251601874828339, 0.01876675896346569, -0.009298710152506828, 0.013118801638484001, 0.011285955086350441, -0.07454906404018402, 0.04888920113444328, 0.025301257148385048, -0.006150994915515184, -0.031397465616464615, 0.03281194716691971, 0.017790568992495537, 0.0549057200551033, 0.01968318410217762, 0.07116227596998215, 0.014174681156873703, -0.006419945042580366, 0.028030605986714363, -0.036935850977897644, -0.03149707615375519, -0.06578326970338821, -0.037752665579319, 0.01510106585919857, -0.002484055468812585, -0.03683624044060707, -0.026237603276968002, 0.02434499002993107, 0.04450630769133568, 0.0217351745814085, -0.015260444022715092, -0.019125360995531082, -0.006843293085694313, -0.055184632539749146, -0.024464523419737816, -0.028269672766327858, -0.016884107142686844, -0.018418120220303535, -0.011544943787157536, 0.07486781477928162, 0.04115936905145645, -0.04757433384656906, 0.03910737857222557, -0.04351019486784935, 0.0100059499964118, 0.0002400008525000885, -0.021655486896634102, 0.03574051707983017, 0.029863452538847923, 0.10024876147508621, 0.06347228586673737, -0.08375313878059387, 0.009393340907990932, 0.08415158838033676, -0.013955536298453808, 0.0024193082936108112, 0.028787652030587196, 0.004275812767446041, -0.033409614115953445, -0.043231282383203506, -0.008427111431956291, 0.04526335373520851, -0.00521464878693223, -0.05757530406117439, -0.043191440403461456, -0.013885808177292347, 0.09889405220746994, 0.0025998535566031933, -0.029126329347491264, -0.05311271920800209, 0.003386782482266426, 0.00450989929959178, 0.0014418729115277529, 0.027074338868260384, 0.010738092474639416, -0.009164235554635525, -0.0009755676728673279, -0.008895284496247768, 0.09100484102964401, 0.007346329744905233, 0.0821593627333641, -0.019005827605724335, -0.03269241377711296, 0.07172010093927383, -0.009995989501476288, 0.050124380737543106, 0.06550435721874237, -0.03193536773324013, 0.005319240968674421, -0.01121622696518898, -0.015619044192135334, -0.0457414872944355, -0.06905052065849304, 0.03233381360769272, -0.06821378320455551, -0.00033463153522461653, 0.03185568004846573, -0.016306361183524132, 0.0028663137927651405, 0.04868998005986214, 0.04538288712501526, -0.055583078414201736, -0.07251699268817902, 0.010767976753413677, -0.02631729282438755, -0.03813118860125542, -0.011036926880478859, 0.012471328489482403, -0.08359376341104507, 0.0137662747874856, -0.02976384200155735, 0.016734689474105835, -0.013367829844355583, 0.0006947884685359895, -0.058890171349048615, 0.04223516955971718, -0.010195211507380009, 0.005827258341014385, 0.00866617914289236, 0.04271330311894417, 0.04689697548747063, -0.05004469305276871, -0.0035287286154925823, 0.011574827134609222, 0.0008199251024052501, 0.015848150476813316, 0.006380100734531879, -0.06148006394505501, -0.03508308157324791, 0.0003237365745007992, 0.008501820266246796, -0.03988434374332428, 0.05729639157652855, -0.016117099672555923, -0.01894606091082096, -0.020191200077533722, 0.00824781134724617, 0.010628520511090755, 0.0379120409488678, -0.033489301800727844, -0.02544071339070797, 0.02005174569785595, -0.016306361183524132, -0.0502040721476078, -0.07897180318832397, -0.060205038636922836, 0.0503634475171566, 0.023408643901348114, -0.014124875888228416, -0.04195626080036163, -0.007829444482922554, -0.04805246740579605, -0.04211563616991043, -0.06287462264299393, 0.02558016963303089, -0.004612001124769449, -0.010897470638155937, -0.00511503778398037, -0.021197274327278137, -0.024205533787608147, 0.04960640147328377, 0.07670066505670547, 0.03494362533092499, -0.011266032233834267, -0.036856163293123245, 0.008352403528988361, -0.051917385309934616, 0.06769580394029617, 0.018318509683012962, 0.0008361119544133544, 0.013467441312968731, 0.005613094195723534, 0.0030730071011930704, 0.006893098820000887, -0.03512292727828026, -0.013009229674935341, -0.006390061695128679, 0.0330510139465332, 0.0332103930413723, -0.0017880219966173172, -0.04685713350772858, 0.03331000357866287, -0.024882890284061432, -0.011953350156545639, 0.0549057200551033, 0.005030367989093065, -0.0004840484180022031, 0.033887747675180435, 0.0007788354996591806, 0.0039570569060742855, 0.0708833634853363, 0.009308671578764915, -0.004915815312415361, 0.0240461565554142, 0.04171719029545784, 0.02888726256787777, -0.04131874814629555, -0.014075069688260555, -0.024902813136577606, -0.011993194930255413, -0.04016325622797012, 0.027552472427487373, 0.047813400626182556, -0.03384790197014809, -0.007550532929599285, 0.022273076698184013, 0.022930510342121124, -0.008755829185247421, -0.00425340048968792, 0.057057324796915054, -0.0331307016313076, -0.008880343288183212, 0.004357992205768824, -0.005991616751998663, -0.016854222863912582, 0.013527208007872105, 0.0217351745814085, 0.04080076888203621, 0.03819095343351364, 0.03972496837377548, 0.04219532757997513, 0.012541056610643864, 0.05100096017122269, -0.03137754276394844, 0.012381678447127342, 0.0008018705993890762, 0.027572395280003548, -0.054746344685554504, -0.054985411465168, 0.05259473994374275, 0.0043305992148816586, -0.0401034913957119, -0.03199513256549835, -0.0033743311651051044, 0.02705441601574421, -0.04123905673623085, -0.01928473822772503, 0.03705538436770439, 0.03488386049866676, 0.012869773432612419, 0.0030007888562977314, 0.006673953961580992, 0.05924877151846886, -0.06534498184919357, -0.04578133299946785, -0.010419337078928947, -0.0025363515596836805, -0.012152573093771935, -0.03325023502111435, -0.027213793247938156, 0.030122442170977592, -0.016694845631718636, -0.001973547972738743, 0.04546257480978966, -0.013577013276517391, 0.03595966100692749, 0.03159669041633606, -0.005906947422772646, 0.011853738687932491, -0.04892904683947563, -0.002953473711386323, -0.009393340907990932, 0.037951886653900146, 0.04892904683947563, -0.08192029595375061, 0.03412681445479393, -0.042832836508750916, 0.06538482755422592, -0.02229299768805504, 0.005264454521238804, 0.030082598328590393, 0.012541056610643864, 0.06351213157176971, 0.037951886653900146, 0.026895038783550262, 0.02936539612710476, -0.025380946695804596, 0.0031178321223706007, -0.0571768581867218, -0.021715253591537476, -0.020241007208824158, -0.002106777857989073, -0.008805634453892708, 0.07813506573438644, 0.06490669399499893, -0.03434595838189125, 0.08869385719299316, 0.06490669399499893, -0.0120430001989007, -0.04713604599237442, -0.00030583766056224704, -0.020360540598630905, 0.029604464769363403, -0.04315159469842911, -0.005827258341014385, -0.04434692859649658, -0.03570067137479782, 0.04211563616991043, 0.03133770078420639, -0.055702611804008484, 0.0028837458230555058, 0.0006655276520177722, -0.0012358020758256316, -0.0023470900487154722, 0.024862969294190407, 0.03661709651350975, 0.014503397978842258, -0.011365643702447414, 0.04753448814153671, 0.009154274128377438, 0.03181583434343338, 0.021316807717084885, -0.07164040952920914, 0.012431484647095203, 0.04175703600049019, -0.021854707971215248, 0.045143820345401764, -0.018886294215917587, 0.032672490924596786, -0.012620745226740837, 0.023946544155478477, -0.06709814071655273, -0.0010066962568089366, 0.014971571043133736, -0.03578036278486252, 0.01935446634888649, 0.025898925960063934, -0.012351795099675655, 0.02565985918045044, -0.018607381731271744, 0.03962535411119461, -0.0411195233464241, 0.062476176768541336, 0.06263555586338043, -0.08287656307220459, 0.032493188977241516, 0.03701554238796234, -0.06387073546648026, 0.021894553676247597, -0.017979830503463745, -0.00017634304822422564, -0.008556606248021126, -0.0033917631953954697, 0.009104467928409576, -0.027652082964777946, 0.030779875814914703, 0.05502525717020035, -0.023468410596251488, 0.002721877535805106, -0.022571910172700882, 0.06693875789642334, -0.02217346429824829, -0.003312074113637209, -0.00942322425544262, -0.06654031574726105, 0.04040232300758362, -0.030301742255687714, -0.08343438059091568, 0.023328954353928566, -0.030520888045430183, 0.005189746152609587, 0.024882890284061432, 0.0003536199510563165, -0.056539345532655716, -0.052913498133420944, -0.05303303152322769, -0.02430514618754387, 0.04896889254450798, -0.038908153772354126, -0.005812316667288542, -0.036238573491573334, -0.06705829501152039, 0.027472782880067825, -0.021794941276311874, 0.01590791717171669, 0.004614491015672684, -0.00042895093793049455, -0.04474537447094917, 0.012122689746320248, 0.003483903594315052, 0.06725751608610153, 0.00856158696115017, 0.03153692185878754, 0.04167734831571579, 0.03177598863840103, 0.04657822102308273, 0.029166175052523613, -0.005807335954159498, 0.03518269583582878, 0.03603935241699219, -0.029385318979620934, -0.011206265538930893, -0.012869773432612419, -0.017422007396817207, -0.019444115459918976, 0.008711003698408604, 0.00368312606588006, -0.04486490786075592, 0.060683175921440125, 0.026118069887161255, -0.026217682287096977, 0.11268024891614914, -0.01913532055914402, 0.03605927154421806, 0.0025998535566031933, -0.04410786181688309, -0.08319531381130219, -0.030999021604657173, -0.002302265027537942, 0.05371038615703583, 0.04434692859649658, -0.014334059320390224, 0.021137507632374763, 0.017581386491656303, 0.07144118845462799, 0.048809513449668884, -0.009383379481732845, 0.014124875888228416, -0.01737220212817192, -0.02452429011464119, -0.02147618494927883, 0.05454711988568306, -0.03508308157324791, 0.03514285013079643, -0.024245379492640495, 0.0023396192118525505, 0.017212824895977974, -0.0034091949928551912, 0.013616858050227165, 0.018457964062690735, 0.007675047032535076, -0.0036034369841217995, 0.033190470188856125, 0.03520261496305466, 0.05486587807536125, 0.0035785341169685125, 0.03661709651350975, 0.020370500162243843, -0.053869765251874924, -0.027213793247938156, -0.0667395368218422, 0.01167443860322237, 0.012341833673417568, 0.04442662000656128, 0.06701844930648804, -0.01464285422116518, -0.010279880836606026, -0.057933904230594635, -0.04299221560359001, -0.0007968900026753545, -0.05235567316412926, 0.001050276099704206, 0.01638605073094368, 0.019414233043789864, 0.029206018894910812, 0.007864308543503284, -0.03350922465324402, -0.045143820345401764, -0.004676748067140579, 0.02870796248316765, -0.03735421970486641, -0.012401600368320942, -0.038250721991062164, -0.0015589160611853004, -0.011156460270285606, -0.018278663977980614, -0.0071919322945177555, -0.028986874967813492, -0.0309392549097538, 0.038908153772354126, 0.01620675064623356, -0.033409614115953445, 0.004497447982430458, -0.07901164144277573, 0.05693779140710831, 0.0641496479511261, -0.023249266669154167, -0.025799313560128212, 0.04175703600049019, -0.031835757195949554, -0.06060348451137543, -0.031875599175691605, -0.004203594755381346, -0.008656217716634274, 0.03625849634408951, 0.002858842955902219, -0.00960252434015274, 0.013068996369838715, -0.020719140768051147, -0.018677109852433205, 0.03450533747673035, -0.08933137357234955, -0.0009618711192160845, -0.03307093679904938, -0.03520261496305466, -0.03779250755906105, 0.08757821470499039, 0.005593171808868647, -0.03046112135052681, 0.04175703600049019, -0.053391631692647934, 0.014503397978842258, -0.07514672726392746, -0.08156169205904007, 0.03376821428537369, -0.027333326637744904, 0.006300411652773619, 0.03749367594718933, 0.037772588431835175, 0.04486490786075592, -0.040741000324487686, -0.033230312168598175, 0.017402086406946182, 0.03474440425634384, 0.0024068569764494896, -0.030919332057237625, 0.016336245462298393, 0.03046112135052681, -0.045143820345401764, -0.016366127878427505, 0.03251311182975769, 0.04757433384656906, 0.047375112771987915, -0.0502040721476078, 0.04594070836901665, 0.0008809370337985456, 0.10383477061986923, 0.041996102780103683, -0.016615156084299088, -0.040342558175325394, -0.02034061774611473, -0.0525548979640007, 0.0031427349895238876, 0.023707477375864983, -0.002221331000328064, -0.03299124538898468, 0.00005385233453125693, 0.013925652951002121, 0.0010658403625711799, 0.057535458356142044, -0.031656455248594284, -0.024026233702898026, -0.01968318410217762, -0.01799975335597992, -0.0036731648724526167, 0.031238088384270668, 0.02705441601574421, 0.02364771068096161, 0.0435500405728817, 0.026815349236130714, 0.024683667346835136, 0.020151356235146523, -0.02793099544942379, -0.039645276963710785, -0.009946183301508427, -0.023269187659025192, -0.07869289070367813, -0.008397228084504604, -0.051917385309934616, 0.018936099484562874, 0.011066810227930546, -0.02474343404173851, 0.0708833634853363, -0.003160167019814253, -0.005951772443950176, -0.04223516955971718, -0.04271330311894417, -0.06036441773176193, 0.048809513449668884, 0.0411195233464241, -0.03404712677001953, 0.04936733469367027, 0.006977768149226904, 0.024584056809544563, -0.04522350803017616, -0.07937024533748627, -0.014344019815325737, 0.046498533338308334, 0.024902813136577606, 0.02801068313419819, 0.03346937894821167, -0.028528662398457527, -0.02679542638361454, 0.03191544488072395, 0.014742465689778328, -0.04713604599237442, -0.019842561334371567, 0.036637019366025925, 0.01939431019127369, 0.0063502173870801926, 0.04713604599237442, -0.022492220625281334, -0.06662000715732574, 0.018667148426175117, 0.0008896529907360673, -0.0028189984150230885, 0.004059158731251955, -0.019583571702241898, -0.005344143602997065, -0.013238335028290749, -0.005787413567304611, 0.02155587449669838, 0.032971322536468506, -0.04275314882397652, 0.018418120220303535, 0.031178321689367294, -0.08084449172019958, -0.0025998535566031933, -0.011734205298125744, 0.022512143477797508, 0.042872682213783264, -0.04064138978719711, -0.022990277037024498, 0.022512143477797508, 0.0015800835099071264, -0.01836831495165825, -0.02536102384328842, 0.015389937907457352, 0.01608721725642681, -0.058491725474596024, 0.0071919322945177555, -0.003962037619203329, 0.011275993660092354, -0.004569665994495153, 0.04681728780269623, 0.023846933618187904, -0.029604464769363403, -0.0171929020434618, 0.02356802299618721, -0.017422007396817207, -0.007381193805485964, 0.00032778328750282526, -0.005986636038869619, 0.005364065989851952, -0.01638605073094368, -0.07351310551166534, 0.0333697684109211, 0.00560811348259449, -0.014045186340808868, 0.009956144727766514, 0.05992612987756729, 0.014971571043133736, -0.0033917631953954697, -0.004480015952140093, -0.043191440403461456, -0.014513359405100346, -0.01799975335597992, 0.016953835263848305, -0.017611268907785416, -0.010175289586186409, 0.01084766536951065, 0.0035013353917747736, -0.053431473672389984, 0.0058720833621919155, 0.059288617223501205, -0.024603979662060738, -0.0036258494947105646, -0.006763604003936052, 0.03167637810111046, 0.0003315187059342861, -0.01744193024933338, 0.03761320933699608, 0.024066077545285225, -0.05685810372233391, -0.010379492305219173, -0.013457479886710644, -0.0023906701244413853, -0.024026233702898026, 0.019145281985402107, -0.001743196859024465, -0.0040143332444131374, -0.024643823504447937, 0.021237118169665337, 0.02031073346734047, 0.014891882427036762, -0.04865013435482979, 0.0007315201219171286, 0.019742950797080994, 0.03217443451285362, 0.025042269378900528, -0.008198006078600883, -0.02478327974677086, -0.08415158838033676, 0.07175994664430618, 0.04594070836901665, -0.00283144973218441, -0.022551987320184708, -0.08646256476640701, -0.035501450300216675, -0.04064138978719711, 0.048291534185409546, -0.08072495460510254, 0.0411992147564888, -0.041876569390296936, -0.020739061757922173, -0.0006228816346265376, -0.01792006380856037, 0.04845091328024864, -0.054746344685554504, -0.041836727410554886, -0.004019313957542181, 0.009233962744474411, 0.039864424616098404, 0.042394548654556274, 0.0240461565554142, -0.055662766098976135, 0.04908842593431473, 0.010857626795768738, -0.027253638952970505, 0.011515060439705849, -0.0343061164021492, 0.006360178347676992, -0.008417150937020779, 0.043828949332237244, 0.030261898413300514, -0.038210876286029816, -0.005847180262207985, 0.008646256290376186, -0.028030605986714363, -0.08965012431144714, 0.05865110456943512, 0.013895769603550434, -0.036238573491573334, 0.014702620916068554, -0.02587900310754776, -0.03761320933699608, 0.009378399699926376, -0.04171719029545784, 0.03283187001943588, 0.012411561794579029, 0.0025874022394418716, 0.0411992147564888, -0.01660519652068615, -0.00682835141196847, -0.037075307220220566, -0.03496354818344116, -0.00833746138960123, 0.0023856894113123417, 0.0285485852509737, 0.04773371294140816, -0.0367366299033165, -0.011784011498093605, 0.06761611998081207, 0.002477829810231924, 0.01733235828578472, 0.01778060756623745, 0.05873079225420952, -0.021416418254375458, 0.04888920113444328, 0.032533034682273865, -0.0005192236276343465, -0.03038143180310726, -0.01510106585919857, -0.04637899994850159, -0.026476670056581497, 0.06040426343679428, 0.05139940604567528, -0.009697155095636845, -0.03749367594718933, 0.03456510603427887 ]
38,940
pulp.apis.xpress_api
__init__
Initializes the Xpress solver. :param bool mip: if False, assume LP even if integer variables :param bool msg: if False, no log is shown :param float timeLimit: maximum time for solver (in seconds) :param float gapRel: relative gap tolerance for the solver to stop (in fraction) :param heurFreq: the frequency at which heuristics are used in the tree search :param heurStra: heuristic strategy :param coverCuts: the number of rounds of lifted cover inequalities at the top node :param preSolve: whether presolving should be performed before the main algorithm :param options: Adding more options, e.g. options = ["NODESELECTION=1", "HEURDEPTH=5"] More about Xpress options and control parameters please see https://www.fico.com/fico-xpress-optimization/docs/latest/solver/optimizer/HTML/chapter7.html :param bool warmStart: if True, then use current variable values as start
def __init__( self, mip=True, msg=True, timeLimit=None, gapRel=None, options=None, keepFiles=False, path=None, heurFreq=None, heurStra=None, coverCuts=None, preSolve=None, warmStart=False, ): """ Initializes the Xpress solver. :param bool mip: if False, assume LP even if integer variables :param bool msg: if False, no log is shown :param float timeLimit: maximum time for solver (in seconds) :param float gapRel: relative gap tolerance for the solver to stop (in fraction) :param heurFreq: the frequency at which heuristics are used in the tree search :param heurStra: heuristic strategy :param coverCuts: the number of rounds of lifted cover inequalities at the top node :param preSolve: whether presolving should be performed before the main algorithm :param options: Adding more options, e.g. options = ["NODESELECTION=1", "HEURDEPTH=5"] More about Xpress options and control parameters please see https://www.fico.com/fico-xpress-optimization/docs/latest/solver/optimizer/HTML/chapter7.html :param bool warmStart: if True, then use current variable values as start """ LpSolver_CMD.__init__( self, gapRel=gapRel, mip=mip, msg=msg, timeLimit=timeLimit, options=options, path=path, keepFiles=keepFiles, heurFreq=heurFreq, heurStra=heurStra, coverCuts=coverCuts, preSolve=preSolve, warmStart=warmStart, )
(self, mip=True, msg=True, timeLimit=None, gapRel=None, options=None, keepFiles=False, path=None, heurFreq=None, heurStra=None, coverCuts=None, preSolve=None, warmStart=False)
[ 0.016917608678340912, -0.04055088758468628, 0.020513977855443954, 0.035633403807878494, -0.008353299461305141, -0.008266142569482327, -0.052110642194747925, -0.0458720438182354, 0.01013772189617157, -0.0321471281349659, 0.030660873278975487, 0.028293875977396965, -0.015880901366472244, 0.024936042726039886, -0.07288150489330292, 0.006160615477710962, 0.0022855745628476143, 0.008578072302043438, -0.03820223733782768, 0.027486527338624, 0.011156081221997738, 0.045688554644584656, 0.04216558113694191, 0.07713842391967773, -0.00529822101816535, 0.01540383230894804, 0.006229423452168703, -0.008247793652117252, -0.03596368059515953, -0.04256925731897354, -0.08425776660442352, 0.042459163814783096, -0.031211338937282562, -0.01157810352742672, -0.04488120600581169, 0.00669731805101037, 0.02647734247148037, 0.026734227314591408, -0.05126659572124481, -0.02455071732401848, 0.026055321097373962, -0.047560133039951324, 0.004672067705541849, -0.01540383230894804, -0.01716531813144684, -0.019633233547210693, 0.027486527338624, 0.044771112501621246, 0.015633191913366318, -0.04212888330221176, 0.01551392488181591, -0.04506469517946243, 0.017110271379351616, -0.03455082327127457, -0.0492849238216877, 0.06627592444419861, 0.04671609029173851, 0.09989096224308014, 0.07467968761920929, -0.033358149230480194, 0.010715709067881107, 0.0848449319601059, 0.023871811106801033, 0.030165456235408783, 0.016669901087880135, 0.017513945698738098, -0.04748673737049103, -0.021945185959339142, 0.00575694115832448, 0.05086291953921318, 0.020091954618692398, -0.029394805431365967, -0.05563361197710037, 0.0047064716927707195, 0.12961605191230774, -0.004912895616143942, -0.036899469792842865, -0.021835092455148697, -0.03198198974132538, 0.026036972180008888, -0.015027681365609169, 0.02097269892692566, -0.0480739027261734, 0.019174514338374138, 0.029156271368265152, -0.05159687250852585, 0.07772558927536011, -0.021908488124608994, 0.0962945893406868, -0.012137742713093758, -0.0664227157831192, 0.012688207440078259, -0.02647734247148037, 0.02482594922184944, 0.03933986276388168, -0.005798226222395897, 0.026532389223575592, -0.014935936778783798, -0.008463392034173012, -0.02770671434700489, -0.01586255244910717, 0.02027544379234314, -0.05849602818489075, 0.00937624555081129, 0.01961488649249077, -0.025358065962791443, 0.006426673382520676, 0.0292296651750803, 0.028110388666391373, -0.05904649198055267, -0.06752365082502365, 0.053725335747003555, -0.04311972111463547, 0.037523332983255386, -0.028385620564222336, -0.01369739230722189, -0.05108310654759407, -0.009513861499726772, -0.014431344345211983, 0.019064420834183693, -0.029523245990276337, 0.01230288203805685, -0.07137689739465714, 0.05434919521212578, -0.018284596502780914, -0.0026605785824358463, 0.024312183260917664, 0.004307384602725506, 0.029725084081292152, -0.07056955248117447, 0.040881164371967316, -0.018385514616966248, -0.019688280299305916, -0.004486285615712404, -0.022513998672366142, -0.04906473681330681, 0.02018369920551777, -0.00902303121984005, -0.00923862960189581, -0.006160615477710962, -0.010752406902611256, 0.0038188474718481302, -0.02005525678396225, 0.01904607191681862, -0.00739457318559289, 0.013302892446517944, 0.02267913892865181, -0.026862667873501778, -0.020422233268618584, 0.027321388944983482, -0.01831211894750595, -0.05651435628533363, -0.04924822598695755, -0.04264264926314354, 0.015036855824291706, -0.0011915263021364808, 0.007486317306756973, 0.005591801833361387, 0.011275348253548145, -0.0007763843168504536, -0.017275411635637283, -0.013825833797454834, 0.008665229193866253, -0.00015266789705492556, -0.02075251191854477, -0.028697550296783447, -0.008903763256967068, -0.04282613843679428, 0.004899134393781424, 0.10612955689430237, 0.007266131695359945, -0.026403948664665222, -0.06047770008444786, 0.003844077233225107, -0.036422401666641235, 0.01913781650364399, 0.012724904343485832, 0.04888124763965607, 0.019082769751548767, 0.02647734247148037, 0.01612861081957817, 0.003149115713313222, -0.021688301116228104, -0.03412880003452301, -0.017587341368198395, 0.02425713650882244, 0.026770925149321556, 0.018064411357045174, -0.05420240759849548, 0.03201868757605553, 0.01230288203805685, -0.01795431785285473, 0.035468265414237976, -0.009367071092128754, 0.0018119456944987178, 0.04425734654068947, -0.0004458189068827778, -0.013339590281248093, 0.03201868757605553, 0.058789610862731934, 0.013605647720396519, 0.03412880003452301, 0.06022081896662712, -0.0039564636535942554, -0.02888103760778904, -0.008013846352696419, 0.008678990416228771, 0.013412985019385815, -0.02359657920897007, 0.040697675198316574, 0.0412481427192688, -0.05064273625612259, 0.0021926837507635355, 0.019174514338374138, -0.010146896354854107, -0.020605722442269325, -0.007458794396370649, 0.05012897029519081, -0.021559860557317734, -0.017513945698738098, 0.04462432488799095, 0.028330573812127113, -0.06667960435152054, 0.016614854335784912, 0.0015802918933331966, 0.04781701788306236, 0.019780024886131287, 0.024807600304484367, -0.0032637957483530045, -0.030055362731218338, 0.03157831355929375, -0.03058747760951519, 0.0020929118618369102, -0.012990962713956833, 0.008756972849369049, -0.06811080873012543, -0.029394805431365967, 0.055523522198200226, -0.00499087804928422, -0.05200054869055748, 0.006779888179153204, 0.01608273759484291, 0.026514040306210518, -0.040660977363586426, 0.013779961504042149, 0.01878918893635273, 0.0032798510510474443, -0.008876239880919456, -0.0013910697307437658, 0.03201868757605553, 0.015807505697011948, -0.08000084012746811, -0.0446610227227211, 0.0007786779315210879, -0.013266194611787796, -0.0040527950040996075, -0.016890086233615875, 0.004188117571175098, 0.011761591769754887, -0.024789251387119293, 0.008284490555524826, 0.01048634946346283, -0.006509243045002222, 0.0722576454281807, 0.013972624205052853, -0.013486380688846111, -0.025137878954410553, -0.04748673737049103, 0.0105964420363307, -0.008775321766734123, 0.02053232677280903, 0.0366242378950119, -0.02211032435297966, 0.0344223827123642, -0.027449831366539, 0.007674392778426409, -0.07735861092805862, 0.006266121286898851, -0.019431397318840027, 0.03592698276042938, 0.04924822598695755, -0.008417519740760326, 0.025321368128061295, 0.009504687041044235, -0.029523245990276337, 0.00516519183292985, -0.039743538945913315, 0.00972487311810255, -0.012486370280385017, -0.025725042447447777, -0.025853483006358147, 0.09761570394039154, 0.02735808677971363, -0.007316590752452612, 0.08785413950681686, 0.011935905553400517, -0.006050522439181805, 0.004506928380578756, 0.007362463045865297, 0.010385430417954922, 0.054973054677248, -0.07647787034511566, -0.030422339215874672, -0.04576195031404495, -0.005243174731731415, 0.04715646058320999, -0.015880901366472244, 0.002513787942007184, 0.04488120600581169, 0.021559860557317734, 0.024844298139214516, 0.021908488124608994, 0.018073584884405136, -0.010890022851526737, -0.0012431323993951082, -0.0013062064535915852, 0.043670184910297394, -0.02289932407438755, -0.0010636580409482121, 0.02631220407783985, -0.037560027092695236, 0.03574349731206894, -0.015761634334921837, -0.029339758679270744, 0.008417519740760326, -0.008206508122384548, 0.023358045145869255, -0.024936042726039886, 0.007518427912145853, -0.05108310654759407, -0.01652310974895954, 0.036991216242313385, -0.021578209474682808, -0.03510128706693649, -0.01203682366758585, -0.009761570952832699, 0.0388994924724102, -0.0010080381762236357, 0.020550675690174103, -0.029174618422985077, 0.08044121414422989, -0.0019793787505477667, -0.10568919032812119, 0.029431503266096115, 0.03704626113176346, -0.053028080612421036, 0.011880858801305294, -0.04667939245700836, 0.03741323947906494, 0.023578230291604996, -0.012229486368596554, -0.023321347311139107, -0.004520689602941275, 0.007839532569050789, 0.056918032467365265, -0.005954191088676453, -0.02390850894153118, -0.0286608524620533, 0.06234928220510483, -0.02963333949446678, 0.03831233084201813, -0.014165286906063557, -0.07060624659061432, 0.031046198680996895, -0.024532368406653404, -0.08609265089035034, 0.03429393842816353, 0.006692731287330389, 0.011137732304632664, 0.024789251387119293, 0.010468000546097755, -0.07467968761920929, -0.08271646499633789, 0.008197333663702011, -0.01621118001639843, 0.015679065138101578, -0.027303040027618408, 0.024367230013012886, -0.04656929895281792, -0.06286304444074631, 0.04062427952885628, -0.00294498517177999, 0.01700017973780632, -0.028477365151047707, -0.015605669468641281, -0.04062427952885628, 0.023541532456874847, 0.03853251785039902, 0.1395978033542633, -0.0001518077915534377, 0.03216547518968582, 0.010000105015933514, 0.05790886655449867, 0.011073511093854904, -0.01024781446903944, -0.014935936778783798, 0.06928513199090958, 0.049615200608968735, -0.013192799873650074, -0.008977158926427364, 0.0177800040692091, -0.007238608319312334, -0.027027808129787445, 0.011871684342622757, 0.021578209474682808, -0.012890043668448925, 0.031871896237134933, -0.0013818952720612288, 0.010633139871060848, 0.0640006735920906, 0.019339652732014656, 0.018293770030140877, -0.0023360338527709246, -0.0435233935713768, -0.07970726490020752, -0.057835470885038376, 0.01007350068539381, 0.05045924708247185, 0.0017763948999345303, -0.021009394899010658, 0.010045977309346199, 0.03192694112658501, 0.05317487195134163, 0.014036845415830612, 0.02394520677626133, 0.019504792988300323, -0.02906452678143978, -0.029394805431365967, -0.022385556250810623, 0.06510160118341446, -0.1191205233335495, 0.03574349731206894, 0.004311971832066774, 0.0157708078622818, 0.030826013535261154, -0.01273407880216837, -0.02166995219886303, 0.01293591596186161, -0.008683578111231327, -0.012513893656432629, 0.030954454094171524, 0.0008492061751894653, 0.07056955248117447, -0.02612871490418911, 0.012899218127131462, -0.015146948397159576, -0.0413215346634388, -0.015284564346075058, -0.05427579954266548, 0.018669921904802322, -0.006229423452168703, 0.05475287139415741, 0.07178056985139847, -0.007422096561640501, -0.008068892173469067, -0.05728500708937645, -0.05677124112844467, 0.02150481380522251, -0.02704615704715252, 0.009972582571208477, 0.005665197502821684, -0.015669889748096466, 0.019284605979919434, -0.01926625892519951, -0.04348669573664665, -0.00367664429359138, 0.02058737352490425, 0.03111959435045719, -0.01533961109817028, -0.0642208606004715, -0.03978023678064346, 0.006211074534803629, -0.035633403807878494, -0.023926857858896255, -0.022403905168175697, -0.033706776797771454, -0.05089961737394333, 0.02989022247493267, 0.028000295162200928, -0.04308302327990532, 0.013660694472491741, -0.06392727792263031, 0.09754231572151184, 0.028954433277249336, -0.020458931103348732, -0.043890371918678284, 0.02223876677453518, -0.03084436245262623, -0.05365194007754326, -0.037339843809604645, -0.05093631520867348, -0.005018401425331831, 0.012981788255274296, 0.012312056496739388, 0.024532368406653404, 0.03304621949791908, -0.02739478461444378, -0.010495522990822792, 0.0251745767891407, -0.05559691786766052, -0.017357980832457542, 0.006389975547790527, -0.01219278946518898, -0.0180827584117651, 0.07247782498598099, 0.010412953794002533, -0.004211053717881441, 0.03719305247068405, -0.023780066519975662, 0.007559712510555983, -0.05288128927350044, -0.09724873304367065, 0.004972529597580433, 0.010578093118965626, 0.026055321097373962, 0.006605574395507574, -0.03653249517083168, 0.04748673737049103, -0.03956004977226257, -0.025725042447447777, 0.028734248131513596, 0.05500975251197815, 0.03944995626807213, -0.01939469948410988, 0.04143162816762924, 0.021945185959339142, -0.018624048680067062, -0.014578135684132576, 0.058092355728149414, 0.06961540877819061, 0.04451423138380051, -0.06561537086963654, 0.009669826366007328, 0.05816575139760971, 0.0481472946703434, 0.05548682436347008, -0.02888103760778904, -0.010110198520123959, -0.042495861649513245, -0.05200054869055748, -0.017816701903939247, 0.03625726327300072, -0.006417498923838139, -0.0389728881418705, 0.01939469948410988, -0.0043899547308683395, -0.0074266837909817696, 0.10179923474788666, -0.027303040027618408, -0.02568834461271763, 0.02220206893980503, -0.03688112273812294, -0.013798310421407223, 0.003039022907614708, 0.052771199494600296, 0.027504876255989075, 0.015073553659021854, 0.03387191519141197, 0.04873446002602577, 0.017559818923473358, -0.04143162816762924, -0.036587540060281754, 0.0025069070979952812, 0.018899282440543175, -0.11082685738801956, -0.017853399738669395, -0.023486485704779625, -0.01743137650191784, 0.009032205678522587, 0.022624092176556587, 0.09475329518318176, -0.030569128692150116, 0.004642250947654247, 0.020165350288152695, -0.05688133463263512, -0.03587193787097931, 0.03992702439427376, 0.0372297503054142, -0.028202131390571594, 0.014403821900486946, 0.028514061123132706, 0.0168717373162508, -0.027486527338624, -0.05012897029519081, -0.011458836495876312, 0.03304621949791908, 0.01818367838859558, 0.016706598922610283, 0.025614948943257332, -0.016890086233615875, 0.024972740560770035, 0.010220291092991829, 0.013064357452094555, 0.014009322039783001, -0.021559860557317734, 0.017146969214081764, 0.015009332448244095, -0.0026055320631712675, 0.08286325633525848, -0.03368842974305153, -0.08623944222927094, 0.03640405461192131, -0.036679286509752274, -0.021009394899010658, -0.004963355138897896, -0.024403925985097885, -0.02455071732401848, 0.01825707219541073, 0.019376350566744804, 0.02429383434355259, 0.06168872490525246, -0.0723310336470604, 0.029431503266096115, 0.04337660223245621, -0.07581730931997299, -0.014119414612650871, 0.004516102839261293, 0.03590863570570946, 0.04781701788306236, -0.027303040027618408, -0.032440707087516785, 0.024183740839362144, 0.010587267577648163, -0.016926784068346024, 0.002690395340323448, 0.006211074534803629, 0.018862584605813026, -0.08645962923765182, -0.002451860811561346, 0.014055194333195686, 0.053945522755384445, -0.03223887085914612, 0.015614842996001244, 0.0058028134517371655, -0.048000507056713104, -0.008660641498863697, 0.025614948943257332, 0.009279914200305939, 0.005633086897432804, 0.011330395005643368, -0.03798205032944679, 0.022477300837635994, -0.008931286633014679, -0.06121165305376053, 0.005408314056694508, -0.0043417890556156635, -0.011807464063167572, 0.008023019880056381, 0.0561840794980526, 0.016917608678340912, 0.0011043694103136659, 0.0012144623324275017, -0.04627571627497673, -0.004711058922111988, -0.048000507056713104, 0.037303145974874496, -0.014284553937613964, 0.006289056967943907, 0.03933986276388168, -0.020642418414354324, -0.03680772706866264, 0.041394930332899094, 0.05607398599386215, -0.012844172306358814, 0.013064357452094555, -0.020825907588005066, 0.053064778447151184, -0.008573484607040882, -0.05636756494641304, 0.05493635684251785, -0.027064505964517593, -0.06396397948265076, -0.025725042447447777, 0.002942691557109356, 0.031211338937282562, -0.015128599479794502, -0.013614822179079056, -0.04033070057630539, -0.02429383434355259, -0.0034771007485687733, 0.022734183818101883, 0.027670016512274742, -0.003509211353957653, -0.02031213976442814, -0.020862605422735214, 0.040183909237384796, -0.015679065138101578, 0.04888124763965607, -0.0211928840726614, 0.0015974938869476318, -0.06433095037937164, 0.09247803688049316, 0.0389728881418705, 0.016972655430436134, 0.009123949334025383, -0.0539088249206543, -0.07823935896158218, -0.07053285092115402, 0.046202320605516434, -0.084624744951725, 0.036899469792842865, -0.01970662921667099, -0.02647734247148037, 0.03445907682180405, -0.0561840794980526, 0.005697307642549276, -0.02774341218173504, -0.026422297582030296, 0.01874331757426262, 0.029614990577101707, 0.04220227897167206, -0.0008612475940026343, 0.0457986481487751, -0.04400046542286873, 0.024440623819828033, 0.008353299461305141, 0.0006456489791162312, 0.037119656801223755, -0.04851427301764488, 0.00362618500366807, 0.023963555693626404, -0.007403747644275427, 0.001862404984422028, -0.01992681622505188, 0.033926963806152344, 0.006243185140192509, -0.007839532569050789, -0.07985404878854752, 0.0755971297621727, -0.025376414880156517, -0.03190859407186508, 0.03956004977226257, -0.0012454260140657425, -0.05152347683906555, -0.004311971832066774, -0.07302828878164291, 0.025761738419532776, 0.02644064463675022, 0.016449714079499245, 0.05178036168217659, -0.006738603115081787, -0.01974332705140114, -0.027816805988550186, -0.0034243480768054724, 0.01904607191681862, 0.0020883248653262854, 0.017137795686721802, 0.04256925731897354, -0.015348785556852818, 0.0006020705914124846, 0.03565175086259842, 0.0028692963533103466, 0.0435233935713768, -0.006885393522679806, 0.018064411357045174, -0.026917714625597, 0.022257115691900253, -0.00620648730546236, -0.008027607575058937, -0.059009797871112823, -0.03011040948331356, -0.06807411462068558, -0.003541321726515889, 0.028348922729492188, 0.03440403193235397, 0.01926625892519951, 0.030826013535261154, 0.0423123724758625 ]
38,942
pulp.apis.xpress_api
actualSolve
Solve a well formulated lp problem
def actualSolve(self, lp): """Solve a well formulated lp problem""" if not self.executable(self.path): raise PulpSolverError("PuLP: cannot execute " + self.path) tmpLp, tmpSol, tmpCmd, tmpAttr, tmpStart = self.create_tmp_files( lp.name, "lp", "prt", "cmd", "attr", "slx" ) variables = lp.writeLP(tmpLp, writeSOS=1, mip=self.mip) if self.optionsDict.get("warmStart", False): start = [(v.name, v.value()) for v in variables if v.value() is not None] self.writeslxsol(tmpStart, start) # Explicitly capture some attributes so that we can easily get # information about the solution. attrNames = [] if _ismip(lp) and self.mip: attrNames.extend(["mipobjval", "bestbound", "mipstatus"]) statusmap = { 0: constants.LpStatusUndefined, # XPRS_MIP_NOT_LOADED 1: constants.LpStatusUndefined, # XPRS_MIP_LP_NOT_OPTIMAL 2: constants.LpStatusUndefined, # XPRS_MIP_LP_OPTIMAL 3: constants.LpStatusUndefined, # XPRS_MIP_NO_SOL_FOUND 4: constants.LpStatusUndefined, # XPRS_MIP_SOLUTION 5: constants.LpStatusInfeasible, # XPRS_MIP_INFEAS 6: constants.LpStatusOptimal, # XPRS_MIP_OPTIMAL 7: constants.LpStatusUndefined, # XPRS_MIP_UNBOUNDED } statuskey = "mipstatus" else: attrNames.extend(["lpobjval", "lpstatus"]) statusmap = { 0: constants.LpStatusNotSolved, # XPRS_LP_UNSTARTED 1: constants.LpStatusOptimal, # XPRS_LP_OPTIMAL 2: constants.LpStatusInfeasible, # XPRS_LP_INFEAS 3: constants.LpStatusUndefined, # XPRS_LP_CUTOFF 4: constants.LpStatusUndefined, # XPRS_LP_UNFINISHED 5: constants.LpStatusUnbounded, # XPRS_LP_UNBOUNDED 6: constants.LpStatusUndefined, # XPRS_LP_CUTOFF_IN_DUAL 7: constants.LpStatusNotSolved, # XPRS_LP_UNSOLVED 8: constants.LpStatusUndefined, # XPRS_LP_NONCONVEX } statuskey = "lpstatus" with open(tmpCmd, "w") as cmd: if not self.msg: cmd.write("OUTPUTLOG=0\n") # The readprob command must be in lower case for correct filename handling cmd.write("readprob " + self.quote_path(tmpLp) + "\n") if self.timeLimit is not None: cmd.write("MAXTIME=%d\n" % self.timeLimit) targetGap = self.optionsDict.get("gapRel") if targetGap is not None: cmd.write(f"MIPRELSTOP={targetGap:f}\n") heurFreq = self.optionsDict.get("heurFreq") if heurFreq is not None: cmd.write("HEURFREQ=%d\n" % heurFreq) heurStra = self.optionsDict.get("heurStra") if heurStra is not None: cmd.write("HEURSTRATEGY=%d\n" % heurStra) coverCuts = self.optionsDict.get("coverCuts") if coverCuts is not None: cmd.write("COVERCUTS=%d\n" % coverCuts) preSolve = self.optionsDict.get("preSolve") if preSolve is not None: cmd.write("PRESOLVE=%d\n" % preSolve) if self.optionsDict.get("warmStart", False): cmd.write("readslxsol " + self.quote_path(tmpStart) + "\n") for option in self.options: cmd.write(option + "\n") if _ismip(lp) and self.mip: cmd.write("mipoptimize\n") else: cmd.write("lpoptimize\n") # The writeprtsol command must be in lower case for correct filename handling cmd.write("writeprtsol " + self.quote_path(tmpSol) + "\n") cmd.write( f"set fh [open {self.quote_path(tmpAttr)} w]; list\n" ) # `list` to suppress output for attr in attrNames: cmd.write(f'puts $fh "{attr}=${attr}"\n') cmd.write("close $fh\n") cmd.write("QUIT\n") with open(tmpCmd) as cmd: consume = False subout = None suberr = None if not self.msg: # Xpress writes a banner before we can disable output. So # we have to explicitly consume the banner. if sys.hexversion >= 0x03030000: subout = subprocess.DEVNULL suberr = subprocess.DEVNULL else: # We could also use open(os.devnull, 'w') but then we # would be responsible for closing the file. subout = subprocess.PIPE suberr = subprocess.STDOUT consume = True xpress = subprocess.Popen( [self.path, lp.name], shell=True, stdin=cmd, stdout=subout, stderr=suberr, universal_newlines=True, ) if consume: # Special case in which messages are disabled and we have # to consume any output for _ in xpress.stdout: pass if xpress.wait() != 0: raise PulpSolverError("PuLP: Error while executing " + self.path) values, redcost, slacks, duals, attrs = self.readsol(tmpSol, tmpAttr) self.delete_tmp_files(tmpLp, tmpSol, tmpCmd, tmpAttr) status = statusmap.get(attrs.get(statuskey, -1), constants.LpStatusUndefined) lp.assignVarsVals(values) lp.assignVarsDj(redcost) lp.assignConsSlack(slacks) lp.assignConsPi(duals) lp.assignStatus(status) return status
(self, lp)
[ 0.04180309921503067, -0.013090865686535835, -0.062405768781900406, 0.0474618598818779, 0.014097088947892189, -0.0297483429312706, -0.03510822728276253, -0.07567596435546875, 0.0024495560210198164, -0.06125010550022125, 0.010291372425854206, -0.029409615322947502, 0.01463506929576397, 0.004996247123926878, -0.07368344068527222, 0.08320768922567368, 0.016527963802218437, -0.014864209108054638, -0.03915304318070412, 0.02801484987139702, 0.020881623029708862, 0.052084509283304214, 0.02181810885667801, 0.08599722385406494, 0.0276163462549448, -0.023093322291970253, 0.022754594683647156, -0.047382157295942307, -0.01927764341235161, -0.06858258694410324, -0.022615117952227592, 0.030087072402238846, 0.005738461390137672, -0.023770779371261597, -0.012981276959180832, 0.03301607817411423, 0.06702841818332672, 0.020064689218997955, -0.005579059943556786, -0.013688622042536736, -0.02450801245868206, -0.053997330367565155, -0.027835523709654808, -0.01810205727815628, -0.0234320517629385, -0.022136911749839783, -0.014236564747989178, 0.08496110886335373, 0.058221474289894104, -0.03686164319515228, 0.018480636179447174, -0.029429540038108826, -0.00086114282021299, -0.0033972489181905985, -0.019815625622868538, 0.034908972680568695, 0.02636105753481388, 0.06850288063287735, 0.06539455056190491, -0.08280918747186661, 0.008174318820238113, 0.07105331122875214, -0.006191760301589966, -0.013041052035987377, 0.02133990451693535, -0.00003650361395557411, -0.03486912325024605, -0.038375962525606155, -0.01353918295353651, 0.044632479548454285, -0.0035093282349407673, -0.029728418216109276, -0.03731992468237877, 0.0073822918348014355, 0.08822884410619736, 0.010510549880564213, -0.0062067038379609585, -0.057504165917634964, 0.0013897836906835437, -0.004674953408539295, 0.0005171215743757784, 0.03219914436340332, 0.006201722659170628, -0.01168613787740469, -0.01371850911527872, -0.0027795673813670874, 0.09548162668943405, 0.0028343615122139454, 0.07687147706747055, -0.02052297070622444, -0.017584001645445824, 0.07910309731960297, -0.003514309646561742, 0.03977072611451149, 0.07770833373069763, -0.01753418706357479, -0.009683653712272644, -0.003031123196706176, -0.021080875769257545, -0.04710320383310318, -0.0673472210764885, 0.02558397501707077, -0.051247648894786835, -0.001145077170804143, 0.04849797114729881, -0.031242735683918, 0.014097088947892189, 0.03708082064986229, 0.03648306429386139, -0.0583011731505394, -0.06447798758745193, 0.00990283116698265, -0.06033354625105858, -0.024727189913392067, -0.010769577696919441, 0.028034774586558342, -0.07854519039392471, 0.00626149820163846, -0.03546687960624695, 0.018141906708478928, -0.027875373139977455, -0.013618883676826954, -0.07193002104759216, 0.017065946012735367, 0.010640064254403114, -0.0027920205611735582, 0.005230368580669165, 0.03297622874379158, 0.03915304318070412, -0.047501709312200546, -0.02307339757680893, 0.021618856117129326, -0.0016500568017363548, 0.015083386562764645, 0.0067048342898488045, -0.057265061885118484, -0.04044818505644798, -0.011935203336179256, 0.008273945190012455, -0.03182056546211243, 0.062485471367836, -0.014654994942247868, -0.0210410263389349, -0.004094631411135197, 0.025843001902103424, 0.00958900898694992, 0.05587029829621315, -0.028293803334236145, -0.012811912223696709, 0.03375331312417984, -0.004729747772216797, -0.04817916452884674, -0.08719273656606674, -0.037837982177734375, 0.044632479548454285, -0.00313822110183537, -0.0004218541434966028, -0.04471217840909958, -0.01312075275927782, -0.06033354625105858, -0.05212435871362686, -0.08001966029405594, 0.042958758771419525, -0.004645065404474735, -0.011108306236565113, -0.0002966988831758499, -0.021658707410097122, -0.024846741929650307, 0.0583011731505394, 0.06611185520887375, 0.016617627814412117, -0.011566586792469025, -0.03463002294301987, 0.008029861375689507, -0.06212681531906128, 0.050410788506269455, 0.02046319469809532, -0.013907799497246742, -0.000047049965360201895, -0.01678699254989624, -0.011427110061049461, 0.020244017243385315, -0.04491143301129341, -0.01138725969940424, -0.017703551799058914, 0.0399899035692215, 0.020403418689966202, -0.009643803350627422, -0.06065234914422035, 0.022435789927840233, -0.042600106447935104, -0.016717253252863884, 0.04574828967452049, 0.010659988969564438, 0.0006117662996985018, 0.027337392792105675, 0.01642833836376667, 0.006127003114670515, 0.0738428384065628, -0.009479420259594917, -0.008104580454528332, 0.012811912223696709, 0.026022328063845634, 0.024767041206359863, -0.055790599435567856, 0.00017574660887476057, -0.023053472861647606, 0.006749666295945644, -0.02420913428068161, 0.03915304318070412, 0.038734614849090576, -0.028333652764558792, -0.033295031636953354, 0.026221580803394318, 0.01627890020608902, 0.0019140657968819141, -0.008821887895464897, 0.05200480669736862, -0.0369214192032814, 0.011078419163823128, -0.023810630664229393, -0.015870433300733566, -0.01222411822527647, 0.01171602588146925, 0.013300079852342606, 0.04232115298509598, 0.02050304412841797, 0.04845811799168587, 0.0375191755592823, 0.020283866673707962, 0.04937467724084854, -0.03710074722766876, 0.01875958777964115, -0.014166826382279396, 0.021718483418226242, -0.03215929493308067, -0.07428119331598282, 0.044512927532196045, -0.016239048913121223, -0.02056282013654709, -0.03464994579553604, -0.03112318366765976, 0.031521689146757126, -0.04216175153851509, -0.023770779371261597, 0.010057251900434494, 0.03331495821475983, 0.012682398781180382, 0.027596421539783478, 0.0028293803334236145, 0.04662499949336052, -0.045708440244197845, -0.049215275794267654, -0.007631356827914715, 0.01556159183382988, -0.021957585588097572, 0.0031108239199966192, -0.020901549607515335, 0.047422006726264954, -0.009982531890273094, -0.0018156850710511208, 0.0357259064912796, 0.005195499397814274, 0.029110737144947052, 0.01872969977557659, -0.006585283204913139, 0.0013300080318003893, -0.03791768103837967, 0.016268936917185783, 0.012991239316761494, 0.02879193425178528, 0.03429129347205162, -0.08141442388296127, 0.03064497746527195, -0.02944946475327015, 0.07161121815443039, -0.0027646233793348074, 0.010281410068273544, 0.03315555676817894, 0.027835523709654808, 0.07236837595701218, 0.0390135683119297, 0.031143108382821083, 0.01777329109609127, -0.031979966908693314, 0.018869176506996155, -0.06033354625105858, -0.01072972733527422, -0.008059748448431492, -0.005987526848912239, -0.010052270255982876, 0.0612899549305439, 0.0456685908138752, -0.04674455150961876, 0.07169091701507568, 0.07029615342617035, -0.008757131174206734, -0.06531485170125961, 0.01258277241140604, -0.03249802440404892, 0.0065504140220582485, -0.06244561821222305, 0.010719764977693558, -0.04495128244161606, -0.028293803334236145, 0.02992767095565796, 0.02313317358493805, -0.06766602396965027, 0.006361124571412802, -0.011466960422694683, -0.004582799039781094, -0.0041145565919578075, 0.04614679515361786, 0.039969976991415024, 0.028413355350494385, -0.01264254841953516, 0.028114477172493935, 0.005056023132055998, 0.03480934724211693, 0.022136911749839783, -0.06647051125764847, 0.008587767370045185, 0.04977318271994591, -0.025026068091392517, 0.04252040386199951, -0.03142205998301506, 0.04108579084277153, -0.0007739700376987457, 0.04825886711478233, -0.06822393089532852, -0.0024420840200036764, 0.017464449629187584, -0.03180064260959625, 0.014465704560279846, 0.021778257563710213, -0.018141906708478928, 0.02867238223552704, -0.029947595670819283, 0.057265061885118484, -0.048936326056718826, 0.07109316438436508, 0.04877692088484764, -0.07567596435546875, 0.027297543361783028, 0.050530340522527695, -0.03975079953670502, 0.02837350405752659, -0.01040096115320921, -0.0012733456678688526, -0.009310056455433369, -0.004846808034926653, 0.00745202973484993, -0.027696046978235245, 0.038854166865348816, 0.047422006726264954, -0.009514289908111095, 0.00869237445294857, -0.022097062319517136, 0.06850288063287735, -0.008209187537431717, -0.00662015238776803, -0.022376013919711113, -0.056906409561634064, 0.03835603594779968, -0.009768336080014706, -0.07643312215805054, 0.023750854656100273, -0.03367361053824425, -0.008044805377721786, 0.020722221583127975, -0.0025529179256409407, -0.0636012852191925, -0.037001121789216995, -0.06344188004732132, -0.017992468550801277, 0.05921773612499237, -0.035446953028440475, 0.0027023570146411657, -0.04160384461283684, -0.07177061587572098, 0.021559080109000206, -0.03397249057888985, -0.0020161825232207775, 0.022435789927840233, -0.00719798356294632, -0.04026885703206062, 0.016796955838799477, -0.005987526848912239, 0.052204057574272156, 0.0234320517629385, 0.044632479548454285, 0.031521689146757126, 0.050888996571302414, 0.04423397406935692, 0.035984937101602554, 0.01768362708389759, 0.03576575964689255, 0.0240298081189394, -0.034430768340826035, -0.01732497289776802, -0.0063959937542676926, -0.02825395204126835, -0.0363236628472805, 0.01609957218170166, -0.0003589651605580002, -0.03566613048315048, 0.045230235904455185, 0.015691105276346207, -0.024587713181972504, 0.11317521333694458, -0.014495592564344406, 0.046067092567682266, -0.0037534120492637157, -0.06842318177223206, -0.07770833373069763, -0.007641319185495377, -0.02861260622739792, 0.04682425037026405, 0.0486573725938797, -0.015730956569314003, 0.03743947669863701, 0.016139423474669456, 0.093728207051754, 0.043317414820194244, -0.018201682716608047, 0.013011164031922817, -0.010650026611983776, -0.016647515818476677, -0.028712233528494835, 0.04698365181684494, -0.016288861632347107, 0.04646559804677963, -0.01678699254989624, 0.01049062516540289, 0.014126976020634174, 0.00659026438370347, 0.009519270621240139, 0.025843001902103424, 0.013070940040051937, 0.0015989984385669231, 0.04144444316625595, 0.049813032150268555, 0.03421159088611603, 0.009848036803305149, 0.03530747815966606, 0.02098125033080578, -0.05782296881079674, -0.04411442205309868, -0.06834348291158676, 0.0396910235285759, 0.026560310274362564, 0.028592681512236595, 0.06491634249687195, -0.017255235463380814, -0.0001598687085788697, -0.0559101477265358, -0.05467478558421135, 0.0012571564875543118, -0.04754155874252319, -0.007392254192382097, 0.029190437868237495, 0.02879193425178528, 0.03480934724211693, 0.0210410263389349, -0.02588285319507122, -0.06818407773971558, 0.013608920387923717, 0.018590224906802177, -0.03375331312417984, -0.004963868763297796, -0.0315416119992733, -0.00831877626478672, -0.0052353497594594955, 0.0005865484708920121, -0.011805688962340355, -0.022615117952227592, -0.023113247007131577, 0.06659006327390671, 0.0198056623339653, -0.031282585114240646, 0.017703551799058914, -0.0811753198504448, 0.04829871654510498, 0.07240822911262512, -0.03052542731165886, -0.04299861192703247, 0.04913557693362236, -0.009210430085659027, -0.05168600380420685, -0.03528755158185959, -0.010709802620112896, -0.021200427785515785, 0.02241586521267891, -0.0007565354462713003, -0.013549145311117172, -0.011696100234985352, -0.010341186076402664, -0.02086169831454754, 0.02630128152668476, -0.09890875965356827, 0.01600990816950798, -0.0444730781018734, -0.02229631319642067, -0.042121902108192444, 0.08854764699935913, 0.002280191518366337, -0.01078950334340334, 0.03283675014972687, -0.047023504972457886, 0.022734668105840683, -0.06643066555261612, -0.07627371698617935, 0.018719738349318504, -0.03180064260959625, 0.005175574216991663, 0.052323609590530396, 0.032119445502758026, 0.025922702625393867, -0.04156399518251419, -0.04479188099503517, 0.01917801797389984, 0.035506729036569595, 0.017733439803123474, -0.012831837870180607, 0.00866248644888401, 0.02755657024681568, -0.043078310787677765, -0.01490405946969986, 0.01460518129169941, 0.032039742916822433, 0.02600240334868431, -0.06567350029945374, 0.05144689977169037, -0.012562846764922142, 0.07934220135211945, 0.03082430548965931, -0.022136911749839783, -0.06284411996603012, -0.04562873765826225, -0.05957638844847679, -0.006127003114670515, 0.038136858493089676, -0.0044333599507808685, -0.03865491598844528, 0.02098125033080578, 0.019038541242480278, -0.005359882488846779, 0.05766356736421585, -0.040049679577350616, -0.029290063306689262, -0.021897809579968452, -0.013818135485053062, 0.000065457439632155, 0.05252286419272423, 0.013967574574053288, 0.015352376736700535, 0.04610694572329521, 0.024767041206359863, 0.011935203336179256, 0.013090865686535835, -0.0303460992872715, -0.036702241748571396, -0.005942694842815399, -0.0279550738632679, -0.07539700716733932, -0.005803218577057123, -0.03975079953670502, 0.013897836208343506, 0.007935216650366783, -0.02116057649254799, 0.058221474289894104, 0.015691105276346207, -0.0070086936466395855, -0.053399574011564255, -0.017454486340284348, -0.06766602396965027, 0.049573931843042374, 0.041484296321868896, -0.01875958777964115, 0.055671047419309616, -0.002136979252099991, 0.024348611012101173, -0.02785544842481613, -0.07001720368862152, -0.00019302550936117768, 0.04638589546084404, 0.004894130397588015, 0.022674892097711563, 0.03558643162250519, 0.0030585203785449266, -0.03927259519696236, 0.018630074337124825, 0.0038356035947799683, -0.049454379826784134, -0.01822160743176937, 0.04989273473620415, 0.02594262734055519, -0.0058879004791378975, 0.04263995587825775, -0.006117040757089853, -0.07001720368862152, 0.011676175519824028, -0.003367361146956682, 0.012532959692180157, -0.004366112407296896, -0.02080192230641842, 0.003987533506006002, -0.001233495306223631, 0.0009109558304771781, 0.03522777929902077, 0.03797745704650879, -0.03805715963244438, 0.03791768103837967, 0.019367307424545288, -0.06256517022848129, -0.018261458724737167, -0.004667481407523155, 0.013200454413890839, 0.053040917962789536, -0.027098290622234344, -0.02797500044107437, 0.014505555853247643, 0.006256517022848129, -0.014047275297343731, -0.029369764029979706, 0.0067048342898488045, 0.01890902779996395, -0.0715315192937851, 0.011038567870855331, -0.016806917265057564, -0.007282665465027094, 0.010166840627789497, 0.02927013859152794, 0.03733985126018524, -0.023272648453712463, 0.006510563660413027, 0.039312444627285004, -0.007990011014044285, -0.019984988495707512, 0.0011002453975379467, -0.012094604782760143, -0.005544190760701895, -0.005713555030524731, -0.07312553375959396, 0.045827992260456085, 0.01523282565176487, -0.01777329109609127, 0.0068692173808813095, 0.058580126613378525, 0.021539155393838882, -0.0033823049161583185, 0.00005125294046592899, -0.04399487003684044, -0.017613889649510384, -0.007486898917704821, 0.013070940040051937, 0.004757144954055548, -0.00004027850809507072, -0.005892882123589516, 0.007920272648334503, -0.0691404938697815, 0.0010803202167153358, 0.04395502060651779, -0.03835603594779968, 0.00539475167170167, 0.004948924761265516, 0.025444498285651207, 0.011138194240629673, -0.015272676013410091, 0.03803723305463791, 0.02456778846681118, -0.04722275584936142, -0.008164356462657452, 0.0033773237373679876, -0.009439569897949696, -0.01403731293976307, 0.021738408133387566, -0.009100841358304024, -0.02349182590842247, -0.029110737144947052, 0.0405876599252224, 0.007730982732027769, -0.008846795186400414, -0.048856623470783234, 0.017464449629187584, 0.03076452948153019, 0.029668642207980156, 0.010869204066693783, 0.004313808865845203, -0.029309989884495735, -0.07794743776321411, 0.05080929398536682, 0.03650299087166786, 0.01132748369127512, -0.012742173857986927, -0.08735213428735733, -0.047143056988716125, -0.04590769112110138, 0.0552326925098896, -0.057982370257377625, 0.031083332374691963, -0.03138221055269241, -0.010659988969564438, -0.01858026161789894, -0.015312526375055313, 0.05778311938047409, -0.0432775653898716, -0.027297543361783028, -0.011486885137856007, -0.0036114449612796307, 0.03405218943953514, 0.05901848152279854, 0.0192079059779644, -0.05778311938047409, 0.047740813344717026, 0.007212927099317312, -0.03239839896559715, -0.006829367019236088, -0.036522917449474335, 0.009270205162465572, -0.01580069400370121, 0.05431613326072693, 0.022575266659259796, -0.06818407773971558, -0.015820618718862534, -0.005574078299105167, -0.025623824447393417, -0.06898108869791031, 0.04144444316625595, 0.04263995587825775, -0.038077082484960556, 0.012772061862051487, -0.04066736251115799, -0.04291890934109688, 0.008811925537884235, -0.03399241343140602, 0.028174251317977905, 0.024009881541132927, 0.005384788848459721, 0.03321533277630806, -0.012572810053825378, 0.0007409688550978899, -0.027835523709654808, -0.02187788486480713, -0.02373092994093895, -0.002186792204156518, 0.03590523451566696, 0.04060758650302887, -0.040747061371803284, -0.0031780714634805918, 0.06033354625105858, -0.008159374818205833, 0.015730956569314003, 0.013828097842633724, 0.05794252082705498, -0.021718483418226242, 0.051247648894786835, 0.03176078945398331, -0.004540457855910063, -0.015790732577443123, -0.017494337633252144, -0.03761880472302437, -0.003150674281641841, 0.08241068571805954, 0.035925161093473434, -0.006993750110268593, -0.050052136182785034, 0.035506729036569595 ]
38,946
pulp.apis.xpress_api
defaultPath
null
def defaultPath(self): return self.executableExtension("optimizer")
(self)
[ 0.04328417405486107, -0.02634103037416935, 0.05305258557200432, -0.002336840145289898, 0.011562095023691654, -0.04412627965211868, -0.0030736816115677357, 0.03819786384701729, -0.028092607855796814, -0.012698936276137829, 0.057566266506910324, 0.03274102509021759, -0.02647576667368412, 0.03164628893136978, -0.051301009953022, -0.0349641814827919, 0.02593681961297989, 0.032353658229112625, -0.03519997000694275, 0.0245220847427845, 0.019957877695560455, -0.04183575510978699, 0.0016178933437913656, -0.03152839466929436, 0.00027421029517427087, 0.0708715170621872, 0.039309438318014145, -0.0003660523216240108, -0.010711569339036942, -0.06952415406703949, -0.05413047969341278, -0.061877842992544174, -0.029844185337424278, 0.036816809326410294, 0.020917877554893494, 0.021322086453437805, 0.008362097665667534, 0.07215151935815811, -0.04146522656083107, -0.0849515050649643, -0.005343153141438961, -0.010155781172215939, 0.012564199976623058, -0.011738937348127365, 0.027233660221099854, -0.002467366401106119, -0.053658902645111084, -0.00983578059822321, 0.01678314432501793, 0.009919991716742516, 0.07154519855976105, -0.015275776386260986, 0.017903141677379608, 0.013591567054390907, -0.05867784470319748, 0.013861040584743023, 0.0408589132130146, -0.01785261556506157, 0.01621893420815468, 0.044530488550662994, 0.0181726161390543, -0.031578920781612396, 0.027806291356682777, -0.007663151249289513, 0.004446311853826046, 0.00840841419994831, -0.05375995486974716, 0.005557890050113201, -0.0008336834725923836, 0.05739784613251686, -0.021490508690476418, -0.05116627365350723, 0.006479994393885136, -0.060328368097543716, 0.006623152177780867, -0.04069049283862114, -0.06463994830846786, -0.033128391951322556, -0.010501043871045113, 0.005456837359815836, -0.031898919492959976, -0.010096833109855652, -0.054568372666835785, -0.07336414605379105, 0.03897259756922722, -0.025010505691170692, 0.03981470316648483, -0.027031555771827698, 0.007915782742202282, -0.0749136209487915, -0.021776823326945305, -0.015183145180344582, 0.0036673652939498425, 0.03351576253771782, 0.011250516399741173, -0.032943129539489746, 0.026863135397434235, -0.03237050026655197, 0.0690525695681572, -0.010736833326518536, -0.017549458891153336, 0.006745257414877415, 0.016050511971116066, 0.01180630549788475, 0.07120835781097412, 0.038534704595804214, 0.018930509686470032, 0.028917869552969933, 0.014576829969882965, -0.05803784355521202, -0.07666520029306412, 0.027082081884145737, 0.0024757874198257923, -0.06315784156322479, 0.03184839338064194, 0.030854711309075356, -0.027873659506440163, -0.008147361688315868, 0.053557850420475006, 0.06817678362131119, -0.08010098338127136, 0.10367991030216217, -0.06834520399570465, -0.00026552609051577747, 0.03445891663432121, -0.018138932064175606, 0.011941042728722095, 0.05844205617904663, -0.036850493401288986, -0.020109456032514572, 0.05611784756183624, -0.01006314903497696, -0.04762943461537361, -0.0008847360732033849, 0.002599997678771615, 0.0376925989985466, 0.01980629935860634, 0.05187363922595978, 0.00035999968531541526, 0.10879990458488464, -0.006854731123894453, -0.04483364522457123, 0.018425246700644493, -0.032724183052778244, 0.012496831826865673, 0.02425261028110981, 0.027722081169486046, 0.0071957833133637905, -0.027738923206925392, 0.0018431562930345535, 0.031679973006248474, 0.009953675791621208, -0.06511152535676956, -0.07383572310209274, 0.026374714449048042, -0.0367831252515316, -0.025263136252760887, 0.031124183908104897, 0.036446284502744675, -0.06790731102228165, 0.02751997672021389, 0.01539367064833641, -0.030349448323249817, -0.06655994057655334, -0.006530520506203175, 0.00045421015238389373, -0.02433682046830654, 0.07053467631340027, -0.03691786155104637, 0.010391569696366787, -0.011814726516604424, -0.07013046741485596, -0.005755784455686808, 0.02561682090163231, 0.05487153306603432, 0.07686730474233627, 0.013204199261963367, 0.05436626821756363, 0.0663241520524025, 0.02797471359372139, 0.03863575682044029, 0.05069469287991524, -0.019098931923508644, 0.05389469116926193, 0.006951572839170694, -0.008614729158580303, 0.008088414557278156, -0.03302733972668648, -0.007663151249289513, 0.052513640373945236, 0.013018935918807983, 0.061877842992544174, 0.05908205360174179, -0.023309454321861267, -0.029170501977205276, -0.024673663079738617, 0.04530522599816322, 0.0006110520916990936, -0.03287576138973236, 0.002652629278600216, -0.005583153106272221, -0.002812629099935293, 0.044799961149692535, 0.03937681019306183, 0.0008047361625358462, -0.0071663097478449345, -0.018324194476008415, 0.002142103388905525, -0.06575152277946472, 0.061103105545043945, 0.017381038516759872, -0.05972205474972725, 0.001825261628255248, 0.008298940025269985, 0.012951567769050598, -0.015098934061825275, -0.002985260682180524, 0.07626098394393921, -0.030265238136053085, 0.03883786126971245, 0.024488400667905807, -0.03873680904507637, 0.03570523113012314, 0.012412620708346367, 0.06410099565982819, -0.018004195764660835, 0.02366313710808754, -0.027149450033903122, -0.005511574447154999, -0.04069049283862114, -0.041532594710588455, -0.08252624422311783, 0.014585250988602638, -0.012143147177994251, 0.04826943203806877, 0.051570482552051544, 0.01167156919836998, 0.01343998871743679, 0.017768405377864838, -0.04143154248595238, -0.006913678254932165, -0.02307366393506527, 0.028901027515530586, -0.018054721876978874, -0.01820630021393299, 0.0068126255646348, 0.023090505972504616, -0.045473646372556686, 0.011511568911373615, -0.010534727945923805, 0.0667620450258255, -0.0028610501904040575, -0.047696802765131, -0.019317878410220146, -0.022399980574846268, 0.04759575054049492, -0.011402095668017864, -0.0112420953810215, 0.01287577860057354, 0.006231573410332203, -0.032589446753263474, -0.0043915752321481705, -0.060597844421863556, -0.049953643232584, -0.0019494720036163926, 0.005679995287209749, -0.011519989930093288, -0.018694721162319183, -0.0395115464925766, -0.011284200474619865, 0.07814729958772659, 0.0931030809879303, -0.05308626964688301, -0.015469460748136044, -0.022332612425088882, 0.008749466389417648, -0.05173890292644501, 0.024353662505745888, -0.03482944518327713, 0.010551569983363152, 0.008505255915224552, -0.001658945926465094, -0.03242102637887001, -0.005957889836281538, -0.05975573882460594, 0.010307359509170055, -0.013094726018607616, -0.06120415776968002, -0.05049258843064308, -0.00524631142616272, 0.050391536206007004, 0.07922519743442535, 0.020581034943461418, -0.027637870982289314, 0.06346099823713303, -0.001145262154750526, 0.024623136967420578, -0.020698929205536842, 0.037119969725608826, -0.0018936826381832361, -0.023461032658815384, -0.01980629935860634, -0.0204294566065073, -0.00560841616243124, -0.051570482552051544, 0.04459785670042038, 0.00150736712384969, -0.02021050825715065, 0.03610944375395775, 0.04685469716787338, -0.01866103708744049, -0.020244192332029343, 0.04682101309299469, 0.025650504976511, 0.025734715163707733, 0.0048294696025550365, 0.017599985003471375, -0.016614722087979317, 0.04853890463709831, 0.05753258243203163, -0.07242099195718765, 0.09182307869195938, -0.04240838438272476, -0.06470731645822525, -0.05285048112273216, -0.034627337008714676, 0.011755779385566711, -0.003663154784590006, -0.03745681047439575, -0.04513680189847946, 0.008463150821626186, -0.008298940025269985, 0.012909462675452232, 0.03509891778230667, 0.021355770528316498, 0.06164205074310303, 0.0753851979970932, 0.01802103780210018, -0.035132601857185364, 0.009557886980473995, 0.060968369245529175, -0.0040273647755384445, 0.005254732444882393, 0.03290944546461105, 0.027098923921585083, -0.014096830040216446, 0.03934312239289284, -0.000912630814127624, 0.03742312639951706, -0.08360414206981659, -0.025785241276025772, 0.014063145965337753, -0.055882059037685394, -0.016471564769744873, -0.0039831544272601604, -0.033768393099308014, -0.051334694027900696, 0.01911577396094799, -0.01098946388810873, 0.015991564840078354, -0.02602102980017662, 0.033313654363155365, -0.020143140107393265, 0.0413304902613163, 0.029187344014644623, -0.03381891921162605, 0.06925467401742935, -0.017153669148683548, 0.04490101337432861, -0.045439962297677994, -0.005183153320103884, -0.047696802765131, 0.009439991787075996, -0.020766297355294228, 0.0010621043620631099, 0.0037810495123267174, -0.02074945531785488, 0.0024863136932253838, -0.03046734258532524, 0.0322357602417469, 0.028631554916501045, 0.05322100594639778, -0.00840841419994831, -0.013987356796860695, 0.0015189460245892406, 0.020328404381871223, -0.007343151606619358, -0.022079981863498688, -0.01108209602534771, -0.06100205332040787, 0.01539367064833641, -0.04355364665389061, -0.0012315779458731413, 0.03654733672738075, 0.025734715163707733, -0.028530502691864967, -0.011006305925548077, 0.028530502691864967, -0.05655574053525925, 0.018694721162319183, 0.034307338297367096, -0.025953661650419235, 0.03301049768924713, 0.057431530207395554, -0.006955783348530531, -0.07740624994039536, 0.023039979860186577, 0.07046730816364288, -0.03420628607273102, 0.009734728373587132, -0.008741045370697975, -0.03890522941946983, -0.02111998200416565, 0.0440589115023613, -0.022501032799482346, 0.04742732644081116, 0.042711541056632996, -0.05989047512412071, 0.05150311440229416, 0.017178932204842567, 0.006922099273651838, 0.04574311897158623, 0.022905243560671806, 0.016581038013100624, 0.05672416090965271, 0.015562091954052448, -0.005759994965046644, -0.023595768958330154, -0.033852603286504745, -0.01780208945274353, -0.04523785784840584, -0.019536824896931648, 0.015646303072571754, 0.0022863138001412153, -0.007406309247016907, -0.011612622067332268, 0.038130491971969604, -0.048067327588796616, -0.03560417890548706, -0.03742312639951706, -0.004336838610470295, -0.048437852412462234, 0.010509464889764786, 0.023578926920890808, -0.03509891778230667, 0.02524629421532154, -0.007183151785284281, 0.05480416491627693, -0.034762077033519745, -0.017768405377864838, -0.013557882979512215, 0.013288409449160099, 0.06645888835191727, 0.03373470902442932, 0.012926304712891579, -0.0049094692803919315, -0.03459365293383598, -0.02701471373438835, -0.005216837860643864, -0.019587351009249687, 0.007953677326440811, 0.0444968044757843, 0.09431570768356323, -0.04971785098314285, 0.003271576249971986, -0.009338939562439919, 0.034088391810655594, 0.01643788069486618, 0.0050231534987688065, -0.023309454321861267, -0.00045289433910511434, -0.021423138678073883, -0.06511152535676956, -0.07821466773748398, 0.027587344869971275, 0.049381010234355927, -0.02915365993976593, 0.055477846413850784, 0.0417683869600296, -0.021187350153923035, -0.017566300928592682, -0.02034524641931057, -0.0028757869731634855, 0.03920838609337807, 0.0354357585310936, -0.0014978934777900577, -0.04719153791666031, -0.0354357585310936, -0.026829451322555542, 0.002465261146426201, 0.06369678676128387, 0.0844799280166626, -0.03191576153039932, -0.019368404522538185, 0.005157890263944864, 0.030955763533711433, 0.07147783041000366, 0.05793679133057594, 0.016774723306298256, 0.03265681490302086, 0.035536810755729675, -0.04203785955905914, -0.06443783640861511, 0.013271567411720753, -0.0171368271112442, -0.013987356796860695, -0.03309470787644386, -0.014037882909178734, -0.05416416376829147, 0.024421032518148422, -0.013002093881368637, 0.001545261824503541, -0.034762077033519745, 0.006926309783011675, 0.034896813333034515, -0.0014294724678620696, 0.02479155734181404, 0.03890522941946983, 0.06426941603422165, -0.02997892163693905, -0.018694721162319183, -0.015326302498579025, 0.00101052550598979, -0.062416788190603256, -0.0032694709952920675, -0.008273676969110966, -0.03097260557115078, -0.013406304642558098, 0.05308626964688301, 0.09829044342041016, 0.06645888835191727, 0.03038313239812851, 0.0025957871694117785, 0.09141886979341507, 0.03351576253771782, 0.08030308783054352, -0.007646309211850166, 0.023376822471618652, 0.00501894298940897, -0.036850493401288986, -0.004854732658714056, -0.011023148894309998, 0.009861044585704803, -0.030046289786696434, 0.03560417890548706, 0.032303132116794586, -0.030130499973893166, 0.04921258985996246, 0.033768393099308014, 0.004997890442609787, 0.0062989420257508755, 0.025987345725297928, -0.046349432319402695, 0.026273662224411964, 0.03341470658779144, -0.03341470658779144, 0.04099364951252937, 0.0004828943347092718, -0.019098931923508644, 0.04756206274032593, -0.020446298643946648, -0.0703999400138855, -0.004132627975195646, -0.018374720588326454, -0.010172623209655285, 0.039983123540878296, -0.041667331010103226, 0.03459365293383598, -0.020378930494189262, -0.019132615998387337, 0.017903141677379608, -0.010913674719631672, 0.029675764963030815, -0.05231153592467308, -0.04991995915770531, 0.07551993429660797, 0.024454716593027115, 0.01614314317703247, -0.05123364180326462, 0.009844202548265457, -0.004559996072202921, 0.01866103708744049, 0.047696802765131, 0.027082081884145737, -0.020362088456749916, -0.02371366322040558, -0.030416816473007202, 0.023999979719519615, -0.04294733330607414, -0.002381050493568182, -0.01562103908509016, 0.05308626964688301, -0.004044207278639078, -0.018189458176493645, -0.03102313168346882, -0.0010373675031587481, -0.05089679732918739, -0.008724203333258629, 0.06487573683261871, 0.01563788205385208, -0.04604627564549446, -0.03533470630645752, 0.03156207874417305, 0.03826523199677467, 0.007789466995745897, 0.0028968395199626684, -0.028530502691864967, 0.02674524113535881, -0.014164198189973831, -0.0027621029876172543, -0.06511152535676956, -0.016505248844623566, 0.015772618353366852, -0.027183134108781815, -0.06386520713567734, 0.010509464889764786, 0.03560417890548706, -0.012858936563134193, 0.001462104031816125, -0.0032526287250220776, -0.07821466773748398, 0.05581469088792801, -0.005541048012673855, -0.031949445605278015, 0.014618935063481331, 0.02475787326693535, 0.008265255950391293, 0.03445891663432121, 0.019368404522538185, 0.008892623707652092, -0.006101047620177269, -0.014374724589288235, 0.04847153648734093, -0.03614312782883644, 0.014753671362996101, -0.07410520315170288, -0.015789460390806198, 0.011233674362301826, 0.018863141536712646, -0.03550312668085098, 0.0009452623780816793, 0.04351996257901192, 0.004271575249731541, -0.02012629806995392, -0.05167153477668762, -0.023376822471618652, -0.056926265358924866, 0.05254732444882393, 0.048437852412462234, -0.017170511186122894, -0.014130514115095139, -0.06302310526371002, -0.03166313096880913, 0.014964197762310505, 0.009583150036633015, 0.01619367115199566, 0.008479992859065533, -0.0288336593657732, 0.02334313839673996, -0.08090940117835999, -0.0052884165197610855, -0.011814726516604424, -0.01262314710766077, 0.03536839038133621, 0.008105256594717503, -0.047393642365932465, -0.030046289786696434, -0.08791571110486984, 0.03482944518327713, -0.02443787455558777, 0.0019421036122366786, -0.022467348724603653, -0.039174702018499374, -0.036311548203229904, -0.02548208273947239, -0.00440420676022768, -0.008075783029198647, 0.026964187622070312, 0.009482096880674362, -0.03188207745552063, -0.003785260021686554, -0.03402102366089821, -0.006989467889070511, 0.022096823900938034, -0.02143998257815838, 0.03152839466929436, -0.028227344155311584, 0.04079154506325722, 0.05931784585118294, 0.01085472758859396, -0.10637464374303818, -0.0017442090902477503, 0.03530102223157883, 0.004082101862877607, 0.05234521999955177, -0.04368838295340538, -0.017119985073804855, -0.02170945517718792, -0.022719981148838997, -0.011722095310688019, 0.02783997543156147, 0.02652629278600216, -0.06986099481582642, -0.023275770246982574, 0.025044189766049385, 0.00027605239301919937, -0.004132627975195646, -0.017229458317160606, -0.057835739105939865, -0.01908208802342415, 0.025279978290200233, -0.029254712164402008, -0.015772618353366852, -0.00543999532237649, 0.010450517758727074, -0.02288840152323246, -0.06834520399570465, 0.004715785384178162, -0.0030715763568878174, -0.03674944117665291, -0.02438734844326973, -0.027873659506440163, 0.009633676148951054, 0.026256820186972618, 0.04527154192328453, 0.011427358724176884, -0.02457261085510254, -0.06588625907897949, 0.04018522799015045, 0.029322080314159393, -0.0313262902200222, -0.04527154192328453, 0.043250489979982376, -0.015098934061825275, 0.029439974576234818, 0.018947351723909378, 0.013515777885913849, -0.029372606426477432, -0.010846306569874287, -0.004387364722788334, -0.012336831539869308, 0.040218912065029144, -0.032808393239974976, 0.03434102237224579, 0.02534734643995762, 0.006433678790926933, 0.014113672077655792, 0.022534716874361038, -0.015856828540563583, 0.05062732473015785, 0.015865249559283257, 0.0010442095808684826, 0.03738944232463837, 0.02893471159040928, 0.002078945515677333, -0.020581034943461418, 0.024269452318549156, -0.020564192906022072, -0.015107355080544949, -0.039444178342819214, -0.0005426311399787664, -0.051974691450595856, 0.01694314368069172, -0.05598311126232147, 0.0376925989985466, -0.03105681575834751, -0.007284204475581646, -0.026543134823441505 ]
38,951
pulp.apis.xpress_api
quote_path
Quotes a path for the Xpress optimizer console, by wrapping it in double quotes and escaping the following characters, which would otherwise be interpreted by the Tcl shell: \ $ " [
@staticmethod def quote_path(path): r""" Quotes a path for the Xpress optimizer console, by wrapping it in double quotes and escaping the following characters, which would otherwise be interpreted by the Tcl shell: \ $ " [ """ return '"' + re.sub(r'([\\$"[])', r"\\\1", path) + '"'
(path)
[ 0.012829412706196308, -0.0356430746614933, 0.046918995678424835, -0.0008045656140893698, 0.003678637556731701, -0.02368641272187233, 0.01213994063436985, 0.02466389164328575, 0.019549580290913582, -0.002491698833182454, 0.08999789506196976, 0.03784240409731865, 0.0032815367449074984, 0.04073993116617203, -0.07226362824440002, -0.057147614657878876, 0.07366003096103668, 0.05323769897222519, -0.01911320723593235, -0.0018065907061100006, -0.016852786764502525, 0.010595174506306648, 0.018432462587952614, -0.0017422254895791411, -0.005733961705118418, 0.050794001668691635, 0.014443998225033283, 0.02578100934624672, -0.027037769556045532, -0.0808514803647995, -0.02691558375954628, -0.03773767501115799, 0.019514670595526695, 0.03175061568617821, 0.03169824928045273, 0.0038400962948799133, 0.013597431592643261, 0.011371921747922897, -0.024611525237560272, -0.08364427834749222, 0.02707267925143242, 0.01947976090013981, -0.004051737952977419, -0.04709354415535927, -0.01283814013004303, -0.013283242471516132, 0.003659000853076577, -0.013684706762433052, -0.0356430746614933, -0.0027426141314208508, 0.06444379687309265, -0.031366605311632156, 0.007466368842869997, 0.01332687959074974, -0.05404062569141388, 0.0320298932492733, 0.038889702409505844, 0.06971520185470581, 0.021783819422125816, -0.02002086490392685, 0.039762452244758606, 0.05561157688498497, 0.03052876517176628, 0.028032703325152397, 0.0663638487458229, -0.01353633962571621, -0.012305762618780136, -0.0364110954105854, -0.00360663584433496, -0.041857048869132996, -0.05987059324979782, -0.02541445568203926, -0.06158117949962616, -0.08134022355079651, 0.06248883903026581, -0.041857048869132996, -0.10158800333738327, 0.01803099736571312, 0.0008143840241245925, 0.010219892486929893, -0.009914430789649487, -0.05082891136407852, 0.03466559574007988, -0.007357275113463402, -0.015351657755672932, 0.011694838292896748, 0.024611525237560272, 0.04224105924367905, -0.004178286530077457, 0.0009109319071285427, 0.019148116931319237, -0.03417685627937317, -0.0632917657494545, 0.06011496111750603, -0.02185363881289959, -0.027805788442492485, 0.08015327900648117, -0.087833471596241, -0.007723830174654722, 0.0006725623388774693, -0.033897578716278076, 0.04737282544374466, 0.0015262201195582747, -0.015761850401759148, 0.012698500417172909, 0.002613883698359132, 0.01895611174404621, 0.0011302101192995906, -0.012471585534512997, -0.08001364022493362, -0.03497978672385216, 0.00941696297377348, -0.015238200314342976, -0.03766785189509392, 0.03634127601981163, 0.004077920224517584, -0.032710637897253036, -0.041473038494586945, 0.05390098690986633, 0.022743843495845795, 0.020753974094986916, 0.02223764918744564, -0.038191501051187515, 0.05829964205622673, 0.04531313478946686, 0.04101920872926712, -0.015569845214486122, 0.08427266031503677, -0.05103836953639984, 0.0019189572194591165, 0.05023544281721115, 0.028626171872019768, 0.010359532199800014, -0.019619401544332504, 0.03260590881109238, 0.0400417298078537, -0.012899232096970081, -0.0005607413477264345, 0.02466389164328575, 0.03714420273900032, 0.027369413524866104, -0.02476862072944641, -0.0340895801782608, -0.01927030086517334, 0.010036615654826164, 0.030232030898332596, -0.007448913995176554, -0.0015676756156608462, -0.015377840027213097, 0.004922305233776569, 0.003421176690608263, 0.013684706762433052, -0.027735967189073563, -0.017001153901219368, 0.04168250039219856, 0.0004857394378632307, 0.00038837335887365043, -0.007758739870041609, 0.05435481667518616, -0.0018185910303145647, 0.04279961809515953, -0.025536639615893364, -0.039099160581827164, -0.02019541524350643, -0.021190349012613297, 0.014618548564612865, -0.05411044880747795, 0.011755931191146374, -0.005925966892391443, 0.023616591468453407, 0.05068926885724068, -0.0374583937227726, -0.06371068954467773, 0.05013071000576019, 0.006589256227016449, 0.05226022005081177, -0.01824045740067959, 0.08022309839725494, 0.03285027667880058, -0.004324472043663263, -0.008387119509279728, -0.019881226122379303, 0.05212057754397392, 0.015849124640226364, 0.04590660706162453, -0.03634127601981163, 0.035451069474220276, -0.006052515469491482, 0.04300907999277115, 0.06472307443618774, -0.020684154704213142, 0.0715654268860817, 0.06245392933487892, -0.011904298327863216, -0.013998896814882755, -0.058858200907707214, -0.0013778527500107884, -0.028556352481245995, -0.03257099911570549, 0.03133169561624527, -0.04042574018239975, 0.01937503181397915, 0.03648091480135918, -0.018048452213406563, 0.08078166097402573, -0.04608115553855896, 0.05508792772889137, -0.03606199473142624, -0.04719827324151993, 0.015918944031000137, 0.024733711034059525, -0.019671766087412834, -0.01012388989329338, -0.021975822746753693, -0.008675126358866692, 0.030616039410233498, -0.029743291437625885, 0.08064202219247818, -0.010987911373376846, 0.007723830174654722, 0.07729066163301468, 0.04105411842465401, -0.01358870416879654, 0.002180781913921237, 0.019514670595526695, -0.03503214940428734, 0.005594321992248297, 0.05006089061498642, -0.0054284995421767235, -0.039587900042533875, 0.032815366983413696, -0.052888598293066025, 0.010106435045599937, 0.003929553087800741, 0.000193095751455985, -0.041158851236104965, -0.028085067868232727, -0.016468776389956474, 0.049991071224212646, -0.022150373086333275, -0.030808044597506523, 0.013693434186279774, 0.0320298932492733, -0.03456086665391922, 0.024087876081466675, 0.017132066190242767, -0.04587169364094734, 0.03381030261516571, 0.0010974820470437407, -0.00866639893501997, 0.008998043835163116, -0.012925415299832821, -0.02304057776927948, -0.013518884778022766, -0.024454431608319283, 0.042659979313611984, -0.008605306968092918, -0.011145006865262985, 0.011450468562543392, 0.031087324023246765, -0.026409389451146126, 0.018432462587952614, -0.0245417058467865, -0.020003410056233406, 0.0021175076253712177, -0.007008175831288099, -0.04108903184533119, 0.017062246799468994, -0.03047640062868595, -0.010141344740986824, -0.0555417574942112, 0.055053018033504486, -0.05770617350935936, 0.0069470833986997604, -0.06304740160703659, 0.021923458203673363, -0.026130110025405884, 0.026514118537306786, -0.043043989688158035, -0.04084466025233269, 0.013335607014596462, 0.028032703325152397, 0.03627145290374756, 0.0010963911190629005, -0.04224105924367905, -0.028556352481245995, -0.007531824987381697, -0.015761850401759148, -0.03672528266906738, 0.03531143069267273, 0.037772584706544876, 0.057042885571718216, 0.06884245574474335, -0.016678236424922943, 0.047233182936906815, 0.02880072221159935, -0.0555417574942112, -0.058928024023771286, -0.05330751836299896, -0.019462306052446365, 0.03634127601981163, 0.03752821311354637, -0.05952149257063866, 0.016285499557852745, -0.017891356721520424, 0.03941335156559944, -0.041368309408426285, -0.01671314612030983, 0.009975522756576538, 0.026095200330018997, -0.01033334992825985, 0.0008198387222364545, 0.00015845851157791913, 0.030458945780992508, 0.014190901070833206, 0.052085667848587036, -0.02120780386030674, -0.04587169364094734, 0.03290264308452606, -0.016704419627785683, -0.0327979139983654, 0.026339570060372353, 0.04140321910381317, -0.01547384262084961, -0.05435481667518616, -0.021085619926452637, -0.007710738573223352, 0.002681521698832512, -0.02890545129776001, 0.007654009852558374, 0.022900937125086784, 0.045138586312532425, -0.01916557177901268, 0.00749691529199481, 0.06891227513551712, -0.027526509016752243, 0.022569293156266212, -0.011232282035052776, -0.08210823684930801, 0.0030349851585924625, 0.0826667994260788, 0.027090134099125862, -0.009443146176636219, 0.0035259064752608538, -0.0015229472192004323, -0.012663589790463448, -0.0007871106499806046, 0.022970758378505707, 0.050514720380306244, -0.06388523429632187, 0.025117721408605576, -0.0542500875890255, -0.004086648114025593, -0.0069427196867764, 0.004112830385565758, -0.029080001637339592, -0.028346892446279526, -0.00007213817298179492, -0.02729959413409233, -0.016407683491706848, 0.05068926885724068, 0.020806340500712395, -0.020753974094986916, 0.025973014533519745, -0.011947935447096825, -0.03216953203082085, 0.022586748003959656, 0.009870792739093304, -0.018345186486840248, 0.07240326702594757, 0.01699242554605007, 0.0069470833986997604, -0.008736219257116318, -0.020474694669246674, 0.0006447434425354004, 0.020387420430779457, 0.014112353324890137, -0.028887996450066566, -0.0408097505569458, -0.04035592079162598, 0.055576667189598083, 0.025431910529732704, 0.008400210179388523, -0.03314701095223427, 0.0008160204743035138, -0.014496363699436188, -0.0278930626809597, 0.020335055887699127, 0.016940061002969742, -0.030458945780992508, -0.020684154704213142, -0.008915132842957973, 0.05355188623070717, 0.019881226122379303, -0.02078888565301895, -0.04073993116617203, 0.01746371015906334, 0.014217083342373371, -0.03161097317934036, 0.04936269298195839, 0.009923158213496208, 0.02541445568203926, -0.009277323260903358, -0.005799418315291405, 0.020003410056233406, -0.045033857226371765, 0.009521692991256714, 0.03791222348809242, -0.01221848838031292, 0.02820725180208683, -0.026391934603452682, -0.0454527772963047, 0.019741585478186607, 0.010987911373376846, -0.0019135024631395936, -0.0025266087613999844, -0.04730300232768059, -0.029952751472592354, 0.0023869688156992197, 0.009608968161046505, -0.0511430986225605, -0.001854592002928257, -0.051003459841012955, 0.07477714866399765, 0.03665546327829361, 0.019671766087412834, 0.0010189346503466368, 0.017760444432497025, 0.09306997060775757, 0.007121633272618055, -0.05634468421339989, -0.01824045740067959, -0.012733410112559795, -0.017559712752699852, -0.03241390362381935, -0.02686321921646595, 0.045033857226371765, -0.02126016840338707, 0.02885308675467968, 0.027107588946819305, -0.04328835755586624, 0.01219230517745018, -0.00003688728975248523, -0.04119376093149185, -0.01213994063436985, -0.021923458203673363, 0.0020051412284374237, 0.01836264133453369, 0.011860661208629608, -0.006152881309390068, -0.006803079508244991, 0.018345186486840248, 0.022918391972780228, -0.02265656739473343, 0.024524250999093056, -0.0741487666964531, 0.0025506094098091125, -0.021871093660593033, -0.03503214940428734, 0.0052626775577664375, 0.007619100157171488, 0.06597983837127686, 0.06447871029376984, -0.020544515922665596, 0.03290264308452606, -0.01831027679145336, 0.023459497839212418, 0.08378391712903976, -0.010429352521896362, -0.034264132380485535, -0.01921793632209301, -0.004086648114025593, -0.061127349734306335, 0.027858152985572815, 0.03428158536553383, 0.019689220935106277, -0.011049004271626472, 0.058264732360839844, -0.028661081567406654, -0.004481567069888115, -0.038994431495666504, -0.08587851375341415, 0.026880674064159393, 0.008989316411316395, 0.010891909711062908, 0.016564778983592987, 0.03169824928045273, -0.0622444711625576, 0.0027600692119449377, 0.023756232112646103, 0.0790361613035202, 0.0955834835767746, -0.039378441870212555, -0.029376735910773277, 0.029324371367692947, -0.011467923410236835, -0.010237347334623337, 0.07896634191274643, 0.028172342106699944, -0.030232030898332596, 0.009320961311459541, -0.05599558725953102, -0.044545117765665054, -0.004243742674589157, 0.021713998168706894, 0.008662035688757896, 0.056554146111011505, 0.02443697676062584, -0.022272558882832527, -0.015569845214486122, -0.023651501163840294, -0.06105753034353256, -0.027282139286398888, -0.00881913024932146, 0.0327979139983654, -0.0017520439578220248, -0.018048452213406563, 0.029464012011885643, 0.010088980197906494, 0.02782324329018593, -0.04869940131902695, 0.009992977604269981, -0.033024828881025314, -0.07624336332082748, -0.00889767799526453, -0.044440384954214096, 0.0018502281745895743, 0.010586447082459927, 0.04356763884425163, 0.07791904360055923, 0.05990550294518471, -0.0018665922107174993, 0.028887996450066566, -0.0021273260936141014, 0.04587169364094734, 0.14243265986442566, -0.05013071000576019, -0.016617143526673317, 0.026496663689613342, -0.0226042028516531, 0.02195836789906025, 0.017166975885629654, -0.03934353217482567, 0.007287455257028341, 0.002698976779356599, 0.047512464225292206, 0.013195967301726341, -0.015159652568399906, 0.03337392583489418, -0.000532649690285325, -0.010935546830296516, -0.024314790964126587, 0.0021873274818062782, 0.03969263285398483, -0.04073993116617203, -0.05634468421339989, 0.030668405815958977, -0.03613181412220001, -0.038994431495666504, 0.00976606272161007, -0.029376735910773277, -0.035887446254491806, 0.024838440120220184, -0.020806340500712395, -0.030563674867153168, -0.029516376554965973, -0.04894377291202545, 0.024908261373639107, 0.015089833177626133, -0.011284646578133106, 0.022674022242426872, -0.04807102307677269, 0.11178170889616013, 0.008945678360760212, -0.0953042060136795, -0.020474694669246674, 0.06227938085794449, 0.019287755712866783, -0.0024786076974123716, 0.00791583489626646, 0.014260721392929554, 0.034752871841192245, -0.06538636982440948, -0.0006741987308487296, -0.02476862072944641, -0.014705822803080082, 0.057252343744039536, 0.026845764368772507, -0.013387971557676792, -0.028887996450066566, -0.035712894052267075, 0.016643326729536057, 0.010001705028116703, -0.0007914743619039655, 0.03552088886499405, -0.02960365079343319, 0.008369664661586285, 0.0415777713060379, 0.024471886456012726, -0.009495510719716549, 0.0028604352846741676, 0.022691477090120316, 0.027282139286398888, 0.03525906428694725, -0.03223935514688492, 0.029621105641126633, 0.0034124492667615414, -0.026583939790725708, -0.0622444711625576, 0.002727341139689088, -0.028242163360118866, 0.02782324329018593, 0.014147263951599598, 0.05589085444808006, -0.07212398946285248, 0.05770617350935936, -0.0245417058467865, -0.016084766015410423, -0.013466519303619862, 0.050200529396533966, -0.04073993116617203, 0.015168379992246628, -0.001865501282736659, -0.0638154149055481, 0.008369664661586285, 0.00645834393799305, 0.010961729101836681, -0.042345788329839706, -0.01927030086517334, -0.020265234634280205, 0.028381802141666412, -0.04946742206811905, 0.05431990697979927, 0.01082208938896656, 0.006693985778838396, -0.07617354393005371, -0.06828389316797256, -0.0041521042585372925, 0.010481717064976692, -0.031034959480166435, -0.011581380851566792, 0.02438461035490036, -0.07366003096103668, 0.022272558882832527, -0.00007766103954054415, -0.03285027667880058, -0.08308571577072144, -0.04608115553855896, 0.04866449162364006, -0.0036480913404375315, 0.03216953203082085, 0.01895611174404621, -0.0019135024631395936, 0.048629581928253174, 0.03686492517590523, 0.038296233862638474, -0.0452084057033062, -0.034316495060920715, 0.022464564070105553, -0.008915132842957973, 0.019514670595526695, 0.02702031284570694, -0.07715102285146713, 0.019357576966285706, -0.020980888977646828, -0.0576014444231987, 0.025204995647072792, -0.016905151307582855, -0.033356472849845886, 0.013641069643199444, 0.05435481667518616, -0.03906425088644028, -0.06580528616905212, -0.043637458235025406, -0.012227215804159641, -0.061022620648145676, 0.01437417883425951, -0.001808772562071681, 0.018886292353272438, -0.007235090248286724, -0.06685258448123932, -0.05882329121232033, 0.017114611342549324, -0.0170447900891304, -0.04381200671195984, 0.03854060173034668, 0.021871093660593033, 0.09055645018815994, 0.007191453129053116, -0.04817575216293335, -0.09844610095024109, 0.01627677120268345, 0.0065674372017383575, 0.0201430507004261, -0.007130360696464777, -0.042974166572093964, 0.044649846851825714, -0.03269318491220474, 0.02309294231235981, -0.04168250039219856, 0.04737282544374466, 0.02901018224656582, -0.014636003412306309, -0.025554094463586807, -0.01965431123971939, -0.021382354199886322, 0.01673932932317257, -0.03969263285398483, -0.03314701095223427, 0.03536379709839821, 0.013309424743056297, 0.0013483974616974592, 0.03407212719321251, -0.019235391169786453, 0.04150794818997383, -0.019689220935106277, -0.05212057754397392, -0.03089532069861889, 0.007069268263876438, -0.03766785189509392, -0.03993700072169304, 0.03843587264418602, 0.03494487702846527, 0.015360385179519653, 0.029865475371479988, 0.05264423042535782, -0.04440547525882721, -0.0027360685635358095, 0.10291457921266556, -0.03288518637418747, -0.066643126308918, 0.02722977288067341, -0.006532527506351471, 0.011834478937089443, -0.004922305233776569, -0.004010282456874847, -0.01797863282263279, -0.05068926885724068, 0.03812168166041374, 0.02993529662489891, -0.020544515922665596, 0.038680240511894226, -0.001110027777031064, -0.03703947365283966, 0.0275090541690588, -0.006632893346250057, 0.014810552820563316, 0.05931203067302704, 0.007710738573223352, 0.019130662083625793, 0.00036328184069134295, 0.06961046904325485, -0.045836783945560455, 0.0315062440931797, 0.05205075815320015, -0.05997532233595848, 0.059730950742959976, 0.008784220553934574, 0.002452425193041563, -0.009547875262796879, -0.05414535850286484, 0.012279580347239971, -0.022900937125086784, -0.010839544236660004, 0.04744264483451843, -0.020684154704213142, -0.002378241391852498, -0.00945187360048294 ]
38,952
pulp.apis.xpress_api
readsol
Read an XPRESS solution file
@staticmethod def readsol(filename, attrfile): """Read an XPRESS solution file""" values = {} redcost = {} slacks = {} duals = {} with open(filename) as f: for lineno, _line in enumerate(f): # The first 6 lines are status information if lineno < 6: continue elif lineno == 6: # Line with status information _line = _line.split() rows = int(_line[2]) cols = int(_line[5]) elif lineno < 10: # Empty line, "Solution Statistics", objective direction pass elif lineno == 10: # Solution status pass else: # There is some more stuff and then follows the "Rows" and # "Columns" section. That other stuff does not match the # format of the rows/columns lines, so we can keep the # parser simple line = _line.split() if len(line) > 1: if line[0] == "C": # A column # (C, Number, Name, At, Value, Input Cost, Reduced Cost) name = line[2] values[name] = float(line[4]) redcost[name] = float(line[6]) elif len(line[0]) == 1 and line[0] in "LGRE": # A row # ([LGRE], Number, Name, At, Value, Slack, Dual, RHS) name = line[2] slacks[name] = float(line[5]) duals[name] = float(line[6]) # Read the attributes that we wrote explicitly attrs = dict() with open(attrfile) as f: for line in f: fields = line.strip().split("=") if len(fields) == 2 and fields[0].lower() == fields[0]: value = fields[1].strip() try: value = int(fields[1].strip()) except ValueError: try: value = float(fields[1].strip()) except ValueError: pass attrs[fields[0].strip()] = value return values, redcost, slacks, duals, attrs
(filename, attrfile)
[ 0.053401749581098557, 0.003438323037698865, -0.010577294044196606, -0.007307607680559158, -0.01939326710999012, -0.039311181753873825, -0.05962258204817772, -0.0456819161772728, 0.0411849282681942, -0.012394826859235764, -0.02160428650677204, 0.03202231228351593, -0.017828689888119698, 0.032940447330474854, -0.07150213420391083, 0.033652469515800476, 0.01848449930548668, 0.023365607485175133, -0.04935445636510849, 0.01698550395667553, 0.005358912516385317, -0.00662837503477931, -0.023571718484163284, 0.09106403589248657, 0.03816819563508034, 0.018053539097309113, 0.06539372354745865, -0.019449478015303612, 0.03190988674759865, -0.07030293345451355, -0.06809191405773163, 0.005864823702722788, -0.013472230173647404, 0.007607406936585903, -0.027675222605466843, -0.039461079984903336, 0.0415971502661705, -0.039311181753873825, -0.03355878219008446, 0.04354584589600563, -0.009771582670509815, -0.018025431782007217, 0.027431635186076164, -0.027993759140372276, -0.056849438697099686, -0.015748830512166023, -0.023983942344784737, -0.009275040589272976, -0.01843765564262867, -0.0634075477719307, 0.027244260534644127, -0.03957350552082062, 0.03337140753865242, 0.03243453428149223, -0.012441670522093773, -0.014146778732538223, -0.03653803840279579, 0.08949008584022522, 0.07356324791908264, -0.05756146460771561, 0.0018479815917089581, 0.033296458423137665, 0.001778887235559523, -0.0319848358631134, -0.031685035675764084, 0.01984296552836895, -0.013294224627315998, -0.04493241757154465, 0.007499666418880224, 0.011439216323196888, 0.02520187757909298, 0.007195183075964451, -0.01884051226079464, -0.03681910037994385, 0.06389472633600235, 0.0033165295608341694, -0.03661298751831055, -0.0435083732008934, 0.022128935903310776, -0.03983582928776741, -0.04781798645853996, 0.03445817902684212, 0.039311181753873825, -0.02866830676794052, -0.01814722642302513, -0.022934645414352417, 0.09481152892112732, 0.020367614924907684, 0.03331519663333893, 0.05261477455496788, -0.01818470098078251, 0.03267812356352806, -0.031741250306367874, 0.010905198752880096, 0.05317689850926399, -0.016526436433196068, 0.03153513744473457, -0.05733661353588104, -0.005550971254706383, -0.01385634858161211, -0.0274128969758749, 0.02846219576895237, -0.07997146248817444, 0.02169797383248806, -0.03423333168029785, -0.06194602698087692, 0.01084898691624403, 0.00566339585930109, 0.045419592410326004, -0.027019411325454712, -0.09031453728675842, -0.018906092271208763, -0.01556145679205656, -0.009513943456113338, 0.005157484672963619, -0.03372741863131523, -0.04624404013156891, 0.06730493903160095, -0.017697526142001152, -0.0060287765227258205, 0.026738349348306656, -0.017800582572817802, -0.037868399173021317, 0.1178211197257042, -0.0019217602675780654, -0.009176668711006641, -0.013668973930180073, 0.008563017472624779, 0.0578237883746624, -0.032640647143125534, -0.004002789035439491, -0.05527549237012863, 0.045419592410326004, 0.049729205667972565, 0.021060900762677193, -0.032753072679042816, 0.0025646891444921494, -0.011945127509534359, 0.055950041860342026, -0.02756279706954956, 0.08626724779605865, -0.007715147454291582, -0.04062280431389809, -0.08221995830535889, -0.02160428650677204, 0.00864265114068985, 0.015870625153183937, -0.030898064374923706, -0.07847246527671814, 0.001143570290878415, -0.03698773682117462, -0.01722908951342106, -0.10320590436458588, -0.05501316860318184, 0.058198537677526474, -0.004600045271217823, -0.0034640871454030275, -0.03833683580160141, 0.02911800518631935, -0.03998573124408722, -0.05636226758360863, 0.032190948724746704, 0.02585768885910511, -0.009443677961826324, 0.01764131523668766, 0.018981043249368668, -0.0385991595685482, -0.08177025616168976, -0.0039044173900038004, 0.002081028651446104, -0.025838950648903847, -0.028930630534887314, -0.07049030810594559, 0.03183493763208389, 0.008108633570373058, -0.0014205334009602666, 0.018803035840392113, -0.023983942344784737, 0.05846086144447327, 0.02615748718380928, -0.00360696017742157, -0.03310908377170563, -0.027600271627306938, 0.05861075967550278, 0.023815305903553963, 0.022766008973121643, 0.028049971908330917, -0.022878432646393776, -0.0062911007553339005, 0.024321217089891434, 0.04658131301403046, -0.01963685266673565, -0.007485613692551851, 0.025689052417874336, 0.0518278032541275, -0.010933305136859417, 0.010952042415738106, 0.04804283753037453, 0.014886908233165741, -0.017725633457303047, 0.024414904415607452, -0.0046281516551971436, 0.044520195573568344, 0.07779791206121445, -0.04335847124457359, -0.008108633570373058, -0.007087442558258772, -0.05857328698039055, -0.07914701104164124, 0.09196343272924423, 0.004618783015757799, -0.00808989629149437, 0.01948695443570614, -0.03541379049420357, 0.021623022854328156, 0.004026210866868496, 0.011570379137992859, 0.025464201346039772, -0.03011109121143818, -0.018156593665480614, 0.0525023490190506, -0.018062906339764595, 0.00449698930606246, -0.009752845391631126, 0.04961678385734558, -0.010961411520838737, 0.020330138504505157, 0.05201517790555954, 0.001462692627683282, 0.03367120772600174, 0.03342762216925621, -0.03502030298113823, 0.028443457558751106, -0.011720278300344944, 0.05797368660569191, -0.0031432081013917923, -0.035395052284002304, 0.04819273576140404, 0.05366407334804535, -0.022128935903310776, -0.023834044113755226, -0.0060287765227258205, -0.019561903551220894, -0.01954316534101963, -0.04062280431389809, -0.02945527993142605, 0.052240025252103806, 0.014652689918875694, -0.08491814881563187, -0.013013162650167942, 0.06393219530582428, -0.019177785143256187, -0.012254295870661736, 0.04834263399243355, -0.00914856232702732, -0.039011381566524506, -0.053289324045181274, -0.03683783859014511, 0.028630832210183144, -0.10163196176290512, 0.06940353661775589, 0.020255189388990402, 0.041822001338005066, 0.04155967757105827, 0.02274727076292038, 0.015139863826334476, -0.00463517801836133, -0.018952935934066772, 0.014549634419381618, -0.02100468799471855, 0.028087446466088295, 0.07273880392313004, -0.0364818274974823, 0.0215480737388134, -0.01888735592365265, 0.022878432646393776, 0.056399740278720856, -0.018803035840392113, 0.014221728779375553, 0.02585768885910511, -0.01799732632935047, 0.01924336701631546, -0.012160608544945717, 0.05156547948718071, 0.0038950485177338123, -0.04208432510495186, -0.0601472333073616, -0.03588222712278366, 0.0027848542667925358, 0.02430248074233532, 0.00593977328389883, 0.03325898200273514, 0.03342762216925621, -0.02786259725689888, 0.09571092575788498, 0.03794334828853607, -0.01869998127222061, -0.030429627746343613, 0.0266634002327919, 0.031403977423906326, 0.011429848149418831, -0.029174217954277992, 0.0589105598628521, -0.05471337214112282, -0.029192956164479256, -0.005780505016446114, 0.031647562980651855, -0.02160428650677204, -0.00034605737891979516, -0.006202097982168198, 0.034195855259895325, 0.020779838785529137, 0.004581307992339134, 0.020629938691854477, -0.007738569285720587, -0.006750168278813362, -0.035395052284002304, 0.023515507578849792, 0.06029713153839111, 0.009855901822447777, -0.03964845463633537, 0.006956280209124088, 0.029848767444491386, -0.05130315199494362, 0.051228202879428864, -0.01688244752585888, -0.010052644647657871, -0.05051618069410324, 0.03779344633221626, -0.013472230173647404, 0.017397727817296982, 0.011223736219108105, -0.011195629835128784, 0.006478475406765938, 0.04384564608335495, -0.0005000558448955417, 0.027637746185064316, 0.02685077302157879, 0.018475132063031197, -0.01674191653728485, 0.051190730184316635, -0.008188268169760704, 0.005105956457555294, -0.031497661024332047, 0.0400981567800045, -0.0540013462305069, -0.012066921219229698, -0.050328806042671204, -0.020854787901043892, 0.017313409596681595, -0.0343644954264164, -0.011055098846554756, -0.0019358133431524038, 0.037456173449754715, -0.008314745500683784, 0.01375329215079546, -0.01069908682256937, -0.07131475955247879, 0.05861075967550278, -0.014249835163354874, -0.012095027603209019, 0.01375329215079546, -0.04931698366999626, 0.0289118941873312, -0.02055498957633972, -0.06344502419233322, -0.008267901837825775, -0.01325675006955862, 0.03867410868406296, 0.03355878219008446, -0.013631499372422695, -0.0013854006538167596, -0.022709796205163002, -0.030448365956544876, -0.014249835163354874, 0.02109837532043457, 0.014774483628571033, 0.007879099808633327, -0.05557529255747795, -0.08034621179103851, 0.02475217916071415, 0.027225522324442863, 0.0036327242851257324, 0.05808611214160919, 0.0004751701490022242, -0.080196313560009, 0.0015224182279780507, 0.005260540638118982, 0.012488514184951782, 0.05317689850926399, 0.0004456001042854041, 0.018203437328338623, 0.03337140753865242, 0.050928402692079544, 0.010642874985933304, -0.021173324435949326, 0.037812184542417526, 0.01187954656779766, -0.04324604570865631, 0.00904082227498293, -0.08192015439271927, -0.02115458808839321, -0.029174217954277992, 0.005869507789611816, -0.009307831525802612, -0.025333039462566376, 0.03363373130559921, 0.01873745582997799, 0.018362706527113914, 0.05722418799996376, 0.0019404977792873979, 0.06513139605522156, 0.03987330570816994, -0.04755566269159317, -0.03897390887141228, -0.0011090231128036976, 0.005405755713582039, 0.02360919490456581, 0.0343644954264164, 0.0005120595451444387, 0.013687711209058762, -0.004700758960098028, -0.0081648463383317, 0.02840598300099373, -0.03342762216925621, 0.005803926847875118, 0.005597814917564392, 0.00909703504294157, -0.02014276385307312, 0.030748164281249046, -0.0510033555328846, 0.023178232833743095, -0.005579077173024416, -0.0653187707066536, -0.0037357802502810955, -0.0593227855861187, -0.041822001338005066, 0.011223736219108105, 0.0360696017742157, 0.006567478179931641, 0.014952489174902439, 0.042121801525354385, 0.056699540466070175, -0.008708232082426548, -0.06157127767801285, -0.04148472845554352, -0.01779121346771717, -0.019618116319179535, -0.06565604358911514, -0.04579434171319008, -0.034252069890499115, 0.03412090614438057, 0.030485840514302254, -0.022766008973121643, 0.013734554871916771, 0.009045506827533245, -0.011570379137992859, -0.001302253222092986, 0.001842126133851707, 0.022428734228014946, 0.02971760369837284, -0.005630605388432741, 0.03904885798692703, -0.03644435107707977, -0.0343644954264164, -0.03517020493745804, -0.023365607485175133, 0.008811288513243198, -0.023234445601701736, -0.023478031158447266, -0.036144550889730453, -0.009996432811021805, -0.015964312478899956, -0.04639393836259842, 0.0014638637658208609, -0.020124027505517006, -0.014015616849064827, 0.052090127021074295, 0.0014357574982568622, -0.01069908682256937, 0.009706001728773117, -0.07611154764890671, 0.009490521624684334, 0.026775823906064034, 0.03131029009819031, 0.021416911855340004, 0.01722908951342106, -0.07161455601453781, -0.07251395285129547, -0.024827128276228905, -0.005911667365580797, -0.01089583057910204, 0.033090345561504364, 0.007991524413228035, 0.00252487207762897, 0.027487847954034805, 0.03413964435458183, 0.011073836125433445, -0.0063941567204892635, 0.0013127929996699095, 0.0013760318979620934, -0.05767389014363289, -0.07802276313304901, -0.018512606620788574, 0.04110997915267944, 0.045719392597675323, -0.049129609018564224, 0.031685035675764084, 0.010268125683069229, -0.0495043583214283, -0.07180193066596985, -0.05437609553337097, 0.05812358856201172, 0.008160161785781384, 0.013875085860490799, 0.014896277338266373, -0.01954316534101963, 0.05066607892513275, -0.054488521069288254, 0.028087446466088295, 0.014221728779375553, -0.005775820463895798, 0.02044256404042244, 0.03618202731013298, -0.008600492030382156, 0.04890475794672966, 0.011692171916365623, -0.019618116319179535, 0.017200984060764313, -0.008005578070878983, 0.05081598088145256, -0.024077629670500755, 0.03408343344926834, -0.002020132029429078, 0.023890255019068718, 0.04017310589551926, 0.08761633932590485, -0.0601472333073616, -0.04144725203514099, -0.003466429188847542, 0.03406469523906708, 0.008263218216598034, -0.009059559553861618, -0.01843765564262867, 0.014343522489070892, -0.0166388601064682, -0.017491415143013, -0.008099265396595001, -0.020817313343286514, -0.03972340747714043, -0.015701988711953163, 0.012179345823824406, 0.014493421651422977, -0.029530230909585953, 0.04811778664588928, 0.005307384300976992, 0.018662504851818085, -0.007808834780007601, 0.017126034945249557, 0.005321437492966652, -0.0020646334160119295, -0.07809771597385406, -0.01255409512668848, 0.011795228347182274, -0.08941514045000076, -0.004403301980346441, -0.00023026576673146337, 0.043770696967840195, -0.03623823821544647, 0.021023424342274666, 0.009303146973252296, 0.013134956359863281, 0.0589105598628521, 0.006820433773100376, -0.02340308204293251, -0.06494402140378952, -0.005152800120413303, -0.008132055401802063, -0.02962391823530197, 0.006248941645026207, -0.0012870290083810687, 0.0249582901597023, -0.03267812356352806, -0.052539825439453125, 0.00347579806111753, 0.032190948724746704, -0.03393353149294853, 0.024733440950512886, 0.033540043979883194, 0.010642874985933304, -0.01818470098078251, -0.03687531128525734, -0.01485880184918642, -0.025895163416862488, -0.004789762198925018, 0.017716264352202415, -0.0022028221283107996, 0.007569931913167238, 0.007668303791433573, 0.008075843565165997, -0.14300426840782166, -0.03923623263835907, -0.017313409596681595, -0.007729200646281242, -0.024115106090903282, -0.004611756186932325, 0.05647468939423561, -0.05572519451379776, -0.012160608544945717, -0.004829579032957554, 0.07123980671167374, -0.04549454152584076, 0.026326125487685204, 0.0004066613328177482, -0.015758199617266655, -0.0053261215798556805, 0.0024124474730342627, 0.02055498957633972, -0.032696861773729324, -0.05190275236964226, -0.020723626017570496, -0.030036142095923424, -0.024396168068051338, -0.016114212572574615, -0.0024663174990564585, 0.05107830464839935, 0.033446356654167175, -0.0351889431476593, -0.025782739743590355, -0.009082981385290623, 0.01954316534101963, -0.013556549325585365, 0.0525023490190506, 0.00788846891373396, -0.029136743396520615, 0.03250948712229729, 0.07997146248817444, 0.0009321884135715663, -0.023965205997228622, 0.013472230173647404, 0.029586441814899445, 0.027150573208928108, -0.007958734408020973, -0.03076690249145031, 0.002834040205925703, 0.037905871868133545, -0.014099935069680214, -0.06708008795976639, 0.07116485387086868, 0.005105956457555294, -0.009640420787036419, 0.004218269605189562, -0.033652469515800476, -0.02595137618482113, 0.029155481606721878, -0.005953826475888491, -0.01773500256240368, -0.013659604825079441, 0.012610307894647121, 0.014830696396529675, -0.03852421045303345, 0.02115458808839321, 0.052689723670482635, -0.04530716687440872, 0.04290877282619476, -0.026832036674022675, 0.012985057197511196, 0.0469185896217823, 0.0011441558599472046, 0.012685257010161877, 0.029155481606721878, 0.006239572539925575, 0.03738122433423996, 0.05261477455496788, 0.0021946243941783905, -0.023871518671512604, 0.02836850844323635, 0.009101718664169312, 0.002310562413185835, 0.0015458400594070554, 0.03882400691509247, 0.07892215996980667, 0.027881333604454994, -0.0456819161772728, 0.012535357847809792, -0.020723626017570496, -0.015542719513177872, -0.002700535813346505, -0.001144741429015994, 0.028424719348549843, -0.07581174373626709, 0.00030711860745213926, 0.029436543583869934, 0.018606293946504593, -0.004222954157739878, -0.07303860038518906, -0.019730539992451668, 0.016854342073202133, 0.04039795324206352, -0.021323224529623985, 0.035151466727256775, -0.02055498957633972, 0.0430961474776268, 0.07423780113458633, 0.007836940698325634, -0.049729205667972565, -0.03475797921419144, -0.00537296524271369, -0.03412090614438057, -0.002456948859617114, 0.03226589784026146, 0.030598264187574387, -0.009987063705921173, 0.02019897662103176, 0.06325764954090118, 0.06303279846906662, -0.04714343696832657, 0.007293554488569498, -0.042571499943733215, -0.011354898102581501, -0.011757753789424896, 0.04710596427321434, 0.015139863826334476, 0.011214367114007473, -0.03998573124408722, 0.048979710787534714, -0.010492974892258644, -0.05201517790555954, 0.04129735380411148, 0.010989517904818058, -0.017369620501995087, 0.010258756577968597, -0.02259737066924572, 0.011261210776865482, -0.028986843302845955, -0.00029496854403987527, 0.006576846819370985, 0.0018397839739918709, 0.057748839259147644, 0.056099943816661835, -0.03067321516573429, 0.04665626585483551, -0.01974927820265293, -0.01853134296834469, -0.04384564608335495, 0.0225036833435297, 0.002972228918224573, 0.09376222640275955, -0.04133482649922371, 0.01312558725476265, 0.059097934514284134, 0.011214367114007473, 0.04669373854994774, 0.04283382371068001, 0.06374482065439224, -0.05868571251630783, 0.0930127277970314, -0.07465001940727234, 0.026925723999738693, -0.008647335693240166, 0.02214767225086689, -0.013350437395274639, -0.023328132927417755, 0.1043301522731781, -0.022915909066796303, -0.015505244955420494, -0.020067814737558365, 0.050441231578588486 ]
38,960
pulp.apis.xpress_api
writeslxsol
Write a solution file in SLX format. The function can write multiple solutions to the same file, each solution must be passed as a list of (name,value) pairs. Solutions are written in the order specified and are given names "solutionN" where N is the index of the solution in the list. :param string name: file name :param list values: list of lists of (name,value) pairs
def writeslxsol(self, name, *values): """ Write a solution file in SLX format. The function can write multiple solutions to the same file, each solution must be passed as a list of (name,value) pairs. Solutions are written in the order specified and are given names "solutionN" where N is the index of the solution in the list. :param string name: file name :param list values: list of lists of (name,value) pairs """ with open(name, "w") as slx: for i, sol in enumerate(values): slx.write("NAME solution%d\n" % i) for name, value in sol: slx.write(f" C {name} {value:.16f}\n") slx.write("ENDATA\n")
(self, name, *values)
[ -0.007421011570841074, -0.025598270818591118, 0.004680877551436424, 0.014842023141682148, -0.016893792897462845, -0.0041768173687160015, -0.14111913740634918, -0.020464405417442322, 0.05975890904664993, 0.018616924062371254, 0.010374316945672035, -0.016902675852179527, 0.0037682396359741688, -0.009343991056084633, -0.007216723170131445, 0.03755360469222069, 0.04938459023833275, 0.030323559418320656, -0.03297043219208717, 0.06160638853907585, 0.031211771070957184, 0.06054053455591202, 0.005542443133890629, 0.019291965290904045, 0.012159623205661774, -0.028795834630727768, 0.05620605871081352, -0.0031464912462979555, -0.03339677304029465, -0.04188808053731918, -0.05847988277673721, 0.019096558913588524, 0.027960915118455887, -0.04401978850364685, -0.03190457820892334, 0.005107219330966473, 0.009947975166141987, 0.0019007738446816802, -0.02311127819120884, 0.002132819266989827, 0.07151883840560913, 0.01217738725244999, 0.017471130937337875, -0.022134244441986084, -0.04679100960493088, 0.015037430450320244, -0.03826417401432991, 0.0480700358748436, 0.03655880689620972, -0.0001608496531844139, 0.007922851480543613, -0.020979568362236023, -0.02931099757552147, -0.048354264348745346, 0.018776802346110344, 0.06366704404354095, 0.0256338007748127, 0.05741402879357338, 0.09791649878025055, -0.05837329477071762, 0.0325973816215992, 0.011155943386256695, 0.052120283246040344, 0.0207841619849205, -0.014566677622497082, 0.026735182851552963, 0.0014766525710001588, -0.06384468078613281, -0.02279152162373066, 0.05108995735645294, 0.006852556020021439, -0.03829970583319664, -0.06512370705604553, 0.021299324929714203, 0.07894428819417953, 0.053079552948474884, -0.018457045778632164, -0.0050361622124910355, -0.01811952516436577, -0.03066108003258705, -0.03289937600493431, -0.031371649354696274, 0.006648267153650522, -0.0054269758984446526, -0.03655880689620972, 0.0017775343731045723, 0.03114071488380432, 0.00045937218237668276, 0.062032729387283325, 0.007971703074872494, -0.021139446645975113, 0.02295139990746975, -0.01863468810915947, -0.027499046176671982, -0.00702575733885169, -0.017337899655103683, 0.04185255244374275, -0.05780484154820442, -0.02662859670817852, 0.04298946261405945, -0.027889858931303024, 0.0010775122791528702, -0.018687982112169266, 0.0014755423180758953, -0.014380153268575668, -0.10296154022216797, 0.018243875354528427, -0.0002881137770600617, 0.010427610017359257, -0.014619970694184303, -0.023200098425149918, 0.010605252347886562, 0.048318736255168915, -0.01950513757765293, -0.030252503231167793, 0.028440549969673157, -0.04838979244232178, 0.04632914066314697, -0.03133612126111984, -0.024887701496481895, 0.048638492822647095, 0.0022571689914911985, -0.04334474727511406, 0.07116355001926422, 0.01757771708071232, 0.029257705435156822, -0.0005934367072768509, 0.033681001514196396, 0.04505011439323425, -0.024319246411323547, 0.017337899655103683, 0.014975255355238914, 0.04494353011250496, 0.024532416835427284, 0.07176753133535385, -0.011946451850235462, -0.05428751930594444, -0.062068257480859756, 0.03901027515530586, -0.014637734740972519, -0.009725921787321568, -0.050272803753614426, -0.04210125282406807, 0.010054560378193855, 0.052795324474573135, 0.007723003625869751, 0.027374695986509323, -0.0025957997422665358, 0.0019807128701359034, 0.02071310579776764, -0.019096558913588524, 0.02598908543586731, -0.08619210124015808, -0.025971321389079094, -0.039116859436035156, -0.03472909331321716, 0.04021824151277542, -0.015072958543896675, -0.004156832583248615, -0.021921074017882347, -0.004645348992198706, -0.012621493078768253, 0.0038859278429299593, 0.014699909836053848, -0.028458314016461372, -0.025598270818591118, -0.03670092299580574, 0.026060141623020172, 0.039081331342458725, 0.03851287439465523, -0.0036483309231698513, -0.039649784564971924, -0.060433950275182724, 0.026966117322444916, -0.016804972663521767, -0.05862199515104294, 0.01065854448825121, -0.018528103828430176, 0.030607787892222404, -0.04505011439323425, -0.021494731307029724, 0.003999174572527409, -0.06810810416936874, 0.048283208161592484, -0.0032308713998645544, 0.01902550272643566, -0.049526702612638474, 0.011990862898528576, -0.006199720315635204, -0.007811825256794691, -0.0034773501101881266, -0.010409845039248466, 0.0032552971970289946, -0.0293465256690979, 0.022258594632148743, -0.016574036329984665, 0.005538002122193575, -0.004376664757728577, 0.03387640789151192, -0.031922340393066406, 0.031886812299489975, 0.01575688272714615, 0.039116859436035156, -0.0008066075970418751, 0.036043643951416016, 0.008113817311823368, 0.0784468874335289, -0.05222686752676964, -0.07123460620641708, 0.007021316327154636, 0.05066361650824547, 0.03883263096213341, -0.05457174777984619, -0.011617814190685749, 0.02931099757552147, 0.0330592542886734, -0.04021824151277542, -0.017435602843761444, -0.01597893424332142, 0.003681638976559043, -0.0036083615850657225, -0.005369241815060377, -0.01966501586139202, 0.01914985291659832, 0.021370382979512215, -0.0008421360398642719, 0.06050500646233559, -0.014095925725996494, 0.04014718532562256, 0.01656515523791313, 0.008740006946027279, 0.007452099118381739, 0.014717673882842064, -0.017373427748680115, -0.023200098425149918, -0.027889858931303024, -0.044161904603242874, 0.008229284547269344, 0.02122826874256134, 0.008024996146559715, -0.04462377354502678, -0.026539776474237442, 0.007358836941421032, 0.0009059762815013528, 0.030607787892222404, -0.005262656603008509, -0.001511070760898292, 0.023235628381371498, -0.019043266773223877, 0.0031398297287523746, 0.04593832790851593, -0.0443040169775486, -0.04245653748512268, -0.0014910859754309058, 0.03623905032873154, -0.028849126771092415, -0.02886689268052578, -0.0389392152428627, 0.028635956346988678, -0.07258468866348267, -0.004343356937170029, 0.02611343376338482, 0.00299327471293509, -0.00981474295258522, -0.032561853528022766, -0.03385864198207855, -0.006381803657859564, -0.018652454018592834, 0.023733025416731834, 0.014753201976418495, 0.05222686752676964, 0.06409338116645813, -0.056916628032922745, 0.011004947125911713, 0.0014500061515718699, 0.04522775858640671, 0.05890622362494469, 0.025651564821600914, 0.012585964985191822, 0.02158355340361595, 0.06906736642122269, 0.034125108271837234, 0.015685824677348137, 0.03897474333643913, 0.04728841036558151, -0.029612990096211433, -0.03801547735929489, -0.04497905820608139, -0.03183352202177048, -0.03327242285013199, 0.015001901425421238, 0.06185508891940117, 0.019878186285495758, 0.004982869606465101, 0.030128153041005135, 0.02435477450489998, 0.01091612596064806, -0.02586473524570465, 0.0383707620203495, -0.00829590018838644, -0.002422598423436284, -0.010702955536544323, 0.06327622383832932, -0.04142621159553528, -0.007927292957901955, -0.10445373505353928, -0.03222433477640152, -0.011253646574914455, -0.024656767025589943, 0.053790122270584106, -0.013003424741327763, 0.029577462002635002, 0.030998600646853447, -0.0178974736481905, 0.06746859103441238, 0.027765508741140366, 0.01575688272714615, -0.012887956574559212, 0.026450954377651215, 0.016796089708805084, -0.027445752173662186, -0.030252503231167793, -0.005040603224188089, -0.061464276164770126, 0.020020300522446632, -0.007754091173410416, -0.007421011570841074, -0.03829970583319664, 0.026966117322444916, -0.06629614531993866, -0.0288313627243042, -0.040964338928461075, 0.016085520386695862, -0.01155563909560442, 0.046151500195264816, -0.008451337926089764, 0.04885166138410568, 0.008620098233222961, 0.0560639463365078, -0.03149599954485893, 0.036363400518894196, -0.006910289637744427, -0.06050500646233559, -0.0028711454942822456, 0.00007466532406397164, 0.030732138082385063, -0.01149346400052309, -0.03082095831632614, -0.0025469481479376554, 0.0655500516295433, 0.005613500252366066, 0.010623016394674778, -0.009073086082935333, 0.009486104361712933, 0.04409084841609001, 0.04426848888397217, 0.02611343376338482, -0.03794441744685173, -0.009201876819133759, -0.04114198312163353, -0.03398299217224121, -0.005968784913420677, -0.014024868607521057, 0.02067757584154606, -0.006470624823123217, -0.05048597231507301, 0.024319246411323547, -0.017027026042342186, 0.02518969401717186, 0.010631898418068886, -0.03215327486395836, -0.029595226049423218, -0.004454383626580238, 0.01169775240123272, -0.04920694977045059, 0.05034385994076729, -0.01139576081186533, 0.013713994063436985, -0.04401978850364685, -0.11788350343704224, 0.013127774000167847, -0.05158735811710358, 0.06174850091338158, 0.030359087511897087, 0.014353507198393345, -0.053790122270584106, 0.021778959780931473, -0.0023515415377914906, 0.00821596197783947, 0.054038822650909424, 0.05194264277815819, 0.008793299086391926, 0.014548913575708866, -0.010152263566851616, -0.009788096882402897, -0.02442583069205284, 0.000290611875243485, 0.07830477505922318, -0.03829970583319664, 0.029843924567103386, -0.018208347260951996, -0.03694962337613106, -0.034000758081674576, -0.012799135409295559, -0.03257961943745613, -0.015161779709160328, 0.041959136724472046, 0.00023870699806138873, 0.01741783879697323, 0.07127013802528381, -0.015517064370214939, 0.0165296271443367, 0.011999744921922684, -0.07489404082298279, 0.02554497867822647, 0.003515099175274372, -0.03209998458623886, 0.02714375965297222, 0.023164570331573486, -0.01185763068497181, -0.0004535432963166386, -0.022578351199626923, 0.05553101748228073, 0.08192867785692215, 0.0038681635633111, -0.015747999772429466, -0.008655626326799393, -0.007598654367029667, -0.0602918341755867, 0.0331125445663929, -0.02566932886838913, -0.02055322751402855, -0.028316199779510498, -0.0016765003092586994, 0.017302371561527252, -0.041923608630895615, -0.013820579275488853, -0.02483440935611725, -0.038086533546447754, -0.014522267505526543, 0.036523278802633286, 0.011591167189180851, -0.00023440470977220684, 0.021565789356827736, -0.011040476150810719, -0.019647249951958656, -0.012932367622852325, -0.07993908226490021, -0.010543077252805233, 0.009219640865921974, -0.029524167999625206, 0.05062808841466904, 0.022702699527144432, 0.005444739945232868, 0.02714375965297222, -0.04217230901122093, -0.023733025416731834, -0.08349193632602692, 0.007039080373942852, -0.035759419202804565, 0.07244257628917694, -0.05879963934421539, 0.09670852869749069, -0.014060396701097488, 0.0025780354626476765, -0.0741124153137207, -0.03698515146970749, -0.007292220834642649, 0.03623905032873154, -0.08192867785692215, -0.027818800881505013, 0.040680110454559326, -0.01417586486786604, -0.013438648544251919, -0.01691155694425106, -0.03673645108938217, -0.04902930557727814, 0.05130312964320183, -0.010685191489756107, -0.010010150261223316, -0.05904833599925041, -0.06640273332595825, 0.0080072320997715, 0.07006216794252396, 0.04139068350195885, -0.038726046681404114, 0.04924247786402702, -0.07233598828315735, -0.01039208099246025, -0.005742290988564491, 0.06530135124921799, -0.039436616003513336, -0.004756375681608915, -0.05357694998383522, -0.00967262964695692, 0.005124983377754688, -0.04721735417842865, -0.02330668456852436, -0.05073467269539833, 0.001447785645723343, -0.0340895801782608, -0.07475192844867706, -0.05542443320155144, -0.044836945831775665, 0.0822129100561142, 0.024727823212742805, 0.020961804315447807, -0.038797102868556976, -0.0373404361307621, -0.053790122270584106, -0.06960029900074005, -0.050592560321092606, -0.025456158444285393, 0.016991496086120605, 0.03515543416142464, 0.020055828616023064, -0.023981725797057152, 0.011040476150810719, -0.05133865773677826, -0.0024692295119166374, -0.04398426041007042, -0.018812332302331924, -0.016316454857587814, 0.042918406426906586, 0.0038526197895407677, 0.0030954189132899046, -0.01620987057685852, -0.019327495247125626, 0.0007427673554047942, 0.07993908226490021, 0.010285495780408382, -0.020499933511018753, -0.013127774000167847, -0.027818800881505013, 0.043877676129341125, 0.03762466460466385, 0.02126379683613777, -0.021778959780931473, 0.021601317450404167, 0.023200098425149918, 0.005835553165525198, 0.026415426284074783, -0.02394619770348072, -0.06324069947004318, -0.06270777434110641, -0.011848748661577702, -0.027410224080085754, -0.0312295351177454, 0.03766019269824028, -0.029239941388368607, 0.00830922368913889, -0.0288313627243042, 0.0245501808822155, -0.032242096960544586, 0.0118753956630826, -0.03371652960777283, 0.009184112772345543, 0.02819185145199299, -0.03933003172278404, 0.011600049212574959, 0.012488261796534061, 0.014788731001317501, 0.03666539490222931, -0.033005960285663605, -0.05290190875530243, 0.009450576268136501, 0.03483567759394646, -0.0667935460805893, 0.02627331204712391, 0.029133355244994164, 0.0560639463365078, 0.023768555372953415, 0.02115721069276333, -0.0216368455439806, -0.012834664434194565, -0.019967006519436836, 0.07116355001926422, -0.018972208723425865, -0.032561853528022766, 0.012701432220637798, -0.0351731963455677, 0.0341428704559803, -0.05720085650682449, -0.06036289036273956, 0.064057856798172, 0.07894428819417953, 0.0032353124115616083, 0.029914982616901398, 0.008531277067959309, 0.07816266268491745, -0.013669583946466446, 0.03641669452190399, -0.0038548402953892946, -0.048638492822647095, 0.01395381148904562, 0.006861438043415546, -0.05318613722920418, -0.0027690010610967875, 0.04455271735787392, 0.016316454857587814, -0.09848495572805405, -0.01575688272714615, -0.07425452768802643, 0.06295646727085114, -0.008704477921128273, -0.005076131783425808, 0.046080440282821655, -0.059474680572748184, -0.02147696726024151, 0.04334474727511406, 0.05251109600067139, 0.03474685549736023, 0.06825021654367447, -0.03666539490222931, -0.03474685549736023, 0.02058875560760498, 0.050912316888570786, 0.03611470386385918, -0.018012940883636475, -0.006652708165347576, -0.016538508236408234, -0.010578605346381664, -0.04245653748512268, -0.033005960285663605, -0.02714375965297222, 0.03199339658021927, 0.004725288134068251, 0.025846971198916435, -0.010223320685327053, -0.01927420124411583, -0.028120793402194977, 0.04366450384259224, -0.014095925725996494, -0.018616924062371254, -0.05226239934563637, 0.02947087585926056, -0.0247811172157526, -0.03515543416142464, -0.014353507198393345, 0.00883771013468504, 0.01421139296144247, 0.03641669452190399, 0.02723258174955845, -0.030412381514906883, -0.03082095831632614, 0.04906483367085457, 0.03074990212917328, -0.04885166138410568, -0.002833396429196, -0.010836186818778515, -0.020606519654393196, 0.032721731811761856, -0.03291713818907738, -0.0029888334684073925, 0.10125617682933807, 0.027445752173662186, 0.025047579780220985, -0.0027556780260056257, 0.026522012427449226, 0.002531404374167323, 0.0045876153744757175, -0.03769572079181671, 0.06572769582271576, -0.02154802531003952, 0.022489529103040695, 0.022258594632148743, 0.002946643391624093, 0.03341453894972801, -0.003877045586705208, -0.019451843574643135, 0.006892525590956211, -0.01822611130774021, 0.004014718346297741, 0.020411113277077675, 0.053079552948474884, -0.039116859436035156, 0.01357187982648611, 0.0008487976738251746, 0.013136656023561954, -0.018581395968794823, -0.04149726778268814, 0.020926276221871376, 0.07361501455307007, -0.05077020078897476, -0.031371649354696274, 0.04714629426598549, -0.024088311940431595, 0.04782133549451828, -0.008482425473630428, 0.00734551390632987, -0.053719066083431244, 0.0004393873969092965, -0.010782894678413868, -0.0047474936582148075, 0.031211771070957184, 0.005609059240669012, 0.019878186285495758, -0.02627331204712391, 0.04600938409566879, -0.003606140846386552, 0.03250855952501297, 0.008260372094810009, 0.04245653748512268, 0.04057352617383003, 0.005764496047049761, -0.056881099939346313, 0.0405379980802536, -0.03133612126111984, -0.024798881262540817, -0.003190901828929782, 0.0022738229017704725, 0.04078669846057892, 0.02531404420733452, 0.01469102781265974, -0.026681890711188316, -0.03147823363542557, -0.028937948867678642, -0.015446007251739502, 0.02087298408150673, 0.01994924247264862, 0.0049695465713739395, 0.07077273726463318, 0.01039208099246025, -0.06594086438417435, -0.055957358330488205, -0.007216723170131445, -0.020979568362236023, -0.0045076762326061726, 0.04654231294989586, 0.01902550272643566, -0.033325716853141785, 0.015037430450320244, -0.009734803810715675, 0.024248188361525536, 0.017249077558517456, 0.023377740755677223, 0.0011502346023917198, 0.029737340286374092, 0.012523789890110493, 0.02190330997109413, 0.034160636365413666, 0.03602588176727295, 0.026255548000335693, -0.035084377974271774, 0.005804465617984533, 0.012186269275844097, 0.03062555193901062, 0.08512624353170395, -0.07723891735076904, -0.00798946712166071, 0.09457682073116302, 0.023661969229578972, -0.021405911073088646, 0.04206572473049164, 0.06697119027376175, -0.059474680572748184, 0.10232202708721161, -0.030003802850842476, -0.009779214859008789, 0.00444328086450696, 0.013642936944961548, 0.04348686337471008, 0.03826417401432991, 0.0752493292093277, -0.018110644072294235, 0.003190901828929782, -0.056632399559020996, 0.010267731733620167 ]
38,983
pulp.apis.xpress_api
XPRESS_PY
The XPRESS LP solver that uses XPRESS Python API
class XPRESS_PY(LpSolver): """The XPRESS LP solver that uses XPRESS Python API""" name = "XPRESS_PY" def __init__( self, mip=True, msg=True, timeLimit=None, gapRel=None, heurFreq=None, heurStra=None, coverCuts=None, preSolve=None, warmStart=None, export=None, options=None, ): """ Initializes the Xpress solver. :param bool mip: if False, assume LP even if integer variables :param bool msg: if False, no log is shown :param float timeLimit: maximum time for solver (in seconds) :param float gapRel: relative gap tolerance for the solver to stop (in fraction) :param heurFreq: the frequency at which heuristics are used in the tree search :param heurStra: heuristic strategy :param coverCuts: the number of rounds of lifted cover inequalities at the top node :param preSolve: whether presolving should be performed before the main algorithm :param bool warmStart: if set then use current variable values as warm start :param string export: if set then the model will be exported to this file before solving :param options: Adding more options. This is a list the elements of which are either (name,value) pairs or strings "name=value". More about Xpress options and control parameters please see https://www.fico.com/fico-xpress-optimization/docs/latest/solver/optimizer/HTML/chapter7.html """ if timeLimit is not None: # The Xpress time limit has this interpretation: # timelimit <0: Stop after -timelimit, no matter what # timelimit >0: Stop after timelimit only if a feasible solution # exists. We overwrite this meaning here since it is # somewhat counterintuitive when compared to other # solvers. You can always pass a positive timlimit # via `options` to get that behavior. timeLimit = -abs(timeLimit) LpSolver.__init__( self, gapRel=gapRel, mip=mip, msg=msg, timeLimit=timeLimit, options=options, heurFreq=heurFreq, heurStra=heurStra, coverCuts=coverCuts, preSolve=preSolve, warmStart=warmStart, ) self._available = None self._export = export def available(self): """True if the solver is available""" if self._available is None: try: global xpress import xpress # Always disable the global output. We only want output if # we install callbacks explicitly xpress.setOutputEnabled(False) self._available = True except: self._available = False return self._available def callSolver(self, lp, prepare=None): """Perform the actual solve from actualSolve() or actualResolve(). :param prepare: a function that is called with `lp` as argument and allows final tweaks to `lp.solverModel` before the low level solve is started. """ try: model = lp.solverModel # Mark all variables and constraints as unmodified so that # actualResolve will do the correct thing. for v in lp.variables(): v.modified = False for c in lp.constraints.values(): c.modified = False if self._export is not None: if self._export.lower().endswith(".lp"): model.write(self._export, "l") else: model.write(self._export) if prepare is not None: prepare(lp) if _ismip(lp) and not self.mip: # Solve only the LP relaxation model.lpoptimize() else: # In all other cases, solve() does the correct thing model.solve() except (xpress.ModelError, xpress.InterfaceError, xpress.SolverError) as err: raise PulpSolverError(str(err)) def findSolutionValues(self, lp): try: model = lp.solverModel # Collect results if _ismip(lp) and self.mip: # Solved as MIP x, slacks, duals, djs = [], [], None, None try: model.getmipsol(x, slacks) except: x, slacks = None, None statusmap = { 0: constants.LpStatusUndefined, # XPRS_MIP_NOT_LOADED 1: constants.LpStatusUndefined, # XPRS_MIP_LP_NOT_OPTIMAL 2: constants.LpStatusUndefined, # XPRS_MIP_LP_OPTIMAL 3: constants.LpStatusUndefined, # XPRS_MIP_NO_SOL_FOUND 4: constants.LpStatusUndefined, # XPRS_MIP_SOLUTION 5: constants.LpStatusInfeasible, # XPRS_MIP_INFEAS 6: constants.LpStatusOptimal, # XPRS_MIP_OPTIMAL 7: constants.LpStatusUndefined, # XPRS_MIP_UNBOUNDED } statuskey = "mipstatus" else: # Solved as continuous x, slacks, duals, djs = [], [], [], [] try: model.getlpsol(x, slacks, duals, djs) except: # No solution available x, slacks, duals, djs = None, None, None, None statusmap = { 0: constants.LpStatusNotSolved, # XPRS_LP_UNSTARTED 1: constants.LpStatusOptimal, # XPRS_LP_OPTIMAL 2: constants.LpStatusInfeasible, # XPRS_LP_INFEAS 3: constants.LpStatusUndefined, # XPRS_LP_CUTOFF 4: constants.LpStatusUndefined, # XPRS_LP_UNFINISHED 5: constants.LpStatusUnbounded, # XPRS_LP_UNBOUNDED 6: constants.LpStatusUndefined, # XPRS_LP_CUTOFF_IN_DUAL 7: constants.LpStatusNotSolved, # XPRS_LP_UNSOLVED 8: constants.LpStatusUndefined, # XPRS_LP_NONCONVEX } statuskey = "lpstatus" if x is not None: lp.assignVarsVals({v.name: x[v._xprs[0]] for v in lp.variables()}) if djs is not None: lp.assignVarsDj({v.name: djs[v._xprs[0]] for v in lp.variables()}) if duals is not None: lp.assignConsPi( {c.name: duals[c._xprs[0]] for c in lp.constraints.values()} ) if slacks is not None: lp.assignConsSlack( {c.name: slacks[c._xprs[0]] for c in lp.constraints.values()} ) status = statusmap.get( model.getAttrib(statuskey), constants.LpStatusUndefined ) lp.assignStatus(status) return status except (xpress.ModelError, xpress.InterfaceError, xpress.SolverError) as err: raise PulpSolverError(str(err)) def actualSolve(self, lp, prepare=None): """Solve a well formulated lp problem""" if not self.available(): # Import again to get a more verbose error message message = "XPRESS Python API not available" try: import xpress except ImportError as err: message = str(err) raise PulpSolverError(message) self.buildSolverModel(lp) self.callSolver(lp, prepare) return self.findSolutionValues(lp) def buildSolverModel(self, lp): """ Takes the pulp lp model and translates it into an xpress model """ self._extract(lp) try: # Apply controls, warmstart etc. We do this here rather than in # callSolv
(mip=True, msg=True, timeLimit=None, gapRel=None, heurFreq=None, heurStra=None, coverCuts=None, preSolve=None, warmStart=None, export=None, options=None)
[ 0.045761436223983765, -0.04032289609313011, -0.057920459657907486, 0.0649905651807785, 0.019753556698560715, -0.012110465206205845, -0.04556720331311226, -0.07213836163282394, 0.037623047828674316, -0.05100574344396591, 0.0026367211248725653, -0.023230338469147682, 0.03408799692988396, -0.0012807277962565422, -0.0583089254796505, 0.05170498415827751, 0.014674348756670952, 0.011789979413151741, -0.018044302240014076, 0.020413951948285103, 0.01639331504702568, 0.03167949989438057, 0.04735415056347847, 0.07520724833011627, 0.0005875566275790334, -0.004460088908672333, 0.04059482365846634, -0.020122600719332695, -0.03977904096245766, -0.067088283598423, -0.0583089254796505, 0.05139420926570892, -0.004622759763151407, -0.04618874937295914, -0.019782692193984985, 0.02960120141506195, 0.03599148616194725, 0.02958177775144577, -0.010148705914616585, -0.022938987240195274, -0.006633077282458544, -0.05329769849777222, -0.022628214210271835, -0.03099968284368515, -0.01924854889512062, -0.01887950673699379, -0.017383906990289688, 0.06258206814527512, 0.07544033229351044, -0.028727149590849876, 0.021074345335364342, -0.03785612806677818, 0.01642245054244995, -0.010294380597770214, -0.01142093539237976, 0.05877508595585823, 0.020744148641824722, 0.12151253968477249, 0.07066218554973602, -0.08087886869907379, 0.021288001909852028, 0.08740512281656265, -0.014790888875722885, 0.00942518562078476, 0.01749073527753353, 0.02742578461766243, -0.02563883550465107, -0.04308101162314415, -0.0028770852368324995, 0.04071136191487312, -0.012615472078323364, -0.039021529257297516, -0.05687159672379494, -0.010789676569402218, 0.1135101169347763, 0.008332621306180954, -0.014528673142194748, -0.052132297307252884, -0.009182393550872803, -0.008570557460188866, 0.014295592904090881, 0.007240057457238436, -0.0056279185228049755, -0.006924427580088377, 0.014888005331158638, -0.0355447493493557, 0.06273745000362396, 0.0163253340870142, 0.09097901731729507, -0.006667068228125572, -0.03599148616194725, 0.06355323642492294, -0.014616078697144985, 0.04836416617035866, 0.05337539315223694, -0.020452797412872314, 0.006890437100082636, -0.024395739659667015, -0.030494675040245056, -0.04176022484898567, -0.023929579183459282, 0.03711804002523422, -0.08662818372249603, 0.011964789591729641, 0.02424035407602787, -0.0469268374145031, 0.009002727456390858, 0.030358711257576942, 0.046810299158096313, -0.04809223860502243, -0.07746035605669022, 0.020763572305440903, -0.05298692733049393, -0.007652803789824247, -0.044712573289871216, 0.0010931709548458457, -0.052559610456228256, 0.004700453020632267, -0.027891945093870163, 0.017956895753741264, -0.02631865255534649, 0.009614563547074795, -0.059357788413763046, 0.03552532568573952, 0.015791190788149834, 0.007070103194564581, 0.013586640357971191, 0.03177661821246147, 0.04032289609313011, -0.04630529135465622, -0.004986947868019342, 0.0005305004888214171, -0.02245340496301651, 0.021249156445264816, 0.0018172981217503548, -0.038244593888521194, -0.016985727474093437, 0.007779055740684271, -0.007779055740684271, -0.030902566388249397, 0.007181787397712469, 0.010556596331298351, -0.015917442739009857, 0.007550830952823162, 0.04086674749851227, -0.0008910466567613184, 0.03997327387332916, 0.0013487095711752772, -0.03276720643043518, 0.018267670646309853, -0.023269185796380043, -0.05279269069433212, -0.035136859863996506, -0.05477387458086014, 0.004542638082057238, 0.021618200466036797, 0.012965092435479164, -0.030708331614732742, 0.004207585472613573, -0.017209097743034363, -0.046111054718494415, -0.04016750678420067, 0.00669134734198451, -0.012372680008411407, -0.002595446538180113, -0.00960970763117075, -0.02422093041241169, -0.05450194701552391, 0.03373837471008301, 0.08111195266246796, 0.016208793967962265, -0.011721997521817684, -0.0476260781288147, -0.005933836568146944, -0.052132297307252884, 0.05477387458086014, 0.023230338469147682, -0.0008169951033778489, 0.036127448081970215, 0.008784214965999126, 0.02637692354619503, 0.0018003026489168406, -0.06910831481218338, -0.021637622267007828, -0.013062209822237492, 0.05415232852101326, 0.00856570154428482, -0.0029159318655729294, -0.05419117584824562, 0.03604975715279579, -0.026532309129834175, -0.030883142724633217, 0.07905307412147522, -0.011178143322467804, -0.011042180471122265, 0.04020635411143303, 0.0055356575176119804, 0.005564792547374964, 0.06196051836013794, 0.0043289815075695515, 0.010022453963756561, 0.006181484088301659, 0.05869739502668381, 0.03606918081641197, -0.04393564164638519, -0.0178694911301136, -0.014052800834178925, -0.02816387265920639, -0.02810560166835785, 0.007861604914069176, 0.02709558792412281, -0.013703180477023125, -0.026590580120682716, 0.020413951948285103, 0.0017869491130113602, -0.006016385741531849, 0.010449768044054508, 0.00889104325324297, 0.014305304735898972, -0.024084966629743576, -0.0025978744961321354, -0.008497719652950764, -0.032242778688669205, -0.028222141787409782, 0.039351727813482285, 0.021890126168727875, 0.013091344386339188, 0.04141060262918472, 0.05333654582500458, -0.029368119314312935, 0.050772663205862045, -0.026998469606041908, -0.0002010621246881783, -0.011013044975697994, 0.03737054392695427, -0.07093410938978195, -0.04277023673057556, 0.039740193635225296, 0.013926548883318901, -0.04747069254517555, 0.0025784510653465986, -0.012634895741939545, 0.021210309118032455, -0.04607221111655235, -0.03523397445678711, 0.012469797395169735, 0.010236110538244247, 0.005215172190219164, 0.004824277013540268, -0.008682241663336754, 0.013703180477023125, -0.08608432859182358, -0.038982681930065155, -0.0195690356194973, -0.004644610919058323, -0.04234292358160019, -0.019132008776068687, 0.02140454202890396, 0.02528921514749527, -0.02458997443318367, -0.005482243373990059, 0.03878844901919365, -0.02602730318903923, 0.05457964166998863, 0.0035301956813782454, -0.014276169240474701, 0.002448557410389185, -0.02637692354619503, 0.039390575140714645, -0.0036977222189307213, 0.0738864615559578, 0.030067361891269684, -0.06603942066431046, 0.007919874973595142, -0.01818997599184513, 0.048636093735694885, -0.03556417301297188, 0.03066948615014553, 0.001973898848518729, 0.019811827689409256, 0.05764853209257126, 0.02097722887992859, 0.009051285684108734, 0.026571156457066536, -0.025347484275698662, 0.003282547928392887, -0.05492926016449928, -0.030378134921193123, -0.010945063084363937, -0.017306214198470116, -0.024123812094330788, 0.06650558114051819, 0.06592288613319397, -0.012770859524607658, 0.060018181800842285, 0.04956841468811035, -0.013207884505391121, -0.041565991938114166, 0.014606366865336895, -0.0012382392305880785, 0.04739299789071083, -0.020433373749256134, 0.007458570413291454, -0.04455718770623207, -0.00784703716635704, 0.009182393550872803, 0.022336862981319427, -0.021909549832344055, -0.004382395651191473, 0.004756295122206211, -0.012071617878973484, -0.013518658466637135, 0.026085572317242622, -0.006186340004205704, 0.00015948399959597737, -0.04308101162314415, 0.04047828167676926, 0.004763578996062279, 0.001778451376594603, 0.018986335024237633, -0.04533412307500839, 0.024104390293359756, 0.009138691239058971, -0.009604851715266705, 0.030902566388249397, -0.014596655033528805, 0.04277023673057556, -0.028649454936385155, 0.014926851727068424, -0.05450194701552391, -0.009391194209456444, 0.00964369811117649, -0.02672654390335083, 0.015771768987178802, 0.025502871721982956, -0.0313493013381958, 0.038264017552137375, -0.012460085563361645, 0.03772016614675522, -0.037215158343315125, 0.05566734820604324, 0.044285260140895844, -0.10100147128105164, 0.023579958826303482, 0.03746766224503517, -0.060756269842386246, 0.018374498933553696, -0.011518052779138088, 0.03317509964108467, -0.03024217113852501, -0.03131045773625374, -0.0092843659222126, -0.02319149114191532, 0.024007271975278854, 0.039720769971609116, -0.019695287570357323, 0.012751435860991478, -0.020375104621052742, 0.06017356738448143, -0.011226702481508255, 0.020044907927513123, -0.008551133796572685, -0.06596173346042633, 0.04564489424228668, -0.01779179833829403, -0.05065612122416496, 0.0033019711263477802, -0.005341424141079187, 0.015101661905646324, 0.007477993611246347, -0.010216686874628067, -0.06732136756181717, -0.059357788413763046, -0.007910163141787052, -0.04191561043262482, 0.03233989328145981, -0.012829129584133625, 0.01917085610330105, -0.045839130878448486, -0.05601697042584419, 0.05601697042584419, -0.03781728073954582, -0.008667673915624619, -0.01087708119302988, 0.010838234797120094, -0.052831538021564484, 0.025056134909391403, -0.011333530768752098, 0.06891407817602158, -0.0023441568482667208, 0.030455827713012695, 0.006555384024977684, 0.03303913399577141, 0.046849142760038376, 0.023055527359247208, -0.007803334854543209, 0.04984034225344658, 0.023735346272587776, -0.008458873257040977, -0.010847946628928185, -0.001610924955457449, 0.004496507812291384, -0.03267009183764458, -0.0021159322932362556, 0.007487705443054438, -0.024143235757946968, 0.06669981777667999, 0.003976932726800442, -0.010410920716822147, 0.10721694678068161, -0.013440964743494987, 0.038302864879369736, -0.010721694678068161, -0.05489041656255722, -0.06887523084878922, -0.02350226603448391, -0.007745064795017242, 0.05912470817565918, 0.03521455079317093, -0.015218202024698257, 0.05046188831329346, 0.004258571658283472, 0.06444671005010605, 0.025094980373978615, -0.03096083551645279, -0.0003116842417512089, -0.023036105558276176, -0.011168431490659714, -0.03587494418025017, 0.06063972786068916, -0.05116112902760506, 0.010206975974142551, -0.01515993196517229, -0.036515917629003525, 0.008769647218286991, 0.002162062795832753, 0.006220330949872732, 0.032223355025053024, -0.007249769289046526, -0.023269185796380043, 0.04055597633123398, 0.04879147931933403, 0.05174383148550987, -0.007526551838964224, 0.04809223860502243, 0.0057153236120939255, -0.04770377278327942, -0.03639937564730644, -0.07629495859146118, 0.011469493620097637, -0.022589366883039474, 0.02744520828127861, 0.0952521562576294, 0.007973289117217064, -0.018083147704601288, -0.03954596072435379, -0.06615596264600754, -0.009803940542042255, -0.03515627980232239, 0.0013584212865680456, 0.024376315996050835, -0.010682848282158375, 0.025774799287319183, 0.005195748992264271, -0.03667130321264267, -0.02639634534716606, -0.0199672132730484, 0.007356597576290369, -0.016878899186849594, -0.012761147692799568, -0.032903172075748444, 0.007579965982586145, 0.00001953716855496168, -0.03160180523991585, -0.02354111149907112, -0.02598845586180687, -0.04346948117017746, 0.055706195533275604, 0.052132297307252884, -0.035467054694890976, 0.030494675040245056, -0.0599016435444355, 0.08383122086524963, 0.024473434314131737, -0.02208436094224453, -0.03960423171520233, 0.05457964166998863, -0.029756586998701096, -0.06234898418188095, -0.015849461778998375, -0.0334470272064209, -0.01779179833829403, 0.04556720331311226, 0.015325031243264675, -0.005763881839811802, -0.014111070893704891, -0.026823660358786583, -0.01919999159872532, 0.058969318866729736, -0.06234898418188095, -0.008546278811991215, -0.024415163323283195, -0.03356356546282768, -0.016626395285129547, 0.09890374541282654, -0.003202426480129361, -0.018607579171657562, 0.053220007568597794, -0.014353862963616848, 0.010498326271772385, -0.0738864615559578, -0.07376991957426071, 0.04591682180762291, -0.028280412778258324, 0.015422147698700428, 0.030416982248425484, 0.010760541073977947, 0.026629425585269928, -0.035136859863996506, -0.041449449956417084, 0.011993925087153912, 0.05384155362844467, 0.037525929510593414, -0.0048169931396842, 0.025541719049215317, 0.06436901539564133, -0.05869739502668381, -0.03929345682263374, 0.0068758693523705006, 0.06646674126386642, 0.04059482365846634, -0.05772622674703598, 0.03985673561692238, 0.034670695662498474, 0.06654442846775055, 0.04207099601626396, -0.054268866777420044, -0.06747674942016602, -0.06118358299136162, -0.035467054694890976, -0.017005151137709618, 0.035078588873147964, -0.00009066763595910743, -0.036554764956235886, 0.0015405152225866914, -0.0016704089939594269, -0.006385429762303829, 0.0791696161031723, -0.057182371616363525, -0.024395739659667015, -0.007337174378335476, -0.006900148466229439, 0.03218450769782066, 0.004336264915764332, 0.048674941062927246, 0.008687097579240799, 0.016199082136154175, 0.05527888238430023, 0.029698317870497704, 0.015839749947190285, -0.026998469606041908, -0.059318941086530685, 0.0156260933727026, -0.01608254201710224, -0.11568553000688553, -0.0038749603554606438, -0.04090559482574463, -0.007002121303230524, 0.015325031243264675, -0.0006773896748200059, 0.08150041848421097, -0.040750209242105484, -0.0077499207109212875, -0.023696498945355415, -0.026104995980858803, -0.05877508595585823, 0.029115617275238037, 0.007429435383528471, -0.034728966653347015, 0.03892441466450691, 0.011537475511431694, 0.004299846477806568, -0.023638229817152023, -0.1033322736620903, -0.0009153258288279176, 0.038652487099170685, 0.021132616326212883, 0.031038528308272362, 0.03977904096245766, -0.004829132929444313, -0.030164478346705437, 0.03781728073954582, 0.009930192492902279, -0.022006666287779808, -0.012955380603671074, 0.04848070815205574, -0.04234292358160019, 0.002155992900952697, 0.08981361985206604, -0.02136569656431675, -0.05368616804480553, 0.032903172075748444, -0.021132616326212883, -0.036515917629003525, 0.010682848282158375, -0.017364483326673508, -0.02633807621896267, -0.024745360016822815, 0.03737054392695427, -0.008847340010106564, 0.02783367410302162, -0.06083396449685097, 0.015111373737454414, 0.03197085112333298, -0.07283759862184525, -0.01603398285806179, -0.010313804261386395, 0.04121636971831322, 0.024123812094330788, -0.040089815855026245, -0.037603624165058136, 0.04416872188448906, 0.009930192492902279, -0.022239746525883675, -0.006433987990021706, 0.022919565439224243, 0.023579958826303482, -0.06374746561050415, 0.0012965092901140451, 0.02068587765097618, 0.02385188639163971, -0.0019289824413135648, 0.01605340652167797, 0.02455112710595131, -0.035078588873147964, -0.001610924955457449, 0.034068573266267776, -0.005632774438709021, 0.004350832663476467, 0.022511674091219902, -0.03098025918006897, 0.03841940686106682, -0.00294263893738389, -0.04599451646208763, 0.031815461814403534, 0.02744520828127861, -0.012644607573747635, -0.01964672841131687, 0.050073422491550446, 0.018966911360621452, -0.029717741534113884, -0.013751738704741001, -0.04354717209935188, -0.021967820823192596, -0.040750209242105484, 0.0448291152715683, -0.019083451479673386, 0.0024133524857461452, 0.015849461778998375, -0.01819968782365322, -0.04479026794433594, 0.022356286644935608, 0.0434306338429451, -0.017898626625537872, 0.015451283194124699, 0.004258571658283472, 0.03377722203731537, -0.004083761479705572, -0.029465237632393837, 0.045062195509672165, 0.021909549832344055, -0.07850921899080276, 0.028260989114642143, 0.013013651594519615, 0.02171531692147255, -0.015917442739009857, -0.004926249850541353, 0.007924730889499187, -0.02134627290070057, -0.016820630058646202, 0.05015111342072487, 0.00874051172286272, -0.012023059651255608, -0.017529582604765892, -0.0012819417752325535, 0.00213292776606977, -0.0033116829581558704, 0.025541719049215317, -0.012790282256901264, -0.012421238236129284, -0.06802060455083847, 0.0626986026763916, 0.03925460949540138, 0.015936866402626038, -0.03535051643848419, -0.07800421118736267, -0.0660005733370781, -0.018918352201581, 0.06029010936617851, -0.06635019928216934, 0.037933822721242905, -0.03680726885795593, -0.007589677814394236, 0.024298623204231262, -0.011848249472677708, 0.05279269069433212, -0.045023348182439804, -0.03492319956421852, 0.002762972842901945, -0.00031320168636739254, 0.04548950865864754, 0.018393922597169876, 0.02744520828127861, -0.06467978656291962, 0.05368616804480553, 0.01855902001261711, -0.010673136450350285, 0.007910163141787052, -0.03276720643043518, 0.03249528259038925, -0.0035544747952371836, 0.025405755266547203, 0.020219717174768448, -0.04424641281366348, -0.010906216688454151, 0.028591185808181763, 0.0023235194385051727, -0.07272105664014816, 0.07489647716283798, 0.03063063882291317, -0.02985370345413685, 0.033660683780908585, -0.02350226603448391, -0.027678288519382477, 0.012275563552975655, -0.04393564164638519, 0.03348587080836296, 0.05702698603272438, -0.035447631031274796, 0.022298017516732216, -0.004222152754664421, -0.018092859536409378, -0.021229732781648636, -0.02389073185622692, 0.0057007563300430775, 0.01919999159872532, 0.019724421203136444, 0.025541719049215317, -0.04102213680744171, -0.00889104325324297, 0.06786522269248962, 0.026104995980858803, 0.034340500831604004, -0.018714407458901405, 0.049684952944517136, -0.016286486759781837, 0.02670712023973465, 0.012693165801465511, -0.0044163865968585014, -0.01928739622235298, -0.02664884924888611, -0.031485266983509064, -0.020025484263896942, 0.08173349499702454, 0.04036174342036247, 0.009629130363464355, -0.009216384030878544, 0.05776507407426834 ]
38,984
pulp.apis.xpress_api
__init__
Initializes the Xpress solver. :param bool mip: if False, assume LP even if integer variables :param bool msg: if False, no log is shown :param float timeLimit: maximum time for solver (in seconds) :param float gapRel: relative gap tolerance for the solver to stop (in fraction) :param heurFreq: the frequency at which heuristics are used in the tree search :param heurStra: heuristic strategy :param coverCuts: the number of rounds of lifted cover inequalities at the top node :param preSolve: whether presolving should be performed before the main algorithm :param bool warmStart: if set then use current variable values as warm start :param string export: if set then the model will be exported to this file before solving :param options: Adding more options. This is a list the elements of which are either (name,value) pairs or strings "name=value". More about Xpress options and control parameters please see https://www.fico.com/fico-xpress-optimization/docs/latest/solver/optimizer/HTML/chapter7.html
def __init__( self, mip=True, msg=True, timeLimit=None, gapRel=None, heurFreq=None, heurStra=None, coverCuts=None, preSolve=None, warmStart=None, export=None, options=None, ): """ Initializes the Xpress solver. :param bool mip: if False, assume LP even if integer variables :param bool msg: if False, no log is shown :param float timeLimit: maximum time for solver (in seconds) :param float gapRel: relative gap tolerance for the solver to stop (in fraction) :param heurFreq: the frequency at which heuristics are used in the tree search :param heurStra: heuristic strategy :param coverCuts: the number of rounds of lifted cover inequalities at the top node :param preSolve: whether presolving should be performed before the main algorithm :param bool warmStart: if set then use current variable values as warm start :param string export: if set then the model will be exported to this file before solving :param options: Adding more options. This is a list the elements of which are either (name,value) pairs or strings "name=value". More about Xpress options and control parameters please see https://www.fico.com/fico-xpress-optimization/docs/latest/solver/optimizer/HTML/chapter7.html """ if timeLimit is not None: # The Xpress time limit has this interpretation: # timelimit <0: Stop after -timelimit, no matter what # timelimit >0: Stop after timelimit only if a feasible solution # exists. We overwrite this meaning here since it is # somewhat counterintuitive when compared to other # solvers. You can always pass a positive timlimit # via `options` to get that behavior. timeLimit = -abs(timeLimit) LpSolver.__init__( self, gapRel=gapRel, mip=mip, msg=msg, timeLimit=timeLimit, options=options, heurFreq=heurFreq, heurStra=heurStra, coverCuts=coverCuts, preSolve=preSolve, warmStart=warmStart, ) self._available = None self._export = export
(self, mip=True, msg=True, timeLimit=None, gapRel=None, heurFreq=None, heurStra=None, coverCuts=None, preSolve=None, warmStart=None, export=None, options=None)
[ 0.023736342787742615, -0.0358416885137558, 0.003669076832011342, 0.0358416885137558, 0.002307699993252754, -0.010188981890678406, -0.04914238676428795, -0.0553278774023056, 0.0034817096311599016, -0.04269126430153847, 0.01863236539065838, 0.018565956503152847, -0.01789238303899765, 0.017048044130206108, -0.06891318410634995, 0.01891697384417057, 0.006104850675910711, 0.0042762416414916515, -0.027948547154664993, 0.01525501161813736, 0.018831590190529823, 0.03128795325756073, 0.039427753537893295, 0.0739222913980484, -0.013869917020201683, 0.016753949224948883, 0.011204084381461143, -0.009875912219285965, -0.04181846231222153, -0.03411506116390228, -0.0775652825832367, 0.04644809290766716, -0.014534003101289272, -0.023280968889594078, -0.038744691759347916, 0.016165757551789284, 0.024760931730270386, 0.021042048931121826, -0.044816337525844574, -0.033166367560625076, 0.03580373898148537, -0.04477839171886444, 0.00011102692951681092, -0.016364984214305878, -0.030054649338126183, -0.03498786315321922, 0.010094111785292625, 0.06470098346471786, 0.04170462116599083, -0.03705601766705513, 0.0196000337600708, -0.04193230718374252, 0.020169250667095184, -0.0334889255464077, -0.05107772350311279, 0.05904676020145416, 0.04105950891971588, 0.11057985574007034, 0.08227080851793289, -0.05012902989983559, 0.009961294941604137, 0.0867486447095871, 0.019884642213582993, 0.029352614656090736, 0.019087737426161766, 0.019049789756536484, -0.0439055934548378, -0.021497422829270363, 0.012000988237559795, 0.05472071096301079, 0.017911355942487717, -0.035708870738744736, -0.06056467071175575, 0.01119459792971611, 0.12515181303024292, -0.008244156837463379, -0.03271099552512169, -0.035120680928230286, -0.03743549436330795, 0.01705753058195114, -0.010473590344190598, 0.008998369798064232, -0.05335459113121033, 0.016013966873288155, 0.0147427162155509, -0.05866728350520134, 0.07122799754142761, -0.015264498069882393, 0.10519127547740936, -0.00917862169444561, -0.061968740075826645, 0.03162948414683342, -0.014012221246957779, 0.027018826454877853, 0.040110815316438675, -0.01804417371749878, 0.023527629673480988, -0.011422284878790379, -0.014201960526406765, -0.034437619149684906, -0.015292959287762642, 0.028631607070565224, -0.07612326741218567, 0.01748444326221943, 0.014903994277119637, -0.030244387686252594, 0.003439018502831459, 0.03622116521000862, 0.03665756434202194, -0.06416971236467361, -0.06914087384939194, 0.04007286578416824, -0.04641014710068703, 0.0368473045527935, -0.041438985615968704, -0.016905739903450012, -0.053164854645729065, 0.0005502429557964206, -0.005943572614341974, 0.008239413611590862, -0.030035674571990967, 0.01757931336760521, -0.07377050071954727, 0.041249245405197144, -0.013623256236314774, -0.000041727744246600196, 0.02846084162592888, 0.005478712264448404, 0.028612634167075157, -0.07210080325603485, 0.028688529506325722, -0.00897939596325159, -0.0208333358168602, 0.005326921120285988, -0.02992183156311512, -0.04675167798995972, 0.014258882030844688, 0.0007951247971504927, -0.00850979145616293, -0.012693535536527634, -0.022484065964818, 0.007518405560404062, -0.026658322662115097, 0.013756074011325836, 0.003398698987439275, 0.0089746518060565, 0.022844569757580757, -0.014780663885176182, -0.02015027590095997, 0.025538861751556396, -0.021990744397044182, -0.05506224185228348, -0.062120530754327774, -0.046865519136190414, 0.010843580588698387, 0.012238162569701672, 0.004724499769508839, 0.008889270015060902, 0.014439133927226067, -0.0025662193074822426, -0.0276639387011528, -0.012456362135708332, 0.003023964585736394, -0.001993444748222828, -0.011071267537772655, -0.025064514949917793, -0.009809503331780434, -0.0483834333717823, 0.0179208442568779, 0.11050396412611008, -0.0011746026575565338, -0.012570205144584179, -0.04360200837254524, 0.0007583628757856786, -0.03373558446764946, 0.01621319353580475, 0.013775047846138477, 0.03885853663086891, 0.016602158546447754, 0.023622499778866768, 0.02737933024764061, -0.0077935270965099335, -0.03838418796658516, -0.0368473045527935, -0.017901869490742683, 0.03113616071641445, 0.0126840490847826, 0.009245030581951141, -0.06974803656339645, 0.035708870738744736, 0.01068230252712965, -0.030130544677376747, 0.049749553203582764, -0.02654447965323925, -0.014979889616370201, 0.04845932871103287, 0.0015594169963151217, -0.007504175417125225, 0.0345514640212059, 0.0530889593064785, 0.010701276361942291, 0.025747574865818024, 0.05900881439447403, -0.0016495429445058107, -0.036353982985019684, -0.019106712192296982, 0.0031947295647114515, -0.006707271561026573, -0.026430634781718254, 0.038649823516607285, 0.03386840224266052, -0.0440194346010685, 0.00028875895077362657, 0.01755085214972496, -0.005843959748744965, -0.011185110546648502, 0.0009196409373544157, 0.0381375290453434, -0.014097603969275951, -0.019979510456323624, 0.034399669617414474, 0.013376595452427864, -0.061778999865055084, 0.013822481967508793, 0.01813904382288456, 0.03980723023414612, 0.012314057908952236, 0.03479812294244766, 0.008827604353427887, -0.033507898449897766, 0.03403916582465172, -0.020662572234869003, -0.0024547476787120104, -0.011308440938591957, 0.01090050209313631, -0.05206436663866043, -0.029599275439977646, 0.05346843600273132, -0.0000383924889320042, -0.05574530363082886, 0.01720932312309742, 0.013699151575565338, 0.0075610969215631485, -0.04557529464364052, 0.009932833723723888, 0.012911735102534294, 0.00044025364331901073, -0.012399440631270409, 0.000999094103462994, 0.02214253507554531, 0.015852689743041992, -0.07388434559106827, -0.03980723023414612, 0.0032303056214004755, -0.0168013833463192, -0.02542501874268055, -0.019230041652917862, 0.012968656606972218, 0.004243037197738886, -0.0300167016685009, -0.000611908093560487, 0.014334777370095253, -0.012579692527651787, 0.06747116893529892, 0.014657333493232727, -0.012560718692839146, -0.03240741044282913, -0.052140261977910995, 0.02254098653793335, -0.006081133149564266, 0.01941029354929924, 0.026999851688742638, -0.03954159840941429, 0.02561475709080696, -0.014562464319169521, 0.017541365697979927, -0.0655737817287445, 0.011156650260090828, -0.012503796257078648, 0.03739754483103752, 0.045044027268886566, -0.00904106069356203, 0.03485504537820816, 0.008856065571308136, -0.0214215274900198, 0.008846578188240528, -0.052785374224185944, 0.00521782087162137, -0.0009925718186423182, -0.029352614656090736, -0.031231030821800232, 0.09403461962938309, 0.05103977769613266, 0.0006783167482353747, 0.08477535843849182, 0.017664695158600807, 0.0029219798743724823, -0.005549864377826452, 0.014353751204907894, 0.008571457117795944, 0.06413176655769348, -0.06644657999277115, -0.021592292934656143, -0.03882058709859848, 0.0023883390240371227, 0.04447481036186218, -0.01424939464777708, 0.002483208430930972, 0.037131913006305695, 0.013907864689826965, 0.020055407658219337, 0.009553356096148491, 0.029200823977589607, -0.01630806177854538, 0.000891180126927793, -0.0037473442498594522, 0.03386840224266052, -0.022597908973693848, -0.011317928321659565, 0.01714291423559189, -0.03419095650315285, 0.03612629696726799, -0.012532257474958897, -0.03274894133210182, 0.005910368170589209, -0.02102307602763176, 0.024229664355516434, -0.029561327770352364, -0.00235632061958313, -0.05582119897007942, -0.024020951241254807, 0.03007362224161625, -0.021876901388168335, -0.02151639573276043, -0.011887145228683949, -0.008177748881280422, 0.036486800760030746, -0.001400510547682643, 0.027303434908390045, -0.023679420351982117, 0.07475714385509491, 0.01562500186264515, -0.10496358573436737, 0.02893519029021263, 0.03293868154287338, -0.05107772350311279, 0.012551231309771538, -0.0345514640212059, 0.04455070570111275, 0.019884642213582993, -0.020207198336720467, -0.0242486372590065, -0.0031591535080224276, 0.009230799973011017, 0.04599272087216377, -0.0070013669319450855, -0.012408927083015442, -0.021573318168520927, 0.060944151133298874, -0.02747420035302639, 0.026999851688742638, -0.009135929867625237, -0.07809655368328094, 0.041970256716012955, -0.021535370498895645, -0.07612326741218567, 0.02821418084204197, 0.008215696550905704, 0.017598288133740425, 0.02043488435447216, -0.004717384465038776, -0.06860960274934769, -0.07517457008361816, 0.013082500547170639, -0.024077871814370155, 0.011545615270733833, -0.019324911758303642, 0.02489374950528145, -0.039921075105667114, -0.06424560397863388, 0.050812091678380966, -0.014154525473713875, 0.012133806012570858, -0.022863542661070824, -0.006133311428129673, -0.04845932871103287, 0.027075747027993202, 0.024817854166030884, 0.14108988642692566, -0.003396327141672373, 0.03857392817735672, 0.007670197170227766, 0.056390415877103806, 0.029371589422225952, 0.0009398006950505078, -0.01897389441728592, 0.06792654097080231, 0.04394353926181793, -0.008490817621350288, -0.0016068516997620463, 0.006128568202257156, 0.007357127498835325, -0.03504478186368942, 0.0062851025722920895, 0.015900123864412308, -0.008348513394594193, 0.046372197568416595, -0.005663707386702299, 0.009197595529258251, 0.07809655368328094, 0.00885132234543562, 0.025406045839190483, 0.005118208006024361, -0.05889496952295303, -0.07707195729017258, -0.056048884987831116, 0.01325326506048441, 0.05445507913827896, 0.0006480771116912365, -0.016364984214305878, 0.03181922063231468, 0.021535370498895645, 0.05464481562376022, 0.0059578027576208115, 0.011744841001927853, 0.009448999539017677, -0.0370749905705452, -0.025747574865818024, -0.023546602576971054, 0.06394202262163162, -0.11566486209630966, 0.016070889309048653, 0.008386461064219475, 0.0019329654751345515, 0.02610807865858078, -0.018186477944254875, -0.011336902156472206, 0.011242032982409, -0.017873408272862434, -0.0179208442568779, 0.04014876112341881, 0.00871376134455204, 0.06382818520069122, -0.020169250667095184, 0.020207198336720467, -0.010758197866380215, -0.031648457050323486, -0.0190687645226717, -0.05836369842290878, 0.023679420351982117, -0.014116577804088593, 0.04800395295023918, 0.08105647563934326, 0.0015072387177497149, -0.004541876260191202, -0.05396175757050514, -0.0496736578643322, 0.010862554423511028, -0.025538861751556396, 0.013063526712357998, 0.01608986221253872, -0.010767685249447823, 0.018831590190529823, -0.008438639342784882, -0.04584093019366264, 0.006716758944094181, 0.0107107637450099, 0.019448241218924522, -0.018053660169243813, -0.0553278774023056, -0.03504478186368942, 0.014164012856781483, -0.020643597468733788, -0.044702496379613876, -0.029883883893489838, -0.029845936223864555, -0.04811779782176018, 0.054493024945259094, 0.048762910068035126, -0.0426153689622879, 0.03189511597156525, -0.06553583592176437, 0.09395872801542282, 0.02728446014225483, -0.020909231156110764, -0.03032028302550316, 0.02400197647511959, -0.021782031282782555, -0.05726321414113045, -0.023793263360857964, -0.054872505366802216, -0.00831056572496891, 0.0336027666926384, 0.011640484444797039, 0.01241841446608305, 0.022559961304068565, -0.026867035776376724, -0.015150655061006546, 0.03504478186368942, -0.0532028004527092, -0.022958412766456604, 0.006009981036186218, -0.019581058993935585, -0.012095858342945576, 0.07058288902044296, 0.0017325538210570812, -0.011915605515241623, 0.04667578265070915, -0.02092820592224598, 0.007674940396100283, -0.05054645612835884, -0.097222238779068, 0.012380465865135193, 0.011744841001927853, 0.03314739465713501, 0.006987136788666248, -0.026127053424715996, 0.03969338908791542, -0.030244387686252594, -0.034001220017671585, 0.02204766497015953, 0.06265179812908173, 0.0461445115506649, -0.030870527029037476, 0.04538555443286896, 0.033963270485401154, -0.017010096460580826, -0.014059656299650669, 0.04204615205526352, 0.0692167654633522, 0.06287948787212372, -0.05866728350520134, 0.010938450694084167, 0.05210231617093086, 0.046903468668460846, 0.0542653389275074, -0.04090771824121475, -0.027758808806538582, -0.0473208948969841, -0.04697936400771141, -0.025842444971203804, 0.03085155226290226, 0.003042938420549035, -0.03885853663086891, 0.018954921513795853, 0.0009415795211680233, -0.01816750504076481, 0.10352157056331635, -0.03897238150238991, -0.030718736350536346, 0.019789772108197212, -0.01637447066605091, 0.00006114634015830234, -0.006740476004779339, 0.054682765156030655, 0.023736342787742615, 0.005682681687176228, 0.047890111804008484, 0.04864906519651413, 0.02015027590095997, -0.03309047222137451, -0.04030055180191994, 0.022408168762922287, 0.018433138728141785, -0.11634792387485504, -0.021402552723884583, -0.02728446014225483, -0.018897999078035355, 0.007404562551528215, 0.025595784187316895, 0.09524895250797272, -0.05301306024193764, -0.007433023303747177, 0.01773110404610634, -0.042311783879995346, -0.044854287058115005, 0.03392532467842102, 0.025102462619543076, -0.03671448677778244, 0.01813904382288456, 0.03373558446764946, 0.01752239093184471, -0.02796752005815506, -0.0702793076634407, -0.0056210164912045, 0.03104129247367382, 0.023736342787742615, 0.018954921513795853, 0.02551988884806633, -0.01643139310181141, 0.01659267023205757, 0.035670921206474304, 0.009904373437166214, 0.0020100469700992107, -0.01097639836370945, 0.022408168762922287, -0.008856065571308136, 0.004359252285212278, 0.09646327793598175, -0.03274894133210182, -0.07445356249809265, 0.03616424277424812, -0.04064208269119263, -0.03149666637182236, 0.0002528864424675703, -0.025235280394554138, -0.02517835795879364, 0.008424409665167332, 0.036202192306518555, 0.00607638992369175, 0.05430328845977783, -0.07342897355556488, 0.01764572225511074, 0.04151488095521927, -0.08158774673938751, -0.02688600867986679, 0.005127694923430681, 0.03559502586722374, 0.0440194346010685, -0.03358379378914833, -0.03383045271039009, 0.03783394768834114, 0.021345632150769234, -0.01655472256243229, 0.010530511848628521, 0.009188108146190643, 0.01615627110004425, -0.08598969131708145, -0.0013210574397817254, 0.016165757551789284, 0.04375380277633667, -0.021402552723884583, 0.012551231309771538, 0.01424939464777708, -0.06659837067127228, -0.003261138219386339, 0.03119308315217495, 0.007973778992891312, 0.003346520708873868, 0.006365741603076458, -0.04181846231222153, 0.028290076181292534, -0.007442510221153498, -0.055859144777059555, 0.009150160476565361, 0.018053660169243813, -0.009344642981886864, 0.0008603475289419293, 0.05627657100558281, 0.012038935907185078, -0.006968162953853607, -0.0038066376000642776, -0.04455070570111275, -0.015131681226193905, -0.048952650278806686, 0.0403764471411705, -0.012655587866902351, 0.009894886054098606, 0.047738317400217056, -0.025937313213944435, -0.02982696332037449, 0.030396180227398872, 0.04713115468621254, -0.017380086705088615, 0.02405889891088009, -0.010549485683441162, 0.04751063138246536, -0.006161772180348635, -0.06037493422627449, 0.052785374224185944, -0.028878267854452133, -0.06640863418579102, -0.016829844564199448, 0.010834094136953354, 0.028346998617053032, -0.011317928321659565, -0.02210458740592003, -0.022768674418330193, -0.03447556495666504, -0.014220934361219406, 0.04030055180191994, 0.013756074011325836, -0.004008235409855843, -0.0077271186746656895, -0.015549106523394585, 0.03779599815607071, -0.018176991492509842, 0.04208409786224365, -0.01950516365468502, 0.0021310055162757635, -0.05210231617093086, 0.07597147673368454, 0.03407711535692215, 0.030528996139764786, 0.014258882030844688, -0.06952034682035446, -0.07339102774858475, -0.05088798701763153, 0.0404902920126915, -0.08773528784513474, 0.03358379378914833, -0.009558099322021008, -0.01606140099465847, 0.04253947362303734, -0.05472071096301079, 0.01043564174324274, -0.022578934207558632, -0.022161509841680527, 0.022806622087955475, 0.017370600253343582, 0.041135404258966446, 0.0029267233330756426, 0.046713728457689285, -0.053658172488212585, 0.03716985881328583, 0.002478464972227812, 0.008656839840114117, 0.02728446014225483, -0.045044027268886566, 0.014012221246957779, 0.023774290457367897, -0.003360751084983349, 0.0004257267573848367, -0.018812617287039757, 0.022218430414795876, 0.00831056572496891, -0.015738844871520996, -0.07103826105594635, 0.07384639978408813, -0.0160993505269289, -0.020985128358006477, 0.05168488994240761, 0.004297587089240551, -0.049104440957307816, 0.0010109528666362166, -0.06242411211133003, 0.02155434526503086, 0.03675243258476257, 0.011517154052853584, 0.037473443895578384, -0.007285975385457277, -0.011023832485079765, -0.017010096460580826, -0.004956929944455624, 0.017123939469456673, 0.016118323430418968, 0.010985884815454483, 0.04105950891971588, -0.019770799204707146, 0.0006735732895322144, 0.04933212697505951, 0.006583941634744406, 0.05138130858540535, -0.01897389441728592, 0.028328025713562965, -0.019789772108197212, 0.020643597468733788, -0.011896631680428982, -0.012740970589220524, -0.05369612202048302, -0.03441864624619484, -0.06158926337957382, -0.006958676036447287, 0.043488167226314545, 0.022484065964818, 0.01615627110004425, 0.01950516365468502, 0.043981488794088364 ]
38,985
pulp.apis.xpress_api
_extract
Extract a given model to an XPRESS Python API instance. The function stores XPRESS specific information in the `solverModel` property of `lp` and each variable and constraint. These information can be removed by calling `_reset`.
def _extract(self, lp): """Extract a given model to an XPRESS Python API instance. The function stores XPRESS specific information in the `solverModel` property of `lp` and each variable and constraint. These information can be removed by calling `_reset`. """ self._reset(lp) try: model = xpress.problem() if lp.sense == constants.LpMaximize: model.chgobjsense(xpress.maximize) # Create variables. We first collect the info for all variables # and then create all of them in one shot. This is supposed to # be faster in case we have to create a lot of variables. obj = list() lb = list() ub = list() ctype = list() names = list() for v in lp.variables(): lb.append(-xpress.infinity if v.lowBound is None else v.lowBound) ub.append(xpress.infinity if v.upBound is None else v.upBound) obj.append(lp.objective.get(v, 0.0)) if v.cat == constants.LpInteger: ctype.append("I") elif v.cat == constants.LpBinary: ctype.append("B") else: ctype.append("C") names.append(v.name) model.addcols(obj, [0] * (len(obj) + 1), [], [], lb, ub, names, ctype) for j, (v, x) in enumerate(zip(lp.variables(), model.getVariable())): v._xprs = (j, x) # Generate constraints. Sort by name to get deterministic # ordering of constraints. # Constraints are generated in blocks of 100 constraints to speed # up things a bit but still keep memory usage small. cons = list() for i, name in enumerate(sorted(lp.constraints)): con = lp.constraints[name] # Sort the variables by index to get deterministic # ordering of variables in the row. lhs = xpress.Sum( a * x._xprs[1] for x, a in sorted(con.items(), key=lambda x: x[0]._xprs[0]) ) rhs = -con.constant if con.sense == constants.LpConstraintLE: c = xpress.constraint(body=lhs, sense=xpress.leq, rhs=rhs) elif con.sense == constants.LpConstraintGE: c = xpress.constraint(body=lhs, sense=xpress.geq, rhs=rhs) elif con.sense == constants.LpConstraintEQ: c = xpress.constraint(body=lhs, sense=xpress.eq, rhs=rhs) else: raise PulpSolverError( "Unsupprted constraint type " + str(con.sense) ) cons.append((i, c, con)) if len(cons) > 100: model.addConstraint([c for _, c, _ in cons]) for i, c, con in cons: con._xprs = (i, c) cons = list() if len(cons) > 0: model.addConstraint([c for _, c, _ in cons]) for i, c, con in cons: con._xprs = (i, c) # SOS constraints def addsos(m, sosdict, sostype): """Extract sos constraints from PuLP.""" soslist = [] # Sort by name to get deterministic ordering. Note that # names may be plain integers, that is why we use str(name) # to pass them to the SOS constructor. for name in sorted(sosdict): indices = [] weights = [] for v, val in sosdict[name].items(): indices.append(v._xprs[0]) weights.append(val) soslist.append(xpress.sos(indices, weights, sostype, str(name))) if len(soslist): m.addSOS(soslist) addsos(model, lp.sos1, 1) addsos(model, lp.sos2, 2) lp.solverModel = model except (xpress.ModelError, xpress.InterfaceError, xpress.SolverError) as err: # Undo everything self._reset(lp) raise PulpSolverError(str(err))
(self, lp)
[ 0.008468564599752426, -0.013023930601775646, -0.0519753135740757, 0.018281664699316025, 0.023398926481604576, -0.004221740178763866, -0.003787776455283165, -0.07537423819303513, 0.05008895322680473, -0.020117858424782753, -0.01497049629688263, 0.009035477414727211, 0.0205292459577322, 0.0013294843956828117, -0.057513996958732605, 0.04198160767555237, 0.03070356510579586, -0.01928504928946495, -0.012742982245981693, -0.005784511566162109, 0.01679665595293045, 0.02386048249900341, 0.04390810430049896, 0.07232395559549332, -0.0016016524750739336, -0.006150746718049049, 0.03415520861744881, -0.02291730046272278, 0.004394824150949717, -0.06188875436782837, -0.040275853127241135, 0.04406864568591118, -0.0048438385128974915, -0.05490519851446152, 0.00725446967408061, 0.040496595203876495, 0.04491148889064789, 0.028375713154673576, 0.022676488384604454, -0.012502170167863369, 0.024763528257608414, -0.06586215645074844, -0.005142345558851957, -0.038770776242017746, -0.012502170167863369, -0.0033362533431500196, 0.0027994427364319563, 0.058798328042030334, 0.045433249324560165, -0.0007456400780938566, 0.0033964563626796007, -0.026148198172450066, 0.03210830315947533, -0.006908302195370197, -0.02598765678703785, 0.008518734015524387, 0.009747880510985851, 0.15436066687107086, 0.05036989971995354, -0.05313923954963684, 0.02679036557674408, 0.09271272271871567, -0.037747323513031006, 0.0037953017745167017, 0.014990563504397869, 0.0018976508872583508, -0.03788779675960541, -0.047078799456357956, 0.006040374282747507, 0.00283205253072083, -0.011548954993486404, -0.0494869202375412, -0.05639020726084709, 0.013856739737093449, 0.09463921934366226, -0.02715158276259899, 0.023579534143209457, -0.08428429812192917, 0.032329048961400986, -0.03812861070036888, 0.004638144746422768, -0.010435198433697224, -0.03517865762114525, 0.0057092574425041676, 0.027352260425686836, -0.009988692589104176, 0.06935393065214157, 0.013816604390740395, 0.07930751144886017, 0.014177822507917881, -0.049165837466716766, 0.06598256528377533, 0.0005794545286335051, 0.056229665875434875, 0.056229665875434875, -0.0049241092056035995, -0.024863867089152336, -0.029379097744822502, -0.013124268501996994, -0.02217479608952999, -0.0036623533815145493, 0.023980889469385147, -0.08894000202417374, 0.026087995618581772, -0.004021063446998596, 0.012472068890929222, 0.023117978125810623, 0.03393446281552315, 0.0023441568482667208, -0.0724443569779396, -0.0559888519346714, 0.04695839434862137, -0.023780211806297302, 0.0012021800503134727, -0.04595500975847244, -0.052938565611839294, -0.04362715780735016, 0.0017220586305484176, -0.039212264120578766, 0.0002840832166839391, -0.044670674949884415, 0.024602986872196198, -0.07404977083206177, 0.04186119884252548, 0.015823373571038246, 0.0152414096519351, 0.03558001294732094, 0.02412136271595955, 0.006843082141131163, -0.06297241151332855, -0.043346207588911057, -0.04723934084177017, -0.01913454197347164, 0.03674393892288208, -0.013906908221542835, -0.06694581359624863, -0.006883217487484217, -0.01410758588463068, -0.002967509441077709, -0.03473716974258423, -0.009507067501544952, 0.03714529424905777, -0.020669719204306602, 0.028114832937717438, 0.024141430854797363, -0.016084253787994385, 0.028937608003616333, -0.0017935497453436255, -0.04896516352891922, 0.0048839738592505455, -0.06766825169324875, -0.02630874142050743, -0.014539040625095367, -0.08773593604564667, -0.0020519213285297155, 0.024382242932915688, -0.0013144336408004165, -0.04109862819314003, -0.0024796137586236, -0.03786772862076759, -0.04190133512020111, -0.003694963175803423, -0.010334859602153301, -0.02137208916246891, -0.018131157383322716, 0.012452000752091408, 0.004221740178763866, -0.038449693471193314, 0.02185371331870556, 0.06301254779100418, 0.0027618156746029854, -0.000035157649108441547, -0.017328450456261635, -0.015612661838531494, -0.06361457705497742, 0.02781381644308567, 0.04394824057817459, -0.03279060497879982, 0.038369420915842056, 0.008458531461656094, 0.04162038862705231, -0.021833645179867744, -0.024502648040652275, -0.009818117134273052, -0.0063112881034612656, 0.034636832773685455, 0.007440095767378807, -0.008614055812358856, -0.041339438408613205, 0.03586095944046974, -0.01687692664563656, -0.0020168027840554714, 0.05273788794875145, 0.013846705667674541, 0.005428310018032789, 0.043787699192762375, -0.0026965958531945944, 0.0010071471333503723, 0.009115748107433319, -0.0038580133114010096, -0.010129165835678577, -0.005759426858276129, 0.04073740914463997, 0.03812861070036888, -0.013244674541056156, -0.0304828193038702, -0.021673103794455528, -0.010645909234881401, -0.03150627389550209, 0.010826518759131432, 0.059159547090530396, 0.01719800941646099, 0.004286960233002901, -0.018793391063809395, 0.014348397962749004, -0.0012830778723582625, 0.021833645179867744, -0.010455265641212463, 0.048724349588155746, -0.04314553365111351, -0.01738865301012993, -0.007349791005253792, -0.03523886203765869, -0.011067330837249756, 0.007013657595962286, -0.011288074776530266, -0.008518734015524387, 0.05358073115348816, 0.05891873687505722, -0.04904543235898018, 0.038951385766267776, -0.03584089130163193, 0.004196655470877886, -0.02269655652344227, 0.0572330504655838, -0.03535926714539528, -0.05675142630934715, 0.03447629138827324, 0.035078320652246475, -0.07208313792943954, -0.014599244110286236, -0.012431933544576168, -0.025305356830358505, -0.03957348316907883, -0.036322519183158875, 0.01812112331390381, 0.02616826631128788, -0.027753613889217377, -0.019736573100090027, -0.016937129199504852, 0.017659567296504974, -0.0699559673666954, -0.017940513789653778, -0.004028588533401489, -0.014860124327242374, -0.035559944808483124, -0.013736333698034286, -0.0026213419623672962, 0.0026564602740108967, -0.05366099998354912, -0.01921481266617775, 0.022636353969573975, 0.0027392394840717316, 0.05867792293429375, 0.009160900488495827, -0.024281904101371765, 0.012582440860569477, -0.0050997016951441765, 0.0333123654127121, -0.016987299546599388, 0.0497678704559803, 0.05301883444190025, -0.04117889702320099, 0.006677523721009493, -0.018472308292984962, 0.03682421147823334, -0.018251562491059303, 0.04426932334899902, 0.0006835556705482304, 0.007530400529503822, 0.05149368941783905, 0.015422019176185131, 0.017478957772254944, 0.017559228464961052, -0.006777862086892128, 0.011247939430177212, -0.03686434403061867, -0.061928890645504, -0.006236034445464611, -0.028496118262410164, -0.007159148342907429, 0.037927933037281036, 0.08111359924077988, -0.021572766825556755, 0.04282444715499878, 0.05891873687505722, -0.03977416083216667, -0.03301134705543518, 0.003870555665344, -0.00030869749025441706, 0.04888489097356796, 0.0022187340073287487, 0.0162447951734066, -0.024061160162091255, 0.01786024309694767, -0.0034942864440381527, 0.03688441216945648, -0.01339518278837204, -0.016816724091768265, -0.01044523250311613, 0.002379275392740965, -0.0173485167324543, 0.036944616585969925, 0.05562763288617134, -0.02089046500623226, -0.03590109571814537, 0.006647421978414059, -0.0051197693683207035, -0.015121003612875938, 0.02697097510099411, -0.011358312331140041, 0.00459299236536026, 0.012391798198223114, -0.02976038306951523, 0.02093059942126274, -0.021974120289087296, 0.004013537894934416, -0.052055586129426956, -0.0014147721230983734, -0.042182281613349915, -0.02803456224501133, 0.03598136827349663, -0.034275613725185394, 0.04398837313055992, 0.0029374079313129187, -0.0010303504532203078, 0.045874737203121185, -0.007214334327727556, 0.014729684218764305, -0.04031598940491676, 0.05012908950448036, 0.03487764298915863, -0.08637133240699768, 0.0286165252327919, 0.03684427589178085, -0.08950189501047134, 0.014860124327242374, -0.017187975347042084, 0.015311647206544876, -0.049607329070568085, -0.03319195657968521, 0.007801314350217581, -0.021211547777056694, 0.03993470221757889, 0.05763440206646919, 0.022094525396823883, -0.015121003612875938, -0.008990325033664703, 0.06762811541557312, -0.0026940873358398676, 0.05699223652482033, 0.018452240154147148, -0.034536492079496384, 0.020318536087870598, 0.01090678945183754, -0.06634378433227539, 0.0026991041377186775, -0.000008578741471865214, -0.010645909234881401, -0.01341524999588728, -0.005930002313107252, -0.03026207536458969, -0.027653275057673454, 0.028154967352747917, -0.05767453834414482, 0.031526338309049606, -0.0031380848959088326, 0.0025761895813047886, -0.06369484215974808, -0.03780752792954445, 0.05081138759851456, -0.025004340335726738, 0.011067330837249756, 0.007209317293018103, 0.02945936843752861, -0.06056428700685501, 0.008764563128352165, -0.016164524480700493, 0.0572330504655838, 0.003291100962087512, 0.045473385602235794, 0.012201154604554176, 0.03180728852748871, 0.047118935734033585, 0.054222896695137024, -0.012431933544576168, 0.021472427994012833, 0.01359585952013731, -0.026368943974375725, 0.027753613889217377, 0.000409192725783214, -0.009928489103913307, -0.0323491133749485, 0.019074339419603348, -0.02518494985997677, -0.06108604744076729, 0.036904480308294296, 0.0023027672432363033, -0.003985944669693708, 0.11053283512592316, -0.02789408713579178, 0.06702607870101929, 0.03515859320759773, -0.06381525099277496, -0.025044476613402367, -0.0320681668817997, 0.023980889469385147, 0.048844754695892334, 0.035339199006557465, -0.015602628700435162, 0.05273788794875145, 0.026870636269450188, 0.041379574686288834, 0.017800040543079376, -0.034717101603746414, -0.001219739206135273, -0.05097192898392677, 0.010505435056984425, 0.01423802599310875, 0.06827028095722198, -0.07372868806123734, -0.005052040796726942, -0.021974120289087296, -0.055426958948373795, 0.005232649855315685, -0.018833525478839874, 0.016606012359261513, 0.01712777279317379, 0.02012789249420166, -0.002063209190964699, 0.011619191616773605, 0.06397579610347748, 0.038770776242017746, -0.027492733672261238, 0.020950667560100555, 0.012331594713032246, -0.04719920456409454, -0.03417527303099632, -0.05490519851446152, 0.00010331724479328841, 0.010334859602153301, 0.009938523173332214, 0.12209182232618332, -0.01591367833316326, 0.03012160211801529, -0.027613140642642975, -0.03238924965262413, -0.035559944808483124, -0.046316225081682205, 0.005021939054131508, 0.01694716326892376, -0.009276289492845535, 0.051333148032426834, 0.012120883911848068, -0.018231496214866638, -0.015261477790772915, -0.022736692801117897, 0.013876806944608688, 0.00017935497453436255, 0.010706111788749695, -0.03576062247157097, -0.00015724916011095047, 0.009090662933886051, -0.028154967352747917, -0.019515827298164368, -0.020288433879613876, -0.004921600688248873, 0.052135854959487915, 0.0606846921145916, -0.02821517176926136, 0.09712761640548706, -0.04190133512020111, 0.05012908950448036, 0.02448258176445961, -0.03834935277700424, 0.024382242932915688, 0.03517865762114525, -0.02675022929906845, -0.03136579692363739, -0.00039947242476046085, -0.016826758161187172, -0.008292973041534424, 0.02430197224020958, 0.006817997433245182, -0.0035193709190934896, -0.009943540208041668, -0.011047262698411942, -0.013164403848350048, 0.0796285942196846, -0.056309934705495834, -0.014378499239683151, -0.021352021023631096, -0.028676727786660194, -0.04186119884252548, 0.05482492595911026, 0.006777862086892128, -0.005573800764977932, 0.05932008847594261, -0.013625960797071457, -0.005433327052742243, -0.06333363056182861, -0.07140083611011505, 0.00885486789047718, -0.0014712124830111861, 0.019515827298164368, 0.04394824057817459, -0.0004668873443733901, 0.013856739737093449, -0.037386104464530945, -0.014518973417580128, 0.023780211806297302, 0.04350674897432327, 0.02243567630648613, 0.026730161160230637, 0.003589608008041978, 0.05899900570511818, -0.043867968022823334, -0.050450172275304794, 0.03431575000286102, 0.06233024224638939, 0.057513996958732605, -0.0472794771194458, 0.039653755724430084, 0.02060951665043831, 0.05867792293429375, 0.04286458343267441, -0.04992841184139252, -0.0911073088645935, -0.024562852457165718, -0.01445876993238926, -0.008418395183980465, 0.01822146214544773, 0.010269640013575554, -0.004246824886649847, 0.002293987665325403, 0.033974599093198776, -0.02207445725798607, 0.04226255416870117, -0.10708118975162506, -0.00008685547072673216, -0.03461676463484764, -0.015943778678774834, 0.015211308375000954, 0.00441990839317441, 0.050410035997629166, -0.005799562204629183, -0.01423802599310875, 0.03293107822537422, 0.026810433715581894, 0.04079761356115341, -0.030061397701501846, -0.12361696362495422, 0.04904543235898018, 0.012130917981266975, -0.11526880413293839, 0.04061700403690338, -0.04322580248117447, -0.039212264120578766, -0.0049767871387302876, 0.0004831923288293183, 0.07124029844999313, -0.04647676646709442, 0.01465944666415453, 0.0023667330387979746, -0.03620211035013199, -0.07734087109565735, -0.005353055894374847, 0.008483615703880787, -0.035961300134658813, 0.0423026904463768, 0.022816963493824005, 0.02598765678703785, -0.00011962224380113184, -0.06947433948516846, 0.037345968186855316, 0.02265642024576664, 0.014980530366301537, 0.018582679331302643, 0.03766705095767975, -0.019345251843333244, -0.01686689257621765, 0.05590858310461044, -0.005177463870495558, -0.0179706159979105, 0.004417399875819683, 0.024000955745577812, -0.0606846921145916, -0.014529007486999035, 0.0311049185693264, -0.008920087479054928, -0.049125704914331436, 0.04607541486620903, -0.0026514434721320868, -0.03267019987106323, -0.0000037332956708269194, -0.0447910837829113, -0.014117619022727013, -0.04039625823497772, 0.06955461204051971, -0.02048911154270172, 0.0457543320953846, -0.05594871938228607, 0.008729444816708565, 0.03913199529051781, -0.08388294279575348, -0.02185371331870556, -0.0074350787326693535, 0.016425402835011482, 0.018793391063809395, -0.04980800300836563, -0.030964445322752, 0.025385627523064613, 0.018652917817234993, -0.008849850855767727, -0.006356440484523773, 0.030382482334971428, 0.021352021023631096, -0.06301254779100418, 0.0012680271174758673, 0.011137567460536957, 0.02203432284295559, -0.03656332939863205, 0.039613619446754456, 0.02434210665524006, -0.02083026058971882, 0.008157515898346901, 0.030422616750001907, 0.004788652528077364, -0.015903644263744354, 0.032991282641887665, -0.00958733819425106, 0.01657591201364994, 0.015482222661376, -0.01484005618840456, 0.019596097990870476, 0.026810433715581894, -0.002090802416205406, -0.06754784286022186, 0.0519753135740757, 0.031385865062475204, -0.029740314930677414, 0.00185500702355057, -0.04001497104763985, -0.030282143503427505, -0.03070356510579586, 0.05699223652482033, -0.025225086137652397, -0.009291339665651321, 0.0013144336408004165, -0.03327222913503647, -0.012010511942207813, -0.0014461278915405273, 0.04992841184139252, -0.00951710157096386, 0.014398567378520966, 0.003868047147989273, 0.02781381644308567, -0.012120883911848068, -0.023218316957354546, 0.041700657457113266, 0.014518973417580128, -0.03572048619389534, 0.013455385342240334, -0.005014413967728615, 0.01946565881371498, -0.018492376431822777, -0.002869679592549801, 0.01379653625190258, -0.037787459790706635, -0.04780123755335808, 0.08095306158065796, -0.026950906962156296, 0.02079012617468834, -0.07124029844999313, -0.024462513625621796, -0.02341899275779724, -0.01595381274819374, 0.03256985917687416, -0.019044237211346626, -0.011117500253021717, -0.05948062986135483, 0.06064455583691597, 0.05398208275437355, 0.023378858342766762, -0.0399547703564167, -0.04471081122756004, -0.026248537003993988, -0.03333243355154991, 0.0557079054415226, -0.0399547703564167, 0.02510467916727066, -0.050490304827690125, -0.02434210665524006, 0.017117738723754883, -0.03465690091252327, 0.06867163628339767, -0.04434959217905998, -0.04322580248117447, 0.003592116292566061, 0.009206052869558334, 0.026991041377186775, 0.04888489097356796, 0.023378858342766762, -0.07569532096385956, 0.06216970086097717, 0.03465690091252327, -0.02093059942126274, 0.024643123149871826, -0.054664384573698044, 0.01808098889887333, 0.006105594336986542, 0.028335576876997948, 0.04908556863665581, -0.032048098742961884, -0.007916703820228577, 0.02349926345050335, 0.03670380264520645, -0.07605654001235962, 0.06337375938892365, 0.004522755276411772, -0.0205292459577322, 0.03168687969446182, -0.027432531118392944, -0.007645789533853531, 0.003995978739112616, -0.018422137945890427, 0.021071074530482292, 0.016114354133605957, -0.04318566620349884, 0.00046312465565279126, -0.0025912404526025057, 0.0034792355727404356, 0.00371001404710114, 0.010129165835678577, -0.021974120289087296, 0.012401832267642021, 0.03246952220797539, 0.006878200452774763, -0.029700180515646935, -0.013605893589556217, 0.06778865307569504, 0.038670435547828674, 0.016114354133605957, -0.046235956251621246, 0.023960821330547333, -0.02839577943086624, 0.0905454158782959, -0.02269655652344227, -0.0205292459577322, -0.033693648874759674, -0.04246323183178902, -0.027091380208730698, -0.021271750330924988, 0.09223110228776932, 0.05281815677881241, -0.004384790081530809, 0.02660975605249405, 0.04868421331048012 ]
38,986
pulp.apis.xpress_api
_reset
Reset any XPRESS specific information in lp.
@staticmethod def _reset(lp): """Reset any XPRESS specific information in lp.""" if hasattr(lp, "solverModel"): delattr(lp, "solverModel") for v in lp.variables(): if hasattr(v, "_xprs"): delattr(v, "_xprs") for c in lp.constraints.values(): if hasattr(c, "_xprs"): delattr(c, "_xprs")
(lp)
[ 0.014183875173330307, -0.011483401991426945, 0.022643087431788445, -0.011151166632771492, -0.06539064645767212, -0.020308922976255417, -0.044809117913246155, -0.06528841704130173, 0.0993637964129448, 0.018911832943558693, -0.027754394337534904, -0.02548838034272194, 0.042934972792863846, 0.02124599739909172, -0.0697522908449173, 0.005183716304600239, 0.018860720098018646, 0.030582649633288383, 0.006052638404071331, -0.07482952624559402, 0.012062682770192623, 0.013732376508414745, 0.011875268071889877, 0.06637883186340332, -0.014746119268238544, -0.006120789330452681, 0.026238039135932922, 0.001971047604456544, 0.014056092128157616, -0.016168765723705292, -0.06464098393917084, 0.05169234424829483, 0.014609817415475845, -0.004340351093560457, 0.015137985348701477, -0.01234380528330803, 0.03635842725634575, 0.03291681408882141, 0.014200912788510323, 0.029662614688277245, 0.019388888031244278, -0.0380621962249279, -0.008446433581411839, -0.037482913583517075, 0.013945347629487514, -0.01045262161642313, 0.043275728821754456, 0.04722847044467926, 0.04334387928247452, -0.013127538375556469, 0.012318247929215431, -0.0019050264963880181, 0.03632435202598572, 0.033598318696022034, -0.02121192216873169, 0.023818688467144966, 0.013817564584314823, 0.13459773361682892, 0.042253464460372925, -0.06358464807271957, 0.01619432307779789, 0.05046563223004341, -0.089277483522892, -0.039118532091379166, 0.035097636282444, -0.041299354285001755, -0.03795996680855751, 0.007398616056889296, 0.007023786660283804, -0.040686000138521194, -0.08920933306217194, -0.007845855318009853, -0.06528841704130173, 0.008416618220508099, 0.08498398959636688, -0.041640110313892365, -0.0013970903819426894, -0.05734885856509209, -0.0030603946652263403, -0.06491359323263168, -0.0003466104681137949, 0.033206455409526825, -0.054111696779727936, 0.0391526073217392, 0.022114919498562813, -0.009677406400442123, 0.07264870405197144, 0.021569712087512016, 0.10065866261720657, -0.00482592498883605, 0.007539176847785711, 0.05104491114616394, -0.019968170672655106, 0.03184343874454498, 0.04487726837396622, 0.025999512523412704, -0.006947117391973734, -0.026851395145058632, -0.027975883334875107, -0.07462507486343384, -0.0019635935313999653, -0.00986482109874487, -0.0968422144651413, 0.05527025833725929, 0.018179213628172874, 0.017369922250509262, 0.042219389230012894, -0.03325756639242172, 0.06000673770904541, -0.003288273699581623, -0.06116529926657677, 0.020547451451420784, -0.0360858216881752, -0.001320420764386654, -0.0013342639431357384, -0.03571099415421486, -0.05775776132941246, -0.0160409826785326, -0.00293687148950994, -0.012659002095460892, -0.037516988813877106, 0.0401407927274704, -0.07298945635557175, 0.025318004190921783, 0.04947744682431221, 0.02373349852859974, 0.04934114217758179, 0.06934338808059692, 0.013289396651089191, -0.05970005691051483, -0.017403997480869293, -0.023358669131994247, -0.04054969549179077, 0.0253350418061018, 0.005886521190404892, -0.044809117913246155, 0.03952743485569954, -0.03463761880993843, -0.017497705295681953, -0.022762350738048553, -0.04140157997608185, 0.051215291023254395, -0.03315534070134163, 0.03269532322883606, 0.03502948582172394, 0.010469659231603146, 0.02201269194483757, 0.0011606925399973989, -0.08968638628721237, 0.005665031261742115, -0.059529680758714676, -0.002072208793833852, -0.037176236510276794, -0.1058381199836731, -0.02349497191607952, 0.047978129237890244, -0.0077138133347034454, -0.027481790632009506, -0.013630149886012077, -0.04283274710178375, -0.05544063448905945, 0.024943174794316292, -0.014942051842808723, -0.08164460211992264, -0.004302015993744135, -0.03250790759921074, 0.02078597992658615, -0.059836357831954956, -0.0043424805626273155, 0.035574693232774734, -0.03530208766460419, -0.04692179337143898, -0.005711884703487158, -0.018315514549613, -0.003905890043824911, 0.04048154503107071, 0.018707381561398506, -0.007901228033006191, -0.011108572594821453, 0.035847295075654984, 0.04787590354681015, -0.026323227211833, -0.0738072618842125, -0.0016324234893545508, 0.015385031700134277, 0.02392091415822506, -0.03690363094210625, 0.0014056091895326972, -0.040038567036390305, 0.017906609922647476, 0.03066783770918846, 0.009566661901772022, 0.026919547468423843, -0.007249535992741585, 0.02964557707309723, -0.0034969854168593884, 0.005605399142950773, -0.011491920799016953, 0.0048983353190124035, -0.014575742185115814, -0.02151859924197197, -0.01283789798617363, 0.028827767819166183, 0.042253464460372925, -0.017003612592816353, 0.009353690780699253, -0.014729080721735954, -0.0051539004780352116, -0.052169401198625565, 0.00531149934977293, 0.05424799770116806, 0.01262492686510086, 0.03945928439497948, -0.006772480905056, 0.01714843325316906, -0.012181947007775307, 0.007471025921404362, 0.02139933593571186, 0.009668887592852116, -0.0023724979255348444, -0.028452938422560692, -0.019065173342823982, 0.012735671363770962, -0.030429311096668243, -0.00015959521988406777, 0.016058020293712616, -0.03884592652320862, 0.025232816115021706, 0.01823032647371292, -0.08348467200994492, 0.05329388752579689, -0.024278705939650536, 0.013953866437077522, -0.04337795451283455, 0.04521802440285683, -0.03611989691853523, -0.013314953073859215, 0.0051581598818302155, 0.019286662340164185, -0.02666398137807846, -0.032627172768116, -0.003473558695986867, 0.0016537206247448921, 4.2843794290092774e-7, -0.02312014251947403, 0.0682189017534256, 0.03605174645781517, -0.006470061838626862, -0.011909344233572483, -0.017480667680501938, -0.002628063317388296, -0.08845967799425125, -0.004992042668163776, 0.019099248573184013, 0.047705527395009995, -0.055304333567619324, -0.021757127717137337, 0.027055848389863968, 0.0007943821838125587, 0.000492761901114136, 0.02117784507572651, 0.021552674472332, -0.014294619672000408, 0.05094268545508385, 0.07653329521417618, 0.021808240562677383, 0.034433167427778244, 0.01585356891155243, -0.012062682770192623, -0.030923403799533844, 0.043173499405384064, -0.005669290665537119, -0.004698142409324646, 0.02567579597234726, 0.020615601912140846, 0.05782591179013252, -0.0386073999106884, 0.025011325255036354, 0.013553480617702007, 0.030088556930422783, 0.11149463057518005, -0.03945928439497948, 0.016185803338885307, 0.046410661190748215, -0.03690363094210625, -0.005630956031382084, -0.036835480481386185, -0.0481485053896904, -0.020036321133375168, -0.008565697818994522, 0.0285722017288208, 0.06757146865129471, 0.08041788637638092, 0.016543595120310783, 0.03136638179421425, 0.007496582809835672, -0.047058094292879105, -0.006031341385096312, -0.009455916471779346, 0.05513395741581917, 0.055951766669750214, 0.006171902641654015, -0.002872980199754238, -0.007683997042477131, 0.0471603199839592, -0.012565295211970806, 0.04044746980071068, 0.02087116800248623, 0.025965435430407524, 0.01964445412158966, -0.01386867742985487, -0.005843927152454853, -0.01718250848352909, 0.0015802455600351095, 0.021194884553551674, -0.06859373301267624, 0.04044746980071068, -0.053430188447237015, 0.014004979282617569, 0.047330696135759354, -0.023051992058753967, -0.008599773049354553, -0.018741456791758537, -0.005490394774824381, -0.011261912062764168, -0.0170291680842638, 0.00455758161842823, -0.011074497364461422, -0.006989711429923773, -0.02693658508360386, -0.057928137481212616, 0.007338983938097954, -0.017063245177268982, 0.0020743384957313538, -0.026766207069158554, -0.04589953273534775, 0.0360858216881752, -0.018298476934432983, -0.029390010982751846, -0.04971597343683243, 0.016586188226938248, 0.04487726837396622, -0.06552694737911224, -0.0017783086514100432, 0.0021116083953529596, 0.002136100083589554, 0.007100456394255161, -0.022097881883382797, 0.06743516772985458, -0.022029729560017586, -0.04010671749711037, 0.04300312325358391, 0.029594464227557182, 0.044502440840005875, 0.06433431059122086, 0.0005164549220353365, -0.017787346616387367, 0.0144224027171731, 0.04269644618034363, -0.031093779951334, 0.06392540782690048, 0.044195763766765594, -0.06310759484767914, -0.011696373112499714, 0.05581546574831009, -0.06651513278484344, -0.004212568514049053, -0.012786785140633583, 0.0034160565119236708, -0.04020894318819046, -0.028827767819166183, -0.07407986372709274, -0.04886408895254135, 0.009737038984894753, -0.04566100239753723, 0.03279754891991615, 0.0202918853610754, 0.023188292980194092, -0.03288273885846138, 0.0016356180422008038, 0.06072232127189636, -0.036562878638505936, 0.03075302578508854, -0.008902192115783691, -0.013033831492066383, -0.046103984117507935, -0.01150043960660696, 0.02739660255610943, 0.054350223392248154, 0.017131395637989044, 0.07891856878995895, -0.022063806653022766, 0.028026996180415154, 0.034807994961738586, 0.05080638453364372, 0.020428188145160675, 0.009140719659626484, -0.0023384226951748133, -0.0440935343503952, -0.006205977872014046, -0.006815074943006039, 0.007202682550996542, -0.033632393926382065, 0.006410430185496807, 0.004706661216914654, -0.015708748251199722, 0.009515549056231976, 0.009098125621676445, 0.017838459461927414, 0.0485914871096611, 0.02478983625769615, 0.04348018020391464, 0.01964445412158966, -0.05325981229543686, 0.02734548971056938, -0.02475576102733612, 0.0738072618842125, 0.0341094508767128, 0.0968422144651413, 0.030088556930422783, 0.04201493784785271, 0.024057215079665184, 0.018298476934432983, 0.03857332468032837, 0.01926962472498417, 0.003011411288753152, -0.03387092426419258, -0.009984085336327553, -0.025539493188261986, 0.0641639307141304, -0.07428432255983353, 0.0033287382684648037, -0.017872534692287445, -0.030923403799533844, -0.0162880290299654, -0.01083596982061863, 0.010520772077143192, 0.02964557707309723, -0.05036340653896332, 0.016356179490685463, 0.031451571732759476, 0.03857332468032837, 0.041333429515361786, -0.06750331819057465, 0.023290518671274185, 0.028009958565235138, -0.0033649434335529804, -0.00026022407109849155, -0.07114938646554947, 0.01598135195672512, -0.005809851456433535, 0.03819849714636803, 0.043820932507514954, -0.03836887329816818, 0.0325760580599308, -0.012965680100023746, -0.014567223377525806, -0.02564172074198723, -0.0596659816801548, 0.0030178003944456577, 0.00024784510605968535, 0.01949111558496952, -0.005260386038571596, 0.0035225420724600554, 0.004638510290533304, 0.020087433978915215, -0.0031711396295577288, 0.011696373112499714, -0.005605399142950773, 0.0038739442825317383, -0.023512009531259537, -0.047024019062519073, -0.0013736635446548462, -0.030156707391142845, -0.02731141448020935, 0.005392428021878004, -0.042934972792863846, 0.06389132887125015, 0.0213311854749918, -0.021297110244631767, 0.018673306331038475, -0.03409241512417793, 0.06062009185552597, 0.024466119706630707, -0.01690138690173626, -0.003162620821967721, 0.007453988306224346, -0.03463761880993843, -0.08593809604644775, 0.009302577935159206, -0.041026752442121506, -0.01533391885459423, 0.0030263192020356655, -0.003235030919313431, 0.04692179337143898, -0.0063422792591154575, -0.011151166632771492, 0.004378685727715492, 0.0390503816306591, -0.033513132482767105, -0.02910037152469158, -0.021637864410877228, -0.045490626245737076, -0.0033287382684648037, 0.05782591179013252, -0.005366871599107981, 0.014320177026093006, 0.04153788462281227, -0.016202840954065323, 0.004629991482943296, -0.058575570583343506, -0.057621460407972336, 0.011730448342859745, 0.02228529565036297, 0.01896294578909874, 0.00337559194304049, -0.03731253743171692, -0.008220684714615345, 0.00928554031997919, 0.004421279765665531, -0.00857421662658453, 0.057314783334732056, 0.015265768393874168, -0.007948081009089947, 0.024244630709290504, 0.026118775829672813, -0.032865699380636215, -0.013740895316004753, 0.0611993744969368, 0.034126490354537964, 0.07155828922986984, -0.030923403799533844, 0.019882982596755028, 0.02891295589506626, 0.04416168853640556, 0.02678324468433857, -0.06154012680053711, -0.13180355727672577, -0.007756407372653484, -0.0013108371058478951, -0.0006341214175336063, 0.02300087921321392, 0.009370728395879269, 0.03266124799847603, 0.005498913582414389, 0.04283274710178375, -0.014890938997268677, 0.010486696846783161, -0.07353466004133224, 0.0096518499776721, -0.07346650958061218, -0.04426391422748566, -0.013442736119031906, -0.008591254241764545, -0.0030454867519438267, 0.00009037960990099236, 0.010444102808833122, 0.030838215723633766, 0.05683772638440132, 0.02090524323284626, -0.0325760580599308, -0.07748740166425705, 0.07687404751777649, -0.006857669446617365, -0.05591769143939018, 0.030088556930422783, -0.03867555037140846, -0.019695566967129707, 0.01600690744817257, 0.02300087921321392, 0.06211940944194794, -0.0797363817691803, 0.0421171635389328, 0.006282647605985403, -0.03179232403635979, -0.023682385683059692, 0.025607645511627197, -0.01659470796585083, -0.056258443742990494, -0.005665031261742115, 0.019371850416064262, 0.007172866724431515, -0.0395955853164196, -0.0853247418999672, 0.004395723342895508, 0.010469659231603146, 0.038777776062488556, 0.01308494433760643, 0.01869034394621849, -0.04535432532429695, -0.07428432255983353, 0.04780775308609009, 0.02949223853647709, -0.014959089457988739, -0.033666472882032394, 0.031570836901664734, -0.017446592450141907, -0.008408098481595516, -0.0117900799959898, 0.01644136942923069, -0.008412358351051807, 0.011909344233572483, 0.054111696779727936, -0.003737642662599683, -0.02564172074198723, -0.028981106355786324, -0.026067662984132767, 0.013272359035909176, 0.05748515948653221, -0.0005638409638777375, 0.016279511153697968, -0.053157586604356766, 0.04092452675104141, 0.056258443742990494, -0.018179213628172874, -0.050261180847883224, -0.014720561914145947, 0.002202121075242758, -0.0025577829219400883, -0.015274287201464176, -0.08450692892074585, -0.0011085146106779575, -0.029270747676491737, -0.022983841598033905, -0.006389133166521788, 0.05929115414619446, 0.012318247929215431, -0.04140157997608185, -0.031911589205265045, 0.015487258322536945, 0.015938756987452507, -0.07673774659633636, 0.003735512960702181, -0.007206941954791546, -0.037823665887117386, -0.021263035014271736, 0.008927748538553715, 0.005822629667818546, -0.023069029673933983, 0.005971709731966257, 0.008765890263020992, 0.02284753881394863, 0.044843193143606186, -0.027328452095389366, -0.024091290310025215, 0.020615601912140846, -0.033240530639886856, -0.06194903329014778, 0.06443653255701065, 0.011883786879479885, -0.045797303318977356, 0.0010222612181678414, -0.04048154503107071, 0.012778266333043575, -0.0043872045353055, 0.04395723342895508, -0.03472280874848366, -0.03266124799847603, 0.03426279127597809, -0.054043546319007874, -0.056667350232601166, -0.015453183092176914, 0.04232161492109299, 0.024432044476270676, 0.07312575727701187, -0.019252587109804153, -0.00670432997867465, -0.00618894025683403, -0.030310045927762985, 0.003688659518957138, -0.005797073245048523, -0.02148452401161194, 0.015112428925931454, 0.010333357378840446, -0.022915689274668694, -0.005192235577851534, -0.007023786660283804, -0.006665995344519615, -0.02312014251947403, -0.020547451451420784, 0.030855253338813782, 0.014925014227628708, -0.016705453395843506, -0.04920484125614166, 0.000751787971239537, 0.0009604996303096414, -0.01872441917657852, 0.035268012434244156, 0.011304506100714207, 0.008970342576503754, -0.07714664936065674, 0.010827451013028622, 0.07905486971139908, 0.02647656761109829, -0.04170826077461243, -0.03755106404423714, -0.0386073999106884, -0.04750107228755951, 0.05738293379545212, -0.028009958565235138, 0.03133230656385422, -0.0062656095251441, -0.04780775308609009, 0.02850405126810074, -0.0200703963637352, 0.06000673770904541, -0.0090214554220438, -0.045797303318977356, -0.0298329908400774, 0.01952519081532955, 0.04719439521431923, 0.017906609922647476, 0.017565855756402016, -0.03928890824317932, 0.06791222095489502, 0.037755515426397324, -0.02841886319220066, -0.026953622698783875, -0.04020894318819046, 0.01262492686510086, 0.030088556930422783, 0.03795996680855751, 0.02346089668571949, -0.013306434266269207, 0.03066783770918846, 0.042253464460372925, -0.0048940759152174, -0.04201493784785271, 0.05557693913578987, 0.0034480020403862, -0.016978055238723755, -0.006367835681885481, -0.00911516323685646, -0.0055585457012057304, -0.02243863418698311, 0.008723296225070953, 0.0027430676855146885, 0.02521577849984169, -0.03128119558095932, 0.04184456169605255, -0.02250678651034832, 0.01751474291086197, -0.00932813435792923, 0.026493605226278305, 0.009847783483564854, 0.004621472675353289, 0.009430360049009323, 0.025607645511627197, 0.008851079270243645, -0.03741476312279701, 0.067128486931324, 0.05138566717505455, 0.03547246754169464, -0.054350223392248154, 0.04620620980858803, -0.016662858426570892, 0.03884592652320862, -0.00936220958828926, -0.02185935340821743, -0.005532989278435707, -0.030855253338813782, -0.014303138479590416, -0.04491134360432625, 0.05939337983727455, 0.06852558255195618, -0.00487277889624238, 0.04620620980858803, -0.012224541045725346 ]
38,987
pulp.apis.xpress_api
actualResolve
Resolve a problem that was previously solved by actualSolve().
def actualResolve(self, lp, prepare=None): """Resolve a problem that was previously solved by actualSolve().""" try: rhsind = list() rhsval = list() for name in sorted(lp.constraints): con = lp.constraints[name] if not con.modified: continue if not hasattr(con, "_xprs"): # Adding constraints is not implemented at the moment raise PulpSolverError("Cannot add new constraints") # At the moment only RHS can change in pulp.py rhsind.append(con._xprs[0]) rhsval.append(-con.constant) if len(rhsind) > 0: lp.solverModel.chgrhs(rhsind, rhsval) bndind = list() bndtype = list() bndval = list() for v in lp.variables(): if not v.modified: continue if not hasattr(v, "_xprs"): # Adding variables is not implemented at the moment raise PulpSolverError("Cannot add new variables") # At the moment only bounds can change in pulp.py bndind.append(v._xprs[0]) bndtype.append("L") bndval.append(-xpress.infinity if v.lowBound is None else v.lowBound) bndind.append(v._xprs[0]) bndtype.append("G") bndval.append(xpress.infinity if v.upBound is None else v.upBound) if len(bndtype) > 0: lp.solverModel.chgbounds(bndind, bndtype, bndval) self.callSolver(lp, prepare) return self.findSolutionValues(lp) except (xpress.ModelError, xpress.InterfaceError, xpress.SolverError) as err: raise PulpSolverError(str(err))
(self, lp, prepare=None)
[ 0.02976873517036438, -0.033907901495695114, -0.05709831789135933, 0.0535874180495739, -0.02278389222919941, -0.025648048147559166, 0.03701227530837059, -0.10214871168136597, 0.07254628092050552, -0.059943996369838715, 0.00920687336474657, -0.04039382562041283, 0.0027278768830001354, -0.018293635919690132, -0.05451134219765663, 0.07343324273824692, 0.012417498975992203, -0.0059823887422680855, -0.03653183579444885, 0.013868054375052452, -0.009165296331048012, -0.008102787658572197, 0.03935903683304787, 0.03344593942165375, -0.0005101776332594454, -0.04342428967356682, 0.0730636715888977, -0.028382854536175728, -0.012824024073779583, -0.039285123348236084, -0.00422231899574399, 0.06667014211416245, -0.004665801301598549, 0.0013916559983044863, -0.006402772851288319, 0.04342428967356682, 0.0342959500849247, 0.028308941051363945, 0.028918728232383728, 0.018330592662096024, -0.04416342452168465, -0.03865685686469078, -0.003538617631420493, -0.009618017822504044, 0.03884163871407509, -0.02304258942604065, 0.03775141388177872, 0.04641779139637947, 0.04745258390903473, 0.01720340922474861, 0.01191858109086752, -0.023504551500082016, -0.01692623272538185, -0.018182765692472458, 0.014625669457018375, 0.03521987050771713, 0.01694471202790737, 0.11013138294219971, 0.0822659283876419, -0.045974310487508774, 0.04578952491283417, 0.02202627807855606, -0.020714309066534042, -0.03298398107290268, -0.0077008819207549095, -0.02766219526529312, -0.006425870582461357, -0.04638083651661873, -0.019069729372859, 0.000249603035626933, -0.041206877678632736, 0.009012850001454353, -0.03298398107290268, -0.005137000698596239, 0.09808345884084702, 0.018940381705760956, 0.05329176411032677, -0.06327011436223984, 0.031006788834929466, -0.012131082825362682, 0.03485029935836792, 0.001089649391360581, -0.02091757208108902, -0.01986430212855339, -0.030988311395049095, -0.023504551500082016, 0.02793937176465988, -0.0022104810923337936, 0.10554873943328857, -0.03734488785266876, 0.00045214383862912655, 0.025130651891231537, 0.01756373792886734, 0.07753545045852661, 0.08160070329904556, 0.013951207511126995, -0.016002312302589417, -0.01287945918738842, -0.03601444140076637, -0.0434982031583786, -0.013766422867774963, 0.08197027444839478, -0.061791837215423584, 0.0003990184050053358, 0.07553978264331818, -0.030914397910237312, 0.05868746340274811, -0.022432802245020866, 0.021915405988693237, -0.002880323678255081, -0.058909203857183456, 0.00804735254496336, -0.09150514006614685, 0.03521987050771713, -0.0585026778280735, 0.015401763841509819, -0.039322078227996826, -0.004605746362358332, -0.009442472830414772, 0.04216775670647621, -0.05613744258880615, 0.027514368295669556, -0.03839815780520439, -0.002714018104597926, 0.036069877445697784, 0.025019781664013863, -0.025019781664013863, -0.009451712481677532, -0.009525625966489315, -0.06378750503063202, 0.03276224061846733, -0.006416631396859884, -0.04955912381410599, 0.027551325038075447, -0.0038435114547610283, -0.007044897880405188, 0.013202831149101257, -0.01742514967918396, 0.01474577933549881, -0.03817641735076904, 0.005331024527549744, 0.04264819622039795, -0.009950629435479641, 0.026682838797569275, 0.06441577523946762, -0.012999569065868855, 0.07365498691797256, 0.03355681151151657, -0.030692655593156815, 0.03224484249949455, -0.02784697897732258, -0.035552479326725006, 0.007844089530408382, -0.012315867468714714, -0.002335210330784321, 0.000272123608738184, 0.04819171875715256, -0.013212070800364017, -0.03161657601594925, -0.0035617155954241753, -0.043572116643190384, -0.024317601695656776, 0.01708330027759075, 0.02171214483678341, -0.013267505913972855, -0.020252348855137825, 0.02014147862792015, -0.05902007594704628, -0.008139744400978088, 0.047637369483709335, -0.024871954694390297, -0.023005632683634758, -0.05761571601033211, 0.004270825069397688, -0.03667966276407242, 0.019679518416523933, 0.012851741164922714, -0.044939517974853516, 0.010754440911114216, -0.005100043956190348, 0.044422123581171036, -0.029121991246938705, -0.028493724763393402, -0.045715611428022385, 0.0028087198734283447, 0.059722255915403366, -0.04153949022293091, 0.005529667250812054, -0.042500365525484085, 0.0050399890169501305, -0.03034156560897827, 0.015383285470306873, 0.026886101812124252, -0.008518551476299763, -0.0067584821954369545, -0.004270825069397688, -0.02222953923046589, 0.07365498691797256, -0.027532845735549927, 0.017776239663362503, -0.009377798065543175, -0.04538299888372421, 0.017887111753225327, 0.04486560449004173, -0.03084048442542553, 0.029971998184919357, -0.025685004889965057, 0.006084019783884287, 0.01908820867538452, -0.016880037263035774, -0.025611091405153275, 0.024446949362754822, -0.04423733800649643, -0.016177857294678688, -0.038472071290016174, 0.009830519556999207, -0.00906828511506319, -0.03817641735076904, 0.06703970581293106, -0.003374621504917741, -0.019642561674118042, -0.04434821009635925, 0.04560474306344986, -0.002258986933156848, 0.018025700002908707, -0.010837594047188759, -0.036901406943798065, 0.049448251724243164, 0.04619605094194412, -0.013193592429161072, 0.0339818149805069, -0.04590039700269699, 0.000813050486613065, -0.06319619715213776, 0.06940494477748871, -0.0032406530808657408, -0.03728945180773735, 0.041798185557127, 0.0037118527106940746, 0.0445699505507946, -0.050778698176145554, -0.024631734937429428, -0.038250330835580826, -0.017711566761136055, -0.0467134453356266, -0.03485029935836792, 0.0049106404185295105, -0.004543381743133068, 0.050556957721710205, 0.014847410842776299, -0.05048304423689842, -0.0025800494477152824, -0.034702472388744354, -0.0007137290085665882, 0.002667821943759918, -0.06016573682427406, -0.026239357888698578, -0.0061948904767632484, 0.02280237153172493, 0.01005226094275713, 0.0053217848762869835, 0.026479575783014297, 0.01984582282602787, 0.0392112098634243, -0.038804683834314346, 0.004642703104764223, -0.04390472546219826, 0.012999569065868855, 0.030674178153276443, 0.020159956067800522, 0.034517690539360046, -0.008703336119651794, -0.00031124590896070004, 0.00043857377022504807, 0.010957702994346619, 0.05842876434326172, 0.011327271349728107, 0.08426159620285034, 0.01706482097506523, 0.012029451318085194, 0.043867770582437515, 0.039543818682432175, 0.0073220739141106606, -0.006342717912048101, -0.033926378935575485, 0.0371970608830452, -0.05440047010779381, 0.0035524764098227024, -0.028068721294403076, 0.003681825241073966, -0.01766536943614483, 0.0055389064364135265, 0.026941537857055664, -0.0029519277159124613, 0.011530534364283085, 0.056728750467300415, -0.029325252398848534, -0.015263175591826439, 0.020584959536790848, 0.02919590473175049, -0.016880037263035774, -0.005973149556666613, -0.03627314046025276, -0.013461529277265072, 0.02143496833741665, -0.039026424288749695, 0.003912805579602718, -0.061828795820474625, -0.015632743015885353, -0.0014078246895223856, -0.010301719419658184, -0.0011052405461668968, 0.05343959107995033, 0.031505707651376724, 0.023190418258309364, -0.06086791679263115, 0.007723979651927948, -0.021896928548812866, 0.015170782804489136, -0.02065887488424778, -0.007927242666482925, 0.013868054375052452, 0.022432802245020866, -0.015549590811133385, -0.015392524190247059, 0.047046057879924774, -0.00831528939306736, 0.034203555434942245, 0.04124383628368378, -0.03479486703872681, -0.038804683834314346, 0.011900102719664574, 0.004132236819714308, 0.0061302161775529385, 0.026608925312757492, -0.01581752859055996, 0.06253097206354141, -0.027957851067185402, 0.027163278311491013, -0.08300506323575974, 0.06190270930528641, 0.03329811245203018, -0.05824398249387741, 0.006056302227079868, 0.03943295031785965, -0.019420819357037544, 0.006084019783884287, -0.007303595542907715, 0.05196131765842438, -0.05717223137617111, -0.07635283470153809, -0.06862885504961014, -0.020030608400702477, -0.02707088552415371, 0.026719795539975166, 0.025574134662747383, 0.01246369443833828, -0.0338524654507637, 0.04054165631532669, 0.01073596253991127, 0.05440047010779381, -0.048893898725509644, -0.04955912381410599, -0.010856072418391705, 0.0011035081697627902, -0.018182765692472458, -0.04209384322166443, 0.012953372672200203, -0.021287139505147934, 0.01261152233928442, -0.006079400423914194, -0.02919590473175049, -0.010569656267762184, -0.010541939176619053, -0.055102650076150894, 0.026110008358955383, 0.01195553783327341, 0.02790241502225399, -0.05469612404704094, -0.047600410878658295, 0.052478715777397156, -0.055102650076150894, -0.06885059177875519, -0.01839526742696762, -0.025592612102627754, -0.03542313352227211, 0.044126469641923904, -0.005049228202551603, 0.050556957721710205, -0.0009874405805021524, -0.004379385616630316, -0.044643864035606384, 0.058059196919202805, 0.025851309299468994, 0.006698427256196737, -0.01128107588738203, 0.07007016986608505, -0.014034360647201538, -0.030138304457068443, -0.023929554969072342, 0.0010134258773177862, -0.03507204353809357, -0.061311397701501846, -0.012020212598145008, -0.010061499662697315, -0.02867850847542286, 0.03987643122673035, 0.028900248929858208, -0.01195553783327341, 0.06293749809265137, -0.008855783380568027, 0.04641779139637947, 0.0016561284428462386, -0.0681484118103981, -0.05824398249387741, -0.004106828942894936, -0.01809961348772049, -0.011188684031367302, 0.04183514416217804, -0.011188684031367302, 0.026682838797569275, -0.03468399494886398, 0.002720947377383709, 0.008324528113007545, -0.025962181389331818, 0.0066106547601521015, -0.005871518049389124, 0.01396968588232994, -0.039026424288749695, 0.036605749279260635, -0.038213372230529785, 0.022303452715277672, -0.010929985903203487, -0.030397001653909683, -0.00012501806486397982, -0.008209038525819778, 0.025333914905786514, 0.06763102114200592, 0.007557673845440149, 0.021896928548812866, 0.032836154103279114, 0.07967895269393921, 0.027994807809591293, -0.005021510645747185, 0.029103511944413185, -0.019217556342482567, -0.02522304467856884, -0.05155479162931442, -0.12010972946882248, 0.019790388643741608, -0.0022890144027769566, -0.008463116362690926, 0.06404620409011841, -0.01782243698835373, 0.01571589708328247, -0.024058902636170387, -0.09313123673200607, -0.029842648655176163, -0.028567638248205185, 0.024446949362754822, 0.027773065492510796, 0.02197084203362465, 0.06907233595848083, 0.008569367229938507, -0.05628526955842972, -0.08219201117753983, -0.009719649329781532, -0.04039382562041283, -0.021859971806406975, 0.007820991799235344, -0.009142198599874973, -0.017240365967154503, 0.011151726357638836, -0.025352392345666885, -0.027551325038075447, -0.034425295889377594, -0.0073359329253435135, 0.08936163783073425, 0.052441757172346115, -0.030711134895682335, 0.03677205741405487, -0.023744769394397736, 0.0643049031496048, 0.05210914462804794, 0.02631327137351036, -0.045715611428022385, 0.029417645186185837, -0.011197922751307487, -0.09446168690919876, 0.011733797378838062, -0.025685004889965057, -0.03130244463682175, 0.002033781260251999, 0.041428618133068085, -0.010024542920291424, -0.0241143386811018, -0.010699005797505379, -0.023005632683634758, 0.03802859038114548, -0.05902007594704628, 0.015614265576004982, -0.039654690772295, 0.012519129551947117, 0.0073359329253435135, 0.04612213745713234, -0.058096155524253845, 0.052737411111593246, 0.05362437665462494, 0.012445216067135334, 0.053513504564762115, -0.06193966418504715, -0.036605749279260635, 0.03187527507543564, -0.01887570694088936, 0.013258266262710094, 0.05927877128124237, 0.0022208751179277897, 0.007442183792591095, -0.03773293271660805, -0.03865685686469078, -0.009525625966489315, 0.017637651413679123, 0.05683962255716324, -0.0005901545519009233, 0.022709978744387627, 0.016639817506074905, -0.04128079116344452, -0.03891555219888687, -0.018053416162729263, -0.017794718965888023, 0.01597459428012371, -0.029935041442513466, 0.062346190214157104, 0.015420242212712765, 0.03226332366466522, 0.017138734459877014, -0.023171938955783844, -0.06397229433059692, -0.15418393909931183, -0.012805545702576637, -0.03906337916851044, 0.07483760267496109, -0.00014883790572639555, 0.030452437698841095, 0.04963303729891777, 0.004353977739810944, 0.026368705555796623, 0.00852317176759243, -0.04848737642168999, -0.04966999590396881, -0.04900477081537247, -0.00804735254496336, 0.013507725670933723, 0.031006788834929466, 0.014588712714612484, -0.019217556342482567, 0.005076946225017309, 0.040911223739385605, 0.006144074723124504, 0.0077516972087323666, -0.01087455078959465, -0.03521987050771713, 0.04852433130145073, 0.02143496833741665, -0.125209778547287, -0.01708330027759075, -0.02470564842224121, 0.02041865512728691, 0.022081712260842323, 0.024520864710211754, 0.0655614361166954, -0.009400896728038788, 0.004799769725650549, -0.02363389916718006, 0.00016630577738396823, -0.08899207413196564, 0.025075215846300125, 0.001026707235723734, -0.0341666005551815, 0.03721553832292557, -0.01865396462380886, -0.015743615105748177, -0.02123170532286167, -0.01004302129149437, -0.016704492270946503, 0.05550917610526085, 0.007229682058095932, 0.05318089574575424, 0.015392524190247059, 0.012833262793719769, -0.021675188094377518, 0.010745201259851456, 0.03935903683304787, -0.010514221154153347, 0.03241115063428879, 0.011890863999724388, -0.08928772807121277, 0.0033168764784932137, 0.017896350473165512, -0.03002743236720562, -0.013988164253532887, -0.00981204118579626, 0.014052839018404484, 0.017499065026640892, -0.016122421249747276, -0.020603438839316368, -0.007456042803823948, -0.03193071112036705, 0.045161258429288864, 0.016676774248480797, 0.03673509880900383, -0.03976555913686752, 0.05399394407868385, 0.030119825154542923, -0.061052702367305756, -0.014191427268087864, -0.008449257351458073, 0.003818103577941656, -0.02202627807855606, 0.015688179060816765, -0.06112661585211754, 0.02705240808427334, 0.006125596351921558, -0.019975172355771065, 0.005372600629925728, 0.01475501898676157, 0.010495742782950401, -0.07191801071166992, -0.014902845956385136, -0.005709832068532705, -0.009470190852880478, 0.030692655593156815, -0.01366479229182005, 0.05258958414196968, -0.029935041442513466, 0.0019506282405927777, 0.0482286773622036, -0.009618017822504044, -0.03265136852860451, 0.018607769161462784, -0.032817672938108444, 0.05380915850400925, -0.02736654132604599, 0.003533997805789113, 0.03671662136912346, 0.02065887488424778, -0.01855233497917652, -0.06116357073187828, 0.028031764551997185, -0.014357732608914375, 0.0066245137713849545, 0.03788076341152191, -0.019420819357037544, 0.013322941027581692, 0.024243688210844994, 0.03595900535583496, 0.04264819622039795, -0.012824024073779583, -0.009229971095919609, 0.0042153894901275635, -0.01756373792886734, 0.02413281798362732, 0.049743909388780594, -0.033907901495695114, -0.007077235262840986, 0.01797950267791748, 0.01583600603044033, -0.0048967814072966576, -0.0503721758723259, 0.03242962807416916, -0.0008736828458495438, -0.08322680741548538, 0.010116934776306152, 0.03370463848114014, 0.014828932471573353, 0.0007662770221941173, -0.028475245460867882, 0.02093604952096939, -0.025038259103894234, 0.009830519556999207, 0.08411376923322678, -0.03326115757226944, -0.05096348375082016, -0.010911507532000542, 0.04039382562041283, 0.018487660214304924, -0.03193071112036705, 0.014524038881063461, 0.02093604952096939, -0.0037026135250926018, -0.023689335212111473, 0.019143642857670784, 0.02923286147415638, 0.02705240808427334, -0.008957413956522942, -0.02629479207098484, -0.06774188578128815, -0.014357732608914375, 0.05151783674955368, 0.00021668834961019456, 0.04338733106851578, 0.0064813061617314816, -0.0029496178030967712, -0.00025003612972795963, 0.009728888049721718, 0.05927877128124237, -0.008416920900344849, 0.0074837603606283665, -0.04830259084701538, 0.008569367229938507, 0.025149129331111908, 0.00990443304181099, 0.0057652671821415424, -0.052478715777397156, 0.06378750503063202, 0.022636065259575844, 0.0018478420097380877, -0.030433958396315575, -0.032355714589357376, 0.012168039567768574, -0.02814263477921486, 0.02841981127858162, 0.030360044911503792, -0.06722449511289597, 0.030378522351384163, 0.041798185557127, 0.06315924227237701, -0.0638614222407341, 0.015706656500697136, 0.04024599865078926, -0.007881046272814274, 0.04139166325330734, -0.0434982031583786, -0.02845676802098751, 0.013036525808274746, 0.0074006072245538235, 0.00018492856179364026, 0.08500073105096817, -0.05262654274702072, 0.016796885058283806, 0.024021945893764496, 0.018746357411146164, 0.016796885058283806, -0.018783314153552055, -0.00318290782161057, -0.003039700211957097, -0.017914827913045883, -0.0024345319252461195, -0.03359377011656761, -0.02518608793616295, 0.03682749345898628, 0.0692201629281044, 0.07032886892557144, -0.018958859145641327, 0.007760936394333839, -0.03296550363302231, 0.009077523835003376, 0.040319912135601044, -0.023171938955783844, 0.011835427954792976, -0.038472071290016174, 0.020012129098176956, 0.01748058572411537, 0.10148348659276962, -0.03453616797924042, -0.006144074723124504, -0.007197344675660133, 0.04397863894701004 ]
38,988
pulp.apis.xpress_api
actualSolve
Solve a well formulated lp problem
def actualSolve(self, lp, prepare=None): """Solve a well formulated lp problem""" if not self.available(): # Import again to get a more verbose error message message = "XPRESS Python API not available" try: import xpress except ImportError as err: message = str(err) raise PulpSolverError(message) self.buildSolverModel(lp) self.callSolver(lp, prepare) return self.findSolutionValues(lp)
(self, lp, prepare=None)
[ 0.022062597796320915, -0.030549539253115654, -0.06089207902550697, 0.03739774227142334, -0.008422254584729671, -0.020165111869573593, -0.008775876834988594, -0.08956138044595718, 0.0395367257297039, -0.019802862778306007, 0.0019966736435890198, -0.05119764804840088, 0.013015035539865494, -0.022459344938397408, -0.07348449528217316, 0.057200606912374496, 0.018888620659708977, -0.01259241346269846, -0.04471169039607048, 0.02128635346889496, 0.0022856092546135187, 0.02026860974729061, 0.04988665506243706, 0.07914245128631592, 0.01500739622861147, -0.03615574911236763, 0.09197636693716049, -0.030187292024493217, -0.04885166510939598, -0.051232147961854935, -0.01627526246011257, 0.09245936572551727, 0.013946528546512127, -0.010548301972448826, -0.016810009256005287, 0.0389157310128212, 0.03458601236343384, -0.0022338596172630787, 0.0325850248336792, -0.003527600783854723, -0.05409562587738037, -0.02294234186410904, -0.01142804604023695, -0.0013056003954261541, -0.0057787103578448296, -0.028738301247358322, 0.03732874244451523, 0.05475112423300743, 0.04281420633196831, -0.004709217697381973, 0.001761644147336483, 0.0014101777924224734, -0.01004805602133274, -0.04760967195034027, -0.0004676335083786398, 0.013454907573759556, 0.0075252605602145195, 0.08224743604660034, 0.08190243691205978, -0.04823066666722298, 0.03363726660609245, 0.05640711262822151, -0.0255125742405653, 0.017094632610678673, -0.008849188685417175, -0.006140957586467266, -0.012937410734593868, -0.008633565157651901, -0.009461559355258942, 0.023563338443636894, -0.03964022547006607, 0.01480039767920971, -0.04950715973973274, 0.014179402031004429, 0.08252342790365219, 0.014964272268116474, 0.02782405912876129, -0.05875309556722641, -0.022821592167019844, -0.0027772309258580208, 0.007585635408759117, 0.0008193693356588483, -0.026030071079730988, -0.018336623907089233, -0.039433229714632034, -0.0034736949019134045, 0.03082553669810295, 0.010056680999696255, 0.0790734514594078, -0.0047911545261740685, -0.006037458311766386, 0.05392313003540039, -0.013592906296253204, 0.057304106652736664, 0.0754854828119278, -0.004489281680434942, -0.02002711221575737, 0.0019880488980561495, -0.029393797740340233, -0.04153771325945854, -0.029100550338625908, 0.08100543916225433, -0.02444308064877987, 0.020234109833836555, 0.07859046012163162, -0.046505678445100784, 0.01771562732756138, 0.001265709986910224, 0.06717103719711304, -0.02194184809923172, -0.032291777431964874, 0.04257270693778992, -0.12109416723251343, 0.022217847406864166, -0.061720073223114014, 0.015093646012246609, -0.01571464166045189, 0.005054214969277382, -0.057200606912374496, 0.03415476530790329, -0.044159695506095886, 0.004588468465954065, -0.04081321880221367, -0.009263185784220695, 0.026789065450429916, -0.012445788830518723, 0.0014522243291139603, -0.006041770800948143, -0.004748029634356499, -0.02842780388891697, 0.020475609228014946, 0.018750621005892754, 0.012678662315011024, 0.027530809864401817, -0.024822579696774483, -0.016973882913589478, 0.021251853555440903, -0.014610649086534977, -0.0036720684729516506, -0.0598570890724659, 0.00588220963254571, 0.016585759818553925, -0.020406609401106834, 0.023632336407899857, 0.055820614099502563, -0.019544115290045738, 0.03225727751851082, 0.018923118710517883, 0.0010926721151918173, 0.034862007945775986, -0.02677181549370289, -0.03355101868510246, 0.008206631056964397, -0.024822579696774483, -0.019147368147969246, -0.023822085931897163, 0.07624447345733643, -0.027151312679052353, -0.0017045038985088468, -0.0030251978896558285, -0.057304106652736664, -0.0241843331605196, 0.024650080129504204, 0.03299902379512787, -0.032447025179862976, -0.011902417987585068, -0.0170342568308115, -0.06306556612253189, 0.022114347666502, 0.04726467281579971, -0.01138492114841938, -0.01570601761341095, -0.06289306282997131, 0.002479670336470008, -0.047816671431064606, 0.020492859184741974, 0.035276006907224655, -0.004262876696884632, 0.029393797740340233, -0.044228695333004, 0.005623461212962866, 0.014843522571027279, -0.055303119122982025, -0.04950715973973274, -0.017638003453612328, 0.029618045315146446, -0.03770824149250984, 0.00802550744265318, -0.0902513787150383, 0.01163504458963871, -0.0418827123939991, -0.00471353018656373, 0.05275013670325279, -0.029066050425171852, -0.021458851173520088, 0.04512568935751915, -0.005808897316455841, 0.057718101888895035, -0.014860772527754307, 0.01976836286485195, 0.03325777128338814, -0.03832923620939255, 0.03415476530790329, 0.04912766069173813, -0.039847224950790405, 0.003717349376529455, -0.049162160605192184, 0.014136277139186859, 0.00027033797232434154, -0.022562844678759575, 0.03667324781417847, -0.01787087693810463, -0.058132100850343704, 0.016732385382056236, 0.0034693824127316475, 0.0480581670999527, -0.020130611956119537, -0.029876794666051865, 0.0407097190618515, -0.02176935039460659, -0.04129621386528015, -0.03753574192523956, 0.049162160605192184, 0.000011168624041602015, 0.031463783234357834, -0.0025745448656380177, -0.01944061554968357, 0.0513356477022171, 0.01935436576604843, -0.04257270693778992, 0.031791530549526215, -0.05802860110998154, -0.017396505922079086, -0.026478568091988564, 0.0343790128827095, -0.02866930328309536, -0.0636865645647049, 0.030446039512753487, -0.002244640840217471, 0.027323812246322632, -0.000575175741687417, -0.05682110786437988, -0.0016376605490222573, -0.05823559686541557, -0.060616083443164825, 0.011876543052494526, 0.002479670336470008, -0.021407103165984154, 0.06724003702402115, -0.011022673919796944, -0.016016514971852303, -0.030377041548490524, -0.00798238255083561, -0.01653401181101799, 0.02899705059826374, -0.02975604496896267, 0.028738301247358322, 0.026875315234065056, 0.01408452820032835, 0.0025616073980927467, -0.010375803336501122, 0.008676690049469471, 0.014765897765755653, 0.03646624833345413, -0.02516757696866989, -0.005032652989029884, -0.032205529510974884, 0.01449852529913187, 0.08417941629886627, -0.0065635796636343, 0.052060142159461975, -0.01811237446963787, -0.027116812765598297, 0.0012754130875691772, 0.012540663592517376, 0.07238049805164337, -0.006188394967466593, 0.08424841612577438, 0.0038920044898986816, 0.040675219148397446, 0.0672055333852768, 0.03374076634645462, 0.015895765274763107, -0.004206814803183079, -0.03912273049354553, 0.034534260630607605, -0.05958108976483345, -0.02775505930185318, 0.007736571598798037, -0.020803356543183327, -0.025564324110746384, 0.037432242184877396, 0.04488418996334076, -0.017146382480859756, 0.01627526246011257, 0.04381469637155533, -0.03073928877711296, -0.03410301357507706, 0.0589945949614048, 0.020182359963655472, -0.008292879909276962, -0.032119277864694595, 0.001157898223027587, -0.04495318979024887, 0.00959093403071165, -0.03184328228235245, 0.03163628280162811, -0.056062113493680954, 0.004683342762291431, -0.02061360701918602, -0.026150818914175034, 0.0055630868300795555, 0.07445048540830612, 0.009884181432425976, -0.01771562732756138, -0.05971908941864967, 0.01030680350959301, -0.02494332753121853, -0.010177429765462875, -0.019078368321061134, -0.0023934210184961557, 0.025322824716567993, 0.02509857714176178, -0.014826272614300251, -0.011505670845508575, 0.014119028113782406, -0.0007870258414186537, -0.02202809788286686, 0.06306556612253189, -0.05216364189982414, -0.0012797255767509341, 0.0215278510004282, 0.013903404586017132, 0.015740515664219856, 0.030791038647294044, -0.0275825597345829, 0.030049292370676994, -0.04315920174121857, 0.018077874556183815, -0.0660325437784195, 0.044849690049886703, 0.02908330038189888, -0.04902416095137596, 0.015835391357541084, 0.06382455676794052, 0.008612003177404404, 0.00373891182243824, -0.0033227582462131977, 0.07203550636768341, -0.046747177839279175, -0.06606704741716385, -0.03255052492022514, -0.009832432493567467, -0.03255052492022514, 0.018302123993635178, 0.004258564207702875, 0.018923118710517883, 0.006774890702217817, 0.02501232735812664, 0.023459838703274727, 0.046229682862758636, -0.049403659999370575, -0.04795467108488083, 0.03563825413584709, -0.018578121438622475, -0.04930016025900841, 0.006731766276061535, -0.008461066521704197, -0.038777731359004974, 0.03355101868510246, -0.021872850134968758, -0.05885659530758858, -0.02782405912876129, 0.017086006700992584, -0.0377427414059639, 0.048161666840314865, 0.006037458311766386, 0.023408088833093643, -0.028220806270837784, -0.04098571836948395, 0.05126664787530899, -0.04905866086483002, -0.016258012503385544, -0.04160671308636665, -0.005498399492353201, -0.040606219321489334, 0.009616808965802193, -0.007986694574356079, 0.012782162055373192, -0.0016074732411652803, 0.011911042965948582, -0.03472401201725006, 0.03725974261760712, 0.007913382723927498, 0.009461559355258942, -0.0039006294682621956, 0.06592904776334763, -0.01761212944984436, -0.055130619555711746, -0.02558157406747341, -0.01819862425327301, -0.013040910474956036, -0.07652047276496887, -0.020216859877109528, -0.025702323764562607, -0.02002711221575737, 0.0032321964390575886, -0.002253265818580985, -0.03099803626537323, 0.06296206265687943, 0.014860772527754307, 0.04660917818546295, -0.0228560920804739, -0.04595368355512619, -0.04705767706036568, 0.033206019550561905, 0.03248152509331703, 0.02884180098772049, 0.023252839222550392, 0.0014878022484481335, 0.05799410119652748, -0.010738050565123558, 0.02675456553697586, 0.013903404586017132, -0.00476096710190177, 0.026720065623521805, -0.02658206596970558, -0.03639724850654602, -0.02659931592643261, 0.019509615376591682, -0.04936916008591652, 0.006774890702217817, -0.03639724850654602, -0.01060005184262991, 0.006266019307076931, 0.011117548681795597, 0.004579843487590551, 0.06865452975034714, -0.0005503790453076363, -0.02301134169101715, 0.03168803080916405, 0.04909316077828407, 0.033689018338918686, 0.020475609228014946, 0.03463776037096977, -0.02194184809923172, -0.003324914490804076, -0.07569247484207153, -0.10798425227403641, 0.015913015231490135, 0.016430512070655823, 0.023908335715532303, 0.07514048367738724, -0.010073930956423283, 0.021510601043701172, -0.053405631333589554, -0.09052737802267075, -0.027944806963205338, -0.018733371049165726, 0.02120010368525982, 0.036362748593091965, 0.0077408840879797935, 0.054302625358104706, -0.002936792327091098, -0.04861016571521759, -0.08949238061904907, -0.01387752965092659, -0.03512075915932655, -0.00438362592831254, 0.0007007764070294797, 0.009858307428658009, -0.030704788863658905, 0.02766880951821804, 0.009961806237697601, -0.011755794286727905, -0.04074421897530556, -0.03192953020334244, 0.06475605070590973, 0.043745700269937515, -0.028324304148554802, -0.006209957413375378, -0.04702317714691162, 0.07514048367738724, 0.030290791764855385, 0.0038639733102172613, -0.06127157807350159, 0.02716856263577938, -0.0072923870757222176, -0.0778314620256424, -0.010203304700553417, 0.010073930956423283, -0.004411656875163317, 0.05533761903643608, -0.0019190493039786816, -0.0076287598349153996, -0.03574175387620926, 0.0068525150418281555, 0.026978814974427223, 0.016085514798760414, -0.05916709080338478, -0.005312963388860226, -0.022459344938397408, 0.028652053326368332, -0.0134204076603055, 0.07603747397661209, -0.04885166510939598, 0.07824546098709106, 0.04215870797634125, 0.010065305978059769, 0.05657960847020149, -0.08066044747829437, -0.04502218961715698, 0.04098571836948395, -0.037673741579055786, 0.021338103339076042, 0.047816671431064606, -0.003678537206724286, 0.019561365246772766, -0.02868655137717724, -0.04536718875169754, 0.021907348185777664, -0.0028268243186175823, 0.058477096259593964, 0.004377157427370548, 0.018008876591920853, 0.03351651877164841, -0.07148350775241852, -0.011290047317743301, -0.01234229002147913, 0.030566789209842682, 0.026737315580248833, -0.03144653141498566, 0.04346970096230507, 0.013653281144797802, 0.015059146098792553, 0.031291283667087555, -0.039191730320453644, -0.05009365454316139, -0.08500741422176361, -0.01267003733664751, -0.04077871888875961, 0.05033515393733978, -0.036017753183841705, -0.002436545677483082, 0.03379251807928085, 0.001502895844168961, 0.02466733008623123, 0.07893545925617218, -0.06434205919504166, -0.01828487403690815, -0.011747169308364391, -0.015662891790270805, 0.029462797567248344, 0.06006408482789993, 0.05544111877679825, 0.004092534072697163, 0.012350914999842644, 0.03867423161864281, -0.017172256484627724, -0.005325900856405497, -0.030101042240858078, -0.05578611418604851, 0.028945300728082657, 0.033206019550561905, -0.08935438096523285, -0.03272302448749542, -0.0027664497029036283, -0.011617794632911682, 0.02411533333361149, 0.008711189962923527, 0.05992608517408371, -0.021407103165984154, 0.013118534348905087, -0.02932479791343212, 0.021458851173520088, -0.04723017290234566, 0.015300644561648369, 0.007922007702291012, -0.05275013670325279, 0.06744703650474548, -0.027030562981963158, -0.008159194141626358, -0.015473143197596073, -0.031291283667087555, 0.006395393516868353, 0.03853623569011688, 0.014464025385677814, -0.004286595620214939, 0.007262200117111206, 0.01730163022875786, -0.01721538044512272, 0.002997166942805052, 0.024805329740047455, -0.006580829620361328, -0.0035879751667380333, 0.006197019945830107, -0.06623954325914383, -0.029048800468444824, 0.06623954325914383, -0.03106703609228134, -0.038260236382484436, 0.015067771077156067, -0.0004967426648363471, 0.014524400234222412, 0.006680016405880451, -0.01837112382054329, -0.03167078271508217, -0.02385658584535122, 0.052405137568712234, 0.014636524021625519, 0.04712667688727379, -0.03446526080369949, 0.035948753356933594, 0.033689018338918686, -0.022804342210292816, 0.014489900320768356, 0.014101778157055378, 0.004704905208200216, 0.025805821642279625, -0.011617794632911682, -0.02932479791343212, 0.03732874244451523, 0.01254928857088089, -0.023632336407899857, -0.018664371222257614, 0.012523413635790348, 0.020406609401106834, -0.0861114040017128, 0.008422254584729671, 0.02218334749341011, 0.009470184333622456, 0.013937903568148613, 0.0013282408472150564, 0.057304106652736664, -0.053405631333589554, -0.00927181076258421, 0.05889109522104263, -0.022838842123746872, -0.018008876591920853, 0.015395519323647022, -0.04905866086483002, 0.08769839257001877, 0.014895272441208363, -0.04122721403837204, 0.062030572444200516, 0.030618539080023766, -0.014403650537133217, -0.019233617931604385, 0.021476101130247116, -0.00312654091976583, -0.010263679549098015, 0.0176207534968853, -0.016180388629436493, 0.006684328895062208, -0.014196651987731457, 0.00851281639188528, 0.05706260725855827, 0.004911903757601976, 0.0030467603355646133, 0.0005789491115137935, -0.05502711981534958, 0.013558406382799149, 0.04050271958112717, -0.03025629185140133, 0.017482753843069077, 0.017086006700992584, 0.01200591679662466, -0.009496059268712997, -0.06830953061580658, 0.029635295271873474, -0.01404140330851078, -0.06620504707098007, 0.0365697480738163, 0.02901430055499077, 0.02542632445693016, 0.0037475365679711103, -0.03522425889968872, -0.03049778938293457, -0.02690981514751911, -0.029186798259615898, 0.07279449701309204, -0.010625926777720451, -0.037018243223428726, -0.03705274313688278, 0.014196651987731457, 0.026237068697810173, -0.0281690564006567, 0.02026860974729061, 0.015757765620946884, -0.039433229714632034, -0.05768360197544098, 0.026202568784356117, 0.034706760197877884, 0.01819862425327301, 0.010867425240576267, -0.0678265318274498, -0.045677684247493744, -0.010479303076863289, 0.054889120161533356, -0.011807543225586414, 0.05375063046813011, 0.013230659067630768, -0.006697266362607479, 0.004243470728397369, 0.010738050565123558, 0.05644161254167557, -0.015067771077156067, 0.006300519220530987, -0.015507643111050129, -0.012730412185192108, 0.04112371802330017, 0.00006317094812402502, 0.016439136117696762, -0.07624447345733643, 0.07072450965642929, 0.04988665506243706, -0.019492365419864655, -0.0034693824127316475, -0.021545100957155228, 0.018164124339818954, -0.04488418996334076, 0.014153527095913887, 0.007119888439774513, -0.10018730908632278, 0.011807543225586414, 0.03049778938293457, 0.04536718875169754, -0.044504694640636444, 0.03458601236343384, 0.05419912561774254, -0.04588468372821808, 0.008900938555598259, -0.03439626470208168, -0.05333663150668144, -0.013937903568148613, -0.0067490157671272755, 0.00005845418854732998, 0.06761953234672546, -0.015671517699956894, -0.0027233250439167023, 0.023166589438915253, 0.03001479245722294, 0.023908335715532303, -0.04443569481372833, 0.0033788203727453947, -0.006162520032376051, -0.02808280661702156, 0.007585635408759117, -0.010798425413668156, -0.027116812765598297, 0.029773294925689697, 0.06234107166528702, 0.07127650827169418, -0.02035485953092575, 0.023891085758805275, -0.017991626635193825, 0.01080705039203167, 0.025478074327111244, -0.03415476530790329, -0.0023459838703274727, -0.036017753183841705, 0.03998522460460663, 0.020234109833836555, 0.11067523807287216, -0.03556925430893898, -0.025892071425914764, -0.012212916277348995, 0.044332195073366165 ]
38,989
pulp.apis.xpress_api
available
True if the solver is available
def available(self): """True if the solver is available""" if self._available is None: try: global xpress import xpress # Always disable the global output. We only want output if # we install callbacks explicitly xpress.setOutputEnabled(False) self._available = True except: self._available = False return self._available
(self)
[ 0.08516476303339005, -0.03812932223081589, -0.012550322338938713, 0.0030984424520283937, 0.06463894248008728, 0.05444561317563057, -0.0020384490489959717, -0.04066896066069603, -0.017951397225260735, 0.027796832844614983, 0.04665275663137436, -0.02551811933517456, 0.013463547453284264, -0.013759258203208447, -0.03242383897304535, -0.015211721882224083, 0.006479549687355757, -0.0001405170769430697, -0.01763829030096531, -0.03882511332631111, -0.028944887220859528, 0.02240445651113987, 0.04386959597468376, -0.0011687107617035508, -0.013402665965259075, 0.05291487276554108, 0.07034442573785782, -0.04780081287026405, -0.025483330711722374, 0.056219879537820816, -0.0741712749004364, 0.021169427782297134, 0.03242383897304535, -0.042825911194086075, 0.01115004438906908, 0.10527311265468597, 0.025483330711722374, -0.023291589692234993, 0.03379802778363228, -0.02186521887779236, 0.04578302055597305, -0.008188585750758648, 0.02727499045431614, 0.003855114569887519, -0.06460415571928024, -0.04039064422249794, -0.01789921335875988, 0.02845783531665802, 0.048705339431762695, -0.02671835757791996, 0.09010487794876099, -0.010045476257801056, 0.03261518478393555, 0.018803739920258522, -0.0491923950612545, 0.018890714272856712, 0.03802495449781418, 0.08474729210138321, -0.0026722706388682127, -0.04606133699417114, 0.005305402912199497, 0.07883307337760925, 0.02983202040195465, 0.019534319639205933, 0.05855077877640724, 0.029501520097255707, 0.005705482792109251, -0.04627007246017456, 0.026961885392665863, 0.09768899530172348, -0.032562997192144394, 0.010732569731771946, -0.09887184202671051, -0.005809851456433535, 0.06105562299489975, -0.017847027629613876, -0.0310322605073452, -0.017386067658662796, -0.02386561594903469, -0.015655288472771645, -0.02644004113972187, -0.013846232555806637, 0.005353238899260759, 0.006209930870682001, 0.02781422808766365, -0.031901996582746506, 0.009158343076705933, 0.021047664806246758, 0.07646738737821579, 0.03320660442113876, -0.01709035597741604, 0.030040757730603218, 0.018107948824763298, 0.038964271545410156, 0.006218628492206335, -0.06561305373907089, 0.019951794296503067, -0.03572884574532509, -0.006336043123155832, -0.047418128699064255, -0.04693107306957245, 0.05395855754613876, -0.01864718832075596, 0.012176334857940674, 0.042269278317689896, 0.0036311571020632982, -0.034928686916828156, 0.003426768584176898, 0.038964271545410156, -0.020978085696697235, -0.008606059476733208, -0.00667958939447999, 0.024004774168133736, 0.027849018573760986, -0.052010346204042435, -0.01781223900616169, -0.04929676279425621, -0.0010670600458979607, -0.0398688018321991, 0.014168035238981247, -0.0411212220788002, 0.06543910503387451, -0.006714378949254751, -0.022717561572790146, 0.04077332839369774, -0.013011284172534943, 0.027501123026013374, 0.043939173221588135, 0.05848119780421257, -0.013463547453284264, 0.07660654187202454, 0.007114458829164505, -0.007497143466025591, -0.002450487343594432, -0.058898672461509705, -0.006214279681444168, -0.013080863282084465, 0.008845238015055656, 0.012819941155612469, 0.01432458870112896, -0.04766165465116501, -0.031710654497146606, -0.039486113935709, 0.0031506267841905355, 0.020125743001699448, 0.0713881105184555, -0.012054571881890297, 0.01326350774616003, -0.01460290513932705, -0.010628201067447662, 0.014889918267726898, -0.051384132355451584, -0.04693107306957245, -0.025726856663823128, -0.05333234742283821, 0.015759656205773354, 0.018664581701159477, 0.01744694821536541, 0.025465935468673706, -0.0367029532790184, -0.010088963434100151, 0.02002137340605259, -0.03348492085933685, 0.01580314338207245, 0.01809055544435978, 0.0005210275412537158, -0.05924656614661217, -0.03331097215414047, 0.061925362795591354, 0.06067293882369995, -0.020508427172899246, 0.016777250915765762, -0.05809851363301277, -0.00788852572441101, 0.00408342108130455, 0.03184981271624565, 0.023448143154382706, 0.02049103192985058, 0.013959298841655254, 0.017646988853812218, 0.01882113516330719, -0.04759207367897034, -0.09866310656070709, -0.010715174488723278, -0.0008719125762581825, 0.04122558981180191, 0.01028030551970005, -0.0503404475748539, -0.03240644559264183, 0.051175396889448166, -0.018107948824763298, 0.016768552362918854, 0.05406292900443077, -0.004766165278851986, -0.016229314729571342, 0.026770543307065964, 0.003987749572843313, 0.02991899475455284, -0.022630589082837105, -0.018699372187256813, 0.03983401134610176, -0.07465832680463791, -0.03184981271624565, 0.047974761575460434, -0.05086228996515274, -0.016446750611066818, -0.01918642595410347, -0.04185180366039276, 0.005314100533723831, -0.004914021119475365, -0.01143705751746893, -0.06345610320568085, -0.003946437034755945, 0.055037032812833786, 0.012411164119839668, 0.04317380487918854, 0.014281101524829865, -0.027048857882618904, -0.03527658060193062, 0.005379330832511187, 0.018020976334810257, -0.019812636077404022, 0.04929676279425621, -0.0009202917572110891, -0.03903385251760483, 0.014107153750956059, -0.004640053492039442, 0.06126435846090317, -0.03753790259361267, -0.07006610929965973, 0.043382544070482254, 0.04049501195549965, -0.04675712808966637, 0.01983003132045269, -0.00144050398375839, -0.03642463684082031, 0.0077667622826993465, 0.0686049535870552, 0.03715521842241287, 0.002998422598466277, 0.03425029292702675, 0.010471648536622524, -0.007932012900710106, -0.04574823006987572, -0.02010834775865078, -0.014794247224926949, -0.012019782327115536, 0.0028266492299735546, -0.017847027629613876, -0.024630986154079437, 0.023639485239982605, -0.0757020115852356, -0.013046073727309704, -0.03691168874502182, -0.04341733083128929, -0.04780081287026405, -0.040634170174598694, 0.02057800628244877, 0.013985390774905682, -0.0022634936030954123, -0.0165250264108181, 0.11870187520980835, -0.05333234742283821, 0.10367279499769211, 0.0048705339431762695, -0.007049228064715862, 0.03945132717490196, -0.03536355495452881, -0.027744648978114128, -0.016272801905870438, -0.03477213531732559, 0.007610209286212921, -0.08920035511255264, -0.033015262335538864, 0.01367228478193283, -0.013106955215334892, 0.01455072034150362, -0.01635107770562172, -0.02431788109242916, 0.0427563302218914, 0.06930074095726013, 0.024457039311528206, -0.009384475648403168, 0.02791859768331051, -0.059176988899707794, -0.013367876410484314, -0.03600716218352318, 0.017194723710417747, 0.00557502219453454, -0.07312759011983871, -0.026857515797019005, 0.07584117352962494, 0.0729188546538353, 0.027866411954164505, 0.0736842229962349, 0.05207992345094681, -0.014002785086631775, -0.018855923786759377, 0.026283489540219307, 0.01615973562002182, 0.033189211040735245, -0.01589011773467064, -0.09379257261753082, 0.015159537084400654, 0.0023243753239512444, 0.007792854215949774, 0.011045675724744797, 0.018386265262961388, -0.007784157060086727, 0.04160827770829201, -0.04119080305099487, -0.016507631167769432, 0.07862433791160583, -0.011689282022416592, 0.006688287016004324, -0.05381939932703972, 0.01595969684422016, 0.01817752793431282, -0.04059937968850136, 0.017568711191415787, -0.034946080297231674, 0.05994235724210739, -0.011784953065216541, 0.0006865495815873146, -0.03345013037323952, -0.01463769469410181, 0.05590677261352539, -0.0213781651109457, -0.012863428331911564, -0.004446536768227816, -0.0411212220788002, -0.025744251906871796, 0.03614632040262222, -0.025500724092125893, 0.010602109134197235, -0.029327573254704475, 0.009810646995902061, -0.050549186766147614, 0.027222806587815285, -0.01432458870112896, -0.03771184757351875, 0.05910740792751312, -0.07758064568042755, 0.012680782936513424, 0.004057328682392836, 0.03350231796503067, -0.011080465279519558, 0.055037032812833786, 0.04414791241288185, -0.056428615003824234, -0.07625864446163177, 0.010489042848348618, -0.02259579859673977, 0.06411710381507874, -0.023761248216032982, -0.022004377096891403, 0.017299093306064606, 0.043104227632284164, 0.03562447801232338, 0.027570702135562897, 0.016742460429668427, 0.011776255443692207, -0.07159685343503952, 0.06561305373907089, -0.08572139590978622, -0.09288804233074188, 0.04776602238416672, 0.012063269503414631, 0.036041952669620514, -0.02551811933517456, -0.012585111893713474, -0.03701606020331383, -0.045852597802877426, 0.012880822643637657, -0.0346851609647274, 0.023622089996933937, 0.014863826334476471, 0.021047664806246758, 0.04766165465116501, -0.07598032802343369, 0.03976443037390709, 0.027866411954164505, -0.03270215541124344, -0.057611458003520966, 0.053019240498542786, -0.025744251906871796, -0.039242587983608246, 0.00497925141826272, 0.005844641011208296, -0.05086228996515274, 0.026387857273221016, -0.0073492880910634995, -0.08154665678739548, 0.0370856374502182, 0.0033941534347832203, -0.024665776640176773, 0.03792058676481247, 0.005140152759850025, 0.014098456129431725, 0.03562447801232338, -0.006349089089781046, 0.025083249434828758, -0.04206053912639618, -0.005531535018235445, -0.011898018419742584, -0.00649259565398097, 0.06669152528047562, -0.002728803548961878, 0.016498934477567673, 0.011002188548445702, -0.03167586773633957, -0.004948810674250126, -0.066865473985672, -0.06015109643340111, -0.06884847581386566, 0.04286069795489311, 0.013028678484261036, 0.021152034401893616, 0.03885990381240845, 0.030910495668649673, 0.015924906358122826, 0.011863228864967823, 0.016655486077070236, 0.015455247834324837, 0.025935593992471695, 0.004992297384887934, -0.03840763866901398, -0.0009072456741705537, 0.029449336230754852, 0.007214478682726622, -0.04359127953648567, -0.018838530406355858, 0.01762089692056179, -0.02598777785897255, -0.005118409637361765, -0.015603103674948215, 0.011410965584218502, -0.007801551837474108, -0.07549327611923218, -0.0091757383197546, 0.014220220036804676, 0.02230008877813816, 0.00628820713609457, -0.015316089615225792, 0.019412556663155556, 0.006610010284930468, -0.0045356848277151585, -0.0047879088670015335, -0.04049501195549965, -0.023726457729935646, -0.0539933480322361, 0.04348691180348396, 0.013628797605633736, 0.028336070477962494, -0.002757070120424032, -0.03369366005063057, 0.006840491201728582, -0.02313503623008728, -0.03306744620203972, -0.025500724092125893, -0.016498934477567673, 0.011123951524496078, -0.05207992345094681, 0.03388500213623047, 0.025744251906871796, 0.0030962680466473103, -0.009854134172201157, -0.016820738092064857, -0.009819344617426395, 0.010897819884121418, -0.02223050966858864, 0.052010346204042435, -0.005644600838422775, -0.049157604575157166, -0.0027809878811240196, -0.04487849399447441, -0.03508523851633072, 0.0713881105184555, -0.015307392925024033, -0.02781422808766365, -0.09622783958911896, -0.013724468648433685, 0.00318976491689682, -0.005801153834909201, -0.013124349527060986, -0.037050846964120865, -0.016481539234519005, -0.038512010127305984, -0.03150191903114319, -0.0391034297645092, 0.007375380024313927, -0.011002188548445702, 0.03618111088871956, -0.050444815307855606, -0.01624670997262001, -0.007284057792276144, -0.0023395956959575415, -0.012698178179562092, 0.04988818243145943, 0.039068639278411865, 0.016681579872965813, 0.06978779286146164, 0.0049575078301131725, 0.04800954833626747, 0.052184294909238815, -0.0930967777967453, 0.01607276313006878, 0.011402267962694168, -0.01344615314155817, 0.046409230679273605, -0.0091757383197546, -0.0326673686504364, 0.030440837144851685, 0.00817553885281086, 0.06717857718467712, 0.020908506587147713, 0.010715174488723278, -0.027570702135562897, 0.005192337092012167, -0.007610209286212921, 0.003698561806231737, 0.03331097215414047, 0.06185578182339668, -0.05795935541391373, 0.004266066011041403, 0.021726060658693314, -0.04627007246017456, -0.0030788732692599297, -0.009297501295804977, 0.02276974730193615, 0.06216888874769211, -0.02240445651113987, -0.017934001982212067, -0.000880066363606602, -0.0028070800472050905, 0.055489297956228256, 0.024683170020580292, -0.0008653895347379148, -0.07486706227064133, -0.04087769612669945, 0.039068639278411865, -0.04526117816567421, 0.037677060812711716, -0.041990961879491806, 0.044008754193782806, -0.025570303201675415, 0.015385668724775314, -0.01577705144882202, 0.07653696089982986, -0.0007501491927541792, -0.005501094274222851, 0.022004377096891403, 0.015681380406022072, -0.05747229978442192, 0.09852394461631775, 0.038616377860307693, 0.02139556035399437, 0.0459221787750721, -0.0050401329062879086, 0.0034572093281894922, -0.01083693839609623, -0.03938174620270729, -0.05736793205142021, 0.039486113935709, 0.00329195917584002, -0.06098604574799538, 0.002767941914498806, -0.012506835162639618, 0.07737191021442413, 0.006349089089781046, 0.05628945678472519, -0.039694853127002716, -0.01028030551970005, -0.02974504791200161, 0.023187220096588135, -0.010036778636276722, 0.018142739310860634, 0.02323940582573414, -0.06749168783426285, -0.001414411817677319, 0.00037588999839499593, -0.029153624549508095, 0.0016274976078420877, -0.042547594755887985, -0.009080067276954651, -0.02276974730193615, 0.006731773726642132, 0.015733564272522926, 0.0171512383967638, -0.024752749130129814, 0.022891510277986526, 0.026092147454619408, 0.03191939368844032, -0.04397396370768547, 0.017125146463513374, 0.01096739899367094, -0.01316783670336008, 0.010767359286546707, 0.06550868600606918, -0.054758720099925995, -0.00844950694590807, 0.018490634858608246, -0.012698178179562092, -0.06582178920507431, 0.025222407653927803, -0.011089161969721317, -0.03442423790693283, -0.005470653530210257, 0.001656851265579462, -0.02645743638277054, -0.006049029529094696, -0.0713881105184555, -0.02517022378742695, -0.009158343076705933, 0.012332888320088387, 0.0009991117985919118, 0.05204513669013977, 0.009080067276954651, 0.014524628408253193, 0.029049256816506386, 0.006183838937431574, 0.08537350594997406, 0.0027766393031924963, -0.01789921335875988, 0.02176085114479065, 0.003381107235327363, 0.0061142598278820515, -0.026057356968522072, 0.03404155373573303, 0.03176283836364746, 0.038512010127305984, -0.02101287618279457, 0.04084290564060211, -0.01965608447790146, -0.03111923299729824, -0.02918841503560543, 0.012263309210538864, 0.018142739310860634, 0.0625515729188919, 0.02158690243959427, -0.028214307501912117, 0.038233693689107895, 0.009845436550676823, -0.04261717200279236, 0.019708268344402313, 0.007410169579088688, -0.019864821806550026, 0.05326277017593384, 0.05444561317563057, -0.006375181023031473, -0.05371503159403801, 0.007101412396878004, 0.00797984842211008, -0.02478753961622715, -0.04011232778429985, -0.03625068813562393, -0.02442224882543087, 0.017316488549113274, -0.002217832487076521, -0.012463348917663097, -0.045400336384773254, 0.00557937053963542, -0.012245913967490196, 0.00667958939447999, 0.09219225496053696, 0.016716368496418, -0.015829235315322876, -0.006322996690869331, -0.07486706227064133, 0.014246311970055103, -0.02607475221157074, -0.025274593383073807, 0.055941563099622726, -0.024717960506677628, -0.02955370396375656, 0.009628002531826496, -0.040077537298202515, 0.008753915317356586, 0.013707074336707592, -0.006779609248042107, 0.0023852570448070765, 0.01202847994863987, -0.04028627276420593, 0.028701361268758774, -0.025726856663823128, 0.02459619753062725, -0.02562248706817627, 0.02103026956319809, 0.019760452210903168, -0.04418270289897919, -0.054028138518333435, 0.021239006891846657, 0.03157149627804756, 0.041260380297899246, 0.026753148064017296, -0.0697530061006546, 0.009741067886352539, 0.018890714272856712, -0.015437853522598743, -0.06592615693807602, 0.07918097078800201, -0.00548369949683547, -0.006644799839705229, 0.027031464502215385, -0.04286069795489311, 0.03903385251760483, -0.05552408844232559, -0.020699769258499146, -0.027414148673415184, -0.007814598269760609, -0.01194150559604168, 0.0007001392659731209, 0.023987380787730217, -0.03270215541124344, 0.024735355749726295, -0.023361168801784515, -0.01862979307770729, 0.029727652668952942, 0.02663138508796692, 0.011967597529292107, -0.021708665415644646, 0.008384276181459427, -0.02120421826839447, -0.012993888929486275, 0.010193332098424435, 0.06276030838489532, -0.03477213531732559, -0.061473097652196884, 0.04637444019317627, 0.06223846599459648, -0.013602705672383308, -0.032910894602537155, -0.032910894602537155, 0.04414791241288185, -0.006218628492206335, -0.019882215186953545, 0.017186027020215988, 0.05277571454644203, 0.012654691003262997, -0.04049501195549965, 0.05768103897571564, -0.04230406880378723, 0.0648476779460907, -0.024839723482728004, 0.004848790355026722, 0.008562573231756687, -0.02431788109242916, 0.0004522638628259301, -0.017612198367714882, 0.019899610430002213, 0.04373043775558472, -0.010080265812575817, 0.0600467249751091, 0.006762214470654726, 0.04279112070798874, 0.023917801678180695, -0.03458079323172569, 0.007953755557537079, -0.011480544693768024, 0.00318976491689682, -0.030371258035302162, 0.015637893229722977, -0.0007599337841384113, 0.041260380297899246, -0.005274962168186903, -0.007405820768326521, -0.013376574032008648, 0.021917402744293213 ]
38,990
pulp.apis.xpress_api
buildSolverModel
Takes the pulp lp model and translates it into an xpress model
def buildSolverModel(self, lp): """ Takes the pulp lp model and translates it into an xpress model """ self._extract(lp) try: # Apply controls, warmstart etc. We do this here rather than in # callSolver() so that the caller has a chance to overwrite things # either using the `prepare` argument to callSolver() or by # explicitly calling # self.buildSolverModel() # self.callSolver() # self.findSolutionValues() # This also avoids setting warmstart information passed to the # constructor from actualResolve(), which would almost certainly # be unintended. model = lp.solverModel # Apply controls that were passed to the constructor for key, name in [ ("gapRel", "MIPRELSTOP"), ("timeLimit", "MAXTIME"), ("heurFreq", "HEURFREQ"), ("heurStra", "HEURSTRATEGY"), ("coverCuts", "COVERCUTS"), ("preSolve", "PRESOLVE"), ]: value = self.optionsDict.get(key, None) if value is not None: model.setControl(name, value) # Apply any other controls. These overwrite controls that were # passed explicitly into the constructor. for option in self.options: if isinstance(option, tuple): name = optione[0] value = option[1] else: fields = option.split("=", 1) if len(fields) != 2: raise PulpSolverError("Invalid option " + str(option)) name = fields[0].strip() value = fields[1].strip() try: model.setControl(name, int(value)) continue except ValueError: pass try: model.setControl(name, float(value)) continue except ValueError: pass model.setControl(name, value) # Setup warmstart information if self.optionsDict.get("warmStart", False): solval = list() colind = list() for v in sorted(lp.variables(), key=lambda x: x._xprs[0]): if v.value() is not None: solval.append(v.value()) colind.append(v._xprs[0]) if _ismip(lp) and self.mip: # If we have a value for every variable then use # loadmipsol(), which requires a dense solution. Otherwise # use addmipsol() which allows sparse vectors. if len(solval) == model.attributes.cols: model.loadmipsol(solval) else: model.addmipsol(solval, colind, "warmstart") else: model.loadlpsol(solval, None, None, None) # Setup message callback if output is requested if self.msg: def message(prob, data, msg, msgtype): if msgtype > 0: print(msg) model.addcbmessage(message) except (xpress.ModelError, xpress.InterfaceError, xpress.SolverError) as err: raise PulpSolverError(str(err))
(self, lp)
[ 0.040605951100587845, -0.023570336401462555, -0.032560303807258606, 0.04853827506303787, -0.005618730094283819, -0.004995475988835096, -0.009990951977670193, -0.055488500744104385, 0.049067094922065735, -0.01856541819870472, 0.006501673720777035, 0.009943735785782337, 0.018537087365984917, 0.01566634140908718, -0.04918041452765465, 0.06727366894483566, 0.020170768722891808, -0.007908716797828674, -0.020510725677013397, 0.006888846401125193, 0.026762153953313828, 0.02200275845825672, 0.043514467775821686, 0.10168485343456268, 0.02122841216623783, 0.012984460219740868, 0.022984856739640236, -0.017932720482349396, -0.034618932753801346, -0.06466733664274216, -0.05280661955475807, 0.07917215675115585, -0.033825699239969254, -0.0063269734382629395, 0.015524692833423615, 0.029651787132024765, 0.05288216844201088, 0.01180405542254448, -0.025874488055706024, -0.02515680156648159, 0.010170374065637589, -0.06017234921455383, 0.001790675101801753, -0.019547514617443085, -0.019122568890452385, -0.03735747188329697, -0.01091639045625925, 0.10055166482925415, 0.06115444749593735, -0.0252512339502573, 0.0022274251095950603, -0.029330715537071228, 0.02302262932062149, -0.017781628295779228, -0.035128869116306305, 0.05854811146855354, 0.019113125279545784, 0.11279010772705078, 0.08619793504476547, -0.051975615322589874, -0.0019523906521499157, 0.0692756399512291, -0.015968525782227516, 0.0033405476715415716, 0.02130395919084549, 0.02147393673658371, -0.0376596562564373, -0.035808783024549484, -0.0021648637484759092, 0.032144803553819656, -0.0010901044588536024, -0.03369349613785744, -0.07123983651399612, 0.013296087272465229, 0.11800277978181839, 0.010831400752067566, -0.01262561697512865, -0.06988000869750977, 0.017309466376900673, -0.0028919933829456568, -0.01669565588235855, 0.008782217279076576, -0.04336337745189667, -0.03686642646789551, -0.011671849526464939, -0.05567736551165581, 0.0701444149017334, -0.006563054397702217, 0.08242063224315643, -0.031446002423763275, -0.05337321385741234, 0.03981271758675575, -0.009603778831660748, 0.07025773823261261, 0.042721234261989594, 0.00648278696462512, 0.010340352542698383, -0.024873504415154457, -0.040265992283821106, -0.019793039187788963, -0.0226826723664999, 0.0351099818944931, -0.08619793504476547, 0.0046767666935920715, 0.026308877393603325, -0.03550659865140915, 0.006997443735599518, 0.011860714294016361, 0.0016620109090581536, -0.05443085730075836, -0.06024789810180664, 0.03231478109955788, -0.07524377107620239, 0.02557230554521084, -0.03920834884047508, -0.007582924794405699, -0.052995484322309494, -0.00924493558704853, 0.008489476516842842, 0.023098174482584, -0.05892584100365639, 0.03274916857481003, -0.0847625583410263, 0.02634664997458458, 0.027668705210089684, 0.0028211690951138735, 0.023079289123415947, -0.004759395029395819, 0.02302262932062149, -0.06262759119272232, -0.0065536112524569035, -0.011841828003525734, -0.020472953096032143, -0.01847098581492901, -0.011936260387301445, -0.03182373195886612, -0.017696639522910118, -0.04381665214896202, -0.010179816745221615, 0.01933976449072361, 0.01960417442023754, 0.03344796970486641, -0.015855206176638603, 0.011161914095282555, 0.03697974234819412, 0.008904979564249516, 0.05692387372255325, -0.005750935524702072, -0.028121979907155037, 0.03745190426707268, -0.021511709317564964, -0.045554209500551224, -0.025175688788294792, -0.044458791613578796, 0.008201457560062408, 0.0008982885628938675, 0.01831989362835884, -0.020510725677013397, -0.0009159946930594742, -0.020170768722891808, -0.030331699177622795, -0.023475904017686844, 0.02035963349044323, -0.014693687669932842, -0.004520953167229891, 0.00746960612013936, -0.006577219348400831, -0.06965336948633194, 0.03148377686738968, 0.09337479621171951, -0.004924651701003313, -0.01308833621442318, -0.056017324328422546, -0.02122841216623783, -0.02661106176674366, 0.019490854814648628, 0.02832973189651966, 0.0018508757930248976, 0.03822625055909157, 0.026327764615416527, 0.028801893815398216, 0.009074957109987736, -0.05250443518161774, -0.013211098499596119, -0.009259101003408432, 0.05639505386352539, 0.011294119991362095, -0.013154438696801662, -0.06697148829698563, 0.02651662938296795, -0.011520757339894772, -0.01899980753660202, 0.06802912801504135, -0.012597288005053997, -0.011832384392619133, 0.02832973189651966, 0.02653551660478115, -0.0059256358072161674, 0.04672517254948616, 0.019698606804013252, 0.012937244027853012, -0.015033644624054432, 0.05288216844201088, 0.016497347503900528, -0.049407053738832474, -0.007209916599094868, -0.0007058824994601309, -0.006827465258538723, -0.0015604960499331355, 0.04253236949443817, 0.03046390600502491, -0.032994695007801056, -0.01925477385520935, -0.004008657298982143, -0.002268739277496934, -0.021927213296294212, 0.03271139785647392, 0.000759590941015631, 0.015968525782227516, -0.012276217341423035, -0.010642535984516144, 0.01044422760605812, -0.01684674806892872, -0.0008009051089175045, 0.003947276156395674, 0.016714541241526604, -0.022890424355864525, 0.05125792697072029, 0.017592763528227806, -0.03798072785139084, 0.026932131499052048, -0.03818847984075546, 0.0010741690639406443, -0.018707066774368286, 0.026422196999192238, -0.061305541545152664, -0.04313673824071884, 0.028178639709949493, -0.0001856187591329217, -0.0625142753124237, 0.019358649849891663, -0.021606141701340675, -0.01407043356448412, -0.05065356194972992, -0.03543105348944664, 0.006156994961202145, 0.01625182293355465, -0.02789534255862236, 0.020472953096032143, 0.014013773761689663, 0.028084207326173782, -0.04596971347928047, -0.02336258627474308, 0.013758806511759758, -0.003109188051894307, -0.04846272990107536, 0.010670865885913372, 0.00915522500872612, 0.026063352823257446, -0.025175688788294792, -0.022380487993359566, 0.0470651276409626, -0.0018827468156814575, 0.06485620141029358, 0.01941530965268612, -0.01772496849298477, -0.024760186672210693, -0.014089319854974747, 0.04902932420372963, 0.012125125154852867, 0.05020028352737427, 0.027064338326454163, -0.05885029584169388, 0.023400358855724335, -0.008692505769431591, 0.03524218499660492, -0.05276884883642197, 0.008347827941179276, -0.00915522500872612, 0.028008662164211273, 0.058661431074142456, 0.014315958134829998, 0.008668897673487663, 0.030256154015660286, -0.023041514679789543, 0.027139883488416672, -0.04204132407903671, -0.00842337403446436, 0.013012790121138096, -0.0007607713341712952, -0.029198510572314262, 0.05937911942601204, 0.05409090220928192, -0.015250839293003082, 0.0359409861266613, 0.02798977494239807, -0.001375172403641045, -0.02625221759080887, -0.0027078501880168915, -0.0436277873814106, 0.04925595968961716, -0.04139918088912964, -0.0033830422908067703, -0.03488334268331528, 0.008536692708730698, 0.016903406009078026, 0.004100728780031204, -0.016402915120124817, 0.007488492410629988, -0.0005261657643131912, 0.001953571103513241, 0.00028610078152269125, 0.004268346354365349, 0.007644305936992168, -0.0008487115846946836, -0.010850287042558193, 0.015496363863348961, -0.0009685227414593101, 0.022304942831397057, 0.011832384392619133, -0.043325603008270264, 0.022626012563705444, 0.009230771102011204, -0.03901948407292366, 0.014599255286157131, -0.016978953033685684, 0.021417276933789253, -0.028084207326173782, 0.003531773341819644, -0.05586623027920723, -0.0038079882506281137, 0.03063388355076313, -0.01830100640654564, 0.021247299388051033, 0.006336416583508253, -0.04340114817023277, 0.061645496636629105, -0.020737363025546074, 0.04147472605109215, -0.010661422275006771, 0.09609445184469223, 0.020151883363723755, -0.11906041949987411, 0.0239669531583786, 0.02849971130490303, -0.05356207862496376, 0.025610078126192093, -0.02069959044456482, 0.01865040697157383, -0.051900070160627365, -0.01847098581492901, -0.04139918088912964, -0.01382490899413824, 0.021606141701340675, 0.03293803334236145, 0.017781628295779228, -0.008843597956001759, -0.008565022610127926, 0.05835924670100212, -0.0031634867191314697, 0.03901948407292366, -0.02200275845825672, -0.06716035306453705, 0.03943498805165291, -0.008229787461459637, -0.0607389472424984, 0.014920325949788094, 0.0010883338982239366, 0.026554401963949203, 0.020661817863583565, 0.012436752207577229, -0.06005903333425522, -0.022739332169294357, -0.0004529806028585881, -0.04268346354365349, 0.05118238180875778, -0.0013137913774698973, 0.030501678586006165, -0.036488693207502365, -0.08053198456764221, 0.03363683447241783, -0.04306119307875633, 0.003682865062728524, 0.006813300773501396, 0.004157388117164373, -0.0530332587659359, 0.04691403731703758, -0.006709424778819084, 0.10425341129302979, -0.021511709317564964, 0.03612985089421272, -0.003418454434722662, 0.04321228340268135, 0.033674608916044235, 0.025477873161435127, 0.00316584762185812, 0.0692756399512291, 0.02593114785850048, -0.005212670657783747, -0.012002362869679928, 0.006501673720777035, -0.02831084653735161, -0.02026520110666752, 0.031615979969501495, 0.002516624517738819, -0.04853827506303787, 0.028273072093725204, 0.03189927712082863, 0.010425341315567493, 0.08393155038356781, 0.0036096801050007343, 0.03531773388385773, 0.015165849588811398, -0.07562150061130524, -0.08604683727025986, -0.037848521023988724, -0.02542121335864067, 0.03373126685619354, 0.011577417142689228, -0.01557190902531147, 0.05960575491189957, 0.03818847984075546, 0.05356207862496376, 0.007162700407207012, -0.009112730622291565, 0.008064530789852142, -0.012908915057778358, 0.003229589434340596, 0.010028725489974022, 0.05628173425793648, -0.06685816496610641, 0.026573289185762405, -0.013456623069941998, -0.014920325949788094, -0.006577219348400831, -0.006671651732176542, 0.0008457605727016926, 0.04408106207847595, -0.02472241222858429, -0.03516663983464241, 0.016554007306694984, 0.04887823015451431, 0.009726541116833687, -0.02447688765823841, 0.03492111712694168, -0.0025048204697668552, -0.0235325638204813, -0.03467559069395065, -0.06474287807941437, 0.014127093367278576, -0.018367109820246696, 0.022777104750275612, 0.0864245668053627, -0.008277003653347492, 0.031955938786268234, -0.02105843462049961, -0.022569352760910988, -0.009074957109987736, -0.026157785207033157, -0.008546136319637299, 0.02593114785850048, -0.01232343353331089, 0.048651594668626785, 0.006156994961202145, -0.04910486936569214, 0.003524690866470337, -0.004443046171218157, 0.01737556979060173, -0.020435180515050888, -0.01747000217437744, -0.029897309839725494, 0.014325400814414024, 0.01906590908765793, -0.043174512684345245, -0.038377344608306885, -0.011161914095282555, -0.032635852694511414, 0.07388394325971603, 0.07176865637302399, -0.027253203094005585, 0.06372301280498505, -0.035298846662044525, 0.08075862377882004, 0.049935873597860336, -0.03645092248916626, -0.01624237932264805, 0.03843400254845619, -0.03012394905090332, -0.041550274938344955, -0.01822546124458313, -0.01493921224027872, -0.00528349494561553, 0.029576240107417107, 0.03656424209475517, -0.003994492348283529, -0.0027267367113381624, -0.01950974203646183, -0.03816959261894226, 0.0778123289346695, -0.042759008705616, 0.0035223299637436867, -0.008701949380338192, -0.026138899847865105, -0.045818619430065155, 0.0812874436378479, -0.005259886849671602, -0.0444965660572052, 0.061721041798591614, -0.028688576072454453, 0.032390326261520386, -0.05314657837152481, -0.08415818959474564, -0.00937241967767477, -0.01848987117409706, 0.027687592431902885, 0.029028533026576042, -0.016289595514535904, 0.023929180577397346, -0.04438324645161629, -0.029821764677762985, 0.028008662164211273, 0.07324180006980896, 0.03620539605617523, 0.000004472630280361045, 0.031011613085865974, 0.056168414652347565, -0.05775488168001175, -0.054619722068309784, 0.03886839374899864, 0.05801929160952568, 0.06387410312891006, -0.07146646827459335, 0.021115094423294067, 0.06965336948633194, 0.046347443014383316, 0.01583632081747055, -0.0436277873814106, -0.06391187757253647, -0.06372301280498505, -0.03635649010539055, -0.03663978725671768, 0.03199370950460434, 0.013966557569801807, -0.023891407996416092, 0.053184349089860916, -0.0040936460718512535, -0.0098398607224226, 0.05416644737124443, -0.08249618113040924, -0.012257331050932407, -0.040265992283821106, 0.011473541148006916, 0.004568169359117746, 0.023079289123415947, 0.04302341863512993, -0.018839271739125252, -0.014467050321400166, 0.03977494314312935, 0.023759201169013977, 0.013050563633441925, -0.02411804534494877, -0.05975684896111488, 0.0316726416349411, 0.003142239525914192, -0.1327342391014099, 0.0016561088850721717, -0.0641762837767601, -0.0047027356922626495, 0.004011017736047506, 0.01786661706864834, 0.09662327170372009, -0.031615979969501495, -0.025024596601724625, 0.01535471435636282, -0.025194576010107994, -0.041021451354026794, 0.030822748318314552, 0.022795991972088814, -0.02585560269653797, 0.021662801504135132, 0.016752315685153008, 0.005935078952461481, -0.0028919933829456568, -0.06950227916240692, 0.003116270527243614, 0.003914224449545145, -0.0015545940259471536, 0.024590207263827324, 0.017403898760676384, 0.002062168437987566, -0.01890537515282631, 0.04302341863512993, -0.023419246077537537, -0.008985246531665325, 0.007516822312027216, 0.031087160110473633, -0.04593193903565407, -0.018367109820246696, 0.08030534535646439, -0.016837304458022118, -0.0932992547750473, 0.039397213608026505, -0.015411374159157276, -0.014637027867138386, 0.0077387383207678795, -0.03180484473705292, -0.033674608916044235, -0.002023214939981699, 0.03448672592639923, 0.003985049203038216, 0.042759008705616, -0.06085226312279701, 0.025005709379911423, 0.03526107221841812, -0.0667826235294342, -0.03611096367239952, -0.027253203094005585, 0.01684674806892872, 0.04559198394417763, -0.04653630778193474, -0.013532169163227081, 0.018688179552555084, 0.022909309715032578, -0.01686563342809677, -0.014731460250914097, 0.02275821752846241, 0.0239669531583786, -0.08030534535646439, -0.0024859339464455843, -0.01694118045270443, 0.03516663983464241, -0.014873109757900238, 0.0012949048541486263, 0.015496363863348961, -0.03499666228890419, 0.017186705023050308, 0.04151250049471855, 0.007129649166017771, -0.00006411077629309148, -0.009174111299216747, -0.038301799446344376, -0.000600531289819628, 0.009868189692497253, -0.04627189412713051, 0.022021645680069923, 0.03293803334236145, -0.03492111712694168, -0.01364548783749342, 0.037848521023988724, 0.017063941806554794, -0.018178245052695274, -0.02508125640451908, -0.042645689100027084, -0.018121585249900818, -0.010755854658782482, 0.0007082432857714593, 0.004634271841496229, -0.008097581565380096, 0.008357270620763302, -0.02062404528260231, -0.0478961355984211, 0.033750154078006744, 0.06013457849621773, -0.04857604578137398, 0.02987842448055744, -0.00351760839112103, 0.019453082233667374, 0.020661817863583565, -0.03650758042931557, 0.051295701414346695, 0.00045740712084807456, -0.07577259093523026, -0.009953179396688938, 0.023834748193621635, 0.007582924794405699, -0.0077387383207678795, -0.011728509329259396, -0.020756250247359276, -0.04245682433247566, -0.0030737759079784155, 0.07120206207036972, -0.021417276933789253, -0.012238443829119205, 0.014400946907699108, -0.008923865854740143, -0.006133386865258217, -0.011161914095282555, 0.02789534255862236, 0.0025992528535425663, -0.006468622013926506, -0.054808586835861206, 0.044949840754270554, 0.034373410046100616, 0.006515838205814362, 0.0022463116329163313, -0.08838876336812973, -0.0778123289346695, -0.060550082474946976, 0.059001389890909195, -0.04638521373271942, 0.040945906192064285, -0.029198510572314262, -0.02634664997458458, -0.0008310054545290768, -0.022097190842032433, 0.03962385281920433, -0.03342908248305321, -0.016317926347255707, 0.00003600236959755421, -0.007002165541052818, 0.04989810287952423, 0.038037385791540146, 0.022021645680069923, -0.054279766976833344, 0.0761125460267067, -0.0007891010609455407, -0.014665357768535614, 0.014750347472727299, -0.038622867316007614, 0.0048774355091154575, 0.008347827941179276, 0.017838288098573685, -0.0042258515022695065, -0.05186229571700096, 0.014344288036227226, 0.00881526805460453, -0.018272677436470985, -0.06017234921455383, 0.056243959814310074, 0.016384027898311615, -0.03856620937585831, 0.02474129945039749, -0.030256154015660286, -0.05495968088507652, 0.007427111268043518, -0.025100141763687134, 0.01450482290238142, 0.05450640618801117, -0.022040531039237976, 0.014759790152311325, -0.034184545278549194, -0.02060515806078911, -0.005642338190227747, -0.013060006313025951, 0.003623844822868705, 0.026667721569538116, 0.04049263149499893, 0.009004132822155952, -0.039661623537540436, -0.00429903669282794, 0.04687626287341118, 0.018442654982209206, 0.043929971754550934, -0.021115094423294067, 0.023645883426070213, -0.04302341863512993, 0.028008662164211273, 0.002540232613682747, -0.014467050321400166, -0.028386391699314117, -0.027744250372052193, -0.05511077120900154, 0.011501871049404144, 0.07301516085863113, 0.04506316035985947, 0.028801893815398216, 0.022229395806789398, 0.05495968088507652 ]
38,991
pulp.apis.xpress_api
callSolver
Perform the actual solve from actualSolve() or actualResolve(). :param prepare: a function that is called with `lp` as argument and allows final tweaks to `lp.solverModel` before the low level solve is started.
def callSolver(self, lp, prepare=None): """Perform the actual solve from actualSolve() or actualResolve(). :param prepare: a function that is called with `lp` as argument and allows final tweaks to `lp.solverModel` before the low level solve is started. """ try: model = lp.solverModel # Mark all variables and constraints as unmodified so that # actualResolve will do the correct thing. for v in lp.variables(): v.modified = False for c in lp.constraints.values(): c.modified = False if self._export is not None: if self._export.lower().endswith(".lp"): model.write(self._export, "l") else: model.write(self._export) if prepare is not None: prepare(lp) if _ismip(lp) and not self.mip: # Solve only the LP relaxation model.lpoptimize() else: # In all other cases, solve() does the correct thing model.solve() except (xpress.ModelError, xpress.InterfaceError, xpress.SolverError) as err: raise PulpSolverError(str(err))
(self, lp, prepare=None)
[ 0.024272320792078972, -0.03603742644190788, -0.030082473531365395, 0.07717910408973694, -0.03974796086549759, -0.026679642498493195, -0.015448490157723427, -0.07167664915323257, 0.038625750690698624, -0.0388791523873806, -0.007556818425655365, -0.061974961310625076, 0.029050763696432114, -0.007000238634645939, -0.06794801354408264, 0.0539746917784214, 0.012661064974963665, 0.006321482360363007, -0.060707952827215195, 0.022824307903647423, 0.007516093086451292, 0.0005271672853268683, 0.07113364338874817, 0.0723644569516182, 0.018453117460012436, -0.014434881508350372, 0.0621921643614769, -0.023566413670778275, -0.012118060141801834, -0.050209857523441315, -0.019656779244542122, 0.08717039227485657, -0.013909975998103619, 0.030951280146837234, -0.005964003968983889, 0.05520550161600113, 0.021611595526337624, 0.030028171837329865, 0.020290283486247063, -0.0035498947836458683, -0.04966685175895691, -0.04123217612504959, 0.061468157917261124, 0.005475299898535013, -0.02065228670835495, -0.026951145380735397, 0.004733193200081587, 0.05002885311841965, 0.07037343829870224, -0.0016539024654775858, 0.004101949743926525, -0.009113432839512825, -0.001037931302562356, -0.054698698222637177, 0.007054538931697607, 0.0235845148563385, 0.03610982745885849, 0.09013881534337997, 0.10150571912527084, -0.08079913258552551, 0.05473489686846733, 0.019005171954631805, -0.04691562429070473, 0.030263474211096764, -0.004018236417323351, -0.007194815203547478, -0.02999197319149971, -0.026842543855309486, 0.0032670795917510986, 0.020525585860013962, -0.037937942892313004, 0.014688283205032349, -0.048363640904426575, -0.0006091836839914322, 0.11591345071792603, 0.022932907566428185, -0.005733226891607046, -0.07993032783269882, -0.016706451773643494, -0.021883098408579826, 0.03080647997558117, -0.026172837242484093, -0.045250412076711655, -0.010588596574962139, -0.050390858203172684, -0.015330838970839977, 0.06613799929618835, -0.016625000163912773, 0.0942656546831131, -0.013846625573933125, -0.01814541406929493, 0.044381603598594666, -0.01537608914077282, 0.07012003660202026, 0.054300494492053986, -0.006814711727201939, -0.018127314746379852, -0.016226796433329582, -0.054662495851516724, -0.023385412991046906, -0.02030838467180729, 0.06548639386892319, -0.023856015875935555, -0.007339616771787405, 0.0679842159152031, -0.068997822701931, 0.03560302406549454, 0.01401857752352953, 0.05093386396765709, -0.03156668692827225, -0.06483478844165802, 0.04792923480272293, -0.12206751108169556, 0.02953946776688099, -0.048255037516355515, 0.0015815019141882658, -0.030842680484056473, -0.009348735213279724, -0.05241807550191879, 0.03587452694773674, -0.07790310680866241, 0.03482471778988838, -0.04876184090971947, -0.01309546921402216, 0.03668903186917305, 0.0030566651839762926, -0.0026267862413078547, -0.003296492388471961, 0.041268374770879745, -0.06454518437385559, 0.022136500105261803, -0.003767096670344472, -0.009412085637450218, 0.0023021146189421415, 0.00861115287989378, 0.0039526233449578285, 0.02047128602862358, -0.0320734903216362, -0.044779807329177856, -0.00865187868475914, 0.01246196310967207, 0.03057117760181427, -0.010000340640544891, 0.030788378790020943, 0.06642760336399078, 0.0035498947836458683, 0.049739252775907516, -0.008765004575252533, -0.005936854053288698, 0.039422158151865005, 0.005325973499566317, -0.02266140654683113, -0.008068148046731949, -0.025123028084635735, -0.025485031306743622, -0.011403103359043598, 0.04517801105976105, -0.01508648693561554, 0.002250076737254858, 0.005443624220788479, -0.049123845994472504, -0.006669910624623299, 0.014905485324561596, 0.021068591624498367, -0.015674741938710213, -0.035675425082445145, -0.023349212482571602, -0.04376619681715965, 0.012869216501712799, 0.05716031789779663, -0.022824307903647423, -0.025068728253245354, -0.08832880109548569, -0.0034322435967624187, -0.03220019116997719, 0.005932328756898642, 0.029720470309257507, -0.0009598743636161089, 0.0096021369099617, -0.009240133687853813, 0.04148557782173157, 0.005977579392492771, -0.06049074977636337, -0.02693304419517517, -0.014896435663104057, 0.058173928409814835, -0.02324061095714569, -0.005751327145844698, -0.057305119931697845, 0.010878198780119419, -0.021358193829655647, 0.011050150729715824, 0.05549510568380356, -0.04199238121509552, -0.023982718586921692, 0.0028417257126420736, -0.007764970418065786, 0.035729724913835526, 0.0013360183220356703, 0.027313148602843285, 0.026371939107775688, -0.023602614179253578, 0.056146711111068726, 0.032326892018318176, -0.0408339723944664, 0.02785615250468254, -0.011258302256464958, 0.02405511774122715, -0.014054778032004833, 0.01061574649065733, 0.049123845994472504, -0.040290966629981995, -0.04119597375392914, 0.012290011160075665, 0.016109146177768707, 0.01909567415714264, 0.013113569468259811, -0.00654773460701108, 0.05918753892183304, 0.0018111476674675941, -0.03017297387123108, -0.01801871322095394, 0.010425694286823273, 0.0010961912339553237, 0.013629423454403877, -0.016072945669293404, -0.012923517264425755, 0.028254356235265732, 0.030082473531365395, -0.050608061254024506, 0.012534364126622677, -0.06888922303915024, 0.0024842475540935993, -0.05230947583913803, 0.01722230575978756, -0.059549540281295776, -0.053902290761470795, 0.037467341870069504, -0.012796816416084766, 0.0007607725565321743, 0.012552464380860329, -0.028272457420825958, -0.005927803926169872, -0.05636391043663025, -0.05317828431725502, 0.0008467482984997332, 0.023258710280060768, -0.029521368443965912, 0.062047362327575684, 0.005710601806640625, -0.021774496883153915, -0.02740364894270897, -0.03323190286755562, 0.003807822009548545, -0.006407458335161209, -0.029322266578674316, 0.02682444266974926, 0.027367448434233665, 0.02202790044248104, 0.02030838467180729, -0.0269873458892107, 0.02410941943526268, -0.003205991582944989, 0.007620169315487146, -0.012118060141801834, -0.006697061005979776, -0.0495944507420063, -0.01430817972868681, 0.059621941298246384, 0.010344243608415127, 0.050789061933755875, 0.018896572291851044, -0.01669740118086338, 0.021122891455888748, -0.005362173542380333, 0.04735003039240837, -0.039204955101013184, 0.058354929089546204, 0.004224125761538744, 0.034698013216257095, 0.08796679973602295, 0.04488840699195862, -0.014860235154628754, -0.0007720851572230458, -0.03687003627419472, 0.01909567415714264, -0.04249918460845947, 0.027186447754502296, -0.017104655504226685, -0.017665760591626167, 0.0024525723420083523, 0.05191127210855484, 0.05122346431016922, -0.026516741141676903, -0.0020419247448444366, 0.026733942329883575, -0.021774496883153915, -0.024199919775128365, 0.03801034390926361, -0.01338507141917944, 0.0040657492354512215, -0.04401959851384163, -0.0001117826541303657, -0.03687003627419472, 0.029865270480513573, -0.031512387096881866, -0.00799122266471386, -0.03779314458370209, 0.002373384078964591, 0.0036517081316560507, -0.013982377015054226, -0.000996640301309526, 0.0313313826918602, 0.017765311524271965, -0.010289943777024746, -0.031458087265491486, 0.006108805537223816, -0.020145483314990997, 0.009620237164199352, -0.009955090470612049, -0.027204547077417374, 0.03419120982289314, 0.01764765940606594, -0.013511772267520428, -0.002758012618869543, 0.009240133687853813, 0.008538752794265747, 0.003183366497978568, 0.05086146295070648, -0.02365691401064396, -0.003228616900742054, 0.04879804328083992, 0.013719924725592136, 0.006638235412538052, 0.0005636504502035677, -0.032906100153923035, 0.06121475622057915, -0.03895155340433121, 0.03652613237500191, -0.035385821014642715, 0.07312466204166412, 0.033774904906749725, -0.08043713122606277, -0.005144971888512373, 0.02924986556172371, 0.0008348700939677656, -0.0029548518359661102, -0.009018407203257084, 0.0621921643614769, -0.05125966668128967, -0.060237348079681396, -0.043005991727113724, -0.029557568952441216, -0.019240474328398705, -0.003905110526829958, 0.02705974504351616, -0.0009604399674572051, -0.0007030782871879637, 0.052454277873039246, -0.036833833903074265, 0.03165718913078308, -0.051187265664339066, -0.054590094834566116, 0.002321345964446664, -0.005638201255351305, -0.06715160608291626, 0.000964965031016618, -0.004049911629408598, -0.016977954655885696, 0.011810357682406902, -0.019294776022434235, -0.058970335870981216, -0.02186499908566475, -0.004674367606639862, -0.04608301818370819, 0.0427887886762619, 0.01482403464615345, 0.033829208463430405, -0.03600122779607773, -0.03214589133858681, 0.053612686693668365, -0.06106995418667793, -0.005135921761393547, -0.022516604512929916, -0.019349075853824615, -0.062264565378427505, 0.01378327514976263, 0.03600122779607773, 0.038625750690698624, -0.014597782865166664, 0.03916875645518303, -0.0296480692923069, 0.04354899376630783, 0.008701654151082039, 0.01814541406929493, 0.004518253728747368, 0.07030104100704193, 0.014009526930749416, -0.0510062612593174, -0.022715706378221512, -0.012633915059268475, -0.015267488546669483, -0.04492460936307907, -0.005031845532357693, 0.000699684489518404, 0.0039526233449578285, 0.006570359691977501, 0.004072537180036306, -0.000310813746182248, 0.05658111348748207, 0.020742788910865784, 0.01537608914077282, -0.03194678947329521, -0.060309749096632004, -0.07073543965816498, 0.028887862339615822, 0.0002978042757604271, 0.04782063513994217, 0.03634513169527054, -0.00021465664030984044, 0.0642193853855133, 0.019511977210640907, 0.04684322699904442, 0.004855369217693806, 0.015520891174674034, 0.008950531482696533, -0.019186174497008324, -0.019367175176739693, -0.02584703452885151, 0.032797496765851974, -0.06650000065565109, 0.012398612685501575, -0.023783616721630096, 0.007194815203547478, 0.020742788910865784, 0.016661200672388077, 0.028254356235265732, 0.05647251382470131, -0.010163241997361183, -0.009810289368033409, 0.05813772603869438, 0.03634513169527054, -0.00048021998372860253, -0.04181138053536415, 0.016136296093463898, -0.01275156531482935, -0.0021799386013299227, -0.03949455916881561, -0.10244692862033844, 0.01698700338602066, 0.040870171040296555, 0.04539521038532257, 0.06791181862354279, -0.0018088851356878877, -0.00805909838527441, -0.041087374091148376, -0.0505356602370739, -0.024706725031137466, -0.020217884331941605, 0.03154858574271202, 0.017557159066200256, -0.004823694005608559, 0.07609309256076813, -0.0260099358856678, -0.05325068160891533, -0.05288868024945259, -0.009946039877831936, -0.0077559202909469604, -0.013104518875479698, -0.037177737802267075, -0.011756056919693947, -0.0481102354824543, 0.006009254604578018, -0.011973259039223194, -0.014136228710412979, -0.018824171274900436, -0.027711352333426476, 0.06595700234174728, 0.04401959851384163, -0.0260099358856678, 0.01817256584763527, -0.024308521300554276, 0.07200245559215546, 0.058463532477617264, 0.000822991831228137, -0.06392978131771088, 0.0670430064201355, -0.014326279982924461, -0.07732389867305756, -0.003635870525613427, 0.002337183803319931, -0.002502347808331251, 0.05520550161600113, 0.015167937614023685, 0.0260099358856678, -0.013909975998103619, -0.023783616721630096, -0.00894148088991642, 0.020851388573646545, -0.08622918277978897, 0.008751429617404938, -0.03297850117087364, 0.012887316755950451, -0.01352987252175808, 0.05151306837797165, -0.01038044411689043, 0.025792734697461128, 0.050608061254024506, 0.002712762216106057, 0.04756723344326019, -0.08116113394498825, -0.03230879455804825, -0.01127640251070261, -0.019928280264139175, 0.015511840581893921, 0.05480729788541794, -0.02613663673400879, 0.0010532033629715443, -0.03386540710926056, -0.034589413553476334, 0.03506001830101013, 0.010769598186016083, 0.04666222259402275, 0.018263066187500954, 0.028471559286117554, 0.020000681281089783, -0.05183887109160423, -0.008403001353144646, 0.029847171157598495, 0.024905826896429062, 0.009276334196329117, -0.04336799308657646, 0.02727694809436798, 0.029684269800782204, 0.06584839522838593, 0.007959547452628613, -0.06990283727645874, -0.06407458335161209, -0.10802178084850311, -0.017783410847187042, -0.057594723999500275, 0.07073543965816498, -0.039132554084062576, -0.009240133687853813, 0.051187265664339066, -0.022860508412122726, -0.0011685919016599655, 0.043114591389894485, -0.05375748872756958, -0.02128579281270504, -0.040471967309713364, -0.008199374191462994, 0.03563922271132469, 0.055929508060216904, 0.03033587522804737, -0.008253674954175949, -0.014063827693462372, 0.042824987322092056, -0.02266140654683113, -0.013475572690367699, -0.03772074356675148, -0.03808274492621422, 0.03420931100845337, 0.023693114519119263, -0.09665487706661224, -0.010507144965231419, 0.028507757931947708, -0.011665555648505688, 0.04452640563249588, -0.019475776702165604, 0.06856342405080795, -0.026444340124726295, 0.004328201990574598, -0.0008891705656424165, -0.012805866077542305, -0.019294776022434235, 0.050101254135370255, -0.005932328756898642, -0.020561786368489265, 0.056725915521383286, -0.010670047253370285, -0.022516604512929916, -0.026263337582349777, -0.009321584366261959, -0.025883235037326813, 0.031349483877420425, 0.013077368959784508, 0.010832948610186577, 0.007751395460218191, 0.016208697110414505, -0.03046257607638836, -0.0019819680601358414, 0.026371939107775688, -0.010887248441576958, 0.004337251652032137, 0.010262792930006981, -0.068056620657444, -0.014977886341512203, 0.07652749121189117, -0.03361200541257858, -0.07891671359539032, 0.015991495922207832, 0.00720839062705636, -0.011783206835389137, -0.012887316755950451, -0.007796645630151033, -0.04995645210146904, -0.019692977890372276, 0.023964617401361465, 0.03549442067742348, 0.01738520711660385, -0.05075285956263542, 0.05440909415483475, 0.019765378907322884, -0.0361822284758091, -0.007004763465374708, -0.01219951082020998, 0.020978091284632683, 0.02629953809082508, -0.010706246830523014, -0.035331521183252335, 0.029286066070199013, 0.0171499066054821, -0.023204410448670387, -0.01817256584763527, 0.04666222259402275, 0.025304030627012253, -0.08709798753261566, 0.01571999303996563, -0.0067920866422355175, -0.007561343722045422, 0.007375816814601421, 0.017901062965393066, 0.05773952603340149, -0.004423227626830339, -0.046408820897340775, 0.039711762219667435, 0.015050286427140236, -0.02492392621934414, -0.011330703273415565, -0.020525585860013962, 0.0597667433321476, 0.028109556064009666, -0.047856833785772324, 0.04517801105976105, 0.02745794877409935, -0.00799122266471386, -0.028000954538583755, 0.054083291441202164, 0.010742447338998318, -0.015041236765682697, 0.015946244820952415, -0.04217338189482689, 0.019186174497008324, -0.0010956255719065666, 0.020742788910865784, 0.03536771982908249, -0.03241739422082901, 0.0062988572753965855, -0.007764970418065786, -0.05668971315026283, 0.03080647997558117, 0.03467991575598717, -0.046046819537878036, 0.011366902850568295, 0.0034526062663644552, -0.0018722357926890254, -0.007167665287852287, -0.04916004464030266, 0.022082200273871422, -0.014534431509673595, -0.052924878895282745, 0.0076835197396576405, 0.04307839274406433, 0.02722264640033245, 0.0002748962433543056, -0.015584241598844528, -0.048074036836624146, -0.042824987322092056, -0.01817256584763527, 0.05553130432963371, -0.034517012536525726, -0.023005308583378792, -0.01086914911866188, 0.003337217727676034, 0.022408002987504005, -0.01577429287135601, 0.01949387788772583, 0.022335601970553398, -0.03634513169527054, -0.04966685175895691, 0.045684814453125, 0.023638814687728882, 0.011213052086532116, 0.018190665170550346, -0.05752232298254967, -0.07703430205583572, -0.05317828431725502, 0.053793687373399734, -0.004038599319756031, 0.05987534299492836, 0.004543141461908817, -0.0013937127077952027, 0.009674537926912308, -0.00008024877752177417, 0.05180266872048378, -0.026733942329883575, 0.0032037291675806046, -0.0018846796592697501, -0.0029412766452878714, 0.042535386979579926, 0.004982070066034794, 0.0369243361055851, -0.04966685175895691, 0.07312466204166412, 0.012633915059268475, 0.0008128104964271188, -0.016226796433329582, -0.03444461151957512, 0.01656164973974228, -0.031874388456344604, -0.0015882893931120634, 0.022969108074903488, -0.11359663307666779, 0.032399293035268784, 0.007226490415632725, 0.02526783011853695, -0.03191059082746506, 0.051947470754384995, 0.05013745650649071, -0.03679763525724411, -0.005638201255351305, -0.03131328523159027, -0.05936853960156441, -0.007452742662280798, -0.013339821249246597, -0.0018258540658280253, 0.07855471223592758, -0.04014616459608078, 0.007869046181440353, 0.022353703156113625, 0.011855607852339745, -0.02070658840239048, -0.011194951832294464, -0.002282883273437619, 0.00472866790369153, -0.0016833152621984482, 0.001664083800278604, -0.011466453783214092, -0.0228424072265625, 0.03687003627419472, 0.06316957622766495, 0.08767719566822052, -0.021412493661046028, 0.022860508412122726, -0.03858955204486847, 0.02780185267329216, 0.037575941532850266, -0.00584182795137167, 0.0019163548713549972, -0.02561173215508461, 0.026390040293335915, 0.009620237164199352, 0.08275394886732101, 0.006348632741719484, -0.029086964204907417, 0.012099959887564182, 0.055169299244880676 ]
38,993
pulp.apis.xpress_api
findSolutionValues
null
def findSolutionValues(self, lp): try: model = lp.solverModel # Collect results if _ismip(lp) and self.mip: # Solved as MIP x, slacks, duals, djs = [], [], None, None try: model.getmipsol(x, slacks) except: x, slacks = None, None statusmap = { 0: constants.LpStatusUndefined, # XPRS_MIP_NOT_LOADED 1: constants.LpStatusUndefined, # XPRS_MIP_LP_NOT_OPTIMAL 2: constants.LpStatusUndefined, # XPRS_MIP_LP_OPTIMAL 3: constants.LpStatusUndefined, # XPRS_MIP_NO_SOL_FOUND 4: constants.LpStatusUndefined, # XPRS_MIP_SOLUTION 5: constants.LpStatusInfeasible, # XPRS_MIP_INFEAS 6: constants.LpStatusOptimal, # XPRS_MIP_OPTIMAL 7: constants.LpStatusUndefined, # XPRS_MIP_UNBOUNDED } statuskey = "mipstatus" else: # Solved as continuous x, slacks, duals, djs = [], [], [], [] try: model.getlpsol(x, slacks, duals, djs) except: # No solution available x, slacks, duals, djs = None, None, None, None statusmap = { 0: constants.LpStatusNotSolved, # XPRS_LP_UNSTARTED 1: constants.LpStatusOptimal, # XPRS_LP_OPTIMAL 2: constants.LpStatusInfeasible, # XPRS_LP_INFEAS 3: constants.LpStatusUndefined, # XPRS_LP_CUTOFF 4: constants.LpStatusUndefined, # XPRS_LP_UNFINISHED 5: constants.LpStatusUnbounded, # XPRS_LP_UNBOUNDED 6: constants.LpStatusUndefined, # XPRS_LP_CUTOFF_IN_DUAL 7: constants.LpStatusNotSolved, # XPRS_LP_UNSOLVED 8: constants.LpStatusUndefined, # XPRS_LP_NONCONVEX } statuskey = "lpstatus" if x is not None: lp.assignVarsVals({v.name: x[v._xprs[0]] for v in lp.variables()}) if djs is not None: lp.assignVarsDj({v.name: djs[v._xprs[0]] for v in lp.variables()}) if duals is not None: lp.assignConsPi( {c.name: duals[c._xprs[0]] for c in lp.constraints.values()} ) if slacks is not None: lp.assignConsSlack( {c.name: slacks[c._xprs[0]] for c in lp.constraints.values()} ) status = statusmap.get( model.getAttrib(statuskey), constants.LpStatusUndefined ) lp.assignStatus(status) return status except (xpress.ModelError, xpress.InterfaceError, xpress.SolverError) as err: raise PulpSolverError(str(err))
(self, lp)
[ 0.06207429617643356, -0.029465407133102417, -0.046697746962308884, 0.05003059282898903, 0.006097597070038319, -0.010964312590658665, -0.0075320471078157425, -0.13270795345306396, 0.0730954185128212, 0.0007568736909888685, -0.018955573439598083, -0.0458645336329937, 0.05192425847053528, -0.022894393652677536, -0.03984268382191658, 0.07214858382940292, 0.0013314823154360056, -0.00618281215429306, -0.02018645405769348, 0.043061912059783936, 0.028783688321709633, 0.04787181690335274, 0.03690750524401665, 0.07230007648468018, 0.021663513034582138, -0.03916096314787865, 0.05506774038076401, -0.03804370388388634, -0.008620903827250004, -0.04987910017371178, -0.04378150403499603, 0.056279685348272324, -0.026700658723711967, -0.04374363273382187, -0.02901092730462551, 0.05771886929869652, 0.06112746521830559, 0.016427531838417053, -0.012460307218134403, 0.006959213875234127, -0.05813547596335411, -0.04283467307686806, -0.05832483991980553, -0.008952295407652855, -0.027420250698924065, -0.04423598200082779, -0.007356883492320776, 0.02598106488585472, 0.09483467787504196, -0.022155864164233208, 0.009941734373569489, 0.008242171257734299, -0.019201749935746193, -0.023632923141121864, 0.023538239300251007, 0.05646904930472374, 0.0075083766132593155, 0.07070939987897873, 0.05699927732348442, -0.07506483048200607, 0.004106882959604263, 0.04487982764840126, 0.009761836379766464, -0.009510925970971584, 0.002468863967806101, 0.016844138503074646, -0.01790459081530571, -0.021019667387008667, -0.02331100031733513, 0.029597964137792587, 0.0024878005497157574, -0.03569556027650833, -0.053401317447423935, 0.0017859615618363023, 0.07582229375839233, 0.034862346947193146, 0.021474145352840424, -0.03287400305271149, 0.009733431041240692, -0.034994903951883316, 0.011712309904396534, 0.02937072329223156, 0.004428805783390999, -0.02357611246407032, -0.010320466943085194, -0.0036689734552055597, 0.05468900874257088, 0.020091772079467773, 0.07945812493562698, -0.015423891134560108, -0.00489038648083806, 0.07991261035203934, -0.0020901313982903957, 0.03308230638504028, 0.05203787982463837, 0.04397087171673775, 0.007924982346594334, 0.0020061000250279903, -0.057415883988142014, -0.01563219353556633, -0.03402913734316826, 0.039009470492601395, -0.03709687292575836, 0.007655135355889797, 0.028404954820871353, -0.05222724378108978, 0.0196562297642231, 0.019391115754842758, 0.06180918216705322, -0.03647196292877197, -0.06093809753656387, 0.04976548254489899, -0.10218209028244019, 0.0010805717902258039, -0.03946395218372345, 0.026321925222873688, -0.05181063711643219, -0.0025895850267261267, -0.07752659171819687, 0.03179461508989334, -0.05181063711643219, 0.02910561114549637, -0.03579024225473404, 0.028196651488542557, 0.031075021252036095, -0.0031742537394165993, -0.013312455266714096, 0.016427531838417053, 0.027533870190382004, -0.03469191864132881, -0.02359504997730255, -0.01303787436336279, -0.024617627263069153, 0.037267301231622696, 0.00523598026484251, -0.05393154174089432, -0.03395339101552963, -0.015083030797541142, 0.01930590160191059, -0.020640933886170387, 0.01531973946839571, 0.03154843673110008, -0.03793008252978325, -0.0001581505057401955, 0.07468609511852264, -0.009491989389061928, 0.06915659457445145, 0.06737655401229858, -0.014174073003232479, 0.019599419087171555, -0.0201675184071064, -0.04768245294690132, -0.032078661024570465, -0.04150910675525665, -0.015234524384140968, -0.02230735868215561, 0.06616461277008057, -0.04639476165175438, 0.02546977624297142, -0.06563438475131989, -0.04700073227286339, -0.05165914446115494, 0.032571014016866684, -0.02520466409623623, 0.0009391388157382607, 0.0033920251298695803, -0.0317378044128418, -0.022875458002090454, 0.04590240865945816, 0.04737946391105652, -0.02444719895720482, -0.03571449592709541, -0.048591408878564835, -0.014808449894189835, -0.0506744384765625, 0.01790459081530571, 0.006069192197173834, -0.01298106461763382, 0.04275892674922943, -0.003981427755206823, -0.005690459161996841, 0.025791699066758156, -0.06779316067695618, 0.011096869595348835, -0.02800728566944599, 0.05423452705144882, -0.009714494459331036, -0.004556628409773111, -0.0789279043674469, 0.03135906904935837, -0.025753825902938843, -0.034351058304309845, 0.05832483991980553, 0.005188638344407082, -0.008493081666529179, 0.027458123862743378, 0.008161690086126328, 0.012602332048118114, 0.000782911607529968, -0.03213547170162201, 0.04260743409395218, -0.023159507662057877, -0.008786599151790142, 0.07362564653158188, -0.08142753690481186, 0.007105973083525896, -0.058703575283288956, 0.009771304205060005, 0.006547342054545879, 0.01652221567928791, 0.017677349969744682, 0.003283139318227768, -0.053780049085617065, 0.012441370636224747, -0.0020061000250279903, 0.021152222529053688, 0.016863076016306877, -0.011911144480109215, 0.019864531233906746, 0.0006610069540329278, -0.019088130444288254, -0.05624181032180786, -0.0042252372950315475, -0.01158922165632248, 0.0032239623833447695, 0.030563732609152794, -0.028651131317019463, 0.03919883817434311, 0.031075021252036095, 0.009454116225242615, 0.06283175945281982, -0.03508958965539932, 0.01662636734545231, -0.06862637400627136, -0.005524763837456703, -0.01443918514996767, -0.047114353626966476, 0.020205391570925713, -0.038252007216215134, -0.01891770027577877, -0.013132557272911072, -0.04510707035660744, 0.02014858089387417, -0.004703387152403593, -0.02736344002187252, -0.04590240865945816, 0.007229061331599951, 0.00020549209148157388, 0.027325566858053207, -0.00995120219886303, 0.009312091395258904, -0.06434669345617294, -0.03304443135857582, -0.030696287751197815, 0.030809907242655754, -0.07464822381734848, -0.0023469594307243824, 0.021398399025201797, 0.053893666714429855, -0.02243991382420063, -0.014022579416632652, 0.017099782824516296, 0.023519303649663925, 0.007782957516610622, -0.056166063994169235, -0.0010681446874514222, -0.01392789650708437, 0.010367808863520622, 0.038138385862112045, 0.016304444521665573, 0.04404661804437637, -0.005775674246251583, -0.01992134191095829, -0.00021999045566190034, 0.012072105892002583, 0.06010488420724869, 0.00020401267101988196, 0.04465258866548538, 0.02181500568985939, 0.012810634449124336, 0.07601165771484375, 0.050485074520111084, 0.011077932082116604, -0.013946833088994026, -0.012128915637731552, 0.007309542037546635, -0.04378150403499603, -0.049992721527814865, 0.004076111130416393, -0.02230735868215561, -0.01033940352499485, 0.03957756981253624, 0.02259140834212303, -0.01557538378983736, 0.05090168118476868, 0.061354704201221466, 0.0070586311630904675, -0.022136928513646126, 0.021360525861382484, 0.0037376186810433865, 0.007484705653041601, -0.031112894415855408, 0.039274584501981735, -0.03768390789628029, -0.007214858662337065, 0.005633649416267872, 0.01577421836555004, -0.04283467307686806, 0.001175255049020052, -0.008734523318707943, -0.019599419087171555, 0.027647489681839943, 0.06760379672050476, -0.007503642234951258, 0.01317043136805296, -0.06563438475131989, 0.01242243405431509, 0.012469775043427944, 0.0022238711826503277, 0.017705755308270454, -0.013662783429026604, -0.010424618609249592, 0.025280410423874855, -0.03478660061955452, 0.025261472910642624, -0.00015119720774237067, 0.05306045711040497, -0.0196562297642231, 0.049235254526138306, -0.01790459081530571, -0.015660598874092102, -0.005955572240054607, -0.0023919339291751385, 0.010793883353471756, 0.043554265052080154, -0.014107794500887394, 0.03730517625808716, -0.02079242654144764, 0.05014421418309212, -0.02192862518131733, 0.04590240865945816, -0.019599419087171555, -0.09400146454572678, 0.011257831007242203, 0.08104880899190903, -0.033972326666116714, 0.01052877027541399, 0.011144210584461689, 0.008881282992661, -0.0509774275124073, -0.04677349328994751, 0.047076478600502014, -0.027287693694233894, 0.025753825902938843, 0.02560233324766159, 0.017592135816812515, 0.026530228555202484, -0.016048800200223923, 0.06468755006790161, 0.030203936621546745, -0.009463584050536156, 0.004745994694530964, -0.02622724138200283, 0.02143627218902111, 0.006821923423558474, -0.01854843646287918, -0.010150037705898285, -0.016597962006926537, 0.006656227633357048, -0.0038252007216215134, -0.012005827389657497, -0.05249235779047012, -0.05965040624141693, -0.03162418305873871, -0.017374364659190178, 0.059195928275585175, -0.012394028715789318, 0.00005614417023025453, -0.04378150403499603, -0.04363001137971878, 0.012971595861017704, -0.07771595567464828, -0.012659141793847084, 0.02749599702656269, -0.0033565189223736525, -0.019447926431894302, 0.03228696435689926, -0.03187036141753197, 0.02973051927983761, 0.026624910533428192, 0.013804808259010315, 0.0020487073343247175, 0.025318283587694168, 0.01651274785399437, 0.05253022909164429, 0.021493082866072655, 0.04094100743532181, -0.007247997913509607, 0.0000041285197767138015, -0.019826658070087433, 0.009032775647938251, -0.030317556113004684, -0.020394757390022278, -0.014069921337068081, -0.025545522570610046, -0.022515662014484406, 0.001982429064810276, -0.016039330512285233, -0.038005828857421875, 0.04188784211874008, -0.0009172433638013899, 0.03577130660414696, 0.018482157960534096, -0.08930517733097076, -0.05105317384004593, -0.01127676758915186, 0.007868172600865364, 0.05510561168193817, 0.05412090942263603, -0.026378735899925232, 0.05885506793856621, -0.04575091600418091, 0.05571158602833748, 0.030847782269120216, -0.05006846785545349, -0.010434086434543133, 0.009264749474823475, 0.0005645484779961407, -0.006234887521713972, 0.02709832787513733, -0.017487984150648117, 0.034351058304309845, 0.006963948253542185, -0.044576842337846756, -0.004748361650854349, -0.011740715242922306, 0.001024945522658527, 0.05900656059384346, 0.006386380642652512, 0.008564094081521034, 0.04158485308289528, 0.06143045052886009, 0.049613989889621735, 0.056431178003549576, 0.04499344900250435, 0.011617626994848251, -0.04226657375693321, -0.04325127974152565, -0.09513766318559647, 0.0010509833227843046, -0.005785142537206411, -0.00683612609282136, 0.07983686029911041, 0.017090314999222755, 0.037380922585725784, 0.01462855190038681, -0.11142317205667496, -0.020110707730054855, -0.009657684713602066, 0.007456300780177116, 0.03870648518204689, 0.006708303466439247, 0.024144211784005165, 0.01443918514996767, -0.05684778466820717, -0.08597233146429062, -0.02170138619840145, -0.026700658723711967, -0.002001365879550576, 0.0029730519745498896, -0.016190825030207634, -0.0015267663402482867, 0.01778150163590908, -0.029654772952198982, -0.02901092730462551, -0.013549163937568665, -0.024636564776301384, 0.05544647201895714, 0.048212677240371704, 0.002904406748712063, 0.00933102797716856, -0.03090459108352661, 0.04283467307686806, 0.017828844487667084, -0.01203423272818327, -0.058703575283288956, 0.009544065222144127, -0.010490897111594677, -0.06374072283506393, -0.011570285074412823, -0.026018939912319183, -0.02295120432972908, 0.00857829675078392, 0.004234705585986376, -0.031112894415855408, -0.030317556113004684, 0.014581209979951382, -0.0072053903713822365, 0.05673416331410408, -0.03563874959945679, 0.009875455871224403, -0.03336635231971741, -0.009458850137889385, -0.016484342515468597, 0.0868055447936058, 0.0011113438522443175, 0.0249774232506752, 0.03340422734618187, 0.004861981607973576, 0.017866717651486397, -0.0434027723968029, -0.04158485308289528, 0.010680262930691242, -0.04147123545408249, -0.013340860605239868, 0.02384122647345066, -0.0016344684408977628, 0.00006335636862786487, -0.02836708165705204, -0.040145669132471085, -0.008104880340397358, 0.014723234809935093, 0.04779607057571411, 0.00837946217507124, -0.02170138619840145, 0.05828696861863136, -0.051394034177064896, -0.06294538080692291, -0.07218646258115768, 0.02762855403125286, 0.001989530399441719, -0.0858965814113617, 0.025867445394396782, 0.032078661024570465, 0.03664239123463631, 0.018633650615811348, -0.0025446105282753706, -0.08180627226829529, -0.09445594251155853, -0.010945376008749008, -0.014846323058009148, 0.06472542136907578, 0.013047343119978905, 0.0035435182508081198, 0.040903136134147644, 0.010632921941578388, -0.04843991622328758, 0.06491479277610779, -0.05949891358613968, -0.016616899520158768, -0.01039621327072382, -0.006405317224562168, 0.016692645847797394, 0.0012687547132372856, 0.028139842674136162, 0.03565768897533417, 0.005927167367190123, 0.03103714808821678, 0.02520466409623623, -0.005917699076235294, -0.0044998181983828545, -0.06707356870174408, 0.01323670893907547, -0.023613985627889633, -0.12687546014785767, -0.027836855500936508, -0.03412381932139397, -0.007247997913509607, 0.0057425349950790405, -0.014145667664706707, 0.06476330012083054, -0.019220685586333275, -0.043061912059783936, -0.05370430275797844, 0.028821561485528946, -0.043932996690273285, 0.026511291041970253, 0.01303787436336279, -0.033233799040317535, 0.07817043364048004, -0.027798982337117195, 0.02609468623995781, 0.016190825030207634, -0.06711144000291824, 0.034994903951883316, 0.061203211545944214, -0.037627097219228745, 0.015698472037911415, 0.025034233927726746, 0.050485074520111084, -0.029541153460741043, 0.033745087683200836, 0.0025351422373205423, -0.003368354169651866, -0.011380918323993683, 0.06608886271715164, -0.02596212923526764, -0.01675892435014248, 0.059953391551971436, -0.004838310647755861, -0.037021126598119736, 0.011238893494009972, -0.05787036195397377, -0.023898035287857056, -0.001944555900990963, -0.019182812422513962, 0.01173124648630619, 0.011201020330190659, 0.03681282326579094, 0.015736345201730728, 0.033612530678510666, -0.0406380221247673, 0.039766937494277954, 0.005363802425563335, -0.0034464679192751646, -0.00963874813169241, 0.011219956912100315, 0.02696577087044716, 0.00787764135748148, -0.0220611821860075, -0.03681282326579094, 0.015045157633721828, 0.015954116359353065, -0.019249090924859047, 0.0067461770959198475, 0.03190823271870613, 0.0055863079614937305, -0.05858995392918587, 0.0030937730334699154, 0.006419519893825054, 0.019845595583319664, 0.04347851872444153, 0.02382228896021843, 0.02798835001885891, -0.03213547170162201, 0.029219230636954308, 0.06241515651345253, -0.0201675184071064, -0.014552805572748184, 0.03166205808520317, -0.052000004798173904, 0.009534596465528011, 0.02611362189054489, -0.012971595861017704, 0.04775819927453995, 0.02406846545636654, -0.03330954536795616, -0.00664675934240222, 0.03446467965841293, 0.006504734978079796, -0.01666424050927162, -0.041660599410533905, -0.047720324248075485, -0.02611362189054489, -0.032722506672143936, -0.00046661056694574654, 0.018576839938759804, -0.0023410418070852757, -0.012015296146273613, -0.024295704439282417, -0.08460889011621475, 0.02736344002187252, 0.008706118911504745, -0.02660597488284111, 0.03391551598906517, 0.009004371240735054, 0.017828844487667084, 0.0059934454038739204, -0.0025020032189786434, 0.06052149087190628, 0.04211508110165596, -0.04211508110165596, 0.02938966080546379, 0.051734890788793564, 0.021246906369924545, 0.006959213875234127, -0.003971959464251995, 0.006755645386874676, -0.024617627263069153, -0.02899199165403843, 0.06472542136907578, 0.0002955890668090433, -0.00472232373431325, -0.02548871375620365, 0.008819738402962685, -0.0057046618312597275, 0.004928259644657373, -0.013587037101387978, 0.03135906904935837, 0.008672979660332203, -0.08566934615373611, 0.035373639315366745, 0.03766497224569321, 0.032589953392744064, -0.01826438680291176, -0.04283467307686806, -0.08612382411956787, -0.014505463652312756, 0.06411945074796677, -0.01625710353255272, 0.0020214859396219254, -0.0158689022064209, -0.003588492749258876, 0.003380189649760723, -0.01154187973588705, 0.04173634573817253, -0.015528041869401932, -0.000054220916354097426, -0.03315805271267891, -0.015225055627524853, 0.008606701157987118, 0.026151495054364204, -0.027174074202775955, -0.08885069936513901, 0.054045163094997406, 0.05181063711643219, -0.02217480167746544, -0.03001456893980503, -0.034710854291915894, 0.041281867772340775, 0.008862346410751343, 0.0461675189435482, 0.013255645520985126, -0.05260597541928291, -0.03715367987751961, 0.04325127974152565, 0.028575384989380836, -0.03198397904634476, 0.02435251511633396, 0.06256664544343948, -0.029029864817857742, 0.02533721923828125, -0.05457538738846779, -0.040524404495954514, 0.0062727611511945724, -0.022269485518336296, -0.0018877460388466716, 0.07082302123308182, -0.04643263295292854, 0.02382228896021843, 0.018510563299059868, -0.009932265616953373, -0.0002676279400475323, -0.007366351783275604, -0.040903136134147644, -0.00015356429503299296, 0.015442827716469765, 0.019997088238596916, -0.06180918216705322, -0.02014858089387417, 0.0458645336329937, 0.03560087829828262, 0.05105317384004593, -0.02293226681649685, 0.021190095692873, -0.011134742759168148, 0.04590240865945816, -0.012668609619140625, 0.003410961711779237, 0.039388205856084824, -0.030601605772972107, 0.00718645378947258, -0.000641478574834764, 0.10778733342885971, -0.002245174953714013, 0.010036417283117771, -0.04499344900250435, 0.038630738854408264 ]
38,994
pulp.apis.xpress_api
getAttribute
Get an arbitrary attribute for the model that was previously solved using actualSolve().
def getAttribute(self, lp, which): """Get an arbitrary attribute for the model that was previously solved using actualSolve().""" return lp.solverModel.getAttrib(which)
(self, lp, which)
[ 0.10141971707344055, -0.018759220838546753, 0.025166479870676994, 0.0409790463745594, 0.0016360782319679856, -0.061297252774238586, 0.04402849078178406, -0.05674022063612938, 0.056192006915807724, 0.008013356477022171, -0.03792960196733475, -0.05465015023946762, 0.0237274169921875, -0.0177313182502985, -0.055095575749874115, 0.08874224871397018, 0.023059280589222908, 0.00496819568797946, -0.04043083265423775, 0.02102060616016388, 0.03912882134318352, -0.0018812757916748524, -0.018228137865662575, -0.008891357108950615, 0.04807157441973686, -0.001856648945249617, 0.03885471448302269, -0.0007789573865011334, 0.07702416181564331, -0.02107200212776661, -0.05088117718696594, -0.029843436554074287, -0.0217401385307312, 0.010938595980405807, -0.02403578720986843, 0.045604608952999115, 0.01624942570924759, 0.023898733779788017, 0.020986342802643776, -0.028044607490301132, -0.01152107398957014, -0.040190987288951874, 0.04108183830976486, 0.005602068733423948, -0.0339893102645874, -0.06146857142448425, -0.00421654200181365, 0.019701465964317322, 0.01714884117245674, -0.054444570094347, 0.04084199294447899, 0.022031378000974655, 0.0399511456489563, -0.00726384436711669, -0.03738138824701309, 0.0023941562976688147, -0.026999574154615402, 0.05694580078125, 0.02352183684706688, 0.004372868686914444, -0.0037047320511192083, 0.0016264416044577956, -0.0038267953786998987, -0.028096003457903862, -0.012403356842696667, -0.05454736202955246, -0.008874225430190563, 0.058179281651973724, -0.012326264753937721, -0.01306292787194252, -0.029689252376556396, 0.0006906220223754644, -0.016472138464450836, -0.011469678953289986, 0.03155660629272461, 0.0035933759063482285, 0.01457908470183611, -0.03515426814556122, 0.025577642023563385, -0.0007013293216004968, -0.0345032624900341, 0.02189432457089424, -0.009687981568276882, -0.012060723267495632, -0.05903586745262146, -0.05691153556108475, 0.03213908523321152, -0.04115036502480507, 0.035908062011003494, -0.036901701241731644, -0.03563395515084267, 0.07510541379451752, -0.029757779091596603, 0.06458654254674911, 0.012266303412616253, -0.020249679684638977, 0.04197268560528755, 0.022339748218655586, 0.04118462651968002, 0.001874851412139833, -0.02915816940367222, 0.005503561347723007, -0.023538967594504356, 0.042692217975854874, -0.008313161320984364, -0.03438333794474602, -0.016771942377090454, -0.04012246057391167, 0.04844847321510315, -0.017440078780055046, -0.030991261824965477, 0.08250630646944046, -0.08140987902879715, 0.03477736935019493, -0.0162237286567688, 0.032927144318819046, -0.04577592760324478, -0.002646849025040865, -0.027873290702700615, 0.033355437219142914, -0.061708416789770126, 0.04663251340389252, -0.028969720005989075, 0.010570264421403408, 0.0018812757916748524, 0.010750147514045238, -0.014296411536633968, -0.03210482373833656, 0.04056788608431816, -0.04135594516992569, -0.0003008756320923567, -0.07359781861305237, -0.008424517698585987, 0.03553116321563721, -0.004557034466415644, 0.000025831404855125584, 0.06328453123569489, 0.00489110266789794, -0.0038760490715503693, 0.053382404148578644, 0.01714884117245674, 0.060200825333595276, -0.006043210159987211, -0.014630479738116264, -0.016643455252051353, -0.013782460242509842, 0.0002658091834746301, -0.002167161088436842, -0.019153250381350517, -0.02304214797914028, -0.015529894270002842, -0.00012320108362473547, -0.03344109654426575, -0.035120002925395966, 0.008334576152265072, 0.012686030007898808, -0.03864913433790207, -0.03140242397785187, -0.005901873577386141, -0.04896242544054985, -0.0509154386818409, -0.01750004105269909, 0.016317952424287796, -0.04135594516992569, 0.01709744520485401, 0.02785615809261799, 0.01857077330350876, -0.0012174220755696297, 0.0002631323295645416, 0.04423407092690468, -0.07551657408475876, -0.01702035218477249, -0.03229327127337456, 0.006351581308990717, -0.0012870195787400007, 0.06787583231925964, 0.013679669238626957, -0.004135166294872761, 0.06845831125974655, -0.013114322908222675, 0.02617725171148777, -0.00938817672431469, -0.06736187636852264, -0.004327897913753986, -0.001269887899979949, 0.009353913366794586, -0.014724703505635262, 0.0072981081902980804, -0.023658890277147293, 0.023710284382104874, 0.013251377269625664, -0.04303485155105591, 0.02696530893445015, -0.04043083265423775, -0.029003983363509178, 0.013748195953667164, 0.0124890161678195, 0.0073794834315776825, 0.00021013111108914018, 0.06277058273553848, 0.04933932051062584, -0.058796025812625885, -0.04721498861908913, 0.10265319794416428, -0.06420964747667313, 0.008951317518949509, 0.015367142856121063, -0.03328691050410271, -0.04224679246544838, 0.0042593711987137794, 0.014870323240756989, 0.01413366012275219, 0.04803731292486191, 0.045912981033325195, 0.05783664807677269, 0.019375963136553764, -0.049956064671278, 0.018639300018548965, 0.025697562843561172, 0.045604608952999115, -0.03618216887116432, -0.08922193944454193, 0.07579068094491959, 0.05465015023946762, 0.014099396765232086, -0.039300139993429184, -0.004105185624212027, 0.05345093086361885, -0.009799337945878506, 0.00839453749358654, 0.05622626841068268, -0.009542361833155155, 0.07469425350427628, -0.04916800558567047, -0.013534050434827805, 0.03404070436954498, -0.06876667588949203, 0.058796025812625885, -0.051292337477207184, 0.022236958146095276, -0.02633143588900566, 0.018056821078062057, 0.0339893102645874, 0.06808140873908997, -0.026725465431809425, 0.02556050941348076, 0.03505147621035576, 0.005781951826065779, -0.024429816752672195, -0.05961834639310837, 0.03515426814556122, 0.04337748512625694, -0.03844355419278145, 0.04207547754049301, 0.02946653962135315, -0.038306500762701035, -0.016026712954044342, -0.001678907428868115, 0.003726146649569273, 0.0011531781638041139, -0.04125315323472023, 0.0002949866175185889, -0.0034156343899667263, 0.006201678421348333, -0.013277074322104454, 0.02232261747121811, -0.002297790488228202, 0.0182452704757452, -0.02951793372631073, -0.001079297624528408, 0.06338731944561005, 0.0029787758830934763, -0.026468491181731224, -0.013773893937468529, 0.017217367887496948, -0.03390365093946457, -0.0036490540951490402, 0.06160562485456467, -0.014981679618358612, -0.002278517233207822, 0.028609953820705414, 0.03888897970318794, -0.04735204204916954, 0.02393299713730812, -0.10176235437393188, 0.015298616141080856, -0.003820371115580201, -0.004895385820418596, 0.0006451159133575857, 0.007747815456241369, 0.04248663783073425, 0.036216434091329575, 0.005644897930324078, -0.03594232350587845, 0.034126363694667816, -0.01314002089202404, 0.0014197903219610453, 0.0292095635086298, 0.0539306178689003, 0.04522771015763283, 0.006788439583033323, -0.014553386718034744, -0.031248237937688828, -0.038820452988147736, -0.04533050209283829, 0.035908062011003494, 0.05146365240216255, -0.025748958811163902, -0.006283054128289223, 0.0124890161678195, 0.017954031005501747, 0.008758585900068283, -0.016771942377090454, 0.035462636500597, -0.017465777695178986, 0.02706810086965561, -0.01707174815237522, 0.0036019417457282543, 0.043206170201301575, 0.055986423045396805, -0.021363241598010063, 0.01525578647851944, -0.0177313182502985, -0.05173775926232338, 0.005122380796819925, -0.006471503060311079, 0.0033256930764764547, -0.01599244959652424, 0.01158103533089161, 0.011726655066013336, -0.04282927140593529, 0.008908488787710667, -0.010201932862401009, 0.011503942310810089, -0.028695613145828247, 0.049819011241197586, 0.030905602499842644, 0.021089132875204086, 0.04128741845488548, -0.02821592427790165, 0.01767992414534092, -0.02436129003763199, -0.04553608223795891, 0.03998540714383125, 0.052799925208091736, 0.010818674229085445, 0.017440078780055046, 0.04173284396529198, 0.05372503772377968, -0.049510639160871506, -0.06420964747667313, -0.018313797190785408, -0.022511065006256104, -0.00569629343226552, -0.0349486880004406, 0.03184784576296806, -0.009542361833155155, -0.026262909173965454, 0.028901193290948868, 0.03820371255278587, -0.011187005788087845, -0.05992671847343445, 0.0018480831058695912, -0.03703875467181206, -0.044508181512355804, -0.034229155629873276, -0.0017881221137940884, -0.009662283584475517, 0.03273869678378105, -0.02352183684706688, -0.04742056876420975, -0.01752573810517788, 0.010673054493963718, 0.0044456785544753075, -0.0023427612613886595, 0.012463318184018135, 0.0004111610178370029, -0.0019091147696599364, -0.02081502601504326, -0.050195906311273575, -0.0034391905646771193, -0.05927571281790733, -0.012240606360137463, 0.04039657115936279, -0.009576625190675259, -0.011306927539408207, -0.0006311964243650436, -0.02706810086965561, -0.003638346679508686, 0.03066575899720192, 0.018656430765986443, -0.05913865938782692, 0.009251122362911701, -0.012686030007898808, 0.030237466096878052, -0.023076411336660385, 0.016026712954044342, -0.029398012906312943, -0.0314880795776844, -0.0272222850471735, -0.03378373011946678, 0.016369348391890526, -0.04255516454577446, 0.006394410505890846, -0.04625561460852623, 0.01676337793469429, -0.016343649476766586, 0.0959375724196434, -0.0399511456489563, -0.0778464823961258, -0.04008819907903671, 0.07764090597629547, -0.008891357108950615, -0.10251614451408386, 0.022545328363776207, 0.038614872843027115, 0.059789665043354034, 0.0146047817543149, 0.02643422596156597, 0.04385717585682869, 0.04077346622943878, 0.004569883458316326, 0.018810616806149483, -0.012943006120622158, -0.0229907538741827, 0.000160475930897519, 0.003344966098666191, 0.04029377922415733, -0.0031565173994749784, 0.0838768482208252, -0.045707400888204575, -0.0033749467693269253, 0.025320665910840034, 0.005756254307925701, -0.010296156629920006, -0.003544122213497758, -0.013131454586982727, -0.005850478541105986, -0.026622675359249115, 0.010030615143477917, 0.05005885288119316, 0.05811075493693352, 0.0005246585933491588, 0.010236196219921112, -0.05016164481639862, -0.047454833984375, -0.003736854065209627, 0.003079424612224102, -0.0034199173096567392, -0.050709858536720276, 0.036216434091329575, 0.042006950825452805, 0.05752827972173691, 0.03160800412297249, 0.016703415662050247, -0.024498343467712402, -0.07380340248346329, -0.08963309973478317, 0.021466031670570374, 0.01589822582900524, -0.0369359627366066, 0.07174759358167648, 0.041904158890247345, -0.056192006915807724, -0.05622626841068268, -0.0345032624900341, 0.00807331781834364, -0.03803239390254021, -0.035702481865882874, 0.012386225163936615, 0.037004489451646805, -0.05293698236346245, -0.02221982553601265, -0.07668153196573257, -0.011735220439732075, 0.011743786744773388, 0.004130883142352104, 0.03284148499369621, -0.007572215516120195, -0.015350011177361012, 0.03258451074361801, -0.01640361174941063, -0.0003637811169028282, -0.002610444091260433, 0.0071524884551763535, -0.006261639762669802, -0.06451801210641861, 0.02403578720986843, -0.04587871581315994, -0.022356880828738213, -0.011829445138573647, 0.038512080907821655, 0.054992783814668655, 0.0030858491081744432, 0.03618216887116432, 0.029089640825986862, 0.06013229861855507, -0.006175980903208256, 0.031094051897525787, 0.013302772305905819, -0.032207611948251724, -0.054101936519145966, 0.04313764348626137, -0.04707793518900871, 0.009225425310432911, -0.06640250235795975, -0.027205154299736023, 0.014878889545798302, 0.015529894270002842, 0.02347044087946415, 0.022031378000974655, -0.008351707831025124, 0.03419489040970802, -0.010493171401321888, 0.03352675586938858, -0.003944575786590576, -0.0027988930232822895, -0.022288354113698006, 0.02538919262588024, 0.017440078780055046, 0.05471867695450783, -0.014399201609194279, -0.01829666458070278, -0.02554337866604328, -0.016240859404206276, 0.008351707831025124, -0.055198367685079575, -0.05362224951386452, -0.0016735538374632597, 0.03666185587644577, 0.06838978081941605, -0.015444235876202583, 0.015495630912482738, 0.08963309973478317, 0.03775828704237938, 0.017697054892778397, -0.014750401489436626, -0.029689252376556396, -0.11361749470233917, -0.010518869385123253, -0.01877635344862938, 0.0020161878783255816, -0.020746499300003052, 0.021808665245771408, 0.0868920311331749, -0.002456258749589324, -0.07339224219322205, 0.009088371880352497, -0.019958440214395523, -0.014279278926551342, -0.03635348752140999, 0.028609953820705414, -0.029089640825986862, -0.048516999930143356, 0.04526197537779808, 0.02675972878932953, -0.006158849224448204, 0.023230597376823425, -0.0098592983558774, 0.009182595647871494, 0.009953523054718971, -0.06969179213047028, 0.08579559624195099, 0.022853700444102287, -0.0204895231872797, 0.0004304341855458915, -0.010279024951159954, 0.004043083172291517, 0.03697022795677185, -0.034023575484752655, 0.02138037234544754, 0.012369093485176563, 0.018382323905825615, 0.028969720005989075, -0.0015429245540872216, -0.015401406213641167, 0.012865913100540638, 0.002758205169811845, -0.01872495748102665, 0.04646119475364685, -0.0021800098475068808, 0.02665693871676922, -0.007460859138518572, -0.007477990817278624, -0.000986143946647644, 0.0429663248360157, 0.03638774901628494, 0.053793564438819885, -0.015093035995960236, 0.0008335647289641201, -0.03875192627310753, -0.026502754539251328, -0.009276820346713066, 0.02357323095202446, 0.013962342403829098, 0.04608429595828056, -0.037107281386852264, -0.018313797190785408, -0.018228137865662575, 0.027307944372296333, -0.005238019861280918, -0.01576973870396614, 0.013628274202346802, 0.05026443302631378, -0.013474089093506336, -0.004175853915512562, -0.06958900392055511, -0.03734712675213814, -0.005285132210701704, 0.02665693871676922, 0.011546771973371506, -0.03359528258442879, -0.0009192232391797006, 0.004248663783073425, -0.01954727992415428, -0.021517425775527954, 0.025303533300757408, 0.047317780554294586, 0.0027860442642122507, -0.0032871465664356947, -0.03765549510717392, -0.012180645018815994, 0.002661839360371232, -0.011880840174853802, -0.01903332769870758, 0.001591107458807528, 0.02837011031806469, -0.04402849078178406, -0.03169365972280502, -0.009054108522832394, -0.008642947301268578, 0.030700022354722023, 0.03344109654426575, -0.02293935790657997, -0.018313797190785408, -0.03299567103385925, 0.06708776950836182, -0.015324313193559647, -0.03472597524523735, 0.02696530893445015, -0.04505639523267746, 0.06578576564788818, -0.0001172451302409172, -0.01413366012275219, 0.01514443103224039, 0.04478228837251663, -0.032927144318819046, -0.005833346862345934, 0.03328691050410271, -0.02941514365375042, -0.038614872843027115, -0.056808747351169586, -0.05523262917995453, 0.00657001044601202, 0.028918324038386345, -0.05910439416766167, -0.0314880795776844, 0.026211515069007874, 0.018279533833265305, -0.03198489919304848, -0.1048460602760315, 0.011829445138573647, 0.029398012906312943, -0.0629076361656189, 0.049956064671278, -0.025166479870676994, -0.06516902148723602, -0.03669612109661102, 0.0128573477268219, -0.0202325489372015, -0.01966720260679722, 0.019375963136553764, 0.018810616806149483, 0.0345032624900341, -0.03258451074361801, -0.011589600704610348, 0.029809173196554184, -0.030597232282161713, 0.029946226626634598, 0.0029509367886930704, 0.1009400263428688, 0.024549739435315132, 0.004993893206119537, -0.0021061294246464968, 0.03964277356863022, 0.00191660993732512, 0.018399454653263092, 0.024172840639948845, 0.07476277649402618, -0.029021114110946655, -0.10745007544755936, -0.02956932969391346, 0.021568821743130684, 0.037518441677093506, 0.04502213001251221, -0.10977999120950699, -0.0339893102645874, 0.05064133182168007, 0.03462318331003189, 0.07270697504281998, 0.013928079046308994, 0.007773512974381447, -0.027462128549814224, -0.018211007118225098, -0.005726273637264967, 0.017611397430300713, -0.03953998535871506, -0.03525705635547638, -0.0029145320877432823, -0.05283419042825699, -0.017868371680378914, -0.01689186505973339, 0.028352977707982063, -0.042692217975854874, 0.10669628530740738, 0.08572707325220108, -0.08408242464065552, 0.00842023454606533, -0.06595707684755325, 0.06311321258544922, -0.021551689133048058, 0.02028394304215908, 0.01095572765916586, -0.03129963204264641, -0.037107281386852264, 0.015033074654638767, -0.02069510519504547, -0.03128249943256378, -0.0028310148045420647, 0.06407259404659271, -0.01946162059903145, -0.01597531884908676, -0.016626322641968727, -0.03645627573132515, -0.005777668673545122, 0.036901701241731644, -0.024909505620598793, -0.0060646249912679195, -0.011546771973371506, 0.034023575484752655, -0.01470757182687521, 0.048311419785022736, -0.014733269810676575, -0.0011360464850440621, -0.01944448985159397, 0.007178185973316431, -0.053211089223623276, 0.01332846935838461, 0.004154439549893141, -0.04896242544054985, 0.05992671847343445, 0.04755762219429016, 0.05903586745262146, -0.011752352118492126, 0.0693834200501442, -0.03604511544108391, 0.059789665043354034, 0.012600371614098549, 0.04724925383925438, 0.042897798120975494, -0.04084199294447899, 0.021603085100650787, -0.024978032335639, 0.05451309680938721, -0.026091592386364937, -0.03724433481693268, -0.05324535071849823, 0.010604527778923512 ]
39,001
pulp.apis.coin_api
YAPOSIB
COIN OSI (via its python interface) Copyright Christophe-Marie Duquesne 2012 The yaposib variables are available (after a solve) in var.solverVar The yaposib constraints are available in constraint.solverConstraint The Model is in prob.solverModel
class YAPOSIB(LpSolver): """ COIN OSI (via its python interface) Copyright Christophe-Marie Duquesne 2012 The yaposib variables are available (after a solve) in var.solverVar The yaposib constraints are available in constraint.solverConstraint The Model is in prob.solverModel """ name = "YAPOSIB" try: # import the model into the global scope global yaposib import yaposib except ImportError: def available(self): """True if the solver is available""" return False def actualSolve(self, lp, callback=None): """Solve a well formulated lp problem""" raise PulpSolverError("YAPOSIB: Not Available") else: def __init__( self, mip=True, msg=True, timeLimit=None, epgap=None, solverName=None, **solverParams, ): """ Initializes the yaposib solver. @param mip: if False the solver will solve a MIP as an LP @param msg: displays information from the solver to stdout @param timeLimit: not supported @param epgap: not supported @param solverParams: not supported """ LpSolver.__init__(self, mip, msg) if solverName: self.solverName = solverName else: self.solverName = yaposib.available_solvers()[0] def findSolutionValues(self, lp): model = lp.solverModel solutionStatus = model.status yaposibLpStatus = { "optimal": constants.LpStatusOptimal, "undefined": constants.LpStatusUndefined, "abandoned": constants.LpStatusInfeasible, "infeasible": constants.LpStatusInfeasible, "limitreached": constants.LpStatusInfeasible, } # populate pulp solution values for var in lp.variables(): var.varValue = var.solverVar.solution var.dj = var.solverVar.reducedcost # put pi and slack variables against the constraints for constr in lp.constraints.values(): constr.pi = constr.solverConstraint.dual constr.slack = -constr.constant - constr.solverConstraint.activity if self.msg: print("yaposib status=", solutionStatus) lp.resolveOK = True for var in lp.variables(): var.isModified = False status = yaposibLpStatus.get(solutionStatus, constants.LpStatusUndefined) lp.assignStatus(status) return status def available(self): """True if the solver is available""" return True def callSolver(self, lp, callback=None): """Solves the problem with yaposib""" savestdout = None if self.msg == 0: # close stdout to get rid of messages tempfile = open(mktemp(), "w") savestdout = os.dup(1) os.close(1) if os.dup(tempfile.fileno()) != 1: raise PulpSolverError("couldn't redirect stdout - dup() error") self.solveTime = -clock() lp.solverModel.solve(self.mip) self.solveTime += clock() if self.msg == 0: # reopen stdout os.close(1) os.dup(savestdout) os.close(savestdout) def buildSolverModel(self, lp): """ Takes the pulp lp model and translates it into a yaposib model """ log.debug("create the yaposib model") lp.solverModel = yaposib.Problem(self.solverName) prob = lp.solverModel prob.name = lp.name log.debug("set the sense of the problem") if lp.sense == constants.LpMaximize: prob.obj.maximize = True log.debug("add the variables to the problem") for var in lp.variables(): col = prob.cols.add(yaposib.vec([])) col.name = var.name if not var.lowBound is None: col.lowerbound = var.lowBound if not var.upBound is None: col.upperbound = var.upBound if var.cat == constants.LpInteger: col.integer = True prob.obj[col.index] = lp.objective.get(var, 0.0) var.solverVar = col log.debug("add the Constraints to the problem") for name, constraint in lp.constraints.items(): row = prob.rows.add( yaposib.vec( [ (var.solverVar.index, value) for var, value in constraint.items() ] ) ) if constraint.sense == constants.LpConstraintLE: row.upperbound = -constraint.constant elif constraint.sense == constants.LpConstraintGE: row.lowerbound = -constraint.constant elif constraint.sense == constants.LpConstraintEQ: row.upperbound = -constraint.constant row.lowerbound = -constraint.constant else: raise PulpSolverError("Detected an invalid constraint type") row.name = name constraint.solverConstraint = row def actualSolve(self, lp, callback=None): """ Solve a well formulated lp problem creates a yaposib model, variables and constraints and attaches them to the lp model which it then solves """ self.buildSolverModel(lp) # set the initial solution log.debug("Solve the model using yaposib") self.callSolver(lp, callback=callback) # get the solution information solutionStatus = self.findSolutionValues(lp) for var in lp.variables(): var.modified = False for constraint in lp.constraints.values(): constraint.modified = False return solutionStatus def actualResolve(self, lp, callback=None): """ Solve a well formulated lp problem uses the old solver and modifies the rhs of the modified constraints """ log.debug("Resolve the model using yaposib") for constraint in lp.constraints.values(): row = constraint.solverConstraint if constraint.modified: if constraint.sense == constants.LpConstraintLE: row.upperbound = -constraint.constant elif constraint.sense == constants.LpConstraintGE: row.lowerbound = -constraint.constant elif constraint.sense == constants.LpConstraintEQ: row.upperbound = -constraint.constant row.lowerbound = -constraint.constant else: raise PulpSolverError("Detected an invalid constraint type") self.callSolver(lp, callback=callback) # get the solution information solutionStatus = self.findSolutionValues(lp) for var in lp.variables(): var.modified = False for constraint in lp.constraints.values(): constraint.modified = False return solutionStatus
(mip=True, msg=True, options=None, timeLimit=None, *args, **kwargs)
[ 0.04370192810893059, -0.01797950081527233, -0.04917437210679054, 0.05732482299208641, -0.025945594534277916, -0.037511467933654785, -0.05515136942267418, -0.07723519951105118, 0.030758241191506386, -0.055811166763305664, -0.016320303082466125, -0.04183897003531456, 0.00765560008585453, 0.007058870512992144, -0.0962529182434082, 0.058605607599020004, 0.03421247750520706, -0.01050825696438551, -0.044788654893636703, 0.003888443112373352, -0.014146850444376469, 0.01996859908103943, 0.029884977266192436, 0.07149107754230499, -0.004521558526903391, -0.03683226555585861, -0.000445121229859069, -0.037957802414894104, -0.018940089270472527, -0.06411686539649963, -0.03062240034341812, -0.006918178405612707, 0.0005218348815105855, -0.04649636894464493, 0.034542378038167953, 0.02099710702896118, 0.05604403838515282, 0.016698716208338737, 0.020201468840241432, -0.02905052714049816, 0.02181215211749077, -0.08491991460323334, 0.013943089172244072, -0.01462229248136282, 0.006302043329924345, 0.00005980937567073852, -0.028778845444321632, 0.07707995921373367, 0.05794580653309822, -0.00065373390680179, 0.03853997960686684, -0.06221508979797363, 0.044167667627334595, 0.010818750597536564, 0.0007028548861853778, 0.07079246640205383, -0.006889069452881813, 0.1132524237036705, 0.09423471242189407, -0.08119399100542068, -0.0018253609305247664, -0.002726519014686346, -0.013021311722695827, 0.002052166499197483, 0.03508574143052101, 0.025693317875266075, -0.03687107563018799, -0.046612802892923355, 0.007121939677745104, 0.02546044811606407, -0.00968836061656475, -0.024296099320054054, -0.031806156039237976, 0.010052219964563847, 0.07475125789642334, 0.0012122578918933868, -0.04579775780439377, -0.05674264580011368, -0.02441253326833248, 0.0008702302002348006, 0.005127990618348122, 0.011983100324869156, 0.02101651392877102, -0.01602921634912491, -0.00047089459258131683, -0.03869522362947464, 0.07669183611869812, 0.016514360904693604, 0.1029285192489624, -0.0362112782895565, -0.05235692858695984, 0.03099111095070839, 0.055539485067129135, 0.08220309764146805, 0.07797262072563171, -0.03675464168190956, -0.0038593343924731016, -0.03073883429169655, -0.020550774410367012, -0.04377955198287964, -0.026023218408226967, 0.004594330210238695, -0.06706655025482178, 0.017736928537487984, 0.028953498229384422, 0.004781111143529415, -0.012390621937811375, 0.017843659967184067, 0.030583588406443596, -0.060429755598306656, -0.08693812042474747, 0.029690919443964958, -0.04866982251405716, -0.027090538293123245, -0.05759650468826294, 0.00891212746500969, -0.04094630107283592, 0.01797950081527233, 0.013205667026340961, 0.028157860040664673, -0.04583657160401344, 0.025693317875266075, -0.06660080701112747, 0.014593183994293213, 0.052745044231414795, 0.01635911501944065, 0.0016118967905640602, 0.024005010724067688, 0.026935292407870293, -0.04773833975195885, -0.01501040905714035, -0.04808764532208443, -0.014806647785007954, 0.0333586223423481, -0.011643498204648495, -0.03993719816207886, -0.02241373434662819, -0.0035173066426068544, -0.005710165482014418, -0.007524610497057438, 0.029555078595876694, 0.04420648142695427, -0.005656799301505089, -0.023306401446461678, 0.06248677149415016, -0.005748976953327656, 0.04746665805578232, -0.01698010042309761, -0.026372522115707397, 0.017940688878297806, -0.04315856471657753, -0.04820408299565315, -0.05534542724490166, -0.03159268945455551, 0.028235482051968575, 0.0014954617945477366, -0.003539138240739703, -0.04036412760615349, -0.030253687873482704, -0.04700091853737831, -0.060002826154232025, -0.03665761277079582, -0.013826653361320496, -0.03737562894821167, -0.012002505362033844, 0.014758133329451084, -0.0018374895444139838, 0.019211770966649055, 0.024276692420244217, 0.06737703830003738, -0.05600522458553314, -0.07017148286104202, -0.07281067222356796, 0.005579175893217325, -0.03861759975552559, 0.04001482203602791, 0.03397960960865021, -0.028390729799866676, 0.042576391249895096, 0.0006840554997324944, 0.02014325186610222, 0.03310634568333626, -0.0888010784983635, 0.005782937165349722, 0.007733223028481007, 0.06710536032915115, 0.01860048808157444, 0.012720521539449692, -0.014612589962780476, 0.025576883926987648, -0.06508715450763702, -0.015844859182834625, 0.06411686539649963, 0.011352410539984703, 0.007718668784946203, 0.03555148094892502, 0.03273763507604599, 0.045564889907836914, 0.03201961889863014, -0.0052832369692623615, 0.045642510056495667, -0.0128660649061203, 0.02241373434662819, 0.029108744114637375, -0.020958296954631805, 0.007054019253700972, -0.03675464168190956, -0.014777539297938347, -0.002978794975206256, -0.0106829097494483, 0.03735622391104698, -0.0031874075066298246, -0.03630830720067024, -0.04133441671729088, 0.03941323980689049, 0.02154047042131424, 0.008320249617099762, 0.009829052723944187, 0.025926189497113228, 0.019784243777394295, 0.008795692585408688, -0.010420930571854115, -0.02862359955906868, -0.031204573810100555, 0.021307600662112236, 0.0073305522091686726, 0.014418531209230423, 0.07607085257768631, 0.060429755598306656, 0.01469991635531187, 0.02765330672264099, 0.002198923146352172, 0.003725919406861067, -0.05293910205364227, 0.062370337545871735, -0.014166255481541157, -0.05550067499279976, 0.05534542724490166, -0.03302872180938721, -0.014641698449850082, -0.02645014598965645, -0.021656906232237816, -0.018804248422384262, -0.0020558051764965057, -0.0600416362285614, -0.0014566500904038548, 0.05499612167477608, -0.009426381438970566, -0.008916978724300861, -0.012225672602653503, 0.0014857588103041053, -0.06924000382423401, -0.015058924444019794, 0.0047932397574186325, 0.013050420209765434, -0.03432891145348549, -0.008422129787504673, -0.019784243777394295, 0.027614496648311615, -0.01194428838789463, -0.0055840276181697845, 0.04735022410750389, -0.06066262349486351, 0.04882506653666496, -0.01138151902705431, 0.019182663410902023, 0.009567074477672577, -0.025926189497113228, 0.03250476345419884, 0.008669554255902767, 0.10254040360450745, 0.03355268016457558, -0.056160472333431244, 0.01321537047624588, -0.015466446056962013, 0.04350787028670311, 0.0068357037380337715, 0.016077730804681778, -0.0035318611189723015, -0.009178957901895046, 0.03617246821522713, 0.04665161669254303, 0.030952299013733864, 0.03283466398715973, -0.030602993443608284, -0.02441253326833248, -0.06834733486175537, -0.02757568471133709, -0.010556771419942379, -0.017863066866993904, 0.004385717678815126, 0.00836391281336546, 0.06349587440490723, 0.018086234107613564, 0.08631712943315506, 0.05577235668897629, -0.023481054231524467, 0.007854510098695755, 0.025538071990013123, -0.05084327608346939, 0.023927388712763786, -0.014884271658957005, 0.016960695385932922, -0.023267589509487152, 0.008606485091149807, -0.0223167035728693, 0.02291828580200672, -0.019580481573939323, -0.006413626950234175, 0.020259685814380646, 0.010556771419942379, -0.0257321298122406, 0.02134641259908676, 0.06186578422784805, -0.00765560008585453, -0.034251291304826736, 0.021559877321124077, -0.024878274649381638, 0.02328699640929699, 0.04172253608703613, -0.04137323051691055, -0.0366964228451252, 0.03968492150306702, -0.06434973329305649, 0.015573178417980671, -0.0077865892089903355, 0.0349498987197876, -0.017271189019083977, 0.0179503932595253, -0.07312116771936417, 0.025770941749215126, 0.0030054778326302767, -0.020628396421670914, 0.005486998241394758, 0.014166255481541157, -0.01994919218122959, 0.02854597568511963, -0.02635311707854271, 0.04455578699707985, -0.03588137775659561, 0.045021526515483856, 0.02443194016814232, -0.06924000382423401, 0.01777574047446251, 0.02617846429347992, -0.07374215126037598, -0.045370832085609436, 0.010168654844164848, 0.009867864660918713, 0.0011061322875320911, -0.015223873779177666, 0.024373723194003105, -0.020104439929127693, 0.059304215013980865, 0.02390798181295395, 0.01396249420940876, 0.03044774755835533, -0.008072825148701668, 0.056587401777505875, 0.002488797763362527, -0.04339143633842468, -0.030874675139784813, -0.06213746592402458, 0.01966780796647072, -0.01580604910850525, -0.01839672587811947, -0.005453038029372692, -0.03687107563018799, 0.03106873296201229, -0.009479748085141182, 0.006568873301148415, -0.06434973329305649, 0.00045664343633688986, -0.018784843385219574, -0.03941323980689049, 0.052046436816453934, -0.004659825004637241, 0.011342708021402359, -0.03508574143052101, -0.06691130250692368, 0.0783219262957573, -0.061400044709444046, -0.025052925571799278, 0.026062030345201492, 0.01710623875260353, -0.042071837931871414, 0.03037012368440628, -0.008295992389321327, 0.03613365441560745, -0.003966066520661116, 0.03343624621629715, -0.004128590226173401, 0.03935502469539642, 0.015544069930911064, 0.021637501195073128, -0.02318996749818325, 0.01374903041869402, 0.04824289306998253, -0.010353010147809982, -0.023519866168498993, -0.0020291220862418413, -0.0256545078009367, -0.01855197362601757, 0.020706020295619965, -0.012332404963672161, -0.024315504357218742, 0.06295251101255417, 0.06889069825410843, -0.0256545078009367, 0.0891115739941597, -0.038656413555145264, 0.05515136942267418, 0.007903024554252625, -0.06873545050621033, -0.06865782290697098, 0.0012310573365539312, -0.008989750407636166, 0.018755733966827393, 0.05911015719175339, -0.005758679937571287, 0.050804462283849716, 0.021307600662112236, 0.05627690628170967, 0.0031898333691060543, -0.03493049368262291, -0.004291113931685686, -0.024451345205307007, 0.0025931040290743113, -0.032077837735414505, 0.03675464168190956, -0.007185008376836777, 0.005938183981925249, -0.00020997713727410883, -0.06648437678813934, -0.009853309951722622, -0.010081328451633453, 0.001199522870592773, 0.00952341128140688, 0.018940089270472527, -0.013147450052201748, 0.06334062665700912, 0.05522899329662323, 0.014030414633452892, 0.010129842907190323, 0.029632702469825745, -0.016271788626909256, -0.044866278767585754, -0.008790841326117516, -0.039083342999219894, 0.01518506184220314, 0.00914014596492052, 0.017960095778107643, 0.06500952690839767, 0.023151155561208725, -0.0018665982643142343, 0.0015391248743981123, -0.011022510938346386, -0.05724719911813736, -0.02381095290184021, -0.024005010724067688, 0.02530520223081112, 0.018086234107613564, 0.07118058204650879, 0.01909533701837063, 0.003919977694749832, -0.028157860040664673, -0.006500952877104282, -0.021288195624947548, -0.002852656878530979, 0.009654399938881397, -0.05022228881716728, -0.01820266805589199, -0.015505257993936539, -0.05678145959973335, -0.00007921520591480657, -0.02109413780272007, -0.013186261057853699, 0.0546468161046505, 0.03302872180938721, -0.03867581859230995, 0.02722637914121151, -0.031728532165288925, 0.01570902019739151, 0.03756968677043915, -0.0012019486166536808, -0.06221508979797363, 0.04917437210679054, -0.06240914762020111, -0.06679486483335495, -0.03712335228919983, -0.011517359875142574, -0.008669554255902767, 0.020783644169569016, 0.05383177101612091, -0.021850964054465294, -0.006306894589215517, -0.00534145487472415, -0.03974314033985138, 0.035493262112140656, -0.0702102929353714, -0.0015500406734645367, -0.024567781016230583, -0.04684567451477051, -0.038753442466259, 0.07257780432701111, -0.010663503780961037, -0.03506633639335632, 0.02266600914299488, -0.0395490825176239, 0.025344014167785645, -0.04901912808418274, -0.04412885755300522, 0.03091348707675934, -0.03885047137737274, 0.006418478209525347, 0.03405722975730896, 0.013554972596466541, 0.01633000560104847, -0.002889042953029275, -0.024218475446105003, 0.024548374116420746, 0.014389422722160816, 0.028157860040664673, 0.02241373434662819, 0.029031122103333473, 0.040829867124557495, -0.05619928240776062, -0.057480067014694214, 0.013060123659670353, 0.029031122103333473, 0.045991815626621246, -0.057286009192466736, 0.044672220945358276, 0.037957802414894104, 0.03665761277079582, 0.029458049684762955, -0.02256898023188114, -0.06935643404722214, -0.04405123367905617, -0.040752243250608444, -0.015029815025627613, 0.07731282711029053, 0.00715589988976717, -0.0072965919971466064, 0.01922147534787655, 0.05251217633485794, -0.05383177101612091, 0.04998941719532013, -0.059226591140031815, 0.010886671021580696, -0.03580375760793686, 0.01825118251144886, 0.04517677053809166, -0.0014748431276530027, 0.048980314284563065, -0.016591984778642654, 0.00283325114287436, 0.04773833975195885, 0.019929787144064903, 0.022336110472679138, -0.027886178344488144, -0.07315997779369354, 0.005297791678458452, -0.05158069729804993, -0.06493190675973892, 0.04044174775481224, -0.002721667755395174, -0.0029884977266192436, 0.04176134616136551, 0.025790348649024963, 0.05911015719175339, -0.03867581859230995, -0.0008308120886795223, -0.04296450689435005, -0.030874675139784813, -0.03966551646590233, 0.0014239028096199036, -0.007718668784946203, -0.03487227484583855, 0.02563510090112686, 0.007165602874010801, 0.02809964120388031, -0.0060740248300135136, -0.04672923684120178, 0.005758679937571287, 0.03011784888803959, -0.006462141405791044, 0.05953708663582802, 0.02932220883667469, 0.005826600361615419, -0.032077837735414505, 0.049678925424814224, -0.030525369569659233, -0.03167031332850456, -0.005821749102324247, 0.038908690214157104, -0.03302872180938721, 0.01181815005838871, 0.03625008836388588, 0.01045974250882864, -0.04420648142695427, 0.01045974250882864, -0.012778738513588905, -0.028487758710980415, 0.015214170329272747, 0.01033360417932272, -0.0037428995128721, -0.04067461937665939, 0.01436031423509121, 0.015175359323620796, 0.018086234107613564, -0.026294900104403496, 0.03124338574707508, -0.007544016465544701, -0.09268224239349365, -0.014476749114692211, -0.030214877799153328, 0.025926189497113228, 0.010964293964207172, -0.020550774410367012, -0.02617846429347992, -0.0007404537172988057, 0.05942065268754959, 0.005991550162434578, -0.06101192906498909, 0.008063122630119324, 0.04412885755300522, -0.04106273502111435, -0.002925428794696927, 0.02099710702896118, 0.0019175385823473334, 0.015922483056783676, 0.004439083393663168, -0.009964893572032452, -0.014437937177717686, 0.0050649214535951614, 0.04300332069396973, -0.012400325387716293, -0.003944234922528267, 0.04995060712099075, -0.042925696820020676, 0.014932786114513874, 0.006151648238301277, -0.018687814474105835, 0.03547385707497597, 0.041528474539518356, -0.032951097935438156, -0.005254128482192755, 0.02188977599143982, -0.016611389815807343, -0.027983207255601883, -0.02014325186610222, -0.03886987641453743, -0.028817657381296158, -0.028584787622094154, 0.02406322956085205, 0.02563510090112686, 0.010809047147631645, 0.004426954779773951, -0.009096482768654823, -0.03262120112776756, -0.014661104418337345, 0.03132100775837898, -0.030758241191506386, 0.03258238732814789, 0.015388823114335537, 0.042925696820020676, 0.021035918965935707, 0.015514961443841457, 0.020803049206733704, 0.04230470955371857, -0.032000213861465454, -0.014564075507223606, 0.02047315053641796, 0.012419731356203556, -0.007446987088769674, -0.02336461842060089, -0.020453745499253273, -0.010653800331056118, -0.0008696237346157432, 0.07133582979440689, 0.010663503780961037, -0.001454224344342947, -0.07642015814781189, 0.030602993443608284, 0.035143956542015076, 0.033048126846551895, 0.04125679284334183, -0.0020315477158874273, -0.07121939212083817, -0.07836074382066727, 0.04665161669254303, 0.02732340805232525, 0.012885470874607563, 0.04370192810893059, -0.0648154690861702, -0.04300332069396973, -0.02580975368618965, 0.02119116671383381, -0.015903078019618988, 0.04071342945098877, -0.04245995730161667, 0.003541563870385289, 0.021598689258098602, 0.004526409786194563, 0.08887869864702225, -0.05635453015565872, -0.041800156235694885, -0.055617108941078186, -0.019211770966649055, 0.00002020177271333523, 0.028565380722284317, 0.012070425786077976, -0.0665619969367981, 0.06446616351604462, 0.01934761181473732, -0.04513796046376228, -0.004138293210417032, -0.04401242360472679, 0.026838263496756554, 0.010935185477137566, 0.05619928240776062, -0.006787188816815615, -0.07110296189785004, -0.0015864266315475106, 0.01186666451394558, -0.010391822084784508, -0.07855480164289474, 0.010149248875677586, 0.03396020084619522, -0.027090538293123245, 0.015107438899576664, -0.04583657160401344, -0.02363630011677742, -0.022433139383792877, -0.03168971836566925, -0.011352410539984703, 0.03011784888803959, -0.01877514086663723, 0.030874675139784813, 0.005981847178190947, -0.0025931040290743113, 0.017494356259703636, 0.009765983559191227, -0.03019547089934349, 0.0007471244316548109, -0.0030976554844528437, 0.010362713597714901, -0.00906252209097147, 0.0005864199483767152, 0.06741585582494736, 0.034348320215940475, 0.03264060616493225, 0.014903677627444267, 0.02617846429347992, -0.04183897003531456, 0.0651259645819664, 0.03359149023890495, -0.03258238732814789, -0.025363419204950333, -0.02872062847018242, 0.00936331320554018, 0.017571978271007538, 0.08569614589214325, 0.04983416944742203, -0.002597955521196127, -0.04886388033628464, 0.04824289306998253 ]
39,004
pulp.apis.coin_api
actualSolve
Solve a well formulated lp problem
def actualSolve(self, lp, callback=None): """Solve a well formulated lp problem""" raise PulpSolverError("YAPOSIB: Not Available")
(self, lp, callback=None)
[ 0.007995358668267727, -0.023480696603655815, -0.03922088444232941, 0.10187063366174698, -0.06690011918544769, -0.03528151661157608, -0.017796261236071587, -0.041501570492982864, 0.026089662685990334, -0.020595284178853035, 0.027558285742998123, -0.04474981874227524, 0.008215651847422123, -0.05757003650069237, -0.08791007101535797, 0.0824502483010292, 0.023808976635336876, -0.018573766574263573, -0.04288380593061447, 0.034452177584171295, -0.03059920109808445, 0.02265135571360588, 0.010625922121107578, 0.06185496225953102, 0.019040271639823914, -0.016284441575407982, 0.029994472861289978, -0.02170107141137123, -0.02379169873893261, -0.05121176317334175, -0.01878110133111477, 0.03721664473414421, -0.011282483115792274, 0.0206643957644701, 0.022012073546648026, 0.04775617644190788, 0.05722447857260704, 0.02014605700969696, 0.013986478559672832, -0.036490973085165024, -0.023808976635336876, -0.043678589165210724, 0.008513696491718292, 0.027126338332891464, 0.012880691327154636, -0.01834915392100811, -0.0130275534465909, 0.06524143368005753, 0.03631819412112236, -0.020301559939980507, -0.018660156056284904, -0.05456367880105972, 0.01704467087984085, -0.01409014593809843, -0.022202130407094955, 0.07125415652990341, 0.02251313254237175, 0.048309072852134705, 0.09495946019887924, -0.037285756319761276, -0.011368873529136181, 0.018763823434710503, 0.015290961600840092, 0.00463480269536376, 0.02894052118062973, 0.03666375204920769, -0.039082661271095276, -0.018176374956965446, -0.00859144702553749, 0.02387808822095394, 0.008250207640230656, 0.04620116576552391, -0.044853486120700836, 0.02406814694404602, 0.0667964518070221, 0.02643522247672081, -0.010038472712039948, -0.07201438397169113, -0.0396355539560318, 0.029061466455459595, -0.012733829207718372, 0.005295683164149523, -0.0069802808575332165, 0.007394950836896896, -0.023567086085677147, -0.07505529373884201, 0.05262855067849159, -0.011040592566132545, 0.06413564831018448, -0.00047163330600596964, -0.03400295227766037, 0.007070989813655615, 0.013062109239399433, 0.05732814595103264, 0.043056584894657135, 0.005481421016156673, 0.009036353789269924, 0.005934966262429953, -0.006531054619699717, -0.04744517430663109, 0.000549923861399293, 0.03078925795853138, -0.014418426901102066, 0.017467979341745377, 0.08694250881671906, -0.030633756890892982, 0.026262441650032997, -0.019213050603866577, 0.005524615757167339, -0.036629196256399155, -0.037769537419080734, 0.015109543688595295, -0.10041928291320801, 0.011489818803966045, -0.07298194617033005, 0.07242905348539352, -0.01033219788223505, 0.0005191476084291935, -0.02259952202439308, 0.021269122138619423, -0.056775253266096115, 0.008673517033457756, -0.07809621095657349, -0.02208118513226509, 0.03911721706390381, -0.01924760639667511, 0.019800499081611633, 0.03645641729235649, 0.010349475778639317, -0.011662597768008709, 0.02346341870725155, -0.0028443781193345785, -0.0036391625180840492, -0.01712242141366005, -0.039186328649520874, -0.018089985474944115, 0.008880851790308952, -0.054079897701740265, 0.0032093741465359926, -0.06092195585370064, -0.008837657049298286, 0.011895849369466305, -0.019800499081611633, 0.021735627204179764, 0.08362514525651932, 0.003062511794269085, 0.0002624084590934217, -0.016811419278383255, 0.036110859364271164, 0.06928446888923645, -0.012284602969884872, -0.017191532999277115, -0.010919647291302681, -0.023636197671294212, 0.014530733227729797, -0.020698951557278633, 0.059090495109558105, -0.0358344130218029, -0.02436187118291855, -0.03243065997958183, -0.027817456051707268, -0.021908406168222427, 0.012111824005842209, 0.010289003141224384, -0.026780780404806137, -0.004932846873998642, 0.014375231228768826, -0.013252167031168938, 0.0038875325117260218, 0.058433935046195984, -0.047272395342588425, -0.06558699160814285, -0.07712864875793457, -0.0013573968317359686, -0.03538518399000168, 0.015990717336535454, 0.034504011273384094, 0.0012310519814491272, 0.013908728025853634, -0.04205446317791939, -0.013096665032207966, 0.057017143815755844, -0.05342333763837814, -0.04609749838709831, -0.03248249366879463, 0.05238666012883186, -0.024949319660663605, 0.011973600834608078, -0.06710745394229889, -0.0015787702286615968, -0.07277461141347885, -0.022219408303499222, 0.05674069747328758, -0.01033219788223505, 0.006811820901930332, 0.008073109202086926, 0.03559252247214317, 0.08749540150165558, -0.0006160659249871969, -0.012483298778533936, 0.05660247430205345, -0.0322924368083477, -0.004194215871393681, 0.015161377377808094, -0.029614359140396118, 0.02676350250840187, -0.04720328375697136, 0.01933399587869644, 0.03666375204920769, -0.036490973085165024, 0.04347125440835953, -0.011006036773324013, -0.06503409892320633, 0.03904810547828674, 0.02776562236249447, 0.022495854645967484, -0.029389746487140656, -0.022495854645967484, 0.033173613250255585, 0.048447296023368835, -0.04198535159230232, -0.029718026518821716, 0.02975258231163025, -0.03281077370047569, 0.04951852560043335, 0.03092748112976551, -0.010003916919231415, 0.05325055867433548, 0.042538244277238846, -0.028439460322260857, -0.0004330279480200261, -0.047410618513822556, -0.0068506961688399315, -0.051384542137384415, 0.034590400755405426, -0.036767419427633286, -0.06434298306703568, -0.001642482471652329, -0.025744104757905006, 0.028059346601366997, 0.011126982048153877, -0.060887400060892105, -0.008790142834186554, -0.014193813316524029, -0.043194808065891266, 0.030322754755616188, 0.013096665032207966, -0.03683653101325035, 0.03925544023513794, 0.014608483761548996, -0.022685913369059563, -0.04927663505077362, 0.012846135534346104, -0.000860656495206058, 0.04316025227308273, -0.004945805296301842, 0.04924207925796509, 0.017571646720170975, 0.041501570492982864, 0.0197659432888031, -0.005593727342784405, 0.04616660997271538, -0.024465538561344147, 0.0705975890159607, -0.03068559058010578, -0.01872926764190197, -0.009762026369571686, -0.008107664994895458, 0.10449687391519547, 0.006902530323714018, 0.0018260604701936245, 0.0027817455120384693, -0.02747189626097679, -0.015023154206573963, 0.004656400065869093, 0.05815748870372772, 0.0049803610891103745, 0.06351364403963089, 0.03293171897530556, 0.031100260093808174, 0.10228530317544937, 0.024914763867855072, -0.0038184209261089563, 0.020785341039299965, -0.06358275562524796, 0.01752845197916031, -0.03787320479750633, -0.021320955827832222, 0.012595606036484241, -0.023826254531741142, -0.006509457249194384, -0.010289003141224384, 0.0361454151570797, 0.03372650593519211, 0.019074827432632446, 0.058814048767089844, 0.025951439514756203, -0.0022331716027110815, 0.05238666012883186, -0.039324551820755005, -0.002550653414800763, -0.05953972041606903, -0.042261797934770584, -0.04720328375697136, 0.023014193400740623, -0.04160523787140846, 0.011368873529136181, -0.04582105204463005, -0.013839616440236568, 0.01867743395268917, -0.026504334062337875, -0.016396747902035713, 0.03452128916978836, 0.03566163405776024, 0.01709650456905365, -0.018228208646178246, 0.022582244127988815, -0.03814965486526489, 0.02208118513226509, 0.003040914423763752, -0.01622396893799305, -0.040084779262542725, 0.009347355924546719, -0.04129423573613167, -0.043194808065891266, -0.010150779969990253, 0.00971883162856102, -0.021925684064626694, 0.055496688932180405, -0.06738390028476715, 0.009537413716316223, -0.027696510776877403, 0.05349244922399521, -0.021873850375413895, -0.010669116862118244, -0.007788023445755243, 0.056118693202733994, -0.03367467224597931, 0.05480556935071945, -0.02000783383846283, 0.04730695113539696, 0.0062762051820755005, -0.05988527834415436, 0.042158130556344986, 0.04644305631518364, 0.018193652853369713, -0.039704665541648865, -0.0011662597535178065, 0.03460767865180969, -0.015247766859829426, -0.02175290510058403, -0.012664717622101307, -0.03182593360543251, 0.022340353578329086, 0.01132567785680294, 0.036905642598867416, 0.03642186149954796, 0.018504654988646507, 0.03631819412112236, -0.013917366974055767, 0.0017450702143833041, -0.07173793762922287, -0.02989080548286438, 0.029683470726013184, 0.006911169271916151, -0.013874172233045101, -0.0063323588110506535, -0.012915247119963169, 0.0033648754470050335, 0.010582727380096912, -0.016707751899957657, -0.08224291354417801, 0.0072005745023489, 0.013200333341956139, -0.037527646869421005, 0.051902879029512405, -0.008215651847422123, 0.02757556550204754, -0.04782529175281525, -0.05328511446714401, 0.03225788101553917, -0.04865463078022003, -0.013597724959254265, -0.006142301484942436, -0.0018811338813975453, -0.03046097792685032, -0.05045153573155403, 0.0030214767903089523, 0.024949319660663605, 0.0016468020621687174, 0.043955035507678986, -0.014496177434921265, 0.036767419427633286, -0.014444343745708466, -0.005818340461701155, 0.027886567637324333, 0.047514285892248154, -0.013519974425435066, -0.03389928489923477, -0.03935910761356354, -0.010012555867433548, -0.03514329344034195, -0.06652000546455383, -0.003831379348412156, -0.015429184772074223, -0.004738470073789358, -0.013882811181247234, 0.0826575830578804, -0.029407024383544922, 0.06423931568861008, -0.002488020807504654, 0.039566442370414734, -0.016889169812202454, -0.08141357451677322, -0.06717656552791595, 0.03707842156291008, -0.01848737709224224, 0.02596871741116047, 0.012604244984686375, -0.04167434945702553, 0.08500737696886063, -0.000925988657400012, 0.06700378656387329, 0.003922088537365198, -0.006375553552061319, 0.004466343205422163, -0.014513455331325531, -0.031376708298921585, -0.02346341870725155, 0.016517693176865578, -0.024240925908088684, 0.007438145577907562, -0.012215491384267807, -0.00884629599750042, -0.01910938322544098, 0.04081045463681221, -0.029545247554779053, 0.040603119879961014, 0.034780457615852356, -0.03669830784201622, 0.07291283458471298, 0.08735717833042145, 0.004570010583847761, -0.012509215623140335, 0.03960099816322327, -0.01952405273914337, -0.008250207640230656, -0.06890435516834259, -0.059090495109558105, 0.010297642089426517, 0.014064229093492031, 0.009770665317773819, 0.06220052018761635, 0.024154536426067352, 0.03002903051674366, -0.050244200974702835, -0.04616660997271538, -0.039842888712882996, -0.004474982153624296, 0.011895849369466305, 0.03396839648485184, 0.012284602969884872, 0.06569065898656845, -0.02128640003502369, 0.007524535525590181, -0.0261069405823946, 0.02237490937113762, -0.018383709713816643, 0.023774420842528343, -0.0005415548803284764, -0.0072005745023489, -0.019541330635547638, 0.010289003141224384, 0.00804287288337946, 0.02147645875811577, -0.022858692333102226, -0.004474982153624296, 0.059608832001686096, 0.02133823372423649, -0.009589247405529022, -0.03141126409173012, -0.020491616800427437, 0.02365347556769848, 0.043955035507678986, -0.0026327234227210283, -0.07899466156959534, -0.015437823720276356, -0.0323442704975605, -0.05314689129590988, -0.03697475418448448, -0.018124541267752647, -0.014288841746747494, 0.05532390996813774, 0.020785341039299965, 0.007546132896095514, -0.064688540995121, 0.00757636921480298, 0.0005426347488537431, 0.04454248398542404, -0.07318928092718124, -0.012880691327154636, 0.006440345663577318, 0.01075550727546215, -0.05435634404420853, 0.08148268610239029, -0.06137118116021156, 0.023446140810847282, 0.02033611573278904, -0.046892281621694565, 0.06873157620429993, -0.05093531683087349, -0.027886567637324333, 0.030098142102360725, -0.019454941153526306, 0.01600799523293972, 0.02714361622929573, 0.01523048896342516, 0.012751107104122639, -0.005157459992915392, -0.022357631474733353, 0.037251200526952744, -0.012785662896931171, 0.03389928489923477, 0.011809459887444973, 0.04827451705932617, -0.012664717622101307, -0.06835146248340607, -0.0397392213344574, -0.019178494811058044, 0.0075331744737923145, 0.03148037567734718, -0.0432293638586998, 0.052801333367824554, 0.03697475418448448, -0.001282885787077248, 0.03008086420595646, -0.03987744450569153, -0.01878110133111477, -0.07837265729904175, -0.025139378383755684, -0.042538244277238846, 0.05107354000210762, -0.012794301845133305, -0.013589086011052132, 0.043194808065891266, 0.03852976858615875, -0.03694019839167595, 0.06569065898656845, -0.06683100759983063, 0.010012555867433548, -0.011489818803966045, 0.01872926764190197, 0.035730745643377304, 0.05148820951581001, 0.05259399488568306, -0.017597563564777374, -0.006937086116522551, 0.03348461538553238, 0.005688756238669157, -0.014625761657953262, -0.041397903114557266, -0.04015389084815979, 0.0007505097892135382, 0.0013768344651907682, -0.052663106471300125, 0.0059263273142278194, -0.0022698871325701475, -0.017623480409383774, 0.0557040236890316, 0.008790142834186554, 0.06683100759983063, 0.00037012549000792205, 0.01435795333236456, -0.03904810547828674, -0.015481018461287022, -0.03210237994790077, 0.04198535159230232, -0.014496177434921265, -0.042918361723423004, 0.012846135534346104, -0.038184210658073425, -0.00815517921000719, 0.008898130618035793, -0.0359380804002285, -0.004665039014071226, 0.030910203233361244, -0.0207680631428957, 0.0014448662986978889, -0.022495854645967484, 0.04499170929193497, -0.023342473432421684, -0.0027752663008868694, -0.05480556935071945, -0.00033583963522687554, -0.02189112827181816, 0.02439642697572708, -0.03642186149954796, -0.01774442568421364, 0.04827451705932617, -0.001754789031110704, -0.06956091523170471, 0.02572682686150074, -0.006431706715375185, 0.005382073111832142, 0.028785018250346184, 0.0340375080704689, -0.04392047971487045, -0.011869932524859905, 0.010919647291302681, 0.022495854645967484, 0.028698628768324852, -0.001435147481970489, 0.05466734617948532, -0.008647600188851357, -0.014720790088176727, 0.007835538126528263, 0.00948557909578085, 0.005490059964358807, 0.03211965784430504, 0.031134815886616707, -0.007995358668267727, 0.021822016686201096, 0.037907760590314865, 0.006453304085880518, -0.047030504792928696, -0.0051401820965111256, 0.03742397949099541, -0.06071462109684944, 0.0007402509800158441, -0.021528292447328568, -0.023186972364783287, 0.03901354968547821, -0.02752372995018959, -0.005922007840126753, -0.0043259598314762115, -0.014487538486719131, 0.06696923077106476, -0.013805060647428036, -0.022634077817201614, 0.011818098835647106, -0.0898451954126358, 0.04347125440835953, 0.004868054762482643, -0.04347125440835953, 0.07940933108329773, 0.03160132095217705, -0.04378225654363632, 0.050866205245256424, 0.006258927285671234, 0.000256199185969308, -0.01177490409463644, 0.0006452224333770573, -0.04416237026453018, 0.007347436621785164, -0.0067643066868186, -0.00039982193266041577, 0.0830722525715828, 0.01821093074977398, 0.01433203648775816, -0.0012202532961964607, -0.07685220241546631, 0.00022501795319840312, 0.006228690966963768, -0.007818260230123997, 0.0523175485432148, 0.03711297735571861, 0.01807270757853985, 0.003673718310892582, -0.06061095371842384, 0.0006986759835854173, -0.019731387495994568, -0.03759675845503807, 0.017329756170511246, 0.024569205939769745, 0.03669830784201622, -0.013494057580828667, -0.03935910761356354, -0.035454295575618744, -0.022996915504336357, 0.023567086085677147, 0.08473093062639236, -0.006319400388747454, -0.043436698615550995, -0.05397623032331467, 0.013113942928612232, 0.06323719769716263, -0.004418828524649143, 0.04875829815864563, 0.03863343596458435, -0.030720146372914314, -0.055358465760946274, 0.02526032365858555, 0.006634722463786602, 0.021631959825754166, 0.029804416000843048, -0.05449456721544266, -0.07422595471143723, -0.029718026518821716, 0.06237329915165901, 0.011887210421264172, 0.06572521477937698, -0.002565771574154496, -0.0207680631428957, -0.00036391624598763883, 0.009174576960504055, 0.051280874758958817, -0.044853486120700836, -0.03146309778094292, 0.0042741261422634125, -0.04208901897072792, -0.015671076253056526, -0.01933399587869644, 0.020508894696831703, -0.05466734617948532, 0.07394950836896896, 0.015135460533201694, -0.05860671401023865, -0.019126661121845245, -0.004263327457010746, 0.013347195461392403, -0.031048426404595375, -0.0029113299679011106, 0.014746706932783127, -0.09965905547142029, -0.01428020279854536, -0.011818098835647106, 0.03215421363711357, -0.06144029274582863, 0.02577866055071354, 0.06282252818346024, -0.029769860208034515, 0.002816301304847002, -0.04347125440835953, -0.032378826290369034, -0.019731387495994568, 0.004053832497447729, -0.03718208894133568, 0.0613020695745945, 0.011031953617930412, -0.013632280752062798, -0.00380762224085629, -0.0071271429769694805, 0.037527646869421005, -0.02095812000334263, 0.02526032365858555, -0.011973600834608078, -0.02208118513226509, 0.01802087388932705, 0.00037309512845240533, 0.0032309715170413256, 0.010703672654926777, 0.05276677757501602, 0.04910385608673096, 0.044093258678913116, 0.014720790088176727, -0.026262441650032997, 0.03897899389266968, 0.04416237026453018, -0.04181257262825966, -0.019973278045654297, -0.016258524730801582, 0.061025623232126236, 0.048170849680900574, 0.05978161096572876, 0.016128940507769585, -0.019264884293079376, -0.029113300144672394, 0.03367467224597931 ]
39,013
pulp.utilities
allcombinations
returns all combinations of orgset with up to k items :param orgset: the list to be iterated :param k: the maxcardinality of the subsets :return: an iterator of the subsets example: >>> c = allcombinations([1,2,3,4],2) >>> for s in c: ... print(s) (1,) (2,) (3,) (4,) (1, 2) (1, 3) (1, 4) (2, 3) (2, 4) (3, 4)
def allcombinations(orgset, k): """ returns all combinations of orgset with up to k items :param orgset: the list to be iterated :param k: the maxcardinality of the subsets :return: an iterator of the subsets example: >>> c = allcombinations([1,2,3,4],2) >>> for s in c: ... print(s) (1,) (2,) (3,) (4,) (1, 2) (1, 3) (1, 4) (2, 3) (2, 4) (3, 4) """ return itertools.chain(*[combination(orgset, i) for i in range(1, k + 1)])
(orgset, k)
[ -0.008099972270429134, -0.0003507948131300509, -0.09987489134073257, 0.02703196555376053, -0.009328301064670086, 0.02876299060881138, -0.04609072580933571, -0.05906466767191887, 0.026122739538550377, 0.016339825466275215, -0.020020440220832825, -0.0023233327083289623, -0.022136136889457703, 0.016331084072589874, 0.006124156527221203, -0.04595084488391876, 0.007540449500083923, -0.020719842985272408, 0.04906319081783295, 0.025493275374174118, 0.03490025922656059, 0.0012294211192056537, -0.03766290470957756, 0.05518297478556633, -0.02683962881565094, 0.042558733373880386, 0.06703787297010422, 0.03180539608001709, -0.033239174634218216, 0.025161059573292732, -0.0175375547260046, -0.0016293927328661084, 0.052245479077100754, 0.008821233175694942, -0.060113776475191116, -0.0051930746994912624, 0.03404349088668823, 0.010351179167628288, 0.040180761367082596, 0.05651184543967247, -0.0010310745565220714, 0.017799831926822662, 0.065778948366642, -0.04441215470433235, 0.02119194157421589, 0.019967984408140182, 0.05217554047703743, 0.08777520060539246, -0.026909569278359413, 0.00432319100946188, -0.003525433363392949, 0.004447772167623043, -0.019338520243763924, -0.08511746674776077, -0.04951780289411545, 0.014766166917979717, -0.009380755946040154, -0.02166404016315937, 0.02122691087424755, 0.024374229833483696, -0.054483573883771896, -0.01751132868230343, 0.0170829426497221, 0.022188592702150345, -0.0514761358499527, -0.03357139229774475, -0.09406983852386475, -0.05395901948213577, 0.002175802132114768, -0.010456089861690998, 0.024181893095374107, 0.05679160729050636, -0.01816701889038086, -0.013612150214612484, -0.05476333573460579, 0.020859723910689354, -0.013131310231983662, 0.02617519535124302, 0.01925109513103962, -0.051825836300849915, -0.023989558219909668, 0.0170829426497221, -0.002589980373159051, -0.045321378856897354, 0.030843716114759445, 0.03133330121636391, -0.02316775731742382, -0.02140176296234131, 0.023307638242840767, -0.01989804394543171, 0.013778259046375751, 0.013638378120958805, 0.044517066329717636, 0.000847480958327651, -0.008834347128868103, 0.04930798336863518, -0.04217406362295151, -0.06427522748708725, -0.07046495378017426, -0.030039401724934578, -0.01331490371376276, -0.026472441852092743, -0.04906319081783295, -0.0060804435051977634, 0.031228389590978622, -0.041020046919584274, -0.04696498066186905, -0.020230261608958244, 0.0035494754556566477, 0.019810618832707405, -0.03829237073659897, 0.054238781332969666, 0.0341658852994442, -0.03448061645030975, -0.03339654207229614, 0.03983105719089508, -0.003024922451004386, -0.03773284703493118, -0.014329039491713047, -0.021943800151348114, -0.008274823427200317, -0.005245530046522617, 0.026315076276659966, 0.044272273778915405, 0.024129439145326614, 0.010036448016762733, 0.0005412184982560575, 0.04371275007724762, 0.011540166102349758, -0.025895433500409126, 0.09218145161867142, 0.028937840834259987, 0.018534205853939056, -0.012090946547687054, -0.002347374800592661, 0.003038036171346903, -0.05395901948213577, -0.01601635105907917, -0.011680047027766705, 0.023272668942809105, 0.02404201216995716, -0.02947987988591194, 0.010692139156162739, 0.05392405018210411, -0.029514849185943604, -0.051825836300849915, 0.021087031811475754, -0.07770378887653351, -0.008790634572505951, 0.016173718497157097, 0.03720829263329506, 0.05203565955162048, 0.009791656397283077, -0.050112295895814896, -0.04934295266866684, 0.019758163020014763, -0.008349135518074036, -0.03615918755531311, 0.00584439467638731, -0.005612717010080814, -0.035529725253582, 0.00811745785176754, -0.04095010459423065, 0.03727823495864868, -0.014023050665855408, 0.0036915417294949293, 0.013140052556991577, -0.03292444348335266, -0.031018568202853203, -0.05500812456011772, 0.04140471667051315, -0.03871201351284981, 0.0231852438300848, -0.09316061437129974, -0.03629906848073006, 0.04780426248908043, -0.01947840116918087, -0.006731763482093811, -0.0031276473309844732, -0.009704230353236198, -0.061407670378685, -0.05123134329915047, -0.006425774190574884, -0.017616238445043564, 0.03696350380778313, 0.0021375534124672413, 0.021699009463191032, 0.001940846093930304, 0.003160431981086731, -0.029567304998636246, -0.005245530046522617, -0.04028566926717758, -0.007846438325941563, 0.03185785189270973, -0.01527323480695486, 0.007208232767879963, 0.007077094167470932, 0.0602186843752861, -0.05497315526008606, 0.09497906267642975, -0.037592966109514236, -0.0025965373497456312, -0.01946091651916504, -0.0016075364546850324, 0.08595675230026245, 0.03850219026207924, 0.024339258670806885, -0.007020267657935619, 0.05252524092793465, 0.0032915701158344746, -0.011881126090884209, -0.07413682341575623, 0.014687484130263329, 0.035844456404447556, -0.014337781816720963, 0.05777077004313469, -0.06046347692608833, -0.01462628599256277, 0.013594665564596653, -0.05560261756181717, -0.017791088670492172, -0.02078978344798088, 0.06479977816343307, 0.01756378263235092, 0.012956459075212479, -0.019600797444581985, 0.06427522748708725, -0.01137405727058649, -0.032382406294345856, 0.025703096762299538, -0.00039696641033515334, -0.009100995026528835, 0.07392700761556625, 0.0249162670224905, -0.008274823427200317, -0.009922794066369534, -0.01583275757730007, -0.036683741956949234, 0.030336648225784302, -0.00513624818995595, -0.010438605211675167, 0.001089540310204029, 0.0045024133287370205, 0.036264099180698395, -0.08148057013750076, 0.08378860354423523, -0.029777126386761665, 0.057945623993873596, 0.013690833933651447, 0.02510860376060009, -0.028465744107961655, -0.026472441852092743, -0.01731899194419384, -0.024076983332633972, 0.04462197422981262, -0.03456804156303406, -0.007496736943721771, -0.027346696704626083, 0.053364526480436325, -0.00011597538832575083, 0.030476529151201248, 0.04651036486029625, -0.05266512185335159, 0.02468896098434925, -0.014311554841697216, -0.015858985483646393, 0.05651184543967247, -0.0010611270554363728, -0.07098950445652008, 0.05560261756181717, 0.0758853331208229, 0.06798207014799118, 0.027171846479177475, 0.013017657212913036, -0.06109293922781944, 0.03650888800621033, -0.01006267499178648, 0.039061713963747025, -0.0701502189040184, 0.00942446943372488, 0.06672314554452896, 0.04766438156366348, -0.010980643332004547, 0.025458306074142456, -0.06476481258869171, -0.021541643887758255, -0.00763661740347743, -0.026979509741067886, 0.0048696002922952175, -0.0023298896849155426, 0.0540289580821991, -0.0071645197458565235, 0.016785696148872375, -0.02687459997832775, 0.013690833933651447, -0.013612150214612484, 0.03372875973582268, -0.04000591114163399, 0.00199876562692225, 0.0359843373298645, 0.02795867621898651, -0.09413977712392807, 0.002902526641264558, 0.006574397906661034, 0.048188935965299606, -0.0027604601345956326, 0.047069888561964035, -0.03913165256381035, 0.030336648225784302, 0.05196571722626686, -0.04633551463484764, 0.003735254518687725, 0.01105058379471302, -0.028308376669883728, -0.024549080058932304, -0.06906614452600479, -0.008392848074436188, -0.012746637687087059, 0.018516721203923225, 0.012090946547687054, -0.0026883340906351805, 0.008099972270429134, -0.012781607918441296, 0.020195290446281433, -0.018918879330158234, -0.0012698554201051593, 0.003525433363392949, 0.054448600858449936, -0.020072896033525467, -0.031263358891010284, -0.05021720752120018, 0.004021572880446911, -0.026105254888534546, 0.07025513052940369, -0.012213342823088169, 0.05605722963809967, 0.04825887829065323, -0.024321774020791054, -0.0018020581919699907, -0.044901736080646515, 0.054903216660022736, -0.0034839061554521322, -0.033414024859666824, -0.03941141441464424, -0.012895261868834496, 0.09267102926969528, 0.055707529187202454, -0.02075481414794922, -0.016540905460715294, 0.03283701837062836, 0.018744027242064476, 0.029374968260526657, 0.06476481258869171, -0.005035708658397198, 0.022590748965740204, 0.08847460895776749, 0.005385410971939564, 0.0037308833561837673, -0.02989952079951763, 0.01300891488790512, 0.05406393110752106, -0.03587942570447922, 0.04091513529419899, 0.006980926264077425, 0.03154312074184418, 0.03437570855021477, -0.02855316922068596, -0.012038491666316986, 0.02904275245964527, -0.01752881333231926, 0.007326256949454546, -0.06938087940216064, 0.06333103030920029, 0.045566171407699585, 0.028920356184244156, 0.048818398267030716, -0.04441215470433235, -0.007837696000933647, -0.009476924315094948, 0.02769639901816845, -0.022818055003881454, -0.0320676751434803, 0.04287346452474594, 0.028500713407993317, -0.03615918755531311, -0.04832881689071655, -0.06661823391914368, -0.04741959273815155, 0.046020783483982086, 0.0419992096722126, 0.06077820807695389, 0.001597700989805162, 0.08141062408685684, 0.02468896098434925, -0.012239569798111916, 0.0048914565704762936, 0.028728019446134567, -0.037767816334962845, -0.030441559851169586, 0.003715583821758628, -0.014075505547225475, -0.016523418948054314, 0.008069373667240143, 0.030808746814727783, -0.0021878231782466173, 0.020212775096297264, -0.004130854737013578, -0.06105796992778778, 0.0000945971260080114, -0.021821405738592148, -0.072877898812294, -0.006377690471708775, 0.012886518612504005, -0.0076847015880048275, 0.018341870978474617, -0.009433211758732796, -0.012396936304867268, 0.03505762666463852, 0.09281091392040253, 0.020684873685240746, 0.0909225195646286, -0.06682804971933365, 0.0325222872197628, 0.016164975240826607, 0.024636507034301758, -0.028605623170733452, -0.003851093351840973, -0.021803919225931168, -0.04388760030269623, -0.056616753339767456, -0.03441067785024643, 0.003337468486279249, -0.04074028506875038, -0.016925577074289322, 0.005088164005428553, -0.005088164005428553, -0.024129439145326614, 0.023080332204699516, -0.04745456203818321, -0.019793134182691574, 0.01460880134254694, 0.0051187630742788315, -0.02274811454117298, -0.030039401724934578, 0.10463084280490875, 0.010176328010857105, 0.0170829426497221, 0.04720976948738098, -0.042768556624650955, 0.006237809546291828, 0.040180761367082596, -0.00628152210265398, -0.02535339631140232, -0.02769639901816845, 0.02729424089193344, 0.009546864777803421, -0.01548305619508028, -0.029794611036777496, -0.061162881553173065, 0.07067477703094482, 0.06588385999202728, -0.004895828198641539, 0.08252967149019241, 0.045111559331417084, 0.016383538022637367, 0.0294274240732193, -0.025877948850393295, 0.05455351248383522, 0.003914476837962866, -0.01527323480695486, -0.01643599383533001, -0.00842344667762518, -0.03357139229774475, 0.016602102667093277, -0.01640976592898369, -0.016567133367061615, -0.027399152517318726, 0.02360488474369049, -0.04011081904172897, -0.028518198058009148, -0.05948431044816971, 0.01863911747932434, 0.01991552859544754, 0.011933580972254276, -0.046615276485681534, -0.002382344799116254, -0.0190412737429142, -0.011680047027766705, -0.09330049157142639, 0.018446780741214752, 0.023989558219909668, -0.05151110514998436, -0.010569742880761623, 0.017187854275107384, 0.06861153244972229, 0.001868720049969852, 0.0034052233677357435, 0.04518149793148041, 0.013533467426896095, 0.04007584974169731, 0.007151405792683363, 0.07987193763256073, 0.07053489238023758, -0.01300017163157463, 0.005730741657316685, 0.04053046181797981, 0.024129439145326614, -0.04259370267391205, 0.010805792175233364, -0.03727823495864868, -0.00811745785176754, -0.007383083458989859, -0.009529379196465015, 0.010316208936274052, 0.03547726944088936, -0.06280647963285446, -0.026979509741067886, -0.012632984668016434, -0.00037784207961522043, 0.026577351614832878, 0.043223168700933456, 0.01375203114002943, 0.024356745183467865, 0.01863911747932434, 0.0255107618868351, -0.011942323297262192, 0.0027298612985759974, -0.0018709057476371527, -0.020947150886058807, -0.004095884505659342, -0.05235039070248604, 0.05151110514998436, -0.023727281019091606, 0.06738757342100143, -0.016304856166243553, 0.017817316576838493, -0.07511599361896515, 0.054448600858449936, 0.0553927980363369, 0.03703344240784645, -0.0010146822314709425, -0.008152428083121777, 0.07777372747659683, -0.03502265736460686, -0.043188199400901794, 0.05434369295835495, -0.007697815541177988, -0.01558796688914299, 0.028308376669883728, -0.02444417029619217, -0.01991552859544754, 0.030196767300367355, 0.03441067785024643, 0.04909816011786461, -0.01427658461034298, -0.038851894438266754, 0.01684689335525036, -0.048398759216070175, 0.004686006810516119, -0.016068806871771812, 0.006473858375102282, 0.035582177340984344, -0.05060188099741936, -0.016304856166243553, 0.061792343854904175, 0.0016392281977459788, -0.012370708398520947, 0.003958189394325018, -0.013883169740438461, 0.027119390666484833, -0.026962025091052055, 0.011645076796412468, -0.04825887829065323, -0.018499236553907394, 0.009223390370607376, 0.02031768672168255, -0.01168878935277462, -0.04654533788561821, -0.05822538211941719, -0.020824754610657692, -0.018306899815797806, 0.00921464804559946, 0.044726885855197906, 0.020719842985272408, -0.010027704760432243, 0.004646665416657925, -0.031700488179922104, -0.045111559331417084, -0.03867704048752785, 0.015098383650183678, 0.023517459630966187, -0.0017911299364641309, -0.009153449907898903, -0.022643204778432846, -0.05605722963809967, -0.055322855710983276, -0.07067477703094482, -0.03962123766541481, -0.028185982257127762, -0.04871349036693573, 0.0024369859602302313, 0.020475052297115326, -0.009809141047298908, 0.10190316289663315, -0.024549080058932304, 0.06361079216003418, -0.04612569510936737, 0.04920307174324989, 0.0440974235534668, 0.024619020521640778, -0.06406540423631668, -0.001904783071950078, -0.0316130630671978, -0.05864502489566803, -0.042768556624650955, -0.02075481414794922, -0.000699403986800462, 0.06130276247859001, 0.030039401724934578, -0.0683317705988884, -0.039096683263778687, 0.07581539452075958, -0.017423901706933975, 0.08392848074436188, -0.043607838451862335, 0.009503152221441269, -0.00820925459265709, 0.011863640509545803, 0.04025069996714592, 0.027766339480876923, -0.005005110055208206, 0.00025052871205843985, 0.06319115310907364, 0.005450979806482792, 0.028710534796118736, -0.04703491926193237, -0.02619268000125885, 0.0026030943263322115, -0.037592966109514236, 0.028623109683394432, -0.008690094575285912, 0.0683317705988884, -0.014355267398059368, -0.062456779181957245, -0.021384278312325478, 0.023220213130116463, 0.0019375677220523357, 0.038886863738298416, 0.048783428966999054, -0.01928606629371643, 0.001752881333231926, 0.003129832912236452, 0.0389917753636837, -0.02855316922068596, -0.001329960417933762, -0.031508151441812515, 0.07336748391389847, 0.0071645197458565235, -0.0032260010484606028, -0.03245234489440918, 0.002963724546134472, -0.008847461082041264, 0.04829384759068489, -0.015666650608181953, 0.025213515385985374, 0.01773863472044468, -0.002909083617851138, -0.0812707468867302, -0.0678771585226059, 0.05217554047703743, -0.018062109127640724, -0.019356006756424904, 0.01951337233185768, -0.013140052556991577, -0.04930798336863518, 0.0016031651757657528, -0.04367778077721596, 0.03860710188746452, 0.03612421825528145, -0.036054275929927826, 0.00021528529759962112, 0.02683962881565094, -0.02621016465127468, 0.011811185628175735, -0.011610106565058231, -0.009678003378212452, 0.012396936304867268, -0.008030032739043236, -0.012598014436662197, -0.04483179748058319, 0.03594936430454254, -0.04507659003138542, -0.011557651683688164, 0.027381667867302895, -0.051441166549921036, 0.05710633844137192, -0.011242919601500034, 0.013725804165005684, 0.0389917753636837, 0.03636900708079338, 0.035372357815504074, -0.016978032886981964, -0.004852115176618099, 0.03615918755531311, -0.06588385999202728, -0.009844111278653145, -0.04343298822641373, -0.028658078983426094, -0.003929776139557362, -0.010106387548148632, 0.0025593815371394157, 0.051825836300849915, -0.0450066477060318, -0.0035713317338377237, -0.031508151441812515, -0.03115844912827015, 0.008615783415734768, 0.027329212054610252, -0.03748805448412895, 0.014329039491713047, -0.0044805570505559444, 0.018534205853939056, 0.0027823166456073523, -0.0056608011946082115, 0.014023050665855408, 0.03355390578508377, 0.03934147581458092, 0.05916957929730415, -0.009013568982481956, 0.009372013621032238, -0.026682263240218163, 0.0013835085555911064, 0.012912746518850327, -0.025440821424126625, 0.017799831926822662, -0.06109293922781944, -0.017056714743375778, -0.03217258304357529, -0.0054903216660022736, -0.01601635105907917, -0.022608235478401184, 0.023727281019091606, -0.030861202627420425, -0.013743288815021515, -0.001861070399172604, -0.004237951245158911, 0.012729153037071228, 0.024846326559782028, -0.011076810769736767, -0.017878515645861626, 0.006290264893323183, -0.013515982776880264, 0.0376279354095459, 0.0005846580606885254, 0.028255922719836235, 0.009170935489237309, -0.02708441950380802, -0.04976259544491768, -0.03871201351284981, -0.014407722279429436, -0.051825836300849915, -0.014023050665855408, -0.02248583920300007, 0.004098070319741964, -0.013096340000629425, -0.009363271296024323, 0.06693296134471893, -0.06371570378541946 ]
39,014
pulp.utilities
allpermutations
returns all permutations of orgset with up to k items :param orgset: the list to be iterated :param k: the maxcardinality of the subsets :return: an iterator of the subsets example: >>> c = allpermutations([1,2,3,4],2) >>> for s in c: ... print(s) (1,) (2,) (3,) (4,) (1, 2) (1, 3) (1, 4) (2, 1) (2, 3) (2, 4) (3, 1) (3, 2) (3, 4) (4, 1) (4, 2) (4, 3)
def allpermutations(orgset, k): """ returns all permutations of orgset with up to k items :param orgset: the list to be iterated :param k: the maxcardinality of the subsets :return: an iterator of the subsets example: >>> c = allpermutations([1,2,3,4],2) >>> for s in c: ... print(s) (1,) (2,) (3,) (4,) (1, 2) (1, 3) (1, 4) (2, 1) (2, 3) (2, 4) (3, 1) (3, 2) (3, 4) (4, 1) (4, 2) (4, 3) """ return itertools.chain(*[permutation(orgset, i) for i in range(1, k + 1)])
(orgset, k)
[ 0.007323442026972771, 0.008490316569805145, -0.09746012091636658, 0.03573770076036453, 0.0036551901139318943, 0.035911861807107925, -0.015021328814327717, -0.055800970643758774, 0.02340714819729328, 0.030199402943253517, -0.015770217403769493, -0.016257867217063904, -0.023006580770015717, 0.05308407172560692, -0.006187045946717262, -0.04681429639458656, 0.02039417438209057, -0.004593478981405497, 0.04270411282777786, 0.022867251187562943, 0.038768090307712555, 0.020028438419103622, -0.04193780943751335, 0.04869522899389267, -0.0453861840069294, 0.049078382551670074, 0.062453895807266235, 0.027430253103375435, -0.04204230383038521, 0.030582554638385773, 0.00977039523422718, 0.02753474935889244, 0.053954873234033585, 0.019976191222667694, -0.06335952877998352, -0.008494670502841473, 0.026716195046901703, 0.022327354177832603, 0.0030216819141060114, 0.037723127752542496, 0.0015532925026491284, 0.025305496528744698, 0.06544945389032364, -0.06147859990596771, 0.008377112448215485, 0.023058827966451645, 0.07029110938310623, 0.07711819559335709, -0.01660618744790554, 0.0023729344829916954, -0.005716812796890736, 0.03573770076036453, -0.009779103100299835, -0.07858113944530487, -0.03835010528564453, 0.010179671458899975, -0.0008876734646037221, -0.03545904532074928, 0.024382445961236954, 0.01698063313961029, -0.037444472312927246, -0.010719568468630314, 0.009700730443000793, 0.0028257514350116253, -0.0381062813103199, -0.03241124004125595, -0.08192501962184906, -0.06496180593967438, -0.0001503493549535051, -0.0028018043376505375, 0.0010422407649457455, 0.02992074564099312, -0.03246348723769188, 0.0020409415010362864, -0.034344419836997986, 0.03349103406071663, -0.00585178704932332, 0.009343702346086502, 0.02577572874724865, -0.04381874203681946, -0.028440382331609726, 0.012887864373624325, 0.012870448641479015, -0.0427737794816494, 0.013715126551687717, 0.026733610779047012, -0.014925540424883366, -0.0392209067940712, 0.03998721390962601, -0.02783082239329815, -0.0011255111312493682, 0.006744359154254198, 0.06377751380205154, -0.008224721997976303, -0.003687845077365637, 0.045421015471220016, -0.043156929314136505, -0.05848304182291031, -0.07774517685174942, -0.040544524788856506, -0.013593214564025402, -0.009117293171584606, -0.0453861840069294, -0.01954079046845436, 0.038489434868097305, -0.028945447877049446, -0.033107880502939224, -0.020446423441171646, 0.002682069083675742, 0.015239029191434383, -0.05169078707695007, 0.06841018050909042, 0.03162751719355583, -0.015657013282179832, -0.013906702399253845, 0.04044003039598465, -0.012722412124276161, -0.051864948123693466, 0.0005894238711334765, -0.015064869076013565, -0.0036551901139318943, 0.0024469527415931225, 0.031836509704589844, 0.03197583928704262, 0.020028438419103622, 0.0021715615876019, 0.005507820751518011, 0.024678518995642662, 0.01225217990577221, -0.002747379243373871, 0.07088325917720795, 0.04890422150492668, 0.006722589023411274, -0.012182515114545822, -0.002873645629733801, -0.013427761383354664, -0.028144309297204018, -0.015900839120149612, -0.008525148034095764, 0.016205620020627975, 0.02473076805472374, -0.03584219515323639, 0.02159588225185871, 0.062453895807266235, -0.006870625074952841, -0.04886939004063606, 0.01147716585546732, -0.03342136740684509, -0.00157941656652838, 0.013062025420367718, 0.03918607532978058, 0.04639631137251854, 0.02777857333421707, -0.04695362597703934, -0.036713000386953354, 0.03768829628825188, 0.0068140230141580105, -0.03201067075133324, -0.016858721151947975, -0.00220639375038445, -0.027238676324486732, -0.014350811950862408, -0.046709802001714706, 0.06698206812143326, -0.002257553394883871, -0.0002631453680805862, 0.05590546876192093, -0.04155465587973595, -0.02417345531284809, -0.019209884107112885, 0.0685495063662529, -0.043958067893981934, 0.04061419144272804, -0.08673184365034103, -0.011494582518935204, 0.05869203433394432, -0.010144839063286781, -0.007632576860487461, -0.010162255726754665, 0.007388752419501543, -0.05071549117565155, -0.04242545738816261, 0.009169541299343109, -0.04148499295115471, 0.03793212026357651, 0.013819622807204723, 0.02889319881796837, 0.021038567647337914, -0.01806042715907097, -0.02655945159494877, -0.015448021702468395, -0.030826378613710403, 0.02063800022006035, 0.04771993309259415, -0.010519283823668957, 0.012217347510159016, -0.01172969862818718, 0.051864948123693466, -0.049287375062704086, 0.09704213589429855, -0.02964208833873272, -0.017450865358114243, -0.016780348494648933, 0.0026602991856634617, 0.057333581149578094, 0.04207713529467583, 0.02063800022006035, 0.015413189306855202, 0.0679921954870224, 0.00370526104234159, -0.004458504728972912, -0.08826445788145065, 0.04113667085766792, 0.013506134040653706, -0.036713000386953354, 0.04451538249850273, -0.05106380954384804, -0.00203332188539207, 0.011381377466022968, -0.042913105338811874, -0.007471478544175625, -0.005729875061661005, 0.045455846935510635, 0.020498670637607574, 0.026716195046901703, -0.017598900943994522, 0.04301760345697403, -0.02499200776219368, -0.061443764716386795, 0.04113667085766792, 0.004436734598129988, -0.00286929146386683, 0.05848304182291031, 0.032324157655239105, 0.008094101212918758, -0.036991655826568604, -0.03376968950033188, -0.04413222894072533, 0.0241908710449934, 0.0013551850570365787, -0.003134886035695672, 0.0076499925926327705, 0.01084148045629263, 0.052143603563308716, -0.0849902406334877, 0.0855475589632988, -0.025636401027441025, 0.04225129634141922, 0.026838107034564018, 0.019976191222667694, -0.0345534086227417, -0.03786245733499527, -0.05169078707695007, -0.021717794239521027, 0.04374907538294792, -0.03242865577340126, -0.0038641823921352625, 0.003043451812118292, 0.05353688821196556, 0.007684824988245964, 0.028422966599464417, 0.03302079811692238, -0.03563320264220238, 0.006705172825604677, 0.009099877439439297, -0.02856229431927204, 0.05437285825610161, -0.007906879298388958, -0.06123477220535278, 0.043923236429691315, 0.07272935658693314, 0.0721023753285408, 0.018495827913284302, 0.012670163996517658, -0.05252675712108612, 0.03998721390962601, -0.014594635926187038, 0.06367301940917969, -0.055731307715177536, 0.01768598146736622, 0.07307767868041992, 0.009692022576928139, -0.003855474293231964, 0.03141852468252182, -0.0732170045375824, 0.0013747781049460173, -0.01236538402736187, -0.023912213742733, 0.020533503964543343, 0.004728453233838081, 0.045734502375125885, -0.003605118952691555, -0.014446599408984184, -0.02497459203004837, 0.012574376538395882, 0.00797654315829277, 0.02373805269598961, -0.03897708281874657, -0.013680294156074524, 0.027917901054024696, 0.013305849395692348, -0.09474322199821472, 0.0003420617722440511, 0.02215319499373436, 0.05688076466321945, 0.02655945159494877, 0.06377751380205154, -0.04406256601214409, 0.021160481497645378, 0.01910538785159588, -0.03887258842587471, -0.006365560460835695, 0.011686158366501331, -0.002734317211434245, -0.0132623091340065, -0.0874284878373146, 0.002745202276855707, -0.0074584162794053555, 0.023598724976181984, 0.009108585305511951, -0.019871694967150688, 0.023546477779746056, -0.02063800022006035, 0.020446423441171646, -0.023354901000857353, -0.00663115456700325, 0.014498847536742687, 0.04820758104324341, -0.018095258623361588, -0.027116764336824417, -0.05614929273724556, -0.0028148663695901632, -0.0254970733076334, 0.07067426294088364, -0.024365030229091644, 0.05127280205488205, 0.02445211075246334, -0.02910219132900238, 0.007732718717306852, -0.04089284688234329, 0.06753937900066376, -0.0018080020090565085, -0.030704466626048088, -0.03573770076036453, -0.009831351228058338, 0.09836575388908386, 0.05503466725349426, -0.016092414036393166, -0.009500445798039436, 0.03737480938434601, 0.038802921772003174, 0.01879190094769001, 0.03942989930510521, -0.010266751982271671, 0.017677273601293564, 0.07816316187381744, 0.018704820424318314, 0.029015112668275833, -0.05761224031448364, 0.028510047122836113, 0.07906879484653473, -0.05663694068789482, 0.027726326137781143, 0.003990448545664549, 0.03817594423890114, 0.01779918558895588, -0.03984788432717323, -0.01598791964352131, 0.03469273820519447, 0.0018243294907733798, 0.016553940251469612, -0.06914165616035461, 0.05792572721838951, 0.033874183893203735, 0.02107340097427368, 0.0737743154168129, -0.054442521184682846, 0.01688484475016594, -0.01772952266037464, 0.018356500193476677, -0.014855876564979553, -0.03733997419476509, 0.05646277964115143, 0.02598472125828266, -0.04176364839076996, -0.040544524788856506, -0.054756008088588715, -0.05106380954384804, 0.05078515410423279, 0.03681749477982521, 0.036190517246723175, 0.007528080604970455, 0.06733038276433945, 0.02034192718565464, 0.0015598235186189413, 0.002013728953897953, 0.0132623091340065, -0.03761863335967064, -0.04980985447764397, 0.004297406412661076, 0.011929983273148537, -0.024382445961236954, -0.022309938445687294, 0.03087862767279148, -0.003134886035695672, 0.016109831631183624, 0.0029106545262038708, -0.03918607532978058, -0.004443265497684479, -0.006609384901821613, -0.045212022960186005, -0.005812601186335087, 0.03563320264220238, -0.030286481603980064, 0.028910616412758827, -0.02060316689312458, -0.005590546876192093, 0.00942207407206297, 0.08276098966598511, 0.008150703273713589, 0.0819946825504303, -0.06161792576313019, 0.02185712195932865, 0.012452463619410992, 0.03859392926096916, -0.022762754932045937, -0.007980897091329098, -0.01882673241198063, -0.03481465205550194, -0.020759912207722664, -0.038733258843421936, 0.017973346635699272, -0.02136947214603424, 0.007623868528753519, 0.021822290495038033, 0.00688368733972311, 0.001892905100248754, 0.048799727112054825, -0.057298749685287476, -0.007497602608054876, 0.02063800022006035, 0.0020877469796687365, -0.014742672443389893, -0.03012973815202713, 0.1042175441980362, 0.0326898954808712, -0.0007624957361258566, 0.045455846935510635, -0.0396040603518486, 0.024051541462540627, 0.03908158093690872, -0.0010939446510747075, -0.00030750184669159353, -0.05047166347503662, 0.03547646105289459, 0.002130198525264859, -0.006544074509292841, -0.02185712195932865, -0.07196304947137833, 0.058587536215782166, 0.07440129667520523, 0.0040383427403867245, 0.07892946153879166, 0.038001783192157745, 0.024103790521621704, 0.021961618214845657, -0.02805723063647747, 0.05374588072299957, 0.003211081260815263, -0.025183584541082382, 0.003012973815202713, 0.01753794588148594, -0.023511644452810287, 0.0241908710449934, -0.06318537145853043, -0.020429007709026337, -0.02218802645802498, 0.03148818761110306, -0.04590866342186928, -0.032585397362709045, -0.0726596936583519, 0.007837215438485146, 0.04580416902899742, 0.024800430983304977, -0.05907518416643143, -0.03758380189538002, -0.0224144347012043, -0.0075846826657652855, -0.0855475589632988, 0.005403324496001005, 0.014237606897950172, -0.0592145137488842, 0.00010946248949039727, 0.02805723063647747, 0.04075351729989052, -0.008120225742459297, -0.005790831055492163, 0.05047166347503662, 0.017450865358114243, 0.02833588607609272, 0.008668830618262291, 0.08861277997493744, 0.08986673504114151, -0.04068385437130928, 0.009927138686180115, 0.04019620642066002, 0.04124116897583008, -0.04848623648285866, -0.0019582153763622046, -0.026977436617016792, -0.012443755753338337, -0.015944378450512886, -0.045699670910835266, 0.0036443050485104322, 0.03396126627922058, -0.033107880502939224, -0.0032589752227067947, -0.0029933806508779526, -0.013079441152513027, 0.007610806729644537, 0.05273574963212013, 0.0037640403024852276, 0.01600533537566662, 0.0006748713203705847, 0.03908158093690872, -0.012539544142782688, -0.014777504839003086, -0.01983686164021492, -0.017398618161678314, -0.0173724927008152, -0.04455021396279335, 0.034361835569143295, -0.016649728640913963, 0.03636467829346657, 0.007732718717306852, 0.0354938767850399, -0.08673184365034103, 0.043923236429691315, 0.06360335648059845, 0.05872686579823494, -0.018112674355506897, -0.009988095611333847, 0.05924934521317482, -0.06673824042081833, -0.04472437500953674, 0.03761863335967064, -0.012443755753338337, -0.031766846776008606, 0.03089604340493679, -0.03525005280971527, -0.03014715388417244, 0.016162078827619553, 0.009500445798039436, 0.054512184113264084, -0.01442047581076622, -0.006787898950278759, 0.017137376591563225, -0.035702869296073914, 0.018896397203207016, -0.024312783032655716, 0.012182515114545822, 0.016057582572102547, -0.03171459585428238, -0.028422966599464417, 0.05047166347503662, -0.016162078827619553, -0.05722908675670624, 0.01367158629000187, -0.024608856067061424, 0.0036312430165708065, -0.007127511780709028, 0.006034655496478081, -0.04099734127521515, -0.03277697414159775, 0.011511998251080513, -0.014603343792259693, 0.005625378806143999, -0.033665191382169724, -0.035877030342817307, -0.023755470290780067, -0.01482104416936636, 0.004654434975236654, 0.05426836013793945, 0.016466859728097916, -0.05465151369571686, 0.002727786311879754, -0.0057037509977817535, -0.02161329798400402, -0.020934071391820908, 0.007427938282489777, 0.009300162084400654, -0.008620936423540115, -0.003755332203581929, -0.029015112668275833, -0.049600861966609955, -0.07279901951551437, -0.06496180593967438, -0.03681749477982521, -0.014220191165804863, -0.055243659764528275, 0.0037248542066663504, 0.024643687531352043, -0.0018896396504715085, 0.08129804581403732, -0.026838107034564018, 0.03939506784081459, -0.047023288905620575, 0.049287375062704086, 0.05904035270214081, 0.03239382058382034, -0.06722588837146759, -0.0156918466091156, -0.024086374789476395, -0.05917968228459358, -0.04719744995236397, -0.024399863556027412, 0.0006536454893648624, 0.036225348711013794, 0.02676844410598278, -0.07356532663106918, -0.06935064494609833, 0.09230497479438782, -0.03035614639520645, 0.06712139397859573, -0.05336272716522217, 0.008220368064939976, -0.026089217513799667, -0.0022096592001616955, 0.036713000386953354, 0.006787898950278759, -0.011111428961157799, -0.014011198654770851, 0.0509941466152668, 0.01367158629000187, 0.03242865577340126, -0.053954873234033585, -0.059632498770952225, -0.004998401738703251, -0.05116830766201019, 0.025566736236214638, -0.0043866634368896484, 0.038001783192157745, -0.010632488876581192, -0.07544625550508499, -0.01505616120994091, 0.014237606897950172, 0.006731296889483929, 0.049357037991285324, 0.030739299952983856, -0.01624915935099125, 0.012922696769237518, 0.0015304338885471225, 0.05151662603020668, -0.04099734127521515, -0.01482104416936636, -0.0360511876642704, 0.061443764716386795, 0.012583084404468536, -0.01910538785159588, -0.028928032144904137, -0.004312645178288221, -0.025827977806329727, 0.041345663368701935, -0.009944555349647999, 0.04075351729989052, 0.033369120210409164, -0.007837215438485146, -0.06384717673063278, -0.08018341660499573, 0.04733677953481674, -0.02889319881796837, -0.014977788552641869, 0.03242865577340126, -0.02215319499373436, -0.03161010146141052, 0.006483118515461683, -0.028945447877049446, 0.04193780943751335, 0.020429007709026337, -0.008860407397150993, -0.016109831631183624, 0.0037531552370637655, -0.019192468374967575, 0.02624596282839775, -0.026855522766709328, 0.014969080686569214, 0.005094189662486315, -0.0050375876016914845, -0.03267247974872589, -0.05520882457494736, 0.039011914283037186, -0.042878273874521255, 0.002601519925519824, 0.024051541462540627, -0.06057296320796013, 0.04998401552438736, -0.012783368118107319, 0.010214503854513168, 0.03740964084863663, 0.02985108084976673, 0.021195312961935997, -0.026925187557935715, 0.0010493160225450993, 0.008107163943350315, -0.07544625550508499, -0.009639774449169636, -0.03190617263317108, -0.006078195758163929, -0.011642618104815483, -0.009970678947865963, 0.0028192203026264906, 0.057054925709962845, -0.04792892560362816, -0.04298277199268341, -0.020411591976881027, -0.033386535942554474, 0.0018939935835078359, 0.030060073360800743, -0.031209532171487808, 0.0002053187054116279, -0.003748801304027438, 0.005494758486747742, -0.0018101789755746722, -0.0011461926624178886, -0.002388173481449485, 0.020655415952205658, 0.027169011533260345, 0.06506630033254623, -0.0031914880964905024, 0.0062958961352705956, -0.020150350406765938, 0.02243185043334961, 0.0091521255671978, -0.040300700813531876, 0.015047453343868256, -0.05207394063472748, -0.01299236062914133, -0.021177897229790688, 0.005346722435206175, -0.01053670048713684, -0.01069344487041235, 0.05430319160223007, -0.04897388443350792, -0.018617739900946617, 0.028004981577396393, 0.003685668110847473, 0.006914165336638689, 0.017903681844472885, 0.002468722639605403, -0.0226930920034647, 0.009178250096738338, -0.009709438309073448, 0.007558558601886034, 0.004650081042200327, 0.020028438419103622, 0.0027604412753134966, -0.00880815926939249, -0.03887258842587471, -0.05531332269310951, -0.028910616412758827, -0.08533856272697449, -0.04461987689137459, -0.03479723632335663, -0.0016556116752326488, -0.005050649866461754, -0.0003559401957318187, 0.07001245766878128, -0.05970216169953346 ]
39,019
itertools
combinations
Return successive r-length combinations of elements in the iterable. combinations(range(4), 3) --> (0,1,2), (0,1,3), (0,2,3), (1,2,3)
from itertools import combinations
(iterable, r)
[ -0.004791405517607927, 0.013908385299146175, -0.055533718317747116, 0.010980304330587387, -0.034571319818496704, 0.0005911271437071264, -0.03723321110010147, -0.07459951937198639, 0.028365785256028175, 0.016811510547995567, -0.011853737756609917, 0.01738548092544079, 0.00041722034802660346, 0.05922709405422211, -0.00042865818249993026, -0.06681348383426666, 0.0005490151816047728, 0.034604594111442566, 0.006833575665950775, 0.04774768650531769, 0.022476349025964737, 0.017202476039528847, -0.04635019227862358, 0.07220381498336792, -0.012045061215758324, 0.07746105641126633, 0.013500782661139965, 0.026485824957489967, -0.037965234369039536, -0.01484836544841528, -0.014407489448785782, -0.0244394950568676, 0.046749476343393326, -0.005011843517422676, -0.024572590366005898, -0.001404771814122796, 0.047215308994054794, 0.05496806651353836, -0.014315987005829811, 0.03550298139452934, 0.04551834985613823, -0.06055803969502449, 0.018167411908507347, -0.028864890336990356, 0.012352841906249523, -0.024223215878009796, 0.011063488200306892, 0.04967755824327469, -0.056332286447286606, -0.044686511158943176, 0.02873179502785206, -0.06385213136672974, 0.013517419807612896, -0.04249044880270958, 0.014498992823064327, 0.08418232947587967, -0.030129289254546165, 0.029763279482722282, 0.04235735535621643, 0.043854668736457825, -0.04022784158587456, -0.019415173679590225, 0.02270926535129547, -0.010664204135537148, -0.02969673089683056, -0.02716793492436409, -0.0718710795044899, -0.035369887948036194, 0.00001957751373993233, 0.021211951971054077, 0.012510892003774643, 0.06861026585102081, -0.017784764990210533, -0.03127722814679146, -0.017984407022595406, -0.0015836177626624703, 0.029630184173583984, 0.023890480399131775, 0.02606990374624729, -0.0892399251461029, -0.006700480822473764, 0.007357635535299778, -0.04125932604074478, -0.017851311713457108, 0.03626827895641327, 0.021661145612597466, -0.03373948112130165, 0.011171627789735794, -0.050409577786922455, -0.028565427288413048, -0.031210683286190033, 0.0018830805784091353, -0.010206691920757294, 0.03067830391228199, -0.01030651293694973, 0.05762995779514313, 0.0008193635731004179, -0.023374738171696663, -0.01840032823383808, -0.03583572059869766, -0.02874843217432499, -0.037965234369039536, -0.04601745679974556, -0.014340942725539207, 0.028016412630677223, -0.03640137240290642, -0.0629204660654068, -0.002489284845069051, 0.02763376571238041, -0.023208370432257652, -0.04332229122519493, 0.047215308994054794, 0.09502954035997391, -0.03402230516076088, -0.018017681315541267, -0.013450872153043747, -0.0076071880757808685, 0.010356423445045948, -0.008825835771858692, 0.022975454106926918, -0.015397381037473679, 0.030262382701039314, 0.0037911164108663797, 0.0641515925526619, 0.05666502192616463, 0.03776559233665466, 0.01461545005440712, 0.06834407150745392, -0.0002370747533859685, -0.03229207545518875, 0.016279133036732674, 0.012535846792161465, -0.0010288836201652884, 0.041126228868961334, 0.00032441806979477406, -0.018150774762034416, -0.04954446479678154, -0.051673974841833115, 0.048013873398303986, 0.005282191559672356, -0.00800231285393238, -0.03806505352258682, 0.026286182925105095, 0.030761487782001495, -0.02091248892247677, -0.0141496192663908, 0.030794762074947357, -0.02252626046538353, -0.007702849805355072, 0.01374201662838459, 0.007731964346021414, 0.03932945430278778, 0.010007049888372421, -0.04165860638022423, -0.026019994169473648, 0.018483512103557587, -0.02397366426885128, -0.034271858632564545, 0.024090122431516647, -0.04435377195477486, -0.018416965380311012, -0.03517024591565132, -0.03710011765360832, 0.06042494624853134, 0.00011301342601655051, 0.009058751165866852, -0.007037376519292593, -0.010506154969334602, 0.023557743057608604, -0.08997194468975067, 0.017302297055721283, -0.042923007160425186, -0.01150436419993639, -0.06069113686680794, 0.02142822928726673, -0.010531109757721424, -0.05147433280944824, -0.005132460501044989, 0.016478775069117546, 0.006234650034457445, -0.051241420209407806, -0.022243434563279152, -0.004107215907424688, -0.0004328173818066716, 0.047548044472932816, -0.005976778920739889, 0.06707967817783356, -0.00535289803519845, 0.049145180732011795, -0.053603846579790115, -0.022309981286525726, -0.030412115156650543, -0.016478775069117546, 0.03199261426925659, -0.0012945529306307435, -0.016345679759979248, -0.0027970660012215376, 0.02716793492436409, -0.02874843217432499, 0.03019583597779274, -0.043388836085796356, -0.03883034735918045, -0.009857318364083767, 0.03402230516076088, 0.0900384932756424, 0.002589105861261487, -0.01237779762595892, -0.01702778972685337, 0.024888688698410988, -0.034904059022665024, 0.06571545451879501, -0.05546717345714569, 0.051374513655900955, -0.0022459712345153093, 0.014806773513555527, 0.029297446832060814, 0.0008136446704156697, -0.03643464669585228, -0.012752125971019268, -0.03152678161859512, -0.0011531398631632328, -0.033623021095991135, 0.05656520277261734, 0.017219113186001778, 0.053770218044519424, -0.022110339254140854, 0.006667207460850477, 0.023690838366746902, -0.036501191556453705, -0.004491942469030619, 0.021827513352036476, -0.04724857956171036, 0.03159333020448685, 0.04748149588704109, -0.013475827872753143, 0.01357564888894558, -0.0027762700337916613, -0.019099073484539986, 0.013101499527692795, 0.01711929216980934, -0.03388921171426773, -0.007282769773155451, 0.03199261426925659, -0.01671168953180313, 0.0071080829948186874, 0.06874335557222366, 0.02395702712237835, 0.02382393181324005, 0.009532900527119637, -0.012169837020337582, -0.013334414921700954, 0.0007325401529669762, -0.007698690518736839, -0.029630184173583984, -0.0018976377323269844, -0.03776559233665466, -0.01684478484094143, -0.015780027955770493, 0.037931960076093674, -0.01931535266339779, 0.06711295247077942, 0.0030590961687266827, -0.050742313265800476, -0.002000578213483095, -0.046882569789886475, -0.028415696695446968, 0.016803191974759102, 0.03232534974813461, -0.08804207295179367, 0.030811399221420288, 0.10867173969745636, -0.005090868100523949, 0.014182892628014088, 0.06148970127105713, -0.048180244863033295, 0.06861026585102081, 0.015871530398726463, 0.04648328572511673, -0.039229631423950195, -0.024639137089252472, 0.02761712856590748, 0.05443568900227547, -0.0273343026638031, -0.025770440697669983, -0.052306175231933594, -0.00618889881297946, 0.007486571092158556, -0.014881639741361141, 0.000373288756236434, -0.005727226845920086, 0.05340420454740524, 0.0006841893773525953, 0.07233691215515137, -0.009965457953512669, 0.061755891889333725, 0.004425395280122757, 0.07593046873807907, -0.04205789044499397, 0.029630184173583984, -0.016903012990951538, 0.020163830369710922, -0.0243063997477293, 0.004841316025704145, 0.0069833071902394295, -0.021844150498509407, -0.050709038972854614, 0.05766323208808899, -0.04175842925906181, 0.022609444335103035, 0.03467114269733429, -0.02109549380838871, 0.04844643175601959, 0.012802036479115486, -0.008422392420470715, 0.003000867087393999, -0.05067576840519905, -0.028831616044044495, 0.02809959650039673, -0.002549593336880207, 0.04365502670407295, -0.017518576234579086, 0.02428976446390152, 0.014108027331531048, 0.03259154036641121, -0.019864369183778763, 0.022958816960453987, 0.028332510963082314, 0.03225880116224289, 0.004961933009326458, -0.02156132459640503, -0.08298447728157043, 0.029829826205968857, 0.03279118239879608, 0.09636048972606659, 0.012685578316450119, 0.06934228539466858, 0.04445359483361244, -0.03450477495789528, 0.011936921626329422, -0.05293837562203407, 0.06847716867923737, -0.012585757300257683, -0.03340674191713333, -0.02843233197927475, -0.0004458148905541748, 0.02796650119125843, -0.009524581953883171, 0.016611868515610695, 0.0150064155459404, -0.020396746695041656, 0.041625335812568665, 0.017169203609228134, 0.013018314726650715, 0.014948186464607716, 0.018816247582435608, 0.09070396423339844, -0.04724857956171036, -0.019714636728167534, 0.0034916535951197147, 0.04934482276439667, 0.051673974841833115, -0.01853342168033123, 0.05363712087273598, 0.049744103103876114, 0.03294091299176216, 0.005901913624256849, -0.03630154952406883, -0.005939346272498369, 0.0006571545382030308, -0.03736630827188492, 0.025637347251176834, -0.002986310049891472, 0.05772978067398071, 0.007440819870680571, -0.010323149152100086, 0.0188661590218544, -0.04535198211669922, 0.01901588961482048, -0.013850156217813492, 0.03086130879819393, -0.04135914519429207, -0.007137197535485029, 0.05001029372215271, 0.027217844501137733, -0.06255445629358292, -0.03309064358472824, 0.020646298304200172, 0.0020796030294150114, -0.0001979522203328088, 0.08098806440830231, 0.01868315413594246, -0.0012560802279040217, 0.02410675771534443, 0.006937555968761444, 0.0011406622361391783, -0.033606383949518204, 0.04079349339008331, -0.012253020890057087, -0.06345284730195999, -0.015979669988155365, 0.02091248892247677, -0.04199134558439255, 0.03307400643825531, 0.03527006879448891, -0.049744103103876114, -0.010406333953142166, 0.020180467516183853, -0.015039688907563686, -0.003826469648629427, -0.0517737977206707, -0.07539808750152588, -0.009250074625015259, 0.01295176800340414, -0.02362428978085518, -0.0169362872838974, -0.049611009657382965, -0.03373948112130165, -0.007553118281066418, 0.09868964552879333, 0.04278991371393204, 0.09562846273183823, -0.06268755346536636, -0.031859517097473145, 0.0428231842815876, -0.03500387817621231, -0.02094576135277748, -0.009458034299314022, 0.026086540892720222, -0.026752013713121414, -0.043688300997018814, -0.03543643653392792, -0.017701581120491028, 0.020014099776744843, -0.09123634546995163, 0.04455341398715973, -0.020879214629530907, -0.024356311187148094, 0.019881004467606544, 0.044021036475896835, -0.031426962465047836, 0.02763376571238041, -0.032824452966451645, 0.0065590678714215755, -0.056032825261354446, 0.06814443320035934, -0.025504251942038536, -0.02124522440135479, 0.02809959650039673, -0.05044285207986832, 0.019947553053498268, 0.03255826607346535, 0.02126186154782772, -0.009225118905305862, -0.06465069949626923, 0.0418582484126091, 0.03663428872823715, -0.030561845749616623, -0.02462249994277954, -0.040327660739421844, 0.042756639420986176, 0.07992330193519592, -0.03690047562122345, 0.0839826911687851, 0.045751266181468964, -0.03420531004667282, -0.02701820246875286, -0.026935018599033356, 0.03275790810585022, -0.014174574054777622, 0.04365502670407295, -0.029463816434144974, -0.015172784216701984, -0.05723067745566368, -0.04222426190972328, -0.0065341126173734665, 0.0011188264470547438, 0.0021981403697282076, 0.02859870158135891, 0.02861533872783184, -0.035536255687475204, -0.04894553869962692, -0.02701820246875286, 0.015239330939948559, 0.0017021551029756665, -0.033323559910058975, 0.004090579226613045, -0.01078898087143898, -0.03916308283805847, -0.035236794501543045, -0.0084681436419487, 0.015813302248716354, -0.03287436440587044, -0.03576917201280594, -0.018100865185260773, 0.06711295247077942, 0.029680093750357628, -0.010572701692581177, -0.012444344349205494, -0.0107057960703969, 0.01981445774435997, -0.010115189477801323, 0.03929618000984192, 0.016204267740249634, -0.009050432592630386, 0.03322373703122139, 0.016295770183205605, 0.04601745679974556, -0.06438451260328293, -0.05613264441490173, -0.03593553975224495, -0.014748544432222843, -0.05500134080648422, 0.0006327192531898618, -0.007316043600440025, 0.043887943029403687, -0.06465069949626923, -0.04461996257305145, -0.0204466562718153, -0.012111607939004898, 0.006138988304883242, 0.014964823611080647, 0.035236794501543045, 0.013234593905508518, 0.04681602492928505, -0.00678782444447279, -0.007332680281251669, -0.005614928435534239, -0.01901588961482048, -0.05340420454740524, -0.005319624673575163, -0.01660354994237423, 0.027733586728572845, -0.026003357023000717, 0.06348612159490585, -0.014415808022022247, -0.014074753038585186, -0.02302536554634571, -0.028149506077170372, 0.03956236690282822, 0.04395449161529541, 0.04056057706475258, 0.025354519486427307, 0.049145180732011795, -0.006376062985509634, -0.0122197475284338, 0.038131602108478546, -0.0214115921407938, -0.027134660631418228, -0.0013777370331808925, 0.0035041312221437693, -0.04102640971541405, 0.04555162414908409, -0.035236794501543045, 0.037632495164871216, -0.022343255579471588, -0.11599194258451462, 0.015547112561762333, -0.03355647623538971, -0.011055169627070427, 0.016744963824748993, -0.005286350846290588, -0.01788458600640297, -0.08058878034353256, -0.025287972763180733, 0.023108549416065216, -0.0038867781404405832, 0.00823522824794054, 0.021943971514701843, -0.027284391224384308, 0.009690950624644756, -0.015405699610710144, 0.033473290503025055, -0.06468397378921509, -0.01533083338290453, 0.012070016004145145, 0.0005630525411106646, -0.04249044880270958, -0.07553118467330933, -0.030628394335508347, -0.032674722373485565, -0.03192606568336487, 0.04778096079826355, -0.024239853024482727, -0.02156132459640503, 0.06638093292713165, 0.02427312731742859, -0.05307146906852722, -0.025537526234984398, 0.036035362631082535, -0.05110832303762436, -0.02124522440135479, 0.02701820246875286, -0.005610769148916006, -0.03942927345633507, -0.050742313265800476, 0.030761487782001495, -0.0636192187666893, 0.0002755474124569446, -0.05866144225001335, -0.04601745679974556, 0.00823522824794054, 0.014174574054777622, 0.010988622903823853, 0.09050432592630386, 0.013750335201621056, 0.022409802302718163, 0.0005248397937975824, -0.014906594529747963, -0.0030674145091325045, 0.04155878722667694, -0.028964711353182793, -0.018899433314800262, 0.004342210944741964, -0.09190181642770767, -0.046084001660346985, 0.013583967462182045, -0.04302282631397247, 0.05470187962055206, 0.020014099776744843, 0.0006030848599039018, -0.054568782448768616, 0.0338725745677948, -0.03260817751288414, 0.038264695554971695, -0.04076021909713745, 0.038930170238018036, -0.02507169358432293, 0.02543770521879196, 0.058727990835905075, 0.014274395070970058, 0.013367688283324242, 0.010439607314765453, 0.10228319466114044, -0.00902547687292099, -0.009258393198251724, 0.0005334182060323656, 0.023890480399131775, -0.014474037103354931, -0.047215308994054794, 0.0279498640447855, -0.006833575665950775, 0.052173081785440445, 0.004712380468845367, -0.03756595030426979, -0.028698522597551346, 0.010239965282380581, -0.015863211825489998, -0.020180467516183853, 0.0026806083042174578, -0.035103701055049896, -0.004554330836981535, 0.02989637292921543, -0.01470695249736309, -0.010140144266188145, 0.010689159855246544, -0.058395255357027054, 0.055334076285362244, -0.005789614748209715, 0.04568472132086754, 0.009557855315506458, 0.0837164968252182, 0.07346821576356888, 0.11040196567773819, -0.022942181676626205, -0.013534056954085827, 0.01613771915435791, 0.03663428872823715, -0.06731259077787399, 0.014973142184317112, 0.03743285313248634, 0.01197019498795271, -0.014881639741361141, -0.002322916639968753, 0.025836987420916557, -0.01786794885993004, 0.02477223239839077, -0.03214234486222267, 0.03653446584939957, 0.035702623426914215, -0.037133391946554184, 0.02974664233624935, -0.01021501049399376, 0.009973776526749134, -0.041625335812568665, 0.008592919446527958, -0.023291554301977158, -0.004190400242805481, -0.004142569378018379, 0.010872164741158485, -0.04165860638022423, -0.0037016933783888817, -0.028498880565166473, -0.028964711353182793, -0.0039907582104206085, -0.0254044309258461, 0.09150253236293793, -0.0018248517299070954, -0.057263948023319244, 0.06764532625675201, -0.0003751083859242499, 0.038264695554971695, -0.013400961644947529, 0.01053942833095789, 0.04169188067317009, -0.034404952079057693, -0.0066880034282803535, -0.010855527594685555, -0.0023374739103019238, 0.024206578731536865, 0.0014006126439198852, -0.00035639197449199855, 0.032491717487573624, -0.05802924185991287, 0.012269658036530018, -0.006022530607879162, -0.04615055024623871, -0.02109549380838871, 0.07167144119739532, 0.015339151956140995, 0.0017967770108953118, -0.005739704240113497, 0.03952909633517265, 0.02109549380838871, -0.011005259118974209, -0.006010052748024464, 0.05430259555578232, -0.009807407855987549, 0.005007684230804443, -0.008759288117289543, -0.01884952187538147, -0.028415696695446968, -0.027267755940556526, -0.03175969794392586, 0.04155878722667694, -0.006866849027574062, -0.0319427028298378, -0.00855964608490467, 0.009092024527490139, -0.029297446832060814, -0.0038784595672041178, -0.08231900632381439, -0.04884571582078934, -0.010813935659825802, 0.029131079092621803, -0.018450237810611725, 0.021644508466124535, 0.05666502192616463, -0.031060950830578804, -0.03392248600721359, -0.04615055024623871, 0.0037079323083162308, 0.034305132925510406, 0.029147716239094734, -0.01738548092544079, 0.025271335616707802, -0.00635942630469799, 0.004516897723078728, -0.057596687227487564, -0.06814443320035934, -0.05097522959113121, -0.05816233903169632, 0.06105714663863182, 0.048313338309526443, -0.005652361083775759, 0.007519844453781843, -0.0043921214528381824, 0.07992330193519592, -0.01622922159731388 ]
39,020
pulp.apis
configSolvers
Configure the path the the solvers on the command line Designed to configure the file locations of the solvers from the command line after installation
def configSolvers(): """ Configure the path the the solvers on the command line Designed to configure the file locations of the solvers from the command line after installation """ configlist = [ (cplex_dll_path, "cplexpath", "CPLEX: "), (coinMP_path, "coinmppath", "CoinMP dll (windows only): "), ] print( "Please type the full path including filename and extension \n" + "for each solver available" ) configdict = {} for default, key, msg in configlist: value = input(msg + "[" + str(default) + "]") if value: configdict[key] = value setConfigInformation(**configdict)
()
[ 0.058680422604084015, -0.03244045004248619, 0.042058661580085754, -0.04209601506590843, -0.03535392880439758, 0.01442731637507677, -0.07093197107315063, -0.020114200189709663, 0.06454472988843918, 0.0024815918877720833, -0.01504362840205431, -0.04329128563404083, -0.04848325252532959, 0.01829327642917633, -0.03501775860786438, -0.020618455484509468, 0.03802461549639702, 0.05416079983115196, -0.056513991206884384, 0.00043159385677427053, 0.0419839583337307, -0.01723807491362095, 0.014912895858287811, 0.05401138961315155, 0.026874961331486702, 0.058456309139728546, 0.06786908209323883, 0.008605030365288258, -0.010309227742254734, -0.06465678662061691, -0.04172249138355255, 0.03970547020435333, -0.021122710779309273, 0.012802491895854473, 0.0356714241206646, 0.02059978060424328, 0.05199436843395233, 0.07571306079626083, -0.02788347378373146, 0.012055446393787861, 0.04631682112812996, -0.02769671194255352, 0.054310206323862076, 0.04108750447630882, -0.025586308911442757, 0.04209601506590843, -0.08419203013181686, 0.02965770661830902, 0.011523176915943623, -0.00293915718793869, 0.017854386940598488, -0.02969505824148655, 0.016061479225754738, -0.02848110906779766, -0.017396822571754456, -0.001705364789813757, 0.044598616659641266, 0.05834425240755081, 0.07858918607234955, -0.022840917110443115, 0.01750887930393219, 0.0008631877135485411, 0.009048588573932648, 0.02173902466893196, 0.010365256108343601, -0.0028200966771692038, -0.0002731385175138712, -0.030983712524175644, 0.02726716175675392, 0.020394342020154, -0.002887797774747014, -0.02988182008266449, -0.0923348218202591, -0.08404261618852615, 0.09943175315856934, -0.015491856262087822, -0.0624530054628849, 0.028948012739419937, 0.005831623915582895, 0.006200477480888367, -0.040452513843774796, -0.019946115091443062, -0.04370216280221939, -0.02510072849690914, 0.003527455497533083, 0.008661058731377125, 0.03449482470750809, 0.004958514589816332, 0.09263364225625992, 0.015090319328010082, -0.03544731065630913, -0.031543996185064316, -0.0074797929264605045, 0.05685016140341759, -0.04456126317381859, -0.008175479248166084, 0.032944705337285995, -0.05524401366710663, 0.00979563407599926, 0.008287535980343819, -0.03615700080990791, 0.024092217907309532, 0.033150143921375275, -0.03223501518368721, -0.01723807491362095, -0.10294286906719208, -0.0038216046523302794, 0.02810758724808693, 0.0319175198674202, -0.019946115091443062, -0.07586246728897095, -0.022056518122553825, -0.02058110386133194, -0.03910783305764198, -0.002409221837297082, 0.03781917691230774, -0.053749922662973404, -0.010365256108343601, 0.018554743379354477, 0.0017824039096012712, -0.04665299132466316, 0.04568183422088623, -0.03287000209093094, 0.03049813210964203, 0.06428326666355133, 0.01880687102675438, -0.032141633331775665, 0.0302926953881979, 0.008703080005943775, -0.024372359737753868, 0.08142796158790588, -0.00987967662513256, 0.013185353018343449, -0.022784888744354248, 0.06361092627048492, -0.02293429709970951, -0.06491825729608536, -0.03307544067502022, 0.02965770661830902, 0.03363572433590889, 0.02336384728550911, -0.005187297239899635, -0.029396239668130875, -0.04041516035795212, -0.01975935325026512, 0.012120813131332397, 0.02515675686299801, -0.07552629709243774, -0.024484416469931602, 0.0259411558508873, 0.015118333511054516, 0.017480865120887756, -0.10847100615501404, -0.0597262866795063, -0.037669770419597626, -0.012130151502788067, 0.0071669677272439, -0.017396822571754456, 0.04627946764230728, 0.018797531723976135, -0.023662665858864784, 0.03223501518368721, 0.028163615614175797, 0.015641264617443085, -0.039481356739997864, -0.006242499221116304, -0.029041394591331482, -0.015099657699465752, 0.02693098969757557, 0.03217898681759834, -0.017761006951332092, -0.04329128563404083, -0.10608046501874924, 0.023475905880331993, 0.06600146740674973, -0.02926550805568695, 0.006013716105371714, -0.013484171591699123, 0.06476884335279465, -0.04900618642568588, -0.04665299132466316, 0.02569836564362049, -0.03970547020435333, 0.07265017181634903, 0.03281397372484207, 0.0337851345539093, -0.006798114161938429, 0.03066621720790863, -0.02295297384262085, 0.004746073391288519, -0.04138632118701935, 0.00026015276671387255, 0.019021647050976753, 0.00797937996685505, -0.01942318305373192, 0.018461361527442932, 0.019143041223287582, 0.022504745051264763, -0.0017182047013193369, -0.04575653746724129, 0.04075133055448532, -0.00970225315541029, 0.04310452565550804, -0.008525656536221504, 0.015659941360354424, -0.005626186262816191, 0.0423201285302639, -0.048968832939863205, -0.02489529177546501, 0.05315228924155235, 0.03148796781897545, -0.029583001509308815, 0.01384835597127676, -0.026258649304509163, 0.008222169242799282, -0.012793154455721378, 0.05774661898612976, 0.00940343551337719, -0.05457167327404022, 0.032141633331775665, 0.059838343411684036, 0.01304528210312128, 0.06898964941501617, 0.02116006426513195, 0.0302926953881979, 0.0064385985024273396, -0.002448908518999815, 0.013512185774743557, -0.010019747540354729, -0.013372114859521389, 0.0007645543664693832, -0.01424055453389883, -0.05498255044221878, 0.011205682530999184, 0.0022329657804220915, -0.04930500313639641, -0.039854876697063446, 0.0070128897204995155, 0.02351325750350952, 0.004283838905394077, 0.0197967067360878, 0.009510823525488377, 0.01880687102675438, -0.010001071728765965, -0.00851631909608841, 0.010477312840521336, 0.0205624271184206, -0.008287535980343819, -0.012522350065410137, 0.015090319328010082, 0.02810758724808693, -0.008124119602143764, -0.022840917110443115, 0.02965770661830902, -0.0159587599337101, -0.009655563160777092, -0.04093809425830841, -0.008511649444699287, 0.029751086607575417, -0.04015369713306427, -0.039668116718530655, 0.05008940026164055, -0.00017465106793679297, 0.036922723054885864, 0.015361122786998749, -0.010169156827032566, -0.0012372941710054874, -0.01718204654753208, 0.010757455602288246, -0.010524003766477108, 0.06338681280612946, 0.09853529930114746, -0.048595309257507324, 0.01938583143055439, 0.0014077138621360064, 0.0259411558508873, 0.016780510544776917, 0.008768446743488312, -0.01216750405728817, 0.03518584370613098, 0.0411248542368412, 0.018676137551665306, -0.002901804866269231, 0.012279560789465904, -0.01068275049328804, -0.013596228323876858, -0.06768232583999634, -0.03369175270199776, -0.015706632286310196, 0.007073587272316217, 0.029246831312775612, 0.03765109181404114, 0.03832343593239784, -0.004090073984116316, 0.022672830149531364, -0.015585237182676792, -0.0010908031836152077, -0.06039863079786301, 0.050164107233285904, -0.06136978790163994, 0.013428143225610256, -0.02532484196126461, -0.04545772075653076, -0.02371869422495365, -0.029153451323509216, -0.029246831312775612, 0.009945043362677097, -0.05244259536266327, 0.03684801980853081, 0.0063218725845217705, -0.009188659489154816, 0.024615149945020676, 0.022430041804909706, 0.03970547020435333, 0.013007929548621178, 0.040265753865242004, -0.010906863957643509, -0.04258159548044205, -0.001622489420697093, -0.008787122555077076, -0.05397403612732887, 0.05737309530377388, 0.0017952437046915293, -0.05109791085124016, -0.012643745169043541, -0.017826372757554054, 0.016901904717087746, -0.021514911204576492, 0.0435153990983963, -0.008619037456810474, -0.040676627308130264, 0.0068961638025939465, 0.014474006369709969, 0.00299285096116364, 0.0585310161113739, -0.035895537585020065, 0.019329803064465523, 0.007349059917032719, 0.005462770350277424, -0.036679934710264206, 0.1013740748167038, 0.003914985340088606, -0.06491825729608536, -0.02274753525853157, 0.002383542014285922, 0.020132876932621002, 0.04530831053853035, 0.005037887953221798, -0.02412956953048706, 0.018610771745443344, -0.021122710779309273, 0.015333108603954315, -0.029975200071930885, 0.01732211746275425, -0.0013201694237068295, 0.008997228927910328, -0.02295297384262085, -0.06293858587741852, 0.02590380236506462, -0.021440206095576286, -0.020693160593509674, -0.0019073005532845855, -0.033355582505464554, 0.037072133272886276, -0.04650358110666275, -0.023289144039154053, 0.03854754939675331, -0.01482885330915451, 0.07500337064266205, 0.004715724848210812, 0.018031811341643333, -0.005467439070343971, 0.014165850356221199, -0.03561539575457573, 0.004141433630138636, 0.007138953544199467, -0.029377564787864685, 0.035708773881196976, -0.05438491329550743, -0.03171208128333092, 0.04396362975239754, -0.0064292605966329575, 0.026762904599308968, -0.0008427607244811952, 0.005761588457971811, -0.038883719593286514, 0.007531152572482824, 0.06013716384768486, 0.060249220579862595, 0.04052721709012985, -0.03103974089026451, 0.013745637610554695, 0.019105689600110054, 0.02726716175675392, -0.0009297214564867318, -0.023083705455064774, 0.046204764395952225, 0.059278059750795364, -0.04807237908244133, 0.027976853772997856, 0.002043869812041521, -0.016547057777643204, -0.010066438466310501, 0.029919171705842018, 0.006489957682788372, -0.015118333511054516, 0.011812657117843628, 0.06686057150363922, 0.00543475616723299, 0.0014065465657040477, 0.02313973382115364, -0.006728078704327345, 0.03318749740719795, -0.020263608545064926, -0.06738350540399551, 0.020693160593509674, -0.04728798195719719, -0.007344391196966171, 0.014940910041332245, -0.014716796576976776, 0.05001469701528549, -0.015249066054821014, 0.021851081401109695, 0.06308799237012863, 0.04964117333292961, 0.09113955497741699, 0.010748117230832577, 0.03337425738573074, -0.029601678252220154, -0.018405333161354065, -0.05655134469270706, 0.01889091357588768, 0.0029158119577914476, -0.035297900438308716, -0.025175433605909348, -0.04508419707417488, 0.02074918895959854, -0.034289389848709106, -0.03921988978981972, -0.015034290961921215, -0.01829327642917633, -0.022037843242287636, -0.021328149363398552, 0.011504501104354858, -0.0037725798320025206, 0.019927438348531723, -0.010449298657476902, -0.021440206095576286, 0.02017022855579853, -0.025959830731153488, -0.07541424036026001, 0.009646224789321423, -0.009655563160777092, 0.022093871608376503, 0.07608658820390701, -0.014128497801721096, -0.03128252923488617, 0.007101601455360651, -0.03712816163897514, 0.007045573089271784, 0.033131469041109085, -0.04706386849284172, 0.10100055485963821, 0.024689853191375732, -0.01880687102675438, -0.04347804933786392, 0.020076848566532135, 0.06532912701368332, 0.00326132052578032, -0.007885999046266079, -0.07175371795892715, -0.029340211302042007, -0.051135264337062836, 0.018526729196310043, -0.003879967611283064, -0.02257945016026497, -0.011915375478565693, 0.045793890953063965, -0.015529208816587925, -0.05953952670097351, -0.044411856681108475, -0.005644862540066242, 0.003994358703494072, 0.05696221813559532, 0.010355918668210506, -0.09151307493448257, 0.03410262614488602, -0.07369603961706161, -0.04814708232879639, -0.0026566805317997932, 0.032141633331775665, 0.008324888534843922, 0.025418223813176155, -0.05841895937919617, 0.04037781059741974, -0.010066438466310501, -0.009646224789321423, 0.029713734984397888, 0.044411856681108475, 0.0027243816293776035, 0.016547057777643204, -0.046951811760663986, -0.0419839583337307, -0.03636243939399719, 0.03824872896075249, -0.010150481015443802, -0.05793337896466255, 0.016360295936465263, -0.025586308911442757, 0.01831195317208767, -0.04063927382230759, -0.07104402780532837, 0.043216582387685776, -0.004507952835410833, 0.0716790184378624, -0.013568214140832424, -0.01385769434273243, 0.05438491329550743, -0.011009583249688148, 0.02650143951177597, -0.003964010160416365, 0.0017905746353790164, -0.010131804272532463, -0.036138325929641724, -0.005840961821377277, 0.011850009672343731, -0.02076786570250988, -0.0597262866795063, 0.036866694688797, 0.0696246400475502, 0.02614659257233143, -0.012419631704688072, -0.03724021837115288, 0.055729594081640244, 0.015249066054821014, 0.03186149150133133, 0.025231461971998215, 0.03171208128333092, -0.015417151153087616, -0.0027080399449914694, -0.012335589155554771, 0.05165819823741913, -0.0063919080421328545, -0.026744229719042778, 0.024484416469931602, -0.027192456647753716, -0.00578493345528841, -0.009776958264410496, -0.010925540700554848, -0.038286082446575165, -0.002196780638769269, 0.008380916900932789, 0.017648950219154358, -0.009398765861988068, -0.004953845404088497, -0.04433714970946312, 0.03903312608599663, -0.010477312840521336, -0.00031165804830379784, 0.009426780045032501, -0.05031351372599602, -0.012942563742399216, -0.04814708232879639, 0.030554160475730896, -0.010832159779965878, -0.025791745632886887, -0.008329557254910469, 0.00011191091471118852, 0.02093595080077648, 0.0040947431698441505, 0.09823648631572723, -0.012625069357454777, 0.009674238972365856, -0.010654736310243607, -0.08112914115190506, 0.01313866302371025, 0.06921376287937164, -0.011784642934799194, -0.011896699666976929, 0.010346580296754837, -0.04355275258421898, 0.009076602756977081, -0.0319175198674202, 0.004064394626766443, 0.012438307516276836, 0.012270222418010235, 0.005630855448544025, -0.026015859097242355, -0.038043294101953506, 0.030143285170197487, -0.03903312608599663, 0.03128252923488617, -0.02986314333975315, 0.007026896812021732, -0.026818932965397835, 0.006933515891432762, -0.023083705455064774, 0.016406986862421036, 0.08000857383012772, 0.024409711360931396, -0.14246158301830292, -0.025287490338087082, -0.017723655328154564, 0.005135938059538603, -0.02767803519964218, -0.03978017345070839, -0.002904139459133148, -0.06510501354932785, -0.02037566527724266, 0.006980206351727247, 0.027976853772997856, -0.030143285170197487, 0.023681342601776123, 0.0017882401589304209, -0.06745821237564087, 0.018367981538176537, 0.040265753865242004, 0.009417442604899406, 0.0395934134721756, 0.013689609244465828, -0.020244933664798737, 0.04213336482644081, -0.014025779440999031, -0.03257118538022041, -0.043029822409152985, 0.02472720667719841, -0.02136550098657608, -0.008633044548332691, -0.01037459447979927, 0.003443412948399782, 0.07276222854852676, -0.001997179351747036, 0.05524401366710663, 0.0011765966191887856, -0.04101279750466347, -0.028779927641153336, 0.04000428691506386, -0.004258159548044205, 0.02315841056406498, -0.006611352786421776, 0.014539373107254505, 0.03643714264035225, 0.03744565695524216, -0.03955605998635292, 0.029209479689598083, 0.08852489292621613, -0.04515890032052994, -0.024278979748487473, 0.08404261618852615, 0.021496234461665154, 0.01238227915018797, -0.0020508733578026295, -0.02416692115366459, 0.045980650931596756, 0.022093871608376503, -0.05128467455506325, -0.006032392382621765, -0.022654155269265175, 0.02493264339864254, -0.02534351870417595, -0.04209601506590843, 0.03442012146115303, 0.030610188841819763, -0.037072133272886276, 0.006840135436505079, -0.051359377801418304, -0.009160645306110382, 0.003023199737071991, -0.027752740308642387, 0.021216092631220818, 0.0672340989112854, -0.11414854973554611, -0.008030739612877369, 0.018778856843709946, 0.041685137897729874, -0.058643072843551636, -0.04512154683470726, 0.030722245573997498, 0.00009308887092629448, -0.003597490955144167, -0.0027850789483636618, -0.0022061187773942947, -0.002074218587949872, 0.0016435000579804182, -0.02510072849690914, 0.003667526412755251, 0.014819514937698841, 0.03367307782173157, 0.016836538910865784, 0.047586798667907715, -0.08478966355323792, 0.04713857173919678, -0.004356209188699722, -0.021309472620487213, 0.0016166531713679433, -0.06394709646701813, -0.03664258122444153, -0.07298634946346283, -0.016463015228509903, -0.0016726815374568105, 0.09569653123617172, 0.003940665163099766, -0.03184281289577484, 0.059838343411684036, -0.03298205882310867, -0.07141754776239395, -0.02730451337993145, -0.0346442349255085, -0.02315841056406498, 0.002322844695299864, 0.05147143453359604, -0.002367200329899788, 0.03744565695524216, -0.03877166286110878, 0.03701610490679741, 0.01916171796619892, -0.00563552463427186, 0.04773620888590813, -0.027752740308642387, -0.04052721709012985, -0.0003367541066836566, 0.027435246855020523, 0.026781581342220306, -0.036138325929641724, 0.08150266110897064, -0.013614904135465622, -0.03892106935381889, -0.0687655359506607, 0.0549451969563961, 0.04063927382230759, -0.0822497084736824, -0.05457167327404022, -0.028966689482331276, 0.02058110386133194, 0.0102812135592103, -0.028574490919709206, 0.014268568716943264, 0.03223501518368721, -0.010972230695188046, 0.00688215671107173, 0.027846120297908783, -0.011009583249688148, 0.00334069412201643, 0.01901230774819851, 0.007521814201027155, -0.014044455252587795, 0.022840917110443115, 0.009141969494521618, -0.028499785810709, 0.03103974089026451, -0.004785760305821896, 0.03283264860510826, 0.020618455484509468, 0.028163615614175797, -0.00472272839397192, -0.07556365430355072, 0.0423201285302639, -0.02214989997446537, -0.007839309051632881, 0.021234769374132156, 0.014511358924210072, 0.013297409750521183, 0.061444491147994995, -0.005238656420260668, 0.05931541323661804, -0.039444003254175186, -0.03761374205350876, 0.015659941360354424 ]
39,025
pulp.apis.copt_api
<lambda>
null
coptstr = lambda x: bytes(x, "utf-8")
(x)
[ -0.026374176144599915, 0.005013621412217617, 0.024874301627278328, -0.0017231689998880029, -0.03579472750425339, -0.02964356169104576, 0.0029702545143663883, 0.047456663101911545, 0.12214697897434235, -0.0555458664894104, 0.04701849818229675, 0.019582614302635193, -0.03343537822365761, 0.02446984127163887, 0.00006717962969560176, 0.04226608946919441, -0.04867004230618477, 0.01456899382174015, 0.051939431577920914, 0.029593003913760185, -0.04769259691238403, -0.02329016663134098, 0.024452989920973778, 0.03346908092498779, -0.014510009437799454, 0.058983780443668365, -0.0021328956354409456, -0.052107956260442734, -0.036536239087581635, -0.005304327234625816, 0.021739736199378967, -0.07563405483961105, 0.004946211352944374, 0.029255954548716545, 0.016144702211022377, 0.013372465036809444, 0.02854814939200878, 0.02743588387966156, -0.019110744819045067, -0.061107195913791656, -0.0759711042046547, 0.005304327234625816, -0.07576888054609299, -0.010296883061528206, -0.008042859844863415, -0.009825012646615505, -0.019616318866610527, 0.025885453447699547, -0.021554358303546906, 0.017459198832511902, 0.03522174432873726, 0.018605168908834457, 0.02253180369734764, -0.004739767871797085, 0.0070317089557647705, 0.014745945110917091, 0.023138493299484253, 0.03812037408351898, 0.017240116372704506, 0.029930055141448975, -0.01904333382844925, 0.035255447030067444, 0.05773669481277466, -0.055073998868465424, -0.032474782317876816, 0.023323871195316315, 0.01464482955634594, -0.03193550184369087, 0.029593003913760185, 0.020290419459342957, -0.006488215643912554, -0.017240116372704506, -0.08803750574588776, -0.0060205585323274136, 0.043412063270807266, -0.041962746530771255, -0.07037607580423355, -0.009546945802867413, -0.011830461211502552, 0.02693030796945095, 0.04570400342345238, -0.03532285615801811, 0.012100101448595524, 0.0260876826941967, 0.01836923323571682, -0.06279244273900986, -0.005856246687471867, 0.02854814939200878, -0.004617587197571993, 0.07199391722679138, 0.016793524846434593, -0.03370501846075058, -0.04823187738656998, 0.09349771589040756, -0.0217734407633543, 0.005654016509652138, 0.03768220916390419, -0.006496641784906387, 0.002534196013584733, -0.03131195902824402, 0.009369994513690472, 0.07199391722679138, -0.006353395525366068, -0.06494956463575363, -0.026694374158978462, -0.03582843393087387, 0.013490432873368263, -0.02463836781680584, -0.014172959141433239, -0.036536239087581635, -0.005970001220703125, -0.04007526487112045, 0.001183888758532703, -0.04304130747914314, 0.045838821679353714, -0.02268347702920437, 0.004760833457112312, -0.05500658601522446, 0.04472655802965164, -0.0013945450773462653, 0.03909781947731972, 0.024655219167470932, -0.029997464269399643, -0.007318201940506697, 0.01041484996676445, 0.10994576662778854, 0.006572478450834751, 0.043816521763801575, 0.07145463675260544, 0.02676178328692913, 0.05264723673462868, 0.018520906567573547, -0.022750886157155037, -0.02072858437895775, 0.04159199073910713, -0.04816446825861931, -0.03346908092498779, 0.025868600234389305, 0.018841104581952095, 0.03896299749612808, 0.006028984673321247, 0.007945957593619823, 0.05308540165424347, -0.016734540462493896, -0.028430182486772537, -0.017678281292319298, 0.009344715625047684, -0.07988089323043823, -0.05497288331389427, 0.03142992779612541, 0.027840344235301018, 0.04159199073910713, -0.08783527463674545, 0.02438557893037796, 0.005325392819941044, 0.030469335615634918, 0.015942472964525223, -0.04105271026492119, 0.050254181027412415, -0.036367714405059814, -0.009150912053883076, -0.006441871169954538, 0.0068252659402787685, 0.021655473858118057, 0.038491129875183105, 0.022986821830272675, 0.048737455159425735, -0.005763557739555836, 0.022582361474633217, -0.005123162642121315, -0.0020781250204890966, -0.005287474486976862, -0.024587810039520264, 0.039670806378126144, 0.06478103995323181, 0.049748603254556656, 0.007263431325554848, 0.049310438334941864, -0.024014825001358986, -0.02532931976020336, -0.0023340724874287844, -0.004811391234397888, -0.014661681838333607, 0.04442321136593819, 0.08250988274812698, -0.03579472750425339, 0.04216497763991356, 0.061107195913791656, 0.006496641784906387, -0.07940901815891266, 0.013987582176923752, -0.004179422277957201, -0.024452989920973778, 0.0028249016031622887, 0.005595032591372728, -0.07051089406013489, 0.028143689036369324, -0.015133552253246307, -0.041693106293678284, -0.06808413565158844, -0.02455410547554493, -0.009723897092044353, 0.018824251368641853, -0.03235681727528572, 0.012976431287825108, -0.036367714405059814, -0.0036822729744017124, 0.030553597956895828, -0.04172680899500847, -0.0030987549107521772, 0.043917637318372726, -0.03362075239419937, -0.015504308044910431, -0.041625697165727615, 0.01269836537539959, -0.06194981932640076, -0.0035137480590492487, 0.006121673621237278, 0.023441839963197708, 0.0195657629519701, 0.05810745060443878, 0.023930562660098076, 0.03633400797843933, 0.008308286778628826, 0.044322095811367035, -0.013288202695548534, -0.023660922423005104, 0.002513130195438862, 0.03116028755903244, 0.015773948282003403, 0.03173327445983887, -0.016717689111828804, 0.03734515979886055, 0.03158159926533699, 0.02244754135608673, -0.03362075239419937, 0.0154116190969944, -0.07381398975849152, -0.05352356657385826, -0.045164722949266434, 0.00956379808485508, 0.007592055015265942, 0.030300810933113098, 0.03539026901125908, 0.023492395877838135, 0.01087829377502203, 0.02396426722407341, 0.09080131351947784, -0.03825519233942032, 0.016616573557257652, 0.05379320681095123, -0.00986714381724596, -0.06771337985992432, -0.0374462753534317, 0.007124397903680801, -0.010027242824435234, 0.05446730554103851, -0.048737455159425735, 0.02785719558596611, 0.03515433147549629, -0.022986821830272675, 0.024351874366402626, 0.0038845031522214413, 0.043142423033714294, -0.030351366847753525, -0.05962417274713516, -0.06976938247680664, 0.01439204253256321, 0.0195657629519701, 0.027402179315686226, 0.011484984308481216, 0.026862898841500282, 0.008973960764706135, 0.010853015817701817, -0.09680081158876419, -0.03048618696630001, -0.017324378713965416, -0.019784845411777496, 0.04893968254327774, -0.03963709995150566, 0.018756842240691185, 0.04489508271217346, -0.004937784746289253, 0.002428867854177952, 0.010768752545118332, -0.003602223703637719, 0.01847034879028797, -0.05419766530394554, -0.0034821494482457638, -0.0018327102297917008, -0.006277559325098991, 0.010111505165696144, -0.009209895506501198, -0.0414571687579155, 0.03442967310547829, 0.03903041034936905, 0.03781702741980553, -0.04283907637000084, 0.04920932278037071, -0.023475544527173042, -0.041356056928634644, -0.011358590796589851, -0.03818778321146965, 0.0012523520272225142, -0.04064825177192688, 0.04570400342345238, -0.04206386208534241, -0.012420298531651497, -0.045164722949266434, 0.01904333382844925, 0.01295115239918232, -0.013296629302203655, 0.005354884546250105, 0.03057044930756092, 0.0025973927695304155, 0.09390217810869217, -0.015057716518640518, 0.021823998540639877, -0.006446084473282099, 0.04799594357609749, 0.002067592227831483, -0.11688899993896484, 0.01710529625415802, -0.011114229448139668, 0.016026735305786133, -0.026643816381692886, 0.011661935597658157, 0.001343987532891333, 0.05945564806461334, 0.049243029206991196, -0.01540319249033928, 0.02878408506512642, 0.0389292947947979, -0.019751138985157013, 0.0308232381939888, 0.0033410098403692245, -0.004693423397839069, -0.031884945929050446, -0.03124454990029335, -0.03980562463402748, 0.0467151515185833, 0.0195657629519701, 0.035356562584638596, 0.026795487850904465, -0.02607083134353161, -0.029997464269399643, -0.07394880801439285, 0.01164508331567049, 0.01528522465378046, -0.0366036482155323, 0.010810883715748787, -0.02827850915491581, 0.017728839069604874, 0.023812593892216682, -0.01675982028245926, 0.04681626707315445, -0.008582140319049358, 0.018520906567573547, 0.016237391158938408, -0.02295311726629734, 0.049748603254556656, -0.012681512162089348, 0.015538012608885765, -0.01219278946518898, 0.016313228756189346, 0.055748097598552704, 0.002742745680734515, 0.035423971712589264, -0.009968258440494537, 0.020981373265385628, -0.005531835835427046, 0.07017384469509125, -0.04954637587070465, -0.0671066865324974, -0.06262391805648804, -0.013945451006293297, -0.07307247817516327, 0.003564305603504181, -0.10549670457839966, -0.009471110068261623, -0.030553597956895828, 0.017240116372704506, -0.038221489638090134, 0.006968512199819088, -0.019245564937591553, 0.003288345644250512, -0.056354787200689316, -0.007895399816334248, 0.040850479155778885, 0.033822983503341675, -0.022734032943844795, -0.003899249015375972, 0.0650169774889946, 0.041693106293678284, 0.011695641092956066, -0.02312164194881916, 0.004257365129888058, -0.008645337074995041, 0.029845792800188065, 0.06936492770910263, -0.01973428763449192, 0.018200708553195, 0.013321908190846443, 0.01710529625415802, 0.011021540500223637, 0.06757856160402298, -0.021015077829360962, 0.0355587936937809, -0.018099594861268997, 0.032053470611572266, 0.031092878431081772, -0.042973894625902176, 0.012512987479567528, -0.10509224236011505, -0.04327724128961563, 0.004179422277957201, -0.07415103912353516, -0.038154080510139465, -0.004063561093062162, -0.04206386208534241, -0.022464394569396973, -0.03400836139917374, 0.0067957742139697075, 0.02072858437895775, 0.04887227341532707, -0.00020789148402400315, 0.045670296996831894, 0.0095722246915102, 0.06309579312801361, 0.004343734122812748, -0.024773187935352325, -0.015040863305330276, -0.010271604172885418, -0.07388139516115189, 0.028514444828033447, 0.06141053885221481, 0.00939527340233326, -0.0013955984031781554, 0.07165686786174774, 0.08102685958147049, -0.0012923767790198326, 0.03727774694561958, 0.01350728515535593, -0.014417320489883423, 0.019970223307609558, 0.03596325218677521, -0.07199391722679138, 0.031210845336318016, -0.0027090406510978937, 0.0008268262026831508, -0.008577927015721798, -0.013111251406371593, -0.038828179240226746, -0.05116421356797218, 0.05018676817417145, -0.0036359287332743406, 0.06356766074895859, -0.008872845210134983, -0.08042016625404358, 0.024874301627278328, -0.038828179240226746, 0.021975670009851456, 0.0272505059838295, -0.016296375542879105, -0.0069348071701824665, 0.027553850784897804, -0.045164722949266434, 0.05510770156979561, 0.013684236444532871, 0.025801191106438637, -0.01426564808934927, 0.0028733527287840843, -0.02091396227478981, 0.01948149874806404, 0.052714645862579346, 0.03549138084053993, -0.008207171224057674, 0.005860459990799427, -0.0005355937755666673, -0.004815604072064161, -0.0662640631198883, -0.03774961829185486, 0.021149897947907448, 0.0005635057459585369, -0.031783830374479294, -0.016119424253702164, 0.06400582939386368, -0.04192904010415077, 0.03181753680109978, 0.05655701830983162, -0.038828179240226746, 0.11945057660341263, -0.02930651232600212, -0.042468320578336716, 0.10259807109832764, 0.0023172199726104736, -0.0138864666223526, 0.008299860171973705, -0.01477122399955988, -0.013928597792983055, -0.013220792636275291, 0.027081981301307678, -0.023509249091148376, -0.052950579673051834, 0.012395019643008709, -0.05055752396583557, 0.00016918338951654732, -0.027705524116754532, -0.018841104581952095, -0.02066117525100708, -0.015040863305330276, -0.014282500371336937, -0.007916465401649475, -0.030182842165231705, 0.01906018704175949, -0.015596996061503887, 0.011914723552763462, 0.002639524172991514, -0.03926634415984154, 0.012470856308937073, -0.026812341064214706, 0.059657879173755646, -0.014147681184113026, -0.07988089323043823, 0.03626659885048866, -0.03869336098432541, -0.0021213095169514418, -0.02981208637356758, -0.025936011224985123, 0.04091789200901985, -0.04529954120516777, -0.043749112635850906, 0.051096804440021515, -0.02844703383743763, 0.007840629667043686, 0.06232057511806488, -0.05274835228919983, 0.006454510614275932, -0.027452735230326653, 0.006024771835654974, 0.00046449725050479174, 0.005140014924108982, 0.02244754135608673, -0.04014267399907112, -0.018065888434648514, 0.0624890998005867, -0.016372211277484894, 0.021486947312951088, -0.036805879324674606, 0.026879750192165375, -0.0633317232131958, -0.029694119468331337, -0.024250758811831474, 0.05918600782752037, -0.02143639139831066, -0.0641743540763855, -0.011779903434216976, 0.021183602511882782, 0.002881778869777918, 0.039502277970314026, 0.01156082097440958, 0.018082741647958755, -0.036873288452625275, 0.0017273820703849196, -0.06889305263757706, 0.03926634415984154, -0.030267104506492615, 0.0095722246915102, -0.012740496546030045, -0.03751368448138237, 0.0450299009680748, 0.00158308248501271, 0.014122402295470238, 0.013751646503806114, -0.060770146548748016, -0.001626267097890377, 0.04115382581949234, -0.009471110068261623, 0.017998479306697845, 0.010397997684776783, -0.028649264946579933, 0.017728839069604874, -0.015596996061503887, -0.01938038505613804, 0.028767231851816177, -0.03328370302915573, 0.04209756478667259, 0.017240116372704506, -0.037884440273046494, -0.04004155844449997, -0.011409148573875427, -0.010178915224969387, 0.007663678377866745, -0.0076847439631819725, 0.01574024371802807, -0.06778078526258469, 0.01307754684239626, 0.023930562660098076, -0.02810998447239399, -0.055680688470602036, 0.008523155935108662, 0.009268879890441895, -0.000644081796053797, 0.06757856160402298, 0.08965534716844559, 0.041693106293678284, -0.038390014320611954, 0.025009121745824814, -0.0313456654548645, 0.0494452603161335, -0.025598959997296333, -0.000031944062357069924, 0.022043081000447273, -0.027486441656947136, 0.009631208144128323, -0.013187088072299957, -0.0018474562093615532, -0.05163608491420746, -0.040277495980262756, 0.03073897585272789, 0.02150380052626133, 0.07549923658370972, -0.030469335615634918, -0.0016283736331388354, -0.030031170696020126, -0.014299353584647179, -0.020795995369553566, -0.015875061973929405, -0.01155239436775446, -0.09208210557699203, -0.004385865293443203, 0.024200202897191048, 0.07266801595687866, -0.002460466232150793, 0.0030081728473305702, -0.006669380236417055, -0.03522174432873726, 0.021031931042671204, -0.01872313767671585, 0.00501783424988389, 0.04519842565059662, -0.020290419459342957, -0.02541358210146427, -0.019936516880989075, -0.0010532818268984556, 0.006665166933089495, -0.03717663511633873, -0.04664774239063263, -0.016490180045366287, -0.07664521038532257, 0.0010532818268984556, 0.02286885306239128, 0.019835403189063072, 0.049411553889513016, -0.003920314833521843, 0.045097313821315765, 0.03277812898159027, 0.025952862575650215, 0.0313456654548645, -0.029862644150853157, 0.0014566887402907014, 0.012656234204769135, -0.024452989920973778, -0.00408252002671361, 0.012369740754365921, -0.05018676817417145, -0.008582140319049358, 0.0026732292026281357, -0.026020273566246033, -0.06053420901298523, 0.05426507815718651, 0.017846805974841118, -0.030267104506492615, -0.04836669936776161, 0.01049911230802536, -0.04806335270404816, 0.006787347607314587, 0.021031931042671204, 0.061343129724264145, -0.01708844304084778, 0.022582361474633217, -0.020340977236628532, 0.002116043120622635, -0.05062493681907654, -0.05766928195953369, 0.026121387258172035, -0.02337442897260189, 0.027992015704512596, 0.04368170350790024, -0.03515433147549629, -0.010532817803323269, 0.004097266122698784, -0.04752407222986221, 0.006631461903452873, -0.003772855270653963, 0.011198491789400578, -0.02752014622092247, -0.0833187997341156, 0.03442967310547829, 0.001973849954083562, 0.058983780443668365, -0.03404206782579422, 0.008337778970599174, 0.014965027570724487, 0.018756842240691185, -0.038221489638090134, -0.004048814997076988, -0.035525087267160416, 0.00006319690874079242, 0.03185123950242996, 0.0050894576124846935, 0.03643512353301048, -0.025447288528084755, -0.05514140799641609, -0.018251266330480576, 0.008202958852052689, -0.06747744232416153, 0.009032944217324257, 0.0251439418643713, 0.011324885301291943, -0.019363531842827797, -0.03116028755903244, 0.004668144974857569, 0.06107348948717117, 0.03987303376197815, 0.01194000244140625, -0.07165686786174774, 0.008472598157823086, 0.0063070510514080524, -0.01426564808934927, 0.008645337074995041, 0.013953876681625843, -0.04112011939287186, 0.026441585272550583, -0.03936745971441269, -0.014425747096538544, -0.017594018951058388, -0.056422196328639984, -0.01583293080329895, -0.010617080144584179, -0.024452989920973778, 0.035423971712589264, 0.001981223002076149, 0.04290648549795151, 0.02522820420563221, -0.0355587936937809, 0.05102939531207085, 0.03193550184369087, 0.009058223105967045, 0.007516218814998865, 0.0009716524509713054, 0.07846527546644211, -0.05487176775932312, 0.04486137628555298, 0.04260314255952835, -0.035356562584638596, -0.000803653965704143, 0.058714140206575394, -0.023559806868433952, 0.05022047460079193, -0.06178129464387894, 0.01828497089445591, -0.014889190904796124, 0.01126590184867382, 0.024351874366402626, -0.00277223763987422, 0.038390014320611954, 0.008447320200502872 ]
39,029
pulp.apis.core
ctypesArrayFill
Creates a c array with ctypes from a python list type is the type of the c array
def ctypesArrayFill(myList, type=ctypes.c_double): """ Creates a c array with ctypes from a python list type is the type of the c array """ ctype = type * len(myList) cList = ctype() for i, elem in enumerate(myList): cList[i] = elem return cList
(myList, type=<class 'ctypes.c_double'>)
[ -0.012612961232662201, -0.016878467053174973, -0.04230542853474617, -0.019754186272621155, -0.0012772480258718133, 0.0309423990547657, -0.015803350135684013, -0.011931179091334343, 0.025383256375789642, -0.004095060285180807, -0.030190691351890564, -0.045591965317726135, -0.02561051771044731, -0.010733691044151783, -0.019841594621539116, -0.0038612443022429943, 0.012499330565333366, -0.007294190116226673, 0.015156530775129795, 0.03821473568677902, 0.007460264954715967, 0.03943844884634018, -0.005633439868688583, 0.02304072491824627, 0.0026113111525774, -0.01025294791907072, 0.0352778322994709, 0.030225655063986778, 0.05237481743097305, -0.008784494362771511, 0.05052177235484123, 0.0249811802059412, -0.05674521252512932, 0.022254053503274918, 0.07810770720243454, -0.031816478818655014, 0.012560516595840454, 0.021100269630551338, -0.05443764477968216, 0.039088815450668335, 0.03657146915793419, -0.06177990883588791, -0.01542749535292387, -0.0007844859501346946, 0.05527675896883011, 0.0352778322994709, 0.0029784245416522026, 0.027113933116197586, -0.029666243121027946, 0.005449883174151182, 0.007018854841589928, -0.014544676057994366, 0.018425587564706802, -0.011013396084308624, -0.00039579393342137337, 0.029246686026453972, -0.023477764800190926, 0.02195686660706997, -0.024631548672914505, 0.04548707604408264, -0.05751440301537514, 0.0057077365927398205, 0.03279544785618782, -0.06667475402355194, 0.021362492814660072, 0.020855527371168137, -0.02945646457374096, 0.042724985629320145, 0.04223550111055374, -0.005209511145949364, -0.03323248773813248, 0.03038298897445202, -0.029945949092507362, -0.009177830070257187, 0.03137943893671036, 0.04548707604408264, 0.027411120012402534, -0.002606940921396017, -0.01908988691866398, 0.014448527246713638, -0.040207639336586, 0.11614762991666794, 0.007543302606791258, 0.009326423518359661, 0.01754276640713215, 0.04768975451588631, -0.012473108246922493, 0.061989687383174896, -0.03480583056807518, 0.03629176318645477, 0.03601205721497536, -0.012455626390874386, -0.03821473568677902, 0.045347221195697784, -0.006402629427611828, -0.003024313598871231, 0.027970530092716217, -0.02543570101261139, -0.0035815390292555094, 0.07412190735340118, -0.005462994333356619, -0.06950676441192627, 0.06856276094913483, -0.02536577545106411, -0.0015285457484424114, -0.019352110102772713, 0.0073772273026406765, -0.0010090150171890855, -0.0019732334185391665, 0.06503148376941681, -0.024998661130666733, -0.03179899603128433, 0.04793449491262436, -0.05789899826049805, -0.026694374158978462, 0.06901728361845016, 0.005816996097564697, 0.03456108644604683, 0.0027205711230635643, -0.05412297695875168, 0.017848694697022438, -0.03221855312585831, -0.0013985264813527465, -0.021292565390467644, 0.037865106016397476, 0.05768921971321106, -0.04192083328962326, 0.012473108246922493, -0.004580174572765827, 0.08174387365579605, -0.03464849293231964, -0.01117073092609644, -0.0473051592707634, -0.006927076727151871, -0.008019675500690937, -0.0249811802059412, -0.03017321042716503, -0.08496048301458359, 0.010060650296509266, -0.026397187262773514, 0.010777395218610764, 0.00688337255269289, 0.05520683526992798, 0.012359478510916233, -0.0028932017739862204, 0.06017160415649414, 0.037865106016397476, -0.001372304162941873, -0.06468185037374496, 0.0765693262219429, -0.0669194906949997, 0.021292565390467644, 0.02491125278174877, 0.0036645764485001564, -0.012883925810456276, -0.03384434059262276, -0.029945949092507362, -0.02358265407383442, -0.026344742625951767, 0.001718658022582531, -0.05615083873271942, 0.02443925105035305, -0.05608091503381729, -0.005480475723743439, -0.006459444295614958, 0.0015678793424740434, -0.04926309734582901, -0.04269002377986908, -0.05209511145949364, -0.02674681879580021, 0.014212525449693203, -0.05450757220387459, 0.042410317808389664, 0.006044256966561079, 0.04989243298768997, -0.015978164970874786, -0.04153623804450035, -0.04192083328962326, 0.04653596878051758, -0.03503308817744255, -0.016109276562929153, 0.01723683997988701, 0.010655024088919163, 0.005921885836869478, 0.045207370072603226, 0.019824113696813583, -0.03450864180922508, -0.02637970633804798, 0.054157938808202744, 0.005786403547972441, 0.016118017956614494, 0.07545050233602524, -0.00423272792249918, -0.042480241507291794, 0.056954991072416306, -0.0002876266371458769, -0.04251520708203316, 0.05237481743097305, -0.07789792865514755, 0.046675823628902435, -0.0038284664042294025, 0.0023949765600264072, 0.02094293385744095, -0.04905331879854202, 0.068003349006176, 0.00013507253606803715, 0.00736848684027791, -0.023687543347477913, -0.020296115428209305, -0.0298585407435894, -0.0021447716280817986, 0.01602187007665634, -0.009361387230455875, -0.01182628981769085, -0.010812357999384403, -0.004851138684898615, -0.07712873816490173, -0.03431634604930878, -0.009719759225845337, -0.007154337130486965, 0.002639718819409609, -0.032288480550050735, -0.03751547262072563, -0.045591965317726135, -0.0298585407435894, 0.017901139333844185, -0.04741004854440689, 0.02760341763496399, -0.033284932374954224, -0.01770884171128273, -0.027550972998142242, -0.031361956149339676, -0.0026637560222297907, -0.02319805882871151, 0.043039653450250626, -0.05667528882622719, 0.027271267026662827, 0.05188533291220665, -0.05052177235484123, 0.026309780776500702, -0.02326798439025879, 0.0428648367524147, 0.06408748030662537, 0.02057582139968872, -0.024649029597640038, 0.0760798454284668, 0.0015908238710835576, 0.028599867597222328, -0.006913965567946434, 0.018390623852610588, -0.06845787167549133, 0.011896216310560703, 0.027323711663484573, -0.026030074805021286, 0.021782049909234047, -0.011030877940356731, 0.03403664007782936, -0.009789685718715191, -0.052619561553001404, -0.01656379923224449, 0.010646282695233822, -0.01777876913547516, 0.08782746642827988, 0.021100269630551338, -0.034001674503088, -0.01314614899456501, 0.03146684542298317, 0.05824862793087959, -0.05824862793087959, 0.07845734059810638, 0.08761768788099289, 0.00804589781910181, 0.017280543223023415, -0.010523912496864796, 0.009239016100764275, 0.05314400792121887, 0.023302948102355003, 0.020383523777127266, -0.00678285351023078, 0.0004026226815767586, 0.018652847036719322, 0.02644963376224041, -0.041256532073020935, 0.025103550404310226, -0.04824916645884514, -0.03982304409146309, 0.0052401041612029076, 0.032987743616104126, -0.051535703241825104, 0.0018060659058392048, -0.00040480788447894156, 0.034456197172403336, 0.005515438970178366, -0.03734065964818001, 0.004986620973795652, 0.022009311243891716, 0.03456108644604683, 0.011039618402719498, 0.023617615923285484, 0.009955761022865772, -0.049682654440402985, 0.05101125314831734, -0.006096701603382826, 0.0570598803460598, 0.0309423990547657, -0.09013503789901733, -0.010488948784768581, -0.008382418192923069, -0.06436718255281448, 0.033984195441007614, -0.019282184541225433, 0.04167608916759491, -0.05845841020345688, 0.03085499070584774, 0.009920797310769558, 0.001136302831582725, 0.0033564637415111065, 0.008854420855641365, 0.015217716805636883, 0.013495780527591705, -0.006118553690612316, -0.06387770175933838, 0.03333737701177597, -0.021467382088303566, 0.004912324249744415, 0.055032018572092056, 0.017988547682762146, -0.010384059511125088, 0.011214434169232845, 0.022691093385219574, -0.014422304928302765, -0.004916694946587086, -0.04223550111055374, 0.028197791427373886, 0.04810931161046028, 0.02181701362133026, -0.0012881740694865584, -0.05139584839344025, -0.029578836634755135, -0.03286537155508995, -0.058493372052907944, 0.03835459053516388, -0.03326744958758354, -0.026012593880295753, -0.015121567994356155, -0.024246953427791595, 0.05891292914748192, 0.04384380578994751, 0.019981447607278824, 0.0014247489161789417, 0.033529672771692276, -0.04541714861989021, -0.0066735935397446156, 0.07048573344945908, 0.03629176318645477, 0.02118767611682415, -0.02297079749405384, 0.054717350751161575, -0.007167448289692402, -0.00367331737652421, 0.04090690240263939, 0.06548600643873215, 0.06856276094913483, -0.06548600643873215, -0.0074471537955105305, -0.0013045630184933543, -0.01075117290019989, -0.016992097720503807, -0.010585097596049309, 0.02026115357875824, -0.017516544088721275, -0.0015198049368336797, 0.020068855956196785, 0.0026965339202433825, 0.04352913796901703, -0.02543570101261139, -0.052130077034235, -0.025225922465324402, -0.01800602860748768, 0.00680470559746027, -0.05310904607176781, -0.043109580874443054, 0.045347221195697784, -0.030522841960191727, -0.022236572578549385, 0.0006074849516153336, -0.007066929247230291, 0.06275887787342072, -0.06485667079687119, 0.038634296506643295, 0.01996396668255329, -0.039158742874860764, -0.03318004310131073, -0.006581815425306559, 0.01182628981769085, 0.028564903885126114, 0.036781247705221176, 0.04101179167628288, -0.011179471388459206, -0.03412404656410217, -0.0016847874503582716, -0.05667528882622719, -0.0249811802059412, 0.031047288328409195, -0.04943791404366493, 0.024998661130666733, -0.017289284616708755, -0.06496156007051468, -0.012682887725532055, 0.015637274831533432, 0.007071299944072962, 0.03957829996943474, 0.012883925810456276, -0.02568044327199459, 0.05289926752448082, 0.02552310936152935, -0.08083483576774597, -0.014623343013226986, 0.034526124596595764, 0.011319324374198914, 0.035767316818237305, -0.05003228783607483, -0.003574983449652791, 0.04314454272389412, -0.0011297472519800067, 0.013880375772714615, 0.07531065493822098, 0.07726859301328659, -0.03061024844646454, -0.02041848748922348, 0.05289926752448082, 0.08279276639223099, -0.0429697260260582, -0.05943737551569939, -0.08803724497556686, 0.030750101432204247, -0.005773292388767004, -0.024089619517326355, -0.011529102921485901, 0.019054923206567764, -0.014544676057994366, 0.06496156007051468, -0.015733422711491585, 0.013006296940147877, 0.014588380232453346, 0.017656397074460983, -0.012840221635997295, -0.04754990339279175, -0.06363295763731003, -0.04545211046934128, -0.015444977208971977, 0.002866979455575347, 0.07712873816490173, -0.016450168564915657, 0.03270803764462471, -0.01570720039308071, -0.03024313598871231, -0.0135744484141469, 0.004027319140732288, -0.05629069358110428, 0.027341192588210106, -0.03061024844646454, 0.03471842035651207, -0.0859394520521164, 0.017612693831324577, 0.01725432090461254, -0.009431312792003155, 0.01568971946835518, 0.009501239284873009, -0.014903048053383827, -0.01670365035533905, -0.02636222541332245, 0.01872277446091175, -0.04216557368636131, 0.0678984597325325, 0.001184377120807767, -0.053248897194862366, 0.006061738356947899, -0.0013275075471028686, -0.04772471636533737, -0.050067249685525894, -0.05615083873271942, 0.01594320312142372, 0.0179361030459404, -0.04901835322380066, -0.012840221635997295, 0.030575286597013474, -0.015165272168815136, -0.0323234423995018, -0.007914786227047443, -0.0418858677148819, 0.06534615159034729, -0.027271267026662827, -0.021624715998768806, 0.06929698586463928, 0.002950016874819994, 0.007989082485437393, 0.011800067499279976, 0.059507302939891815, 0.06342317909002304, 0.025173477828502655, -0.02491125278174877, 0.006358925253152847, -0.020925452932715416, 0.030750101432204247, -0.018582921475172043, 0.025662962347269058, -0.029561353847384453, -0.06968158483505249, -0.02220160886645317, -0.02753349021077156, 0.052934229373931885, -0.05034695565700531, -0.06695445626974106, -0.03242833539843559, 0.036606431007385254, -0.005393067840486765, -0.05845841020345688, -0.024561621248722076, 0.00924775656312704, -0.007477746345102787, 0.04971761628985405, -0.04335432127118111, 0.013093704357743263, 0.010480208322405815, 0.011957401409745216, 0.0012400996638461947, -0.02405465580523014, -0.0073422640562057495, 0.039018891751766205, 0.00017399636271875352, -0.00682218698784709, -0.06363295763731003, 0.018530476838350296, 0.0214848630130291, 0.002210327424108982, 0.051780443638563156, 0.038004957139492035, 0.05824862793087959, -0.03494568169116974, 0.0052401041612029076, 0.01816336251795292, 0.019387073814868927, -0.06150020286440849, -0.03796999529004097, 0.012237107381224632, -0.03842451795935631, -0.04006778448820114, -0.03176403418183327, -0.00854412280023098, -0.0007970508304424584, -0.06667475402355194, -0.013967783190310001, 0.016878467053174973, -0.053773343563079834, -0.06615030765533447, 0.02405465580523014, -0.09335164725780487, -0.0068702613934874535, 0.01199236512184143, 0.016135498881340027, 0.03426390141248703, -0.02419450879096985, 0.029945949092507362, -0.05562639236450195, 0.013373409397900105, 0.014623343013226986, 0.05359853059053421, -0.03342478349804878, -0.01086480263620615, 0.025190958753228188, -0.01840810477733612, 0.013303483836352825, -0.0238973218947649, 0.00006934588600415736, -0.01933462917804718, -0.024316878989338875, -0.0285299401730299, 0.030417952686548233, -0.06744394451379776, -0.02419450879096985, -0.025558073073625565, -0.05901781842112541, -0.08433114737272263, 0.08621916174888611, -0.023407837375998497, 0.011153249070048332, 0.007246115710586309, -0.007748710922896862, -0.03221855312585831, -0.02251627668738365, 0.05136088654398918, -0.023477764800190926, 0.02644963376224041, 0.0007178374216891825, -0.019544407725334167, -0.08069498091936111, 0.030662693083286285, -0.04849390685558319, 0.023722505196928978, 0.025243403390049934, 0.0071761892177164555, -0.021764568984508514, 0.06912217289209366, 0.013312224298715591, -0.014640824869275093, -0.010593838058412075, -0.041501276195049286, 0.0135744484141469, -0.026204891502857208, 0.008775753900408745, 0.040941864252090454, 0.0296137984842062, 0.0045321001671254635, -0.011843771673738956, -0.019509445875883102, -0.05723469704389572, -0.0030723880045115948, 0.05083644017577171, 0.0586332231760025, -0.040172673761844635, -0.0072504859417676926, 0.015208976343274117, -0.018810180947184563, 0.0014498786767944694, -0.033529672771692276, -0.04545211046934128, 0.02861734852194786, 0.03681620955467224, 0.04136142134666443, 0.05192029848694801, 0.05080147460103035, -0.009606129489839077, 0.0219743475317955, 0.02165967971086502, -0.014282451942563057, -0.03849444165825844, -0.003146684728562832, 0.06363295763731003, 0.0739121288061142, 0.020435968413949013, 0.06349310278892517, 0.06562585383653641, -0.03720080479979515, 0.01994648389518261, -0.08733797818422318, 0.042480241507291794, -0.0683879479765892, 0.028320161625742912, -0.008203231729567051, -0.013749264180660248, 0.03856436908245087, 0.031991295516490936, 0.023792432621121407, -0.01584705337882042, 0.0004121829115319997, -0.041641127318143845, -0.006546852178871632, 0.012315774336457253, 0.028092902153730392, -0.008605308830738068, 0.021764568984508514, 0.01870529167354107, -0.013355928473174572, -0.01191369816660881, -0.033284932374954224, 0.05139584839344025, 0.025155995041131973, 0.002261679619550705, 0.031099732965230942, -0.002497680950909853, 0.030750101432204247, 0.012018587440252304, 0.04950783774256706, 0.0483890175819397, -0.008496048860251904, -0.044962625950574875, 0.02505110576748848, 0.023932285606861115, 0.04167608916759491, 0.05723469704389572, 0.0019065849483013153, -0.019981447607278824, 0.002316309604793787, -0.016974614933133125, -0.0016192315379157662, 0.02421198971569538, 0.022446351125836372, -0.04510248079895973, -0.023862358182668686, -0.016878467053174973, 0.01708824560046196, 0.04919316992163658, -0.019387073814868927, -0.07719866186380386, 0.02419450879096985, -0.017586471512913704, -0.00792352668941021, -0.009990723803639412, 0.05545157566666603, 0.0238973218947649, 0.008115824311971664, -0.046815674751996994, 0.06359799206256866, 0.07936637848615646, 0.017193134874105453, 0.0391237810254097, -0.01469326950609684, -0.054157938808202744, 0.015051641501486301, 0.03943844884634018, 0.04849390685558319, -0.023302948102355003, -0.008286269381642342, -0.0527244508266449, 0.0012280810624361038, -0.03667635843157768, -0.004184653516858816, -0.015882017090916634, 0.017228098586201668, 0.039018891751766205, 0.05097629129886627, 0.040102746337652206, 0.01609179563820362, -0.04174601659178734, 0.0024059026036411524, 0.002103252802044153, 0.01739417389035225, -0.009763463400304317, -0.0007751988596282899, 0.01763891614973545, -0.06349310278892517, 0.010803617537021637, 0.020016411319375038, 0.021240120753645897, -0.01356570702046156, -0.06779357045888901, 0.014474749565124512, -0.03372197225689888, -0.0002454250061418861, -0.08880643546581268, -0.022778499871492386, 0.00008010115561774, 0.048913463950157166, -0.06094079464673996, -0.003854688722640276, 0.014894307591021061, -0.04324943199753761, -0.0018126214854419231, -0.005012843292206526, -0.02319805882871151, -0.013408373109996319, -0.051465775817632675, -0.01607431471347809, 0.07915659993886948, -0.05891292914748192, -0.06733905524015427, -0.0022900872863829136, -0.029176760464906693, -0.012167180888354778, -0.0043922471813857555, -0.004715656396001577, -0.03639665246009827, 0.050067249685525894, -0.0271488968282938, -0.009658574126660824, 0.03123958595097065, -0.011345546692609787 ]
39,030
pulp.apis
getSolver
Instantiates a solver from its name :param str solver: solver name to create :param args: additional arguments to the solver :param kwargs: additional keyword arguments to the solver :return: solver of type :py:class:`LpSolver`
def getSolver(solver, *args, **kwargs): """ Instantiates a solver from its name :param str solver: solver name to create :param args: additional arguments to the solver :param kwargs: additional keyword arguments to the solver :return: solver of type :py:class:`LpSolver` """ mapping = {k.name: k for k in _all_solvers} try: return mapping[solver](*args, **kwargs) except KeyError: raise PulpSolverError( "The solver {} does not exist in PuLP.\nPossible options are: \n{}".format( solver, mapping.keys() ) )
(solver, *args, **kwargs)
[ 0.031155496835708618, -0.02151612378656864, -0.008627891540527344, -0.009229186922311783, -0.062310993671417236, 0.006637556478381157, -0.00047223837464116514, -0.0497816726565361, 0.04966980591416359, 0.037513382732868195, 0.006963840685784817, -0.01586674340069294, -0.0450831800699234, -0.048961300402879715, -0.037233710289001465, 0.01916687563061714, 0.014309900812804699, 0.00671213585883379, -0.05556156858801842, -0.013620042242109776, 0.06536874175071716, 0.028582511469721794, 0.09680391103029251, 0.04049655422568321, 0.061453331261873245, 0.037308286875486374, 0.03889309614896774, -0.0070896935649216175, -0.010916543193161488, -0.03315049409866333, -0.015381977893412113, 0.034325115382671356, -0.029514752328395844, 0.028041811659932137, -0.01886855997145176, 0.09068841487169266, -0.008408814668655396, 0.04217458516359329, 0.03449292108416557, -0.009779209271073341, 0.05690399557352066, -0.017255783081054688, 0.01907365210354328, -0.04180169105529785, 0.002156972885131836, -0.01554045919328928, -0.001546354847960174, -0.03937786445021629, 0.019483838230371475, -0.024294203147292137, 0.0731995701789856, -0.01309798751026392, 0.03792356699705124, -0.06175164878368378, -0.019390614703297615, 0.03080124594271183, 0.012986117973923683, 0.0788303017616272, 0.050751205533742905, 0.006851972080767155, -0.028190970420837402, -0.01066483836621046, -0.029831714928150177, 0.05216820910573006, -0.04236103594303131, -0.01159707922488451, -0.01652863435447216, -0.03829646483063698, 0.00008608663483755663, -0.011774204671382904, -0.01904568448662758, 0.01501840353012085, -0.07659292966127396, -0.06484668701887131, 0.06044651195406914, 0.02759433537721634, -0.04124234616756439, -0.08158973604440689, 0.012380161322653294, 0.02591630257666111, -0.03889309614896774, -0.014813310466706753, -0.04948335513472557, 0.02235514111816883, 0.0039293961599469185, -0.04292038083076477, 0.029924938455224037, -0.0610431469976902, 0.06782986223697662, -0.0713723748922348, -0.04608999937772751, -0.023622989654541016, 0.0064138188026845455, 0.04064571112394333, -0.03277759626507759, -0.020397434011101723, 0.026923121884465218, 0.017022721469402313, -0.009993623942136765, 0.011513177305459976, 0.007868114858865738, 0.02545018121600151, -0.0403846837580204, 0.01679898425936699, 0.016109125688672066, -0.02121780626475811, 0.041838981211185455, -0.020602528005838394, 0.03749473765492439, 0.009089350700378418, -0.010450422763824463, 0.08651196956634521, -0.06700948625802994, 0.042286455631256104, -0.02806045673787594, 0.03449292108416557, -0.027650270611047745, -0.030391059815883636, -0.04299495741724968, -0.014617539942264557, -0.10262110084295273, 0.08032189309597015, -0.008730437606573105, 0.04243561252951622, 0.01942790485918522, 0.02179579623043537, -0.0033700515050441027, -0.03594721481204033, 0.09314952790737152, 0.014048873446881771, 0.09039009362459183, -0.0077562457881867886, -0.005360386334359646, -0.01107502356171608, -0.006912567652761936, -0.0049268938601017, -0.035723477602005005, 0.04105589538812637, 0.013610719703137875, -0.010860608890652657, -0.0004055248573422432, 0.016547279432415962, -0.02731466293334961, 0.004968844819813967, 0.016593890264630318, -0.0072761415503919125, 0.013312402181327343, 0.023119578137993813, -0.010562291368842125, 0.02703499048948288, 0.0069918083027005196, -0.0032721662428230047, 0.009094011969864368, 0.011951331049203873, 0.01309798751026392, -0.028601156547665596, 0.02386537194252014, -0.017134590074419975, -0.014393801800906658, -0.01916687563061714, 0.025785788893699646, 0.01441244687885046, -0.028396062552928925, -0.07912862300872803, -0.018477018922567368, -0.031416524201631546, 0.023455185815691948, 0.000620522943791002, 0.029980873689055443, 0.0806947872042656, -0.06712135672569275, -0.01576419733464718, -0.06965705007314682, 0.012333549559116364, -0.01263186614960432, -0.033094558864831924, 0.03635740280151367, 0.03087582439184189, 0.031118206679821014, -0.006982485763728619, 0.007924049161374569, 0.0563446506857872, -0.06771799176931381, -0.010319909080862999, 0.02347383089363575, 0.03699132427573204, 0.006054905708879232, 0.024816257879137993, -0.07126050442457199, 0.02930966019630432, -0.03934057429432869, 0.015279430896043777, 0.01735832914710045, -0.017069334164261818, -0.0077562457881867886, 0.03303862363100052, -0.0197075754404068, 0.04057113081216812, -0.01727442629635334, 0.06682304292917252, 0.07066387683153152, 0.05410727113485336, 0.029067276045680046, 0.07364704459905624, -0.057798948138952255, 0.00472180126234889, 0.02505864016711712, -0.0063485619612038136, 0.012389483861625195, -0.0005106932949274778, 0.04471028223633766, -0.032255541533231735, -0.048215508460998535, 0.01738629676401615, -0.0039620245806872845, 0.03233012184500694, 0.02591630257666111, -0.007569797337055206, 0.036860812455415726, 0.04336785525083542, -0.048401955515146255, -0.0009299104567617178, 0.03296404331922531, 0.061826229095458984, -0.04180169105529785, -0.039116837084293365, -0.05410727113485336, 0.03993720933794975, -0.023604344576597214, -0.0262891985476017, 0.05436829850077629, -0.055934466421604156, 0.040794868022203445, -0.03096904791891575, -0.02009911835193634, -0.06130417436361313, -0.06525687873363495, 0.03296404331922531, 0.07920320332050323, -0.02235514111816883, 0.01558707095682621, 0.00825965590775013, -0.0044840797781944275, 0.05738876014947891, -0.0011548136826604605, 0.048103637993335724, 0.01746087521314621, -0.050937652587890625, 0.023809436708688736, 0.008422798477113247, 0.0032628437038511038, 0.0008850463782437146, 0.0058591351844370365, 0.020807620137929916, 0.006353222765028477, -0.03777441009879112, -0.00793337170034647, 0.004940877668559551, 0.010813996195793152, -0.019875379279255867, -0.05925324186682701, 0.053958114236593246, -0.023306027054786682, 0.011102991178631783, -0.015848098322749138, -0.055076804012060165, -0.006301949732005596, -0.022560233250260353, 0.031882643699645996, -0.014291255734860897, 0.04750700667500496, 0.02433149144053459, 0.0034446308854967356, 0.015521814115345478, 0.029701201245188713, -0.044747572392225266, -0.0018085476476699114, 0.05116138979792595, 0.019688932225108147, 0.04355430230498314, 0.014431091956794262, 0.06771799176931381, -0.0028736330568790436, -0.029738489538431168, -0.02112458273768425, 0.05306316167116165, -0.005448949057608843, -0.038259174674749374, 0.010450422763824463, 0.0035122183617204428, 0.0403846837580204, -0.0029738489538431168, -0.0347166582942009, -0.024368781596422195, 0.013843780383467674, 0.04582897201180458, -0.00830626767128706, -0.02226191759109497, 0.03818459436297417, -0.04993083328008652, 0.04016094654798508, -0.03184535354375839, 0.0020544263534247875, -0.020826265215873718, -0.04955793544650078, -0.017022721469402313, -0.02121780626475811, -0.0366370752453804, 0.007248174399137497, 0.013620042242109776, -0.047096818685531616, -0.019465193152427673, -0.0027920620050281286, -0.0035937894135713577, 0.016752371564507484, 0.017209170386195183, -0.01135469600558281, -0.023306027054786682, -0.006418479606509209, 0.0057705724611878395, -0.041727110743522644, 0.05671754851937294, -0.06439921259880066, -0.07566068321466446, -0.03889309614896774, 0.018728723749518394, -0.03907954692840576, -0.0025590017903596163, 0.07472844421863556, -0.00037901426549069583, -0.010413132607936859, -0.011168248020112514, 0.030353769659996033, 0.03203180432319641, 0.023324672132730484, 0.005952359177172184, 0.09121046960353851, 0.02291448600590229, -0.00042096510878764093, -0.013442915864288807, 0.08927140384912491, -0.011214859783649445, -0.07472844421863556, 0.007131644058972597, 0.035443805158138275, 0.012995440512895584, -0.016276929527521133, -0.012361516244709492, 0.015409944579005241, -0.08755607903003693, -0.025990881025791168, -0.03622688725590706, -0.029831714928150177, -0.021012714132666588, -0.03363525867462158, 0.02461116388440132, 0.032628439366817474, 0.005663364659994841, 0.0384829118847847, -0.043144118040800095, -0.026419712230563164, -0.04101860895752907, -0.04870027303695679, 0.015288753435015678, -0.04612728953361511, -0.024629808962345123, 0.03814730420708656, -0.032814886420965195, 0.008418137207627296, -0.035537030547857285, 0.011587756685912609, 0.0066328952088952065, 0.001530040637589991, -0.006604928057640791, -0.05809726566076279, 0.021460190415382385, 0.0347166582942009, 0.000932241091504693, -0.025021350011229515, -0.06928415596485138, 0.011615723371505737, -0.030633442103862762, 0.03408273309469223, 0.02930966019630432, 0.028601156547665596, -0.04590355232357979, -0.025487471371889114, 0.040794868022203445, 0.07472844421863556, 0.004940877668559551, -0.021758506074547768, -0.04045926406979561, 0.05850744992494583, 0.0015358672244474292, 0.018747368827462196, -0.018915170803666115, -0.0008588270866312087, 0.04101860895752907, -0.00687993923202157, 0.04959522560238838, 0.014906534925103188, -0.01944654807448387, 0.032367412000894547, -0.012967473827302456, -0.0516088642179966, 0.0013692290522158146, 0.01164369098842144, 0.02684854343533516, 0.0225229449570179, 0.0021173525601625443, 0.008991464972496033, 0.019204165786504745, -0.011447920463979244, -0.08770523965358734, -0.06898584216833115, 0.05623278021812439, 0.04284580051898956, 0.044374674558639526, 0.013461560942232609, -0.0027897313702851534, 0.04236103594303131, -0.01252932008355856, 0.03654384985566139, 0.013666654005646706, 0.005775233265012503, 0.04243561252951622, -0.0263078436255455, -0.0007154950289987028, -0.0008040579268708825, 0.05839557945728302, -0.0469476617872715, -0.030782600864768028, 0.02498406171798706, -0.030111387372016907, 0.024200977757573128, -0.013582752086222172, -0.012324227020144463, 0.03436240553855896, -0.03866935893893242, -0.0164354108273983, 0.07897946238517761, -0.03259114921092987, -0.020304210484027863, 0.008716453798115253, -0.012165745720267296, -0.042286455631256104, -0.017703257501125336, -0.0022793293464928865, 0.014048873446881771, -0.045679811388254166, 0.04049655422568321, -0.009168591350317001, 0.04168982058763504, 0.047469716519117355, 0.08703402429819107, -0.023790791630744934, 0.0015731567982584238, -0.06093127653002739, 0.009881755337119102, 0.015242141671478748, 0.03156568109989166, 0.000053531031880993396, 0.12984253466129303, 0.022653458639979362, -0.06484668701887131, -0.028619801625609398, -0.008888918906450272, -0.0119699751958251, 0.010245329700410366, -0.036860812455415726, -0.0028083762153983116, -0.00006128756649559364, -0.007583781145513058, -0.021012714132666588, -0.07838282734155655, -0.003777906997129321, -0.014281933195888996, 0.03419460356235504, 0.016472699120640755, 0.008115158416330814, 0.01413277443498373, -0.009466907940804958, 0.0178244486451149, 0.05425643175840378, -0.00732275377959013, -0.052615687251091, -0.011503854766488075, 0.004745107144117355, -0.060148194432258606, 0.018066832795739174, -0.03205044940114021, -0.0033537372946739197, 0.040421973913908005, 0.01738629676401615, 0.01578284054994583, -0.012594576925039291, 0.015083660371601582, 0.007840147241950035, 0.013620042242109776, 0.010944509878754616, 0.021814441308379173, -0.02742653340101242, 0.014216676354408264, -0.019577061757445335, 0.07838282734155655, -0.07860656827688217, -0.015335366129875183, 0.03341152146458626, 0.02526373229920864, 0.02994358353316784, -0.04180169105529785, -0.03523871302604675, -0.05850744992494583, -0.004852314945310354, 0.011056379415094852, 0.045940838754177094, -0.05194447189569473, -0.035816702991724014, -0.06980621069669724, 0.009014771319925785, 0.03335558623075485, 0.041466083377599716, -0.0036986665800213814, 0.03508955240249634, 0.0019017717568203807, 0.0018784657586365938, -0.00947623047977686, -0.03152839466929436, 0.065667062997818, 0.017721902579069138, 0.019968604668974876, -0.06935873627662659, -0.03678623214364052, 0.05697857588529587, 0.03533193841576576, 0.015596393495798111, -0.05764978751540184, -0.03596585988998413, -0.045306917279958725, -0.026233263313770294, 0.0026452341116964817, 0.04668663442134857, 0.04795448109507561, 0.00163724843878299, 0.01663118042051792, -0.005700654350221157, -0.06216183677315712, 0.0422491654753685, -0.03790492191910744, -0.040235523134469986, -0.0010726598557084799, 0.04534420743584633, -0.031509749591350555, -0.04776803404092789, 0.014636185020208359, -0.00016343352035619318, -0.026251908391714096, 0.062385573983192444, 0.012314904481172562, 0.0023247762583196163, 0.003241868456825614, -0.05612091347575188, -0.013247145339846611, 0.05738876014947891, -0.08330506086349487, -0.02289584092795849, -0.03014867566525936, -0.0009823490399867296, 0.04582897201180458, -0.031491104513406754, 0.056941285729408264, -0.044188227504491806, -0.007126983255147934, 0.0011845288099721074, -0.012109811417758465, 0.01859821006655693, 0.06469753384590149, -0.011904718354344368, 0.0030810567550361156, 0.017572743818163872, -0.012063199654221535, -0.00794269423931837, -0.040310103446245193, -0.029645266011357307, -0.008693148382008076, -0.005896424874663353, -0.01820666901767254, -0.030558861792087555, -0.004311615135520697, 0.04843924567103386, 0.03495904058218002, 0.027706203982234, 0.0013016415759921074, 0.019763510674238205, -0.014934501610696316, 0.007075709756463766, -0.05145970731973648, -0.009215203113853931, 0.048029061406850815, 0.012091166339814663, -0.10470931977033615, 0.045940838754177094, -0.04374075308442116, -0.0469849519431591, 0.025282377377152443, 0.0007720121648162603, -0.05011728033423424, -0.06085669621825218, 0.053659796714782715, -0.053846243768930435, 0.015493846498429775, -0.047469716519117355, 0.02496541664004326, 0.04993083328008652, -0.020695751532912254, 0.013666654005646706, 0.042025428265333176, 0.006474414374679327, -0.009974979795515537, -0.027575690299272537, -0.03436240553855896, 0.04403906688094139, 0.050005409866571426, -0.0031299993861466646, -0.02572985365986824, 0.006614250596612692, 0.049520645290613174, -0.03771847486495972, 0.0026778625324368477, -0.028619801625609398, -0.015279430896043777, -0.01163436844944954, 0.0006514034466817975, -0.025095930323004723, -0.04049655422568321, -0.01558707095682621, 0.047917190939188004, 0.007602425757795572, -0.02778078429400921, 0.021199161186814308, -0.08494580537080765, 0.04929690808057785, 0.010189395397901535, -0.016314219683408737, 0.013172565959393978, 0.0051832604221999645, 0.031696196645498276, -0.011252149939537048, 0.02619597502052784, 0.03024190105497837, -0.0100868484005332, -0.058171842247247696, -0.04366617277264595, -0.007518524304032326, 0.02487219125032425, -0.01735832914710045, 0.026028171181678772, -0.04094402864575386, 0.0032278846483677626, 0.022783972322940826, -0.04392720013856888, 0.0006280974484980106, 0.05686670541763306, 0.004996811971068382, -0.028750315308570862, 0.02196360006928444, -0.045679811388254166, -0.01558707095682621, 0.009676662273705006, -0.0031533055007457733, -0.009038077667355537, 0.00025898823514580727, 0.012156423181295395, -0.01102841179817915, 0.013964971527457237, 0.019763510674238205, -0.002278164029121399, -0.05705315247178078, -0.0021103606559336185, 0.0366370752453804, -0.008418137207627296, 0.011242827400565147, -0.0004652465577237308, 0.01870075613260269, -0.05955155938863754, 0.02433149144053459, 0.013135276734828949, -0.013209856115281582, 0.023529764264822006, -0.021143227815628052, -0.05925324186682701, 0.07823367416858673, 0.03173348680138588, 0.033467452973127365, 0.010813996195793152, -0.04109318554401398, -0.03937786445021629, -0.02668073959648609, 0.017162557691335678, 0.02696041204035282, 0.03749473765492439, -0.04075758159160614, -0.012687801383435726, 0.037308286875486374, -0.019968604668974876, 0.00859060138463974, -0.00792871043086052, -0.004460773430764675, 0.032814886420965195, -0.03717777505517006, -0.03445563092827797, -0.04053384065628052, 0.07573526352643967, -0.015055693686008453, 0.05645652115345001, 0.025002704933285713, -0.01193268597126007, 0.052056342363357544, -0.060036323964595795, -0.0008127976907417178, 0.051981762051582336, -0.018234634771943092, -0.022877195850014687, -0.05955155938863754, -0.015391300432384014, 0.007546491455286741, -0.019744865596294403, -0.11291304230690002, -0.007173595018684864, 0.07711498439311981, -0.03604044020175934, -0.006096856668591499, 0.003901429008692503, -0.057798948138952255, -0.011755559593439102, -0.03305726870894432, 0.02151612378656864, 0.025301022455096245, 0.010972477495670319, 0.05425643175840378, 0.009723274037241936, 0.03040970303118229, -0.02028556540608406, 0.028340129181742668, 0.026177329942584038, -0.03934057429432869, 0.043218694627285004, 0.02347383089363575, -0.025767143815755844, 0.000016113932360894978, 0.016500666737556458, 0.006194741930812597, 0.02610274963080883, 0.05489035323262215, -0.06074482947587967, -0.09508858621120453, 0.04243561252951622, -0.016575247049331665, 0.0164354108273983, 0.026233263313770294, -0.017721902579069138, -0.002127840183675289, 0.01774987019598484, 0.024163689464330673, 0.004141481127589941, -0.065667062997818, -0.00920588057488203, -0.002752441680058837 ]
39,031
pulp.apis
getSolverFromDict
Instantiates a solver from a dictionary with its data :param dict data: a dictionary with, at least an "solver" key with the name of the solver to create :return: a solver of type :py:class:`LpSolver` :raises PulpSolverError: if the dictionary does not have the "solver" key :rtype: LpSolver
def getSolverFromDict(data): """ Instantiates a solver from a dictionary with its data :param dict data: a dictionary with, at least an "solver" key with the name of the solver to create :return: a solver of type :py:class:`LpSolver` :raises PulpSolverError: if the dictionary does not have the "solver" key :rtype: LpSolver """ solver = data.pop("solver", None) if solver is None: raise PulpSolverError("The json file has no solver attribute.") return getSolver(solver, **data)
(data)
[ 0.052862778306007385, -0.01964745670557022, -0.028655629605054855, -0.016774479299783707, -0.03364163637161255, -0.00109706015791744, 0.011584585532546043, 0.01177920587360859, 0.029100477695465088, 0.023799370974302292, 0.01833144761621952, 0.03191784769296646, -0.03113936446607113, -0.018553871661424637, -0.045745208859443665, -0.008030434139072895, -0.013567865826189518, 0.013734684325754642, -0.09008173644542694, -0.030713051557540894, 0.024577856063842773, -0.002689940622076392, 0.06828417629003525, 0.09052658081054688, 0.03616243973374367, 0.0130303418263793, 0.009842263534665108, 0.013808825984597206, 0.009110117331147194, -0.05112045630812645, -0.01972159743309021, 0.061759740114212036, -0.01784026063978672, 0.0718800351023674, 0.0003145214868709445, 0.06535559892654419, 0.03119497187435627, 0.004307148978114128, -0.07365942746400833, -0.01526384986937046, 0.04137087240815163, -0.004311782773584127, -0.003792793257161975, -0.004427628591656685, 0.006135196425020695, 0.0007854348514229059, -0.03436451405286789, -0.031046688556671143, 0.020944930613040924, -0.03456840291619301, 0.03740430995821953, -0.057088837027549744, 0.019610386341810226, -0.023632554337382317, -0.019425032660365105, 0.048043590039014816, 0.018702154979109764, 0.0798502266407013, 0.029100477695465088, -0.039146631956100464, -0.023502806201577187, -0.016969099640846252, -0.052603285759687424, -0.002079433063045144, -0.015634555369615555, -0.024318361654877663, -0.022983817383646965, -0.00819725263863802, 0.01817389763891697, -0.050304900854825974, -0.01049100048840046, 0.04292783886194229, -0.07232487946748734, -0.03021259792149067, 0.08051750063896179, 0.022928211838006973, -0.014494633302092552, -0.057348329573869705, -0.006709791719913483, 0.04392874613404274, -0.02980482019484043, -0.08622638136148453, -0.0247261393815279, -0.006987821776419878, -0.045152079313993454, -0.04300197958946228, 0.07206539064645767, -0.021019071340560913, 0.01645011082291603, -0.03634779527783394, -0.05364126339554787, -0.016904227435588837, -0.04908157140016556, 0.020759576931595802, 0.027339620515704155, 0.0034290372859686613, 0.03936905413866043, 0.00287761096842587, 0.0021593666169792414, 0.016459379345178604, 0.038887135684490204, 0.043039049953222275, -0.029990173876285553, 0.016413040459156036, -0.009147188626229763, -0.06075883284211159, 0.013697613961994648, 0.007840447127819061, 0.026338713243603706, -0.02157513052225113, -0.03480936214327812, 0.0738818496465683, -0.04107430577278137, 0.07599487900733948, -0.01760856993496418, 0.04455894976854324, -0.03662582486867905, -0.0010663610883057117, 0.003878519171848893, 0.034642543643713, -0.08585567772388458, 0.06802468746900558, -0.03193638473749161, 0.06049933657050133, 0.03430890664458275, -0.007919222116470337, -0.010926580987870693, -0.05301106348633766, 0.05519822984933853, -0.024892956018447876, 0.09074900299310684, 0.003324775956571102, 0.01177920587360859, 0.004045336972922087, -0.024967098608613014, 0.01190895400941372, -0.011028525419533253, 0.046597834676504135, -0.02090786024928093, -0.006510536652058363, 0.03367870673537254, 0.03112082928419113, -0.04874793440103531, 0.007029526401311159, 0.024948563426733017, -0.005157457198947668, -0.01964745670557022, 0.03573612868785858, -0.021908767521381378, 0.05553186684846878, -0.01737687736749649, -0.0290078017860651, 0.037812087684869766, 0.03219587728381157, 0.029508255422115326, -0.07962780445814133, 0.00982372835278511, -0.07792255282402039, 0.021204425022006035, -0.03725602477788925, 0.012242590077221394, 0.04340975731611252, -0.007979461923241615, -0.07128690183162689, -0.016996903344988823, -0.03462400659918785, 0.022390685975551605, -0.05942428857088089, 0.013011805713176727, 0.04359510913491249, -0.05063853785395622, -0.026931842789053917, -0.07962780445814133, 0.0012847305042669177, -0.00277798343449831, -0.04411410167813301, 0.02274285815656185, 0.019962556660175323, 0.04900743067264557, -0.022186797112226486, -0.03126911073923111, 0.07443790882825851, -0.027321085333824158, 0.017052508890628815, 0.02098200097680092, 0.04274248704314232, -0.002442030468955636, 0.026857702061533928, -0.032677799463272095, 0.011362161487340927, -0.06524438410997391, 0.007200978230684996, 0.005189894232898951, -0.029119012877345085, -0.0008317732135765254, 0.03566198796033859, 0.0019647455774247646, 0.023595483973622322, -0.048117734491825104, 0.0428907684981823, 0.046523693948984146, -0.007673629093915224, 0.05816388502717018, 0.05553186684846878, -0.08007265627384186, 0.014253673143684864, -0.015569682233035564, 0.011575317941606045, 0.02322477661073208, 0.011362161487340927, 0.03501325100660324, -0.01665399968624115, -0.004612981807440519, -0.0016345849726349115, 0.021019071340560913, 0.026468459516763687, 0.041185516864061356, -0.030842799693346024, -0.003157957922667265, -0.01933235488831997, 0.004089358728379011, 0.01447609718888998, 0.0540861114859581, 0.0306759811937809, -0.01711738295853138, -0.04630127176642418, -0.04722803831100464, 0.04630127176642418, -0.04555985704064369, -0.023132098838686943, 0.03430890664458275, -0.05112045630812645, 0.02789568156003952, -0.07732941955327988, 0.04029582068324089, -0.10394616425037384, -0.03929491341114044, 0.004478600807487965, 0.02941557951271534, 0.0018106707138940692, 0.05267742648720741, 0.0008508877945132554, -0.03988804295659065, 0.02743229828774929, -0.027654722332954407, 0.025745581835508347, 0.030898405238986015, -0.06094418466091156, 0.010073955170810223, -0.006695890333503485, 0.046078845858573914, -0.016199883073568344, 0.008600396104156971, 0.050230760127305984, 0.009666177444159985, -0.018470462411642075, 0.04834015667438507, -0.00682563753798604, 0.02915608324110508, -0.0293599721044302, -0.0276917926967144, 0.028396135196089745, -0.04544864594936371, 0.038553498685359955, -0.004235324449837208, -0.07269559055566788, -0.019795740023255348, -0.027858611196279526, 0.05215843766927719, -0.029100477695465088, 0.06943336874246597, 0.02452225051820278, 0.058534592390060425, 0.010314914397895336, 0.010824636556208134, 0.00171915243845433, 0.03977683186531067, 0.01899871975183487, 0.057348329573869705, 0.06431761384010315, 0.010064687579870224, 0.01457804162055254, -0.005634742323309183, -0.028210781514644623, -0.0009424060117453337, 0.0303423460572958, -0.055828433483839035, -0.01048173289746046, 0.04003632813692093, 0.01338251307606697, 0.060388125479221344, 0.02024058811366558, -0.0293599721044302, -0.005125020630657673, 0.03996218368411064, 0.033400677144527435, -0.007919222116470337, 0.01850753277540207, 0.07013770937919617, -0.05990620702505112, 0.07710699737071991, -0.04908157140016556, 0.046857330948114395, -0.01533799059689045, -0.034586936235427856, -0.027487903833389282, -0.007761672139167786, -0.033938199281692505, -0.04103723540902138, -0.00047554721822962165, -0.0125298872590065, 0.0066773546859622, -0.010759762488305569, 0.014531703665852547, -0.02129710093140602, 0.0023574631195515394, 0.005023076198995113, -0.028340529650449753, 0.02116735465824604, -0.005880335345864296, -0.01575503498315811, 0.044892583042383194, 0.01470778975635767, -0.07629144191741943, -0.028785377740859985, -0.02439250238239765, 0.03467961400747299, -0.0178124587982893, 0.0758465975522995, -0.009972010739147663, 0.005004541017115116, -0.012214786373078823, 0.03896127641201019, 0.006686622742563486, 0.06379862874746323, 0.011325090192258358, 0.07918296009302139, 0.009582769125699997, -0.017905134707689285, -0.025245128199458122, 0.067950539290905, -0.043372686952352524, -0.03041648678481579, 0.00733535923063755, 0.01717298850417137, 0.0061769005842506886, 0.01786806434392929, -0.03859056904911995, 0.03799743950366974, -0.0540861114859581, -0.0685807466506958, 0.0026181163266301155, -0.009351077489554882, -0.0021524159237742424, -0.027284014970064163, -0.020611293613910675, 0.024633461609482765, -0.022501898929476738, 0.02513391524553299, -0.030694516375660896, -0.001626475714147091, -0.0032714868430048227, -0.07592073827981949, 0.010416858829557896, -0.026079218834638596, -0.02995310351252556, 0.015467737801373005, -0.030564770102500916, 0.06409519165754318, 0.011890417896211147, 0.029044872149825096, -0.02531926892697811, -0.017673444002866745, 0.01365127507597208, -0.01912846788764, 0.029990173876285553, 0.002715426729992032, 0.021927302703261375, -0.0067468625493347645, -0.028859518468379974, 0.00118278618901968, -0.04904450103640556, 0.03553223982453346, -0.02050008252263069, 0.028637094423174858, -0.030509162694215775, -0.026431389153003693, 0.013725416734814644, 0.030231133103370667, -0.017182257026433945, -0.03799743950366974, -0.04207521304488182, 0.037886228412389755, 0.04611591622233391, 0.030583305284380913, 0.008359436877071857, 0.017108116298913956, 0.037293095141649246, 0.014429759234189987, 0.06609700620174408, -0.007590220309793949, -0.02222386747598648, -0.00043702847324311733, -0.00565791130065918, -0.004902596585452557, -0.022983817383646965, 0.04707975313067436, 0.05019368976354599, 0.019017254933714867, 0.010036884807050228, 0.05927600711584091, 0.0580526739358902, 0.014717057347297668, -0.05504994839429855, -0.049897126853466034, 0.03627365455031395, 0.02322477661073208, 0.05186187103390694, -0.0075716846622526646, -0.0012175398878753185, 0.04848843812942505, -0.034920573234558105, 0.021556595340371132, -0.011825544759631157, -0.008109210059046745, 0.022538969293236732, -0.0063946908339858055, -0.015347258187830448, -0.010537338443100452, 0.05241793021559715, -0.016514984890818596, -0.0035402493085712194, 0.04122258722782135, -0.0580156035721302, 0.02487442083656788, -0.0068024685606360435, -0.014958016574382782, 0.024633461609482765, -0.021593667566776276, -0.031157899647951126, 0.04129672795534134, -0.024429572746157646, 0.02163073793053627, -0.019480638206005096, -0.058460451662540436, -0.019425032660365105, 0.012177716009318829, -0.008642100729048252, 0.027339620515704155, -0.028062498196959496, 0.01938796229660511, -0.008257492445409298, 0.057607825845479965, 0.029193155467510223, 0.056162070482969284, 0.006320549640804529, 0.0038252300582826138, -0.03714481368660927, 0.014485365711152554, 0.00001391960267937975, -0.008104575797915459, -0.04114844650030136, 0.08541082590818405, -0.019869880750775337, -0.028970731422305107, -0.00022083114890847355, 0.006158365402370691, 0.019684527069330215, -0.012835720553994179, -0.055235303938388824, -0.02322477661073208, 0.016153546050190926, 0.0016762894811108708, -0.03158421441912651, -0.045077938586473465, 0.02018498070538044, 0.03870178386569023, 0.020351799204945564, 0.015736499801278114, -0.0015731867169961333, 0.05338176712393761, -0.029063407331705093, -0.005379881244152784, 0.05182480067014694, -0.020722506567835808, -0.08022093772888184, -0.052788637578487396, 0.008178717456758022, -0.053455911576747894, 0.0026436024345457554, -0.02678356133401394, 0.037682339549064636, 0.050564397126436234, -0.003262219252064824, 0.022724322974681854, 0.016459379345178604, 0.008123110979795456, 0.0012476597912609577, 0.028655629605054855, -0.030435021966695786, 0.018683619797229767, 0.018016347661614418, -0.023335987702012062, -0.016867155209183693, 0.041519153863191605, -0.06832125037908554, -0.017061777412891388, 0.0461529865860939, 0.01791440322995186, 0.03885006532073021, -0.025356339290738106, -0.01825730688869953, -0.03325239196419716, -0.024577856063842773, 0.006033251993358135, 0.056681059300899506, -0.03147299960255623, -0.006130562629550695, -0.0817779004573822, -0.013113750144839287, 0.019406497478485107, 0.022001443430781364, 0.04266834259033203, 0.012455745600163937, -0.00019968928245361894, -0.011167540214955807, -0.007747770752757788, -0.06109246984124184, 0.05182480067014694, 0.02248336374759674, 0.04919278249144554, -0.08548497408628464, -0.013920038007199764, 0.03988804295659065, 0.025560228154063225, 0.01683935336768627, -0.006626382935792208, -0.05063853785395622, -0.07955366373062134, -0.020889323204755783, -0.016274025663733482, 0.04544864594936371, 0.056421563029289246, 0.0005690927500836551, 0.03658875450491905, 0.013540063053369522, -0.05986913666129112, 0.029916033148765564, -0.05249207094311714, 0.0035286645870655775, 0.010175899602472782, 0.033270929008722305, -0.012539154849946499, -0.02941557951271534, -0.013475189916789532, -0.04107430577278137, -0.00790068693459034, -0.033474817872047424, 0.023465735837817192, -0.03647754341363907, -0.025968005880713463, -0.029971638694405556, -0.028711235150694847, 0.0646141842007637, -0.049822982400655746, -0.02044447511434555, -0.043817535042762756, 0.04111137613654137, 0.013642007485032082, -0.015013622120022774, 0.07199124246835709, -0.03833107650279999, 0.01611647568643093, 0.00795165915042162, 0.005463290493935347, 0.0020087671000510454, -0.013150821439921856, -0.036977995187044144, -0.001631109626032412, 0.01477266289293766, 0.011093398556113243, -0.0013843579217791557, -0.03328946232795715, -0.008762580342590809, -0.04670904576778412, -0.004701024852693081, -0.0461529865860939, 0.020666899159550667, 0.021519524976611137, 0.019703062251210213, 0.020277658477425575, 0.029063407331705093, -0.004392874892801046, 0.03825693577528, -0.017071044072508812, 0.0207781121134758, -0.004833088722079992, 0.015013622120022774, 0.05175065994262695, -0.01652425155043602, -0.11024817824363708, 0.039072487503290176, -0.07962780445814133, -0.020815182477235794, 0.014958016574382782, -0.006130562629550695, -0.023502806201577187, 0.016431575641036034, 0.04733924940228462, -0.046857330948114395, 0.0402216799557209, -0.06454004347324371, 0.016255490481853485, 0.011037793010473251, 0.029916033148765564, -0.03369724005460739, 0.018628012388944626, 0.01242794282734394, -0.004411410074681044, -0.04277955740690231, -0.009786657989025116, -0.0066773546859622, 0.03744138032197952, 0.012817185372114182, -0.03784915804862976, 0.0290078017860651, 0.05723711848258972, -0.04537450149655342, -0.05757075548171997, -0.08422456681728363, -0.006844172719866037, -0.026153359562158585, -0.017543695867061615, -0.011445569805800915, -0.07217659801244736, 0.028581488877534866, 0.04011046886444092, -0.0008786908001638949, 0.025078309699892998, 0.021389778703451157, -0.0487850047647953, 0.012502084486186504, -0.011260217055678368, 0.0027432297356426716, 0.017905134707689285, 0.012409407645463943, 0.01797000877559185, 0.009684713557362556, 0.029990173876285553, 0.029860427603125572, -0.009068413637578487, -0.04252006113529205, -0.08318658918142319, 0.009341809898614883, 0.028711235150694847, -0.04192693158984184, 0.05504994839429855, -0.06138903275132179, 0.0026366515085101128, -0.0004428207757882774, -0.03936905413866043, 0.018396321684122086, 0.018628012388944626, -0.020537152886390686, 0.02387351356446743, 0.00409862631931901, 0.006607847288250923, 0.0017261032480746508, 0.06290893256664276, 0.007970194332301617, 0.00473114475607872, 0.02116735465824604, 0.014568774029612541, -0.00733535923063755, 0.04392874613404274, 0.027413763105869293, 0.0029216324910521507, -0.040407031774520874, 0.055902574211359024, 0.02921169064939022, 0.01827584207057953, 0.02861855924129486, 0.0028405403718352318, 0.04340975731611252, -0.067950539290905, 0.030119922012090683, 0.02196437306702137, -0.003493910888209939, 0.03278901055455208, 0.005630108527839184, -0.06676428020000458, 0.05026783049106598, 0.005718151107430458, -0.03008285164833069, 0.03189931437373161, -0.07821911573410034, -0.06053640693426132, -0.01487460732460022, -0.015041425824165344, 0.04192693158984184, 0.04789530858397484, -0.053455911576747894, 0.00590350478887558, 0.01668180339038372, -0.02947118505835533, -0.02261311002075672, -0.006297380663454533, 0.0007315665716305375, -0.0028057864401489496, -0.05697762221097946, -0.006492001470178366, -0.004351170267909765, 0.04733924940228462, -0.04103723540902138, 0.056755200028419495, 0.06457711011171341, -0.04344682767987251, 0.012038701213896275, -0.06609700620174408, -0.04585642367601395, 0.02387351356446743, -0.024818815290927887, -0.0402216799557209, -0.015282385051250458, 0.041519153863191605, -0.044151172041893005, -0.011751403100788593, -0.10179606825113297, -0.002771032741293311, 0.07480861991643906, -0.049822982400655746, -0.003998999018222094, -0.022205332294106483, -0.08541082590818405, -0.02663527801632881, -0.009944207966327667, 0.005398416891694069, 0.04340975731611252, 0.01938796229660511, 0.08036921918392181, -0.006858074571937323, 0.055235303938388824, 0.01299327053129673, 0.028266387060284615, 0.00933254137635231, -0.030119922012090683, 0.016107207164168358, -0.019295284524559975, -0.021463919430971146, 0.016357434913516045, 0.024355432018637657, 0.038738854229450226, -0.00636688806116581, 0.03745991364121437, -0.07947952300310135, -0.08659709244966507, 0.01907286047935486, 0.0041519152000546455, 0.002066690009087324, -0.010769030079245567, -0.0032738037407398224, -0.028470275923609734, 0.042112283408641815, 0.004856258165091276, -0.010407591238617897, -0.07403013110160828, 0.02572704665362835, -0.020296193659305573 ]
39,032
pulp.apis
getSolverFromJson
Instantiates a solver from a json file with its data :param str filename: name of the json file to read :return: a solver of type :py:class:`LpSolver` :rtype: LpSolver
def getSolverFromJson(filename): """ Instantiates a solver from a json file with its data :param str filename: name of the json file to read :return: a solver of type :py:class:`LpSolver` :rtype: LpSolver """ with open(filename) as f: data = json.load(f) return getSolverFromDict(data)
(filename)
[ 0.0374094694852829, -0.028343217447400093, -0.01612970419228077, -0.0071930973790585995, -0.018722617998719215, 0.00583405327051878, -0.031061304733157158, 0.0015624533407390118, 0.04202306643128395, 0.011006467044353485, 0.002007272094488144, 0.007452388759702444, -0.08175721764564514, -0.010657764971256256, -0.03744523599743843, 0.004175483249127865, 0.01779274456202984, 0.028629332780838013, -0.09477543085813522, -0.009218251332640648, 0.010952821001410484, -0.014153726398944855, 0.0662355050444603, 0.09384555369615555, 0.04946204274892807, -0.007492623291909695, 0.03873274847865105, 0.0067192199639976025, -0.010103418491780758, -0.059547580778598785, -0.052394717931747437, 0.06004828214645386, -0.029630733653903008, 0.06805948913097382, -0.03088248334825039, 0.023872679099440575, 0.016397938132286072, 0.01847226731479168, -0.10214287787675858, -0.013617262244224548, 0.035764310508966446, 0.04252376779913902, -0.007564152125269175, -0.008784608915448189, -0.019813429564237595, -0.013733495958149433, -0.0057982890866696835, -0.0432390533387661, 0.014815366826951504, -0.0404852032661438, 0.035192083567380905, -0.04002026468515396, 0.0067818076349794865, -0.011945280246436596, -0.051214493811130524, -0.00007096980698406696, 0.015646886080503464, 0.07210085541009903, 0.04506303369998932, -0.008525317534804344, -0.0461001992225647, -0.03415491804480553, -0.02378326840698719, -0.001860861899331212, -0.036336541175842285, 0.0017267457442358136, -0.043775517493486404, 0.006920394487679005, 0.04395433887839317, -0.04763806238770485, 0.01401066966354847, 0.025142312049865723, -0.0058519355952739716, -0.029934728518128395, 0.09012606739997864, 0.03415491804480553, -0.031079187989234924, -0.07868148386478424, -0.029809555038809776, 0.010648824274539948, -0.0432390533387661, -0.08089887350797653, 0.003940780181437731, -0.01055047195404768, -0.06659314781427383, -0.05107143893837929, 0.10235746204853058, -0.047995708882808685, -0.00980836246162653, -0.021315529942512512, -0.04964086413383484, 0.007063451688736677, -0.0836169645190239, 0.020564479753375053, 0.015602181665599346, -0.020206836983561516, 0.05758054181933403, -0.016102882102131844, -0.004419127944856882, 0.00729144923388958, 0.00048393584438599646, 0.030095668509602547, -0.02424820326268673, 0.017300985753536224, -0.007050040178000927, -0.012651625089347363, 0.028629332780838013, 0.019920721650123596, 0.0406997874379158, 0.0019390962552279234, -0.03944803774356842, 0.07256578654050827, -0.027252405881881714, 0.04878252372145653, 0.03830358013510704, 0.03655112907290459, -0.01241021603345871, 0.04649360477924347, 0.017479807138442993, 0.031418949365615845, -0.04238070920109749, 0.03991297259926796, -0.00440124562010169, 0.07417518645524979, 0.031758710741996765, -0.02070753648877144, -0.016558876261115074, -0.06512681394815445, 0.07256578654050827, -0.028915446251630783, 0.0720650926232338, 0.013483146205544472, 0.026179475709795952, -0.009879890829324722, -0.003639018861576915, -0.01813250593841076, 0.0061469911597669125, 0.01458289846777916, -0.0031919649336487055, 0.030560605227947235, 0.027234524488449097, 0.03374362736940384, -0.028325336053967476, -0.04238070920109749, -0.008856138214468956, -0.026322534307837486, -0.027985574677586555, -0.037659820169210434, -0.0494978092610836, 0.057544779032468796, 0.042166125029325485, -0.025249604135751724, -0.007801090832799673, 0.015852531418204308, 0.02412302792072296, -0.08082734793424606, 0.013009268790483475, -0.05872499942779541, 0.007608857471495867, -0.022048698738217354, -0.012392334640026093, 0.0728161409497261, 0.007371918763965368, -0.018955085426568985, -0.04592137783765793, -0.02058236114680767, -0.016540994867682457, -0.0634816512465477, -0.027753107249736786, 0.02120823785662651, -0.04756653681397438, -0.013313265517354012, -0.08705033361911774, 0.030274489894509315, 0.017426161095499992, -0.05833159387111664, 0.028611449524760246, 0.053896818310022354, 0.060227103531360626, -0.01967037096619606, -0.020045896992087364, 0.022424224764108658, -0.018257681280374527, -0.006625338923186064, 0.023246802389621735, 0.020403539761900902, 0.001494277617894113, 0.03297469764947891, -0.009155663661658764, 0.010595177300274372, -0.01069352962076664, 0.014681249856948853, 0.034566208720207214, -0.028504157438874245, -0.0003081877948716283, -0.037874408066272736, 0.01789109781384468, 0.0302566085010767, -0.05064226686954498, 0.0378386415541172, 0.0010109005961567163, -0.0004258188419044018, 0.04162966087460518, 0.027002055197954178, -0.08719339221715927, 0.015629004687070847, -0.030399665236473083, -0.0144398408010602, 0.023228920996189117, 0.028396863490343094, 0.0038848984986543655, -0.049998506903648376, -0.015503829345107079, 0.02360444702208042, 0.027645813301205635, 0.0026398533955216408, -0.024713139981031418, 0.021190354600548744, 0.0054808808490633965, -0.006522516254335642, 0.013393734581768513, 0.026519237086176872, -0.0044347746297717094, 0.017014872282743454, -0.016344290226697922, -0.006942747160792351, -0.026340415701270103, 0.05815277248620987, -0.05790242180228233, 0.007720620837062597, 0.014869012869894505, -0.03909039497375488, 0.03163353353738785, -0.09069829434156418, 0.03923344984650612, -0.05976216495037079, -0.05232318863272667, 0.010130241513252258, 0.029523439705371857, -0.006839924957603216, 0.0519297830760479, -0.025088666006922722, -0.0028477334417402744, -0.015244537964463234, 0.0038960748352110386, 0.043882809579372406, 0.018275564536452293, -0.04277411848306656, 0.007470270618796349, -0.0022810925729572773, 0.03694453462958336, 0.0008779020863585174, 0.014386194758117199, 0.09184275567531586, -0.030453311279416084, -0.04738771542906761, 0.023765385150909424, -0.03705182671546936, 0.010908115655183792, -0.006911453325301409, -0.02120823785662651, 0.007005334831774235, 0.0094328373670578, 0.035066910088062286, -0.032956812530756, -0.03951956331729889, -0.033421751111745834, -0.011748576536774635, 0.07231543958187103, -0.03626501187682152, 0.08368849009275436, 0.052394717931747437, 0.024909842759370804, -0.03163353353738785, 0.0035429021809250116, -0.005337823648005724, -0.0024207967799156904, 0.010934938676655293, 0.05851041525602341, 0.06737996637821198, -0.00663428008556366, 0.006692396942526102, 0.016880756244063377, -0.014627603814005852, -0.008368848823010921, 0.004282776266336441, -0.033242929726839066, -0.027770988643169403, -0.0045823026448488235, -0.006969570182263851, 0.05414716899394989, 0.020743301138281822, -0.016478406265378, -0.057330191135406494, 0.058975350111722946, -0.003297022543847561, -0.025625130161643028, -0.01972401887178421, 0.06834559887647629, -0.003060084069147706, 0.02648347243666649, -0.05890382081270218, 0.06995499134063721, -0.038339342921972275, -0.036104071885347366, -0.033529043197631836, -0.04402586817741394, -0.04567102715373039, -0.020940005779266357, 0.011855869553983212, -0.015986647456884384, 0.004032426048070192, 0.004872887395322323, -0.00444818614050746, -0.004390069283545017, 0.029255207628011703, -0.010094476863741875, -0.02349715307354927, 0.061550382524728775, -0.03411915525794029, -0.031061304733157158, 0.05851041525602341, 0.009906714782118797, -0.06405388563871384, -0.03830358013510704, -0.006705808453261852, 0.03984144330024719, 0.004796888213604689, 0.05446904897689819, -0.0404852032661438, 0.028951210901141167, -0.013107620179653168, 0.04191577434539795, -0.01498524658381939, 0.021404940634965897, -0.006334753707051277, 0.09620600193738937, 0.009012606926262379, 0.017363574355840683, -0.0024297379422932863, 0.1012130007147789, -0.061836495995521545, -0.025643011555075645, -0.019688254222273827, 0.003352904226630926, 0.012732095085084438, 0.023121627047657967, -0.05382528901100159, 0.03546031564474106, -0.032277293503284454, -0.06866747885942459, 0.01588829606771469, 0.011381992138922215, 0.016558876261115074, -0.05861770734190941, -0.016853932291269302, 0.0094596603885293, -0.014842189848423004, 0.021583762019872665, -0.04141507297754288, -0.04270258918404579, -0.035478197038173676, -0.09735045582056046, 0.0010779587319120765, -0.008167674764990807, -0.030381783843040466, 0.08154263347387314, -0.054111406207084656, 0.0360325463116169, 0.015700533986091614, -0.011417756788432598, -0.029487675055861473, -0.016880756244063377, 0.024158792570233345, -0.02424820326268673, -0.01014812383800745, 0.002416326431557536, 0.0024409142788499594, 0.006182755343616009, -0.013340088538825512, 0.01384078897535801, -0.029469793662428856, 0.014135844074189663, -0.03392244875431061, -0.0040771313942968845, -0.009853067807853222, -0.020385658368468285, 0.012803623452782631, -0.005498763173818588, -0.0028700861148536205, 0.005060650408267975, -0.030739426612854004, 0.01977766491472721, 0.029201561585068703, 0.015995588153600693, 0.04162966087460518, -0.002142505720257759, 0.051607903093099594, 0.016272762790322304, 0.06269484013319016, -0.0334932766854763, -0.04352516680955887, 0.03059636987745762, 0.015879355370998383, -0.04066402465105057, -0.02013530768454075, 0.060692038387060165, 0.03660477325320244, 0.010648824274539948, 0.008967901580035686, 0.03923344984650612, 0.055255863815546036, -0.01949154958128929, -0.03368998318910599, -0.040163323283195496, 0.03858969360589981, 0.04717312753200531, 0.0003872604575008154, -0.013188090175390244, 0.02076118253171444, 0.03858969360589981, 0.011936339549720287, 0.026501355692744255, 0.001137193408794701, 0.004112896043807268, 0.02235269546508789, -0.0259112436324358, 0.0187583826482296, -0.015083598904311657, 0.04953357204794884, -0.032563406974077225, -0.012812565080821514, 0.04552796855568886, -0.09398861229419708, 0.015342890284955502, -0.004419127944856882, 0.000921489845495671, -0.0168002862483263, -0.015423359349370003, 0.00888743158429861, 0.06180073320865631, 0.014198431745171547, 0.011516108177602291, 0.0009572541457600892, -0.05665067210793495, -0.013313265517354012, 0.006339224521070719, -0.004200071562081575, 0.015307125635445118, -0.0376240573823452, -0.025142312049865723, 0.02911215089261532, 0.06444729119539261, -0.018543796613812447, 0.03249187767505646, 0.010371650569140911, -0.01181116420775652, -0.025017136707901955, 0.009218251332640648, 0.004841593559831381, 0.009710011072456837, -0.02104729786515236, 0.1018567606806755, -0.03687300533056259, -0.05268083140254021, -0.024427024647593498, -0.009933537803590298, 0.034172799438238144, -0.035317257046699524, -0.030399665236473083, -0.021011533215641975, 0.011909515596926212, -0.05547044798731804, -0.06727267056703568, -0.035424552857875824, 0.036390189081430435, 0.04413316026329994, 0.018543796613812447, 0.04030637815594673, 0.0028812624514102936, -0.001705510658212006, -0.05679372698068619, -0.02305009961128235, 0.050856851041316986, 0.05357493832707405, -0.02258516289293766, -0.04545643925666809, -0.004957827739417553, -0.026447709649801254, -0.05471939966082573, -0.04127201810479164, 0.04792417958378792, 0.06487645953893661, -0.012311864644289017, 0.018168270587921143, 0.021691055968403816, 0.012973504140973091, 0.02372962050139904, 0.014967364259064198, 0.005020415410399437, 0.010362709872424603, 0.020671771839261055, -0.036282893270254135, 0.0010198417585343122, 0.0232110396027565, -0.030042022466659546, -0.012597979046404362, 0.001851920853368938, 0.022907042875885963, 0.024087265133857727, -0.005060650408267975, 0.0011427815770730376, 0.0012975739082321525, -0.006871218327432871, -0.002760557923465967, 0.08211486041545868, -0.0330641083419323, 0.03855392709374428, -0.06215837597846985, 0.011972103267908096, 0.00296620256267488, -0.04602866992354393, 0.06248025223612785, 0.006218519993126392, -0.02440914325416088, 0.018034154549241066, -0.005033826921135187, -0.026948409155011177, 0.06805948913097382, 0.038160521537065506, 0.06101391837000847, -0.060692038387060165, -0.01658570021390915, 0.015593240037560463, 0.010952821001410484, 0.0051545314490795135, 0.018311327323317528, -0.032688580453395844, -0.08247250318527222, -0.025875480845570564, -0.0036054898519068956, 0.03612195700407028, 0.04735194891691208, -0.01272315438836813, 0.036157719790935516, 0.0010913703590631485, -0.028039220720529556, 0.012758918106555939, -0.028057102113962173, -0.011516108177602291, 0.06008404493331909, -0.013563615269958973, -0.0057357014156877995, -0.06830983608961105, 0.0546836331486702, -0.046422079205513, -0.01017494685947895, -0.023014334961771965, 0.0006146990926936269, -0.04270258918404579, 0.012329746969044209, 0.024659493938088417, -0.028057102113962173, 0.05826006457209587, -0.08111345767974854, -0.008641552180051804, -0.022281166166067123, 0.0719577968120575, 0.019741900265216827, -0.01206151396036148, 0.07531964033842087, 0.003670312464237213, 0.07263731956481934, -0.009924597106873989, 0.00045711261918768287, -0.010219652205705643, 0.026161594316363335, -0.024140911176800728, -0.009817304089665413, 0.03488808497786522, 0.007085804361850023, -0.010836586356163025, -0.059261467307806015, -0.003697135718539357, -0.03858969360589981, 0.04488421231508255, -0.019652489572763443, 0.03837510570883751, 0.06054897978901863, 0.020975768566131592, 0.04556373506784439, 0.04280988126993179, 0.016934402287006378, 0.04098590090870857, -0.013438439927995205, 0.031132834032177925, -0.018454385921359062, -0.004483950790017843, 0.03866122290492058, -0.006057580467313528, -0.11051172763109207, 0.020886357873678207, -0.07996900379657745, -0.013170207850635052, 0.003992191515862942, 0.012285041622817516, -0.012025750242173672, -0.029881082475185394, 0.008882961235940456, -0.00328137562610209, 0.029290972277522087, -0.09320180118083954, 0.012168806977570057, -0.06830983608961105, 0.02773522399365902, -0.0009052841342054307, 0.027860399335622787, -0.0047745355404913425, -0.0016887461533769965, -0.07303072512149811, 0.0035563139244914055, 0.024212438613176346, 0.04956933856010437, 0.020099543035030365, 0.008882961235940456, 0.009218251332640648, 0.0490686371922493, -0.04162966087460518, -0.04316752403974533, -0.028039220720529556, 0.008498494513332844, -0.02011742629110813, -0.023658093065023422, -0.009692128747701645, -0.04395433887839317, 0.0008996959659270942, 0.021547997370362282, 0.0064554582349956036, 0.004770065192133188, 0.02076118253171444, -0.08676422387361526, -0.02047506906092167, -0.033761512488126755, -0.02372962050139904, 0.01715792901813984, 0.002191681880503893, -0.004025720525532961, 0.021923523396253586, 0.052394717931747437, 0.005074061919003725, -0.016111822798848152, -0.028396863490343094, -0.06165767461061478, 0.036622654646635056, 0.04023485258221626, -0.05300271138548851, 0.04252376779913902, -0.025875480845570564, 0.04964086413383484, 0.015798885375261307, -0.029183678328990936, 0.018937204033136368, 0.01000506617128849, -0.008485083468258381, -0.005239471793174744, -0.02526748739182949, 0.0065269870683550835, -0.023944206535816193, 0.03297469764947891, 0.03705182671546936, -0.004989121574908495, 0.016567816957831383, 0.03665842115879059, 0.013170207850635052, 0.036211367696523666, 0.023819031193852425, -0.015074657276272774, -0.02458796463906765, 0.06695079058408737, -0.002227446064352989, 0.017622865736484528, 0.04220188781619072, 0.011766458861529827, 0.017014872282743454, -0.06341012567281723, 0.031544122844934464, 0.01255327370017767, 0.027931928634643555, 0.0246952585875988, 0.031883884221315384, -0.08476141840219498, 0.07299496233463287, -0.023711739107966423, 0.006285578012466431, 0.04849640652537346, -0.043024469166994095, -0.006822042632848024, -0.006754984613507986, -0.034047625958919525, 0.04248800128698349, 0.0404852032661438, -0.05164366587996483, 0.006933805998414755, 0.025803951546549797, -0.013536792248487473, 0.013205972500145435, -0.009763657115399837, 0.014073257334530354, -0.0144130177795887, -0.06233719736337662, 0.018329210579395294, -0.00928977970033884, 0.05597114935517311, -0.01722051575779915, 0.0672011449933052, 0.06870324164628983, -0.055255863815546036, 0.033028341829776764, -0.03866122290492058, -0.021422823891043663, -0.02185199409723282, 0.008708610199391842, -0.04735194891691208, -0.0010315768886357546, 0.030274489894509315, -0.006737102288752794, -0.03715911880135536, -0.07313802093267441, -0.02911215089261532, 0.05042767897248268, -0.03819628432393074, 0.013313265517354012, -0.023246802389621735, -0.080755814909935, -0.009870950132608414, -0.03411915525794029, 0.026626531034708023, 0.0336005724966526, 0.04173695296049118, 0.04316752403974533, 0.0012752212351188064, 0.027753107249736786, -0.002304562833160162, -0.009665305726230145, 0.0025504424702376127, -0.002684558741748333, 0.0189193207770586, 0.015941942110657692, -0.05493398383259773, 0.007778738159686327, 0.011006467044353485, 0.029594969004392624, 0.033815156668424606, 0.05117873102426529, -0.03445891663432121, -0.061550382524728775, 0.0039005454163998365, 0.007170744705945253, -0.007492623291909695, -0.03512055426836014, -0.04592137783765793, -0.05021309480071068, 0.034798674285411835, 0.011900574900209904, -0.017452985048294067, -0.06841713190078735, 0.007801090832799673, -0.033761512488126755 ]
39,036
pulp.apis.core
initialize
reads the configuration file to initialise the module
def initialize(filename, operating_system="linux", arch="64"): """reads the configuration file to initialise the module""" here = os.path.dirname(filename) config = Parser({"here": here, "os": operating_system, "arch": arch}) config.read(filename) try: cplex_dll_path = config.get("locations", "CplexPath") except configparser.Error: cplex_dll_path = "libcplex110.so" try: try: ilm_cplex_license = ( config.get("licenses", "ilm_cplex_license") .decode("string-escape") .replace('"', "") ) except AttributeError: ilm_cplex_license = config.get("licenses", "ilm_cplex_license").replace( '"', "" ) except configparser.Error: ilm_cplex_license = "" try: ilm_cplex_license_signature = config.getint( "licenses", "ilm_cplex_license_signature" ) except configparser.Error: ilm_cplex_license_signature = 0 try: coinMP_path = config.get("locations", "CoinMPPath").split(", ") except configparser.Error: coinMP_path = ["libCoinMP.so"] try: gurobi_path = config.get("locations", "GurobiPath") except configparser.Error: gurobi_path = "/opt/gurobi201/linux32/lib/python2.5" try: cbc_path = config.get("locations", "CbcPath") except configparser.Error: cbc_path = "cbc" try: glpk_path = config.get("locations", "GlpkPath") except configparser.Error: glpk_path = "glpsol" try: pulp_cbc_path = config.get("locations", "PulpCbcPath") except configparser.Error: pulp_cbc_path = "cbc" try: scip_path = config.get("locations", "ScipPath") except configparser.Error: scip_path = "scip" try: fscip_path = config.get("locations", "FscipPath") except configparser.Error: fscip_path = "fscip" for i, path in enumerate(coinMP_path): if not os.path.dirname(path): # if no pathname is supplied assume the file is in the same directory coinMP_path[i] = os.path.join(os.path.dirname(config_filename), path) return ( cplex_dll_path, ilm_cplex_license, ilm_cplex_license_signature, coinMP_path, gurobi_path, cbc_path, glpk_path, pulp_cbc_path, scip_path, fscip_path, )
(filename, operating_system='linux', arch='64')
[ 0.0599040649831295, -0.014360290952026844, -0.00897766463458538, 0.03567231446504593, 0.006236696150153875, -0.02262292057275772, -0.05160171166062355, -0.0035528314765542746, -0.00582952331751585, -0.04099535569548607, -0.00424552196636796, 0.013248014263808727, -0.025105683133006096, 0.06542572379112244, -0.012672013603150845, 0.030726654455065727, 0.0045310393907129765, 0.049099087715148926, -0.04754984378814697, 0.014072290621697903, -0.010536839254200459, 0.01935560628771782, -0.028104858472943306, 0.056090544909238815, 0.04957577586174011, 0.048185430467128754, 0.03404362127184868, -0.0008298629545606673, -0.02234485186636448, -0.07174187153577805, -0.010487183928489685, 0.033825140446424484, 0.004893522709608078, 0.011867598630487919, 0.010924149304628372, -0.01548249926418066, 0.0634792372584343, 0.016088293865323067, -0.08405636996030807, -0.020110366865992546, 0.018153950572013855, -0.053111229091882706, 0.03205741569399834, -0.011887460947036743, -0.03859204053878784, 0.06069854646921158, -0.06840503960847855, -0.016823191195726395, -0.046795085072517395, -0.0002341554209124297, 0.02768775448203087, 0.03541410714387894, -0.015909533947706223, -0.009588424116373062, -0.05839454382658005, 0.07066931575536728, 0.03803590312600136, 0.05052915960550308, 0.05462075024843216, 0.01633656956255436, -0.0014486912405118346, 0.006931869313120842, 0.007264559622853994, -0.0183029156178236, -0.003351727733388543, 0.009553665295243263, -0.029733549803495407, -0.04596087709069252, 0.029395893216133118, 0.04762929305434227, 0.04917853698134422, 0.01163918524980545, -0.0014201394515112042, -0.05688502639532089, 0.07591290771961212, 0.00029684515902772546, -0.05263454094529152, 0.033825140446424484, 0.02294071391224861, -0.012840840965509415, -0.09073002636432648, 0.022464023903012276, 0.00846125092357397, -0.04500749707221985, 0.020855193957686424, 0.013089117594063282, 0.04393494501709938, 0.012503186240792274, 0.030746515840291977, 0.021530505269765854, -0.056169990450143814, 0.03420251980423927, 0.0166742242872715, 0.05096612498164177, 0.0018434502417221665, -0.025483062490820885, 0.03372582793235779, -0.02300029993057251, 0.027230925858020782, -0.01966346986591816, -0.03942624852061272, -0.02870072051882744, -0.0024405543226748705, -0.05052915960550308, 0.012910358607769012, -0.03964473307132721, -0.00279310648329556, 0.06200944632291794, 0.04969495162367821, -0.08628091961145401, -0.08461250364780426, -0.04190900921821594, 0.01700194925069809, -0.033149827271699905, 0.0019675884395837784, 0.009667872451245785, -0.01201656460762024, 0.01593932695686817, 0.0004909660201519728, 0.015055464580655098, -0.0399823896586895, 0.010397803969681263, -0.05354819446802139, 0.03495727851986885, 0.04687453433871269, -0.007890215143561363, 0.004310073796659708, -0.01899809017777443, 0.0062913172878324986, -0.016157809644937515, 0.04306101053953171, -0.020835332572460175, 0.019703194499015808, -0.0465964637696743, 0.0028377962298691273, -0.080123670399189, -0.013118910603225231, 0.007979595102369785, 0.010665942914783955, 0.04306101053953171, 0.04894018918275833, -0.027389822527766228, -0.01233435794711113, -0.04798680916428566, -0.023238645866513252, 0.023139335215091705, 0.006812696810811758, -0.07805801182985306, -0.045086946338415146, 0.03358679637312889, 0.034162797033786774, -0.017071466892957687, -0.03503672778606415, -0.01925629749894142, -0.03459976240992546, -0.01296994462609291, 0.005928833968937397, -0.014866774901747704, -0.0008577940170653164, 0.01283091027289629, -0.028065133839845657, 0.052197571843862534, 0.026198096573352814, 0.006768007297068834, -0.021510643884539604, -0.03175948187708855, -0.0432993583381176, -0.061453308910131454, 0.02260305918753147, -0.03489769250154495, -0.04103507846593857, -0.08143457025289536, -0.04604032635688782, -0.022821541875600815, -0.00482400506734848, 0.004846349824219942, 0.005799730308353901, 0.004243039060384035, 0.02300029993057251, 0.011182356625795364, -0.011917253956198692, 0.013536014594137669, -0.015045533888041973, 0.039148181676864624, 0.027230925858020782, 0.04568280652165413, 0.03871121257543564, 0.0108149079605937, 0.05895068496465683, -0.004213246051222086, 0.020150091499090195, 0.0029271754901856184, -0.004133797716349363, 0.01932581327855587, 0.023258507251739502, -0.00433241855353117, 0.04127342253923416, 0.060460202395915985, -0.0077809737995266914, 0.024072853848338127, 0.01630677655339241, 0.01999119482934475, -0.000049694019253365695, -0.007358904462307692, -0.01929602026939392, -0.0022965541575104, -0.011857667937874794, 0.02268250659108162, -0.053826265037059784, 0.05895068496465683, 0.015273947268724442, -0.06288337707519531, 0.0056110406294465065, 0.04135287180542946, 0.021788712590932846, -0.021788712590932846, -0.00756745645776391, 0.0533892996609211, -0.022861266508698463, -0.007582352962344885, 0.03604969382286072, 0.0007429663091897964, 0.03301079571247101, -0.016257120296359062, 0.014151738956570625, 0.033507347106933594, -0.0025622097309678793, 0.05156198516488075, -0.01364525593817234, 0.03356693312525749, 0.04699370637536049, -0.04699370637536049, -0.004481384065002203, 0.004456556402146816, 0.05501798912882805, -0.07599236071109772, -0.014757533557713032, 0.059467099606990814, -0.03503672778606415, -0.00008937940583564341, -0.012175461277365685, 0.0025262096896767616, -0.00515917781740427, -0.02931644581258297, -0.011678908951580524, -0.025463199242949486, -0.02266264520585537, 0.021153125911951065, -0.027111753821372986, 0.001277380739338696, 0.010586494579911232, -0.004806625656783581, -0.03060748055577278, 0.011996702291071415, -0.028482237830758095, -0.017875881865620613, 0.01565132662653923, -0.05195922777056694, 0.0800044983625412, -0.03932693973183632, 0.030845826491713524, -0.06534627825021744, -0.012026495300233364, -0.01770705357193947, 0.03130265325307846, -0.004118901211768389, 0.027409683912992477, 0.004568280652165413, 0.047112878412008286, 0.0013742083683609962, 0.011083045974373817, 0.07770049571990967, -0.055097438395023346, 0.019901813939213753, -0.010084976442158222, -0.016505397856235504, 0.025244716554880142, -0.04532529041171074, 0.04766901582479477, 0.06196972355246544, 0.03535452112555504, 0.048503223806619644, 0.006276420783251524, 0.026118649169802666, 0.004498763475567102, -0.0116689782589674, -0.0897766500711441, -0.034083347767591476, -0.03257382661104202, 0.04171038791537285, -0.0018571054097265005, 0.04028031975030899, -0.014628429897129536, -0.028045272454619408, 0.09724479168653488, 0.03064720518887043, -0.003778762649744749, -0.03160058706998825, 0.0400618351995945, -0.09795983135700226, -0.034142933785915375, -0.0023598645348101854, -0.02135174721479416, -0.006633938290178776, -0.03873107582330704, -0.020080573856830597, 0.03364638239145279, -0.07194048911333084, -0.008083870634436607, 0.04703342914581299, 0.01901795156300068, 0.013595600612461567, 0.08890271931886673, 0.03301079571247101, 0.04107480123639107, 0.03698321059346199, 0.04159121587872505, -0.005174074321985245, 0.04890046641230583, -0.007383732125163078, -0.01695229485630989, 0.04186928644776344, 0.009315320290625095, 0.0048960051499307156, 0.014092152938246727, -0.02735009789466858, 0.0036297969054430723, -0.0054124197922647, 0.03565245121717453, 0.0005275867879390717, -0.03865162655711174, 0.06192999705672264, -0.003043865319341421, 0.012820979580283165, 0.06602159142494202, 0.01029849424958229, -0.024192025884985924, -0.035493556410074234, 0.018412157893180847, -0.07221855968236923, 0.0700337290763855, -0.04457053169608116, -0.08953830599784851, -0.017716985195875168, -0.018531329929828644, -0.026595339179039, 0.04186928644776344, -0.04631839320063591, -0.026913132518529892, -0.018531329929828644, -0.0075227669440209866, 0.05466047301888466, -0.030726654455065727, 0.06705442070960999, -0.0033666242379695177, -0.010238907299935818, -0.08937940746545792, -0.012076150625944138, 0.043100737035274506, 0.05466047301888466, 0.003374072490260005, -0.01216553058475256, -0.008391733281314373, 0.025204991921782494, -0.008853526785969734, -0.05402488633990288, -0.019415194168686867, 0.013416841626167297, -0.002912278985604644, -0.025204991921782494, 0.00039569009095430374, -0.056805577129125595, -0.014042497612535954, -0.033467620611190796, 0.033348448574543, -0.019524434581398964, -0.05156198516488075, -0.015552016906440258, -0.05934792757034302, -0.035473693162202835, -0.011083045974373817, 0.04604032635688782, 0.022464023903012276, -0.016753673553466797, -0.043815772980451584, -0.013585669919848442, 0.015869809314608574, 0.003009106731042266, 0.01593932695686817, 0.0038011076394468546, -0.009757251478731632, 0.0633203461766243, -0.010358080267906189, 0.031183481216430664, 0.008779044263064861, 0.012374082580208778, 0.04234597831964493, 0.033149827271699905, 0.014956153929233551, -0.017131052911281586, -0.017528295516967773, -0.06479013711214066, -0.024231750518083572, 0.03894956037402153, -0.02129216119647026, 0.018243329599499702, 0.05831509828567505, 0.04059811308979988, -0.00834704376757145, 0.03237520903348923, -0.0009583458886481822, 0.0006852421211078763, -0.03894956037402153, -0.04901963844895363, -0.045841705054044724, 0.0005663799238391221, -0.015849947929382324, 0.006589248310774565, 0.0433390811085701, -0.026456303894519806, 0.013059324584901333, -0.04588142782449722, 0.03366624191403389, 0.03169989585876465, 0.010045251809060574, 0.07035152614116669, 0.014201394282281399, -0.015174636617302895, -0.04735122248530388, -0.036804452538490295, -0.0630820021033287, 0.10042273253202438, 0.03436141461133957, -0.007512835785746574, 0.037877004593610764, -0.06018213555216789, -0.020577125251293182, 0.0108149079605937, 0.0038631765637546778, -0.059784892946481705, 0.03932693973183632, -0.006157247815281153, 0.008366905152797699, 0.0064750416204333305, -0.06467096507549286, 0.037122245877981186, -0.05136336386203766, -0.03299093246459961, 0.006301247980445623, -0.0034460725728422403, -0.07758132368326187, 0.0035131073091179132, 0.02504609525203705, -0.018124157562851906, 0.01665436290204525, -0.03402376174926758, -0.03366624191403389, -0.01317849662154913, 0.005109522957354784, 0.016783466562628746, -0.024489957839250565, -0.009057112969458103, 0.0967681035399437, -0.007979595102369785, 0.03624831512570381, -0.020398367196321487, 0.042107630521059036, 0.047827914357185364, -0.02595975250005722, -0.0008658629958517849, -0.05096612498164177, -0.010308424942195415, -0.013893532566726208, 0.045404739677906036, -0.02897878922522068, -0.05295233428478241, -0.02133188582956791, 0.04155149310827255, -0.008937940932810307, -0.06590241938829422, -0.002171174855902791, -0.03434155508875847, -0.010576562955975533, 0.05227702111005783, 0.003351727733388543, -0.08937940746545792, 0.04298156499862671, -0.03871121257543564, 0.004868695046752691, -0.04901963844895363, -0.05235647037625313, 0.022086644545197487, 0.03694348782300949, -0.008257663808763027, 0.0014387601986527443, 0.028442513197660446, 0.02435092255473137, 0.025224855169653893, 0.0034535210579633713, -0.06359841674566269, -0.028204169124364853, -0.013069255277514458, -0.01571091264486313, -0.04735122248530388, 0.01630677655339241, 0.041750114411115646, -0.05497826635837555, -0.04870184510946274, -0.004022073466330767, -0.004727177321910858, -0.05553440377116203, -0.05064833164215088, 0.0400419756770134, -0.025224855169653893, -0.006802766118198633, 0.019931606948375702, 0.0048960051499307156, 0.05525633692741394, -0.060102686285972595, -0.0017788984114304185, 0.01795532926917076, -0.03471893444657326, 0.018253261223435402, 0.009836699813604355, -0.030845826491713524, 0.02361602522432804, 0.004049383569508791, -0.06069854646921158, 0.014976016245782375, 0.014767464250326157, -0.009429527446627617, -0.048463501036167145, -0.038135211914777756, 0.007219869643449783, 0.02137160860002041, -0.005591178312897682, 0.010745391249656677, 0.03404362127184868, -0.017478639259934425, -0.036129143089056015, 0.01967339962720871, -0.0017677260329946876, 0.021212711930274963, 0.007999456487596035, 0.00001871769200079143, -0.011768288910388947, -0.007443318143486977, 0.00316552072763443, -0.004022073466330767, -0.02796582318842411, 0.045404739677906036, -0.010094907134771347, 0.01079504657536745, -0.02268250659108162, 0.07440339028835297, -0.03261355310678482, 0.0599040649831295, -0.027767201885581017, 0.0024703475646674633, 0.008823733776807785, -0.01901795156300068, 0.03688390180468559, -0.11551791429519653, -0.0013580704107880592, -0.014578774571418762, -0.0029942102264612913, -0.024112578481435776, -0.01793546788394451, 0.0020110367331653833, -0.019772710278630257, 0.07599236071109772, 0.023774921894073486, 0.035473693162202835, 0.03271286189556122, -0.04723205044865608, 0.0002684485516510904, 0.05021136626601219, 0.041114527732133865, 0.012930220924317837, -0.009230906143784523, 0.03960500657558441, 0.01796526089310646, 0.002552278572693467, -0.013436703942716122, 0.010606355965137482, 0.020537400618195534, -0.011202218942344189, 0.009553665295243263, 0.04758957028388977, -0.021709265187382698, -0.004881108645349741, 0.0016299327835440636, 0.01198677159845829, -0.01429077424108982, -0.054144058376550674, 0.034162797033786774, -0.01399284228682518, -0.03636748716235161, 0.0467156358063221, 0.04723205044865608, -0.0865987166762352, -0.020477814599871635, 0.004709798377007246, 0.007875318638980389, -0.004014625214040279, 0.010238907299935818, -0.023417403921484947, -0.045166391879320145, -0.01152001228183508, 0.048781294375658035, 0.02959451451897621, -0.026515889912843704, -0.03618872910737991, -0.07809773832559586, 0.010983736254274845, 0.01451918762177229, 0.04067756235599518, 0.020477814599871635, 0.06753110885620117, -0.04163094237446785, -0.020249400287866592, 0.037122245877981186, -0.030369136482477188, 0.0366852805018425, -0.06137385964393616, 0.02466871589422226, -0.029097963124513626, -0.05807675048708916, -0.002728554653003812, 0.07019262760877609, 0.058752063661813736, -0.02570154517889023, 0.05656723305583, -0.008376836776733398, -0.013277807272970676, -0.017399191856384277, 0.08707540482282639, 0.0058593167923390865, 0.04274321720004082, 0.07503897696733475, 0.022861266508698463, -0.014042497612535954, 0.014836981892585754, -0.06467096507549286, 0.005556419957429171, -0.008302353322505951, -0.009106768295168877, 0.03034927323460579, 0.05458102375268936, -0.022841403260827065, 0.0233180932700634, 0.009568561799824238, 0.004190901294350624, -0.008381802588701248, -0.034421004354953766, -0.0900944396853447, -0.029097963124513626, 0.036109279841184616, 0.01659477688372135, 0.006524696480482817, -0.014787326566874981, 0.03001161850988865, 0.06169165298342705, 0.02466871589422226, -0.015025671571493149, -0.0734102874994278, 0.0400022491812706, -0.037122245877981186, -0.012036426924169064, 0.030726654455065727, 0.05624943971633911, 0.0010117252822965384, 0.03630790114402771, 0.030726654455065727, 0.032832033932209015, -0.0200011245906353, -0.005318074487149715, -0.007488008122891188, 0.011748426593840122, 0.05553440377116203, 0.04854295030236244, 0.06864338368177414, -0.00880387146025896, -0.04425273835659027, -0.007264559622853994, 0.0070907664485275745, 0.04254459589719772, 0.051442813128232956, 0.020855193957686424, -0.0036347624845802784, -0.0600232370197773, 0.09756258875131607, 0.01795532926917076, -0.014717808924615383, -0.027846651151776314, -0.019454916939139366, -0.04830460250377655, -0.03694348782300949, 0.009603320620954037, 0.0014164153253659606, 0.07515814900398254, -0.01466815359890461, -0.015611602924764156, 0.05299205705523491, -0.03309024125337601, -0.044808875769376755, -0.048503223806619644, -0.012423737905919552, -0.04306101053953171, -0.01248332392424345, 0.031223205849528313, 0.012910358607769012, -0.003138210391625762, -0.05168116092681885, 0.06502848118543625, 0.05033053830265999, -0.031819067895412445, 0.05775895714759827, -0.028363065794110298, -0.05223729833960533, -0.02995203249156475, 0.029495203867554665, 0.0697159394621849, -0.02234485186636448, 0.02367561124265194, -0.029058238491415977, -0.019901813939213753, -0.03459976240992546, 0.030925273895263672, 0.04198845848441124, -0.048185430467128754, -0.008630078285932541, -0.06022185832262039, 0.01928609050810337, -0.00817325059324503, -0.044173289090394974, 0.018124157562851906, 0.04719232767820358, 0.037440039217472076, 0.023059887811541557, -0.0022729679476469755, 0.0005862420075573027, -0.056130267679691315, 0.03521548584103584, -0.003627314232289791, 0.024072853848338127, 0.00640055863186717, -0.025463199242949486, -0.020835332572460175, 0.05565357580780983, -0.020120296627283096, -0.008123595267534256, 0.02627754583954811, 0.033825140446424484, -0.031044447794556618, -0.09049168229103088, 0.029793135821819305, -0.011798081919550896, -0.009722493588924408, -0.05454130098223686, -0.02095450460910797, -0.006018213462084532, 0.034520313143730164, 0.010606355965137482, 0.06173137575387955, 0.0018682779045775533, -0.041789837181568146, -0.005203867796808481 ]
39,037
pulp.utilities
isNumber
Returns true if x is an int or a float
def isNumber(x): """Returns true if x is an int or a float""" return isinstance(x, (int, float))
(x)
[ 0.003849863540381193, -0.022922709584236145, 0.02060071751475334, 0.020842203870415688, 0.012287983670830727, 0.04658845439553261, 0.0021431990899145603, 0.015826700255274773, 0.004184230230748653, 0.0005668564117513597, 0.05981452390551567, -0.053907375782728195, 0.027715301141142845, -0.0534244030714035, 0.009696640074253082, -0.020266350358724594, -0.014665704220533371, 0.06501578539609909, 0.031616248190402985, -0.02006201446056366, -0.05026649311184883, 0.050377946346998215, -0.011452066712081432, -0.027176599949598312, 0.034792736172676086, 0.02923852950334549, 0.08448337018489838, 0.019857678562402725, 0.0029512522742152214, 0.06442135572433472, -0.05375877022743225, -0.022922709584236145, 0.01246445532888174, 0.04153580218553543, 0.0084102563560009, 0.05843990668654442, -0.026842232793569565, 0.024966062977910042, -0.04198162257671356, 0.06676192581653595, -0.06293528527021408, 0.0078297583386302, -0.04506522789597511, 0.08329451084136963, -0.059145789593458176, -0.013476843945682049, 0.01963476836681366, -0.016727633774280548, -0.048260290175676346, 0.011572809889912605, 0.035108525305986404, -0.0626380667090416, 0.006069688126444817, 0.02277410216629505, -0.030445965006947517, 0.0041749426163733006, 0.029368560761213303, 0.005187331233173609, -0.05702813342213631, 0.023647170513868332, 0.03261934965848923, 0.032470740377902985, -0.015882428735494614, -0.10967234522104263, 0.007602203171700239, 0.006933469325304031, -0.03975250944495201, -0.02791963703930378, -0.046105481684207916, 0.009496948681771755, -0.05974022299051285, 0.025579068809747696, -0.009622336365282536, 0.04881756752729416, 0.045994024723768234, 0.014498520642518997, 0.006538730580359697, 0.0645328164100647, -0.011303459294140339, 0.007212108466774225, 0.010541846044361591, 0.03271222859621048, -0.005967520643025637, 0.03460697457194328, -0.028179699555039406, 0.009845247492194176, -0.04766586050391197, 0.040384091436862946, 0.0038614734075963497, 0.02797536551952362, -0.041758712381124496, -0.025430461391806602, 0.001426864298991859, -0.04056985303759575, 0.005628509446978569, 0.013077461160719395, 0.03967820852994919, -0.07590129226446152, -0.010969092138111591, -0.005842132959514856, -0.004207450430840254, 0.0559878833591938, 0.02318277209997177, -0.02921995334327221, 0.012130088172852993, -0.04149864986538887, 0.009418001398444176, -0.03616735339164734, -0.011099123395979404, 0.06204363703727722, -0.03391966596245766, -0.0945143774151802, -0.029405713081359863, -0.00799229834228754, 0.016671905294060707, -0.0470714308321476, 0.006984553299844265, 0.031263306736946106, -0.04265035688877106, -0.02923852950334549, -0.003260077442973852, 0.03676178306341171, 0.010467542335391045, 0.036520298570394516, 0.08827286213636398, 0.011061972007155418, 0.005117671098560095, -0.007606847211718559, -0.0200248621404171, 0.00820592138916254, -0.012566623277962208, -0.013894802890717983, -0.02974007837474346, 0.04722003638744354, -0.03451409563422203, 0.04190731793642044, -0.07248331606388092, 0.022086791694164276, 0.033306658267974854, -0.04588257148861885, -0.014452081173658371, 0.026879385113716125, 0.01697840914130211, -0.0043839216232299805, -0.03579583391547203, 0.052644211798906326, -0.000729686114937067, 0.029851535335183144, -0.06334395706653595, 0.00981738418340683, -0.038154978305101395, 0.022532613947987556, 0.06052041053771973, 0.0035758684389293194, -0.04881756752729416, -0.01196290459483862, 0.011396339163184166, 0.005726033356040716, 0.01746138371527195, -0.008916450664401054, 0.010588285513222218, 0.04889187216758728, 0.05535630136728287, 0.0015487689524888992, 0.0161796435713768, -0.01655116118490696, -0.03986396640539169, 0.0029558963142335415, 0.039492446929216385, 0.06315819174051285, 0.016736920922994614, 0.002387008164077997, -0.0012852228246629238, 0.040829915553331375, 0.03508995100855827, 0.04398782551288605, -0.007314275950193405, -0.01564094051718712, 0.043876368552446365, 0.06141205504536629, 0.04465655982494354, -0.04008687660098076, -0.06657616794109344, 0.014897903427481651, -0.0004986478597857058, 0.01969049498438835, -0.027176599949598312, -0.009900975972414017, -0.03800637274980545, -0.006919537670910358, 0.016263235360383987, 0.02663789689540863, -0.01961619220674038, -0.05193832516670227, -0.011925753206014633, -0.00015339662786573172, -0.008066602051258087, -0.011154851876199245, 0.012938141822814941, 0.00206889514811337, -0.007291056215763092, -0.05242130160331726, -0.0014082883717492223, 0.0124551672488451, -0.03404969722032547, -0.038154978305101395, -0.06341825425624847, -0.014563536271452904, -0.03756054863333702, -0.01591029204428196, -0.03276795893907547, -0.03408684954047203, -0.010114599019289017, 0.11286740750074387, 0.02665647305548191, 0.026823656633496284, 0.023387107998132706, -0.03352957218885422, 0.005140891298651695, 0.008888587355613708, 0.039566751569509506, 0.07367217540740967, 0.025449037551879883, 0.04885471984744072, 0.0855979323387146, 0.013801923021674156, -0.018863866105675697, 0.057325348258018494, -0.006408699322491884, -0.008870011195540428, 0.023368531838059425, 0.02964719943702221, -0.05242130160331726, 0.06063186749815941, 0.002547225682064891, -0.09362273663282394, 0.06423559784889221, 0.01790720596909523, 0.003341347211971879, -0.01577097177505493, 0.000009977311492548324, 0.025616221129894257, -0.038117825984954834, -0.060891930013895035, -0.013671891763806343, -0.03830358758568764, -0.021938184276223183, 0.0634925588965416, -0.06973407417535782, 0.017108440399169922, -0.026099195703864098, -0.010374662466347218, 0.01872454769909382, -0.0496349111199379, -0.008614592254161835, 0.041610103100538254, -0.06884243339300156, -0.014740007929503918, 0.026730777695775032, -0.012418015860021114, 0.013588299974799156, 0.0005445072310976684, 0.053127188235521317, 0.07690438628196716, -0.03746766969561577, -0.03796922042965889, 0.04149864986538887, 0.013467555865645409, 0.05491047725081444, -0.005298786796629429, 0.11130703240633011, -0.052124086767435074, 0.017609991133213043, -0.02136233076453209, 0.026359258219599724, -0.001850627944804728, 0.02481745555996895, -0.01546446979045868, 0.027269478887319565, 0.061820726841688156, 0.039046626538038254, -0.00026528764283284545, -0.03215495124459267, -0.011015532538294792, -0.021269449964165688, 0.05357300862669945, 0.02570910006761551, 0.04625409096479416, -0.009004686959087849, 0.0239629615098238, -0.036501720547676086, 0.010922652669250965, -0.013393252156674862, 0.021065115928649902, -0.021213723346590996, 0.0636783167719841, -0.007040280848741531, -0.011712130159139633, 0.019040338695049286, -0.030650300905108452, 0.014721431769430637, -0.01132203545421362, 0.004149400629103184, -0.031244730576872826, 0.02481745555996895, -0.031133273616433144, 0.007026349194347858, -0.03007444553077221, -0.04989497363567352, 0.057399652898311615, 0.04019833356142044, 0.008540288545191288, -0.05717674270272255, -0.013421116396784782, 0.06419844925403595, 0.015148678794503212, -0.003912557382136583, 0.006538730580359697, -0.08262577652931213, 0.020359229296445847, -0.004927267786115408, 0.039492446929216385, 0.031597673892974854, 0.015613077208399773, -0.022551190108060837, -0.011424202471971512, -0.038229282945394516, 0.022458311170339584, -0.046105481684207916, 0.050415098667144775, -0.02886701002717018, -0.027678150683641434, 0.07757312059402466, 0.014777160249650478, -0.006659474223852158, -0.03141191229224205, 0.019077489152550697, 0.020340653136372566, 0.02923852950334549, 0.06156066432595253, -0.011164139956235886, -0.01610533893108368, 0.027269478887319565, 0.006691982038319111, -0.029870111495256424, 0.0243902076035738, -0.02756669372320175, 0.01002171915024519, 0.12490461766719818, 0.046068329364061356, -0.0496349111199379, -0.030817484483122826, 0.015789547935128212, -0.03289799019694328, -0.011507794260978699, -0.01071831677109003, 0.011517082341015339, -0.006863809656351805, 0.023832930251955986, 0.027771029621362686, 0.06988268345594406, -0.0013200526591390371, 0.008670319803059101, 0.0383407399058342, -0.07935641705989838, 0.007258548401296139, 0.0368175134062767, -0.009051126427948475, 0.03460697457194328, 0.018594514578580856, 0.013885514810681343, 0.010096022859215736, -0.07861337810754776, -0.06750496476888657, -0.018845289945602417, 0.00762542337179184, 0.06315819174051285, 0.0244830884039402, -0.016346827149391174, -0.01350470818579197, -0.0014071273617446423, -0.018631666898727417, -0.028551219031214714, -0.027826758101582527, -0.004574324935674667, -0.038600802421569824, -0.0016880885232239962, -0.032117798924446106, -0.0636783167719841, 0.031653400510549545, 0.011089836247265339, 0.004555749241262674, 0.0017240793677046895, -0.015780260786414146, -0.04335624352097511, -0.01924467273056507, 0.03274938091635704, -0.02962862327694893, -0.04699712619185448, 0.007871554233133793, 0.039529599249362946, 0.005289498716592789, 0.0009508559014648199, 0.05227269232273102, 0.018269436433911324, 0.05286712199449539, 0.017535686492919922, -0.022997012361884117, 0.02964719943702221, 0.01787005364894867, 0.08151122182607651, -0.03657602518796921, -0.03390108793973923, -0.01899389736354351, 0.03105897083878517, 0.02875555492937565, -0.025541916489601135, 0.007448951713740826, 0.0008277902961708605, -0.027826758101582527, 0.03328808397054672, -0.017136303707957268, -0.04179586470127106, 0.04008687660098076, -0.027288055047392845, -0.019764799624681473, 0.023219924420118332, 0.008554220199584961, 0.007119228597730398, 0.0368175134062767, -0.06702198833227158, 0.00799229834228754, 0.023461410775780678, -0.050823770463466644, 0.027733877301216125, -0.05074946582317352, -0.027826758101582527, -0.011405627243220806, -0.04681136831641197, 0.003673392115160823, 0.014972207136452198, 0.045213837176561356, 0.012325135990977287, 0.0017055034404620528, 0.033380962908267975, -0.039566751569509506, 0.04056985303759575, 0.02320134826004505, -0.0006460943841375411, -0.04759155586361885, -0.08329451084136963, -0.023907234892249107, 0.00437927758321166, -0.013281797058880329, 0.06364116817712784, -0.020284926518797874, -0.0455482043325901, 0.022866981104016304, 0.06304673850536346, -0.0201177429407835, -0.06356686353683472, 0.025430461391806602, -0.09592615067958832, -0.07047711312770844, -0.052978578954935074, 0.003708221949636936, 0.010820484720170498, -0.017322063446044922, 0.028978465124964714, 0.047442950308322906, -0.0005627929349429905, 0.0357772596180439, 0.006520154885947704, -0.03011159785091877, 0.0028467627707868814, 0.052161239087581635, 0.01199076883494854, 0.042613204568624496, 0.04239029437303543, -0.0014454403426498175, 0.009441221132874489, 0.007170312572270632, -0.019709071144461632, -0.023442836478352547, -0.03490418940782547, 0.006069688126444817, -0.04372776299715042, 0.046477001160383224, -0.02622922696173191, -0.030315933749079704, 0.019318977370858192, -0.03666890412569046, 0.024148721247911453, -0.006269379518926144, 0.008804995566606522, -0.04859465733170509, 0.011517082341015339, 0.017962932586669922, 0.02481745555996895, 0.05071231350302696, 0.045622508972883224, 0.0481116846203804, -0.018427332863211632, 0.009678064845502377, 0.07047711312770844, 0.022829828783869743, 0.01878027431666851, -0.0253375805914402, -0.0628238245844841, 0.0057631852105259895, -0.06798794120550156, 0.035071372985839844, 0.03228498250246048, 0.04636554419994354, 0.04120143502950668, -0.014127002097666264, 0.02923852950334549, 0.0058653526939451694, -0.010467542335391045, -0.00865174364298582, 0.019356129691004753, -0.02178957685828209, -0.026080619543790817, -0.007096008863300085, -0.006993841379880905, 0.059591613709926605, -0.07118300348520279, 0.005433462094515562, -0.0009978762827813625, 0.010458254255354404, 0.03332523629069328, 0.02569052390754223, 0.010086734779179096, -0.01969049498438835, -0.08396324515342712, -0.06475572288036346, 0.006427275016903877, -0.005916436668485403, 0.034198302775621414, -0.02450166456401348, -0.01924467273056507, -0.019876254722476006, 0.007565051317214966, -0.002051480347290635, 0.03013017401099205, -0.019783375784754753, 0.009074346162378788, 0.005637797527015209, -0.012715230695903301, -0.024557391181588173, -0.04833459481596947, -0.048631809651851654, 0.008512424305081367, 0.03505279868841171, 0.05977737158536911, 0.007123872637748718, -0.02056356519460678, 0.03232213482260704, -0.014275609515607357, 0.0000036825349525315687, -0.017563551664352417, -0.056099336594343185, 0.023015588521957397, -0.005976808723062277, -0.09206235408782959, -0.08307160437107086, -0.010913364589214325, 0.018984610214829445, 0.06204363703727722, -0.01246445532888174, 0.05104668065905571, -0.021065115928649902, 0.010969092138111591, -0.019096065312623978, 0.0200248621404171, 0.009770943783223629, -0.03583298623561859, -0.012269408442080021, -0.052161239087581635, -0.08842147141695023, -0.02881128154695034, -0.043913520872592926, -0.037374790757894516, -0.040421243757009506, -0.01372761931270361, -0.02139948308467865, -0.04532529041171074, -0.011684265919029713, 0.0002567252959124744, 0.04859465733170509, 0.024371633306145668, 0.020656444132328033, 0.05201262980699539, -0.028569795191287994, -0.006185787729918957, 0.00959447305649519, -0.006492290645837784, 0.020749324932694435, 0.006924181245267391, -0.0288484338670969, -0.04142434522509575, 0.04703427851200104, -0.022086791694164276, -0.05193832516670227, 0.018269436433911324, 0.021176571026444435, -0.009213666431605816, 0.027789605781435966, -0.003030200023204088, -0.09310261160135269, 0.024260176345705986, 0.005117671098560095, 0.028179699555039406, -0.03443979099392891, 0.01837160438299179, 0.03668748214840889, 0.016718344762921333, -0.0288484338670969, -0.017897916957736015, 0.0013943564845249057, -0.01922609657049179, 0.021919608116149902, 0.03501564636826515, -0.005238414742052555, 0.04569680988788605, -0.06698483973741531, 0.011006244458258152, -0.09087349474430084, -0.010077446699142456, -0.08530071377754211, -0.0003816774988081306, -0.03611162677407265, 0.040346939116716385, -0.026507865637540817, -0.07597558945417404, -0.009538744576275349, 0.005739965476095676, 0.0021431990899145603, 0.014071274548768997, 0.01854807510972023, 0.01050469372421503, 0.0239629615098238, -0.021566664800047874, -0.039566751569509506, 0.055653516203165054, -0.06780217587947845, -0.0048854718916118145, -0.02093508467078209, 0.09815526753664017, -0.020247774198651314, -0.037764884531497955, 0.04755440354347229, 0.00589321693405509, -0.03328808397054672, 0.004848320037126541, -0.018167268484830856, -0.007969077676534653, 0.03718902915716171, -0.03351099416613579, 0.006357615347951651, -0.001628877711482346, -0.0046857804991304874, 0.039901118725538254, 0.05680522322654724, 0.059591613709926605, -0.01707128807902336, -0.05056370794773102, -0.01783290132880211, 0.010133175179362297, -0.030427388846874237, -0.0231084693223238, 0.03964105620980263, 0.010597573593258858, -0.002521683694794774, -0.008586728014051914, -0.02745523862540722, 0.001035608584061265, -0.02006201446056366, -0.01395053043961525, 0.01373690739274025, -0.003459768835455179, -0.047442950308322906, -0.0014709822135046124, 0.0079365698620677, -0.024650271981954575, -0.06546161323785782, -0.04361630603671074, 0.006822013761848211, 0.0027724590618163347, 0.023851506412029266, -0.031616248190402985, -0.006320463493466377, 0.0279010608792305, -0.043059028685092926, 0.016885528340935707, -0.03399397060275078, -0.03611162677407265, 0.11494791507720947, 0.021529514342546463, -0.017860766500234604, -0.007388580124825239, -0.027343783527612686, -0.007007773034274578, 0.07920780777931213, 0.007462883833795786, -0.050860922783613205, -0.06449566036462784, 0.0021211400162428617, 0.022495463490486145, -0.05795693024992943, -0.05992598086595535, -0.008726047351956367, -0.03224783018231392, 0.01200005691498518, -0.026433560997247696, 0.03455124795436859, 0.017062000930309296, 0.06772787868976593, 0.026563594117760658, -0.021678121760487556, 0.009919552132487297, -0.021492362022399902, 0.037319064140319824, 0.03568438068032265, -0.03319520503282547, -0.01006815955042839, -0.005642441567033529, -0.03622308373451233, 0.007054212968796492, -0.040309786796569824, 0.05624794587492943, 0.034254033118486404, -0.0003526525979395956, -0.01874312199652195, -0.02182672917842865, -0.008024806156754494, -0.0014918801607564092, 0.022514037787914276, -0.05338725075125694, -0.0462169386446476, 0.01246445532888174, -0.026396410539746284, 0.018696682527661324, -0.05286712199449539, 0.002410228131338954, 0.011925753206014633, 0.04688567295670509, 0.05368446558713913, -0.0051687550731003284, -0.02056356519460678, 0.008122329600155354, -0.029944414272904396, 0.03886086493730545, -0.031690552830696106, 0.08485489338636398, 0.02671220153570175, -0.053981680423021317, -0.026303529739379883, 0.03626023232936859, -0.02277410216629505, -0.01525084674358368, -0.011879313737154007, 0.017164168879389763, -0.018464483320713043, -0.03141191229224205, 0.005196618847548962, -0.024223025888204575, 0.05420459061861038 ]
39,038
pulp.constants
isiterable
null
def isiterable(obj): try: obj = iter(obj) except: return False else: return True
(obj)
[ 0.02810424007475376, -0.017110571265220642, -0.05949317291378975, -0.024584926664829254, -0.03383569419384003, -0.021903542801737785, 0.012434910982847214, 0.035159628838300705, 0.04441039636731148, 0.003888004692271352, 0.04196363687515259, -0.012325979769229889, -0.015769880264997482, 0.01821664161980152, -0.03227714076638222, 0.010499288327991962, -0.04494667425751686, 0.07400615513324738, 0.002220519818365574, 0.03458983451128006, -0.05473371967673302, 0.029511965811252594, 0.029713070020079613, 0.028439413756132126, 0.0026143479626625776, 0.06509055942296982, 0.03985204920172691, 0.010356839746236801, 0.035628870129585266, 0.04337136074900627, 0.018702642992138863, -0.02357940748333931, 0.02515471912920475, 0.04357246682047844, 0.06267731636762619, 0.028657276183366776, -0.04239936172962189, 0.03286369517445564, -0.030500726774334908, -0.004746885038912296, -0.05195178464055061, 0.0142532242462039, -0.006925508379936218, 0.03363459184765816, -0.030601277947425842, -0.04561702162027359, -0.02803720533847809, 0.02359616570174694, 0.003959228750318289, 0.006431128364056349, 0.06046517565846443, -0.03189169242978096, 0.06525814533233643, -0.004420091398060322, -0.02564072050154209, 0.05010833591222763, -0.01551850140094757, 0.05590682476758957, -0.012217048555612564, 0.03262907266616821, -0.02267444133758545, -0.014538120478391647, 0.028841620311141014, -0.07434132695198059, 0.009828942827880383, -0.02609320357441902, -0.0625767633318901, -0.009242390282452106, -0.03127162158489227, 0.03817618265748024, -0.08392727375030518, 0.05325895920395851, -0.03519314527511597, 0.053996339440345764, -0.08835155516862869, -0.03743880242109299, -0.05486778914928436, 0.04216473922133446, 0.027584722265601158, -0.046153295785188675, -0.008241061121225357, 0.020965060219168663, -0.037841010838747025, 0.028255067765712738, -0.01635643281042576, -0.026562444865703583, -0.02783610299229622, 0.023529130965471268, -0.021434301510453224, 0.06522463262081146, 0.02696465328335762, 0.01774740032851696, 0.007160129025578499, -0.04554998502135277, -0.037841010838747025, 0.05141551047563553, 0.01506601832807064, -0.011764565482735634, -0.014621914364397526, -0.0625767633318901, 0.017412228509783745, 0.011831600219011307, 0.05982834845781326, 0.016322916373610497, -0.0012003376614302397, 0.00600797263905406, 0.027132239192724228, -0.035159628838300705, 0.021015334874391556, -0.042131222784519196, -0.04136032611131668, 0.01910484954714775, -0.06810711324214935, 0.012049462646245956, 0.00034302842686884105, -0.05815248191356659, 0.006443697493523359, -0.03891356289386749, -0.02582506462931633, -0.02559044398367405, 0.017881469801068306, 0.05888986214995384, -0.0305510014295578, 0.0145800169557333, 0.0866086557507515, 0.010298185050487518, 0.0069632153026759624, 0.01559391524642706, 0.03847783803939819, -0.0027442274149507284, 0.00964459776878357, 0.005714696366339922, -0.0632806271314621, 0.03051748499274254, 0.03075210563838482, 0.008764768950641155, -0.012359497137367725, -0.007076336070895195, -0.046153295785188675, -0.08929003775119781, 0.010423874482512474, -0.028690792620182037, 0.01281198114156723, 0.05661068856716156, -0.011529944837093353, 0.008622320368885994, -0.010918254032731056, 0.020579610019922256, 0.021216439083218575, -0.011856738477945328, -0.03386921435594559, 0.02200409583747387, -0.0022414682898670435, 0.07273250073194504, -0.07038629055023193, 0.020378507673740387, -0.034237902611494064, -0.04427632689476013, 0.018065813928842545, -0.05084571614861488, -0.032009001821279526, 0.021283473819494247, -0.007038629148155451, 0.03613162785768509, 0.008019009605050087, 0.00041948971920646727, -0.02044554241001606, -0.02827182598412037, 0.03159003704786301, 0.047024745494127274, 0.01314715389162302, -0.032880451530218124, -0.00376650458201766, 0.006493973080068827, -0.01843450404703617, 0.09411652386188507, -0.007964543998241425, 0.041896600276231766, -0.030852656811475754, 0.029813621193170547, -0.025556927546858788, -0.005521972198039293, -0.01256898045539856, -0.018468022346496582, 0.035561833530664444, 0.024098925292491913, 0.02316044084727764, -0.01664132997393608, -0.002220519818365574, 0.00865583773702383, -0.022791750729084015, -0.016750261187553406, -0.00040246921707876027, -0.01571960560977459, -0.05097978562116623, 0.01055794395506382, 0.0006813434883952141, 0.020160645246505737, -0.022992854937911034, 0.04722584784030914, -0.02921031042933464, -0.03452279791235924, 0.001797364209778607, -0.02109912782907486, -0.013306360691785812, -0.001266324776224792, -0.050611093640327454, -0.04062294587492943, 0.018350711092352867, 0.017680365592241287, -0.04152791202068329, -0.05503537505865097, 0.010616598650813103, 0.04588515684008598, 0.09458576887845993, 0.07212918996810913, 0.04253343120217323, -0.050443507730960846, 0.010985288769006729, 0.006033110432326794, 0.030483966693282127, 0.022640923038125038, 0.01796526275575161, -0.04246639460325241, 0.028003688901662827, -0.037639908492565155, -0.03264583274722099, 0.025104444473981857, -0.005333437584340572, -0.017194366082549095, -0.020043333992362022, 0.04062294587492943, 0.03824321925640106, 0.03363459184765816, 0.03837728872895241, 0.0362992137670517, 0.029327621683478355, -0.04357246682047844, -0.030634794384241104, 0.03296424448490143, 0.020613128319382668, -0.016917847096920013, -0.02921031042933464, -0.06713511794805527, -0.0641520768404007, 0.04270101711153984, 0.01592070795595646, 0.08144699037075043, -0.0714588463306427, -0.02225547470152378, 0.03971797972917557, -0.009510528296232224, -0.03080238215625286, -0.08453058451414108, 0.019674643874168396, -0.04689067602157593, -0.033332936465740204, -0.005940937902778387, 0.043907638639211655, -0.019406504929065704, 0.009502149187028408, -0.03145596757531166, 0.02830534428358078, 0.07300063967704773, -0.045047227293252945, 0.007805336732417345, 0.017144089564681053, 0.04112570360302925, 0.02091478370130062, 0.03214307129383087, 0.04062294587492943, -0.0749446377158165, 0.0369025282561779, 0.03857839107513428, -0.0016276829410344362, 0.040321290493011475, 0.02921031042933464, -0.0362992137670517, 0.008496630936861038, 0.03370162472128868, 0.022506853565573692, 0.02287554368376732, -0.023529130965471268, -0.016088295727968216, -0.02336154505610466, -0.04742695391178131, 0.04022073745727539, 0.010692012496292591, 0.01637319102883339, 0.018283676356077194, 0.023411821573972702, 0.0395168736577034, 0.02109912782907486, -0.0038565821014344692, -0.021216439083218575, 0.04742695391178131, 0.00875638984143734, -0.06448724865913391, 0.04119274020195007, -0.015409570187330246, 0.015677709132432938, -0.028606999665498734, -0.04715881496667862, 0.0047385054640471935, 0.011907014064490795, -0.023328028619289398, -0.001913627260364592, 0.05359413102269173, -0.04756102338433266, 0.015476604923605919, 0.067537322640419, -0.00729000847786665, -0.01726139895617962, -0.011672393418848515, 0.030065001919865608, -0.04350543022155762, 0.0011353979352861643, -0.01246842835098505, -0.06405152380466461, 0.05346006527543068, -0.058085449039936066, 0.0009620506898500025, 0.017630089074373245, -0.04223177582025528, 0.004348867107182741, -0.028674034401774406, 0.05520296096801758, 0.05459965020418167, -0.003190426155924797, 0.09659680724143982, 0.0012432816438376904, -0.07722381502389908, 0.040991634130477905, 0.024367064237594604, 0.02652892842888832, 0.022322509437799454, -0.023931339383125305, 0.012032704427838326, 0.019858989864587784, 0.005387903191149235, -0.020378507673740387, -0.003483702428638935, 0.027115480974316597, -0.003278409130871296, -0.005547109991312027, -0.005769161973148584, -0.014462706632912159, 0.031154312193393707, 0.05543758347630501, 0.022624164819717407, -0.03241121023893356, 0.030685070902109146, 0.02249009534716606, -0.039181701838970184, -0.07186105102300644, 0.03613162785768509, 0.01687595061957836, 0.051549579948186874, 0.0008075570221990347, -0.02242306061089039, 0.04605274274945259, -0.03301452100276947, -0.016708364710211754, -0.005249644163995981, -0.02540609985589981, -0.030483966693282127, -0.03613162785768509, 0.0074198879301548, 0.007097284309566021, 0.013867774978280067, -0.038276735693216324, 0.0749446377158165, -0.06254324316978455, -0.07983816415071487, 0.002413244219496846, -0.027567964047193527, -0.01751277968287468, 0.03299776464700699, -0.008597183041274548, 0.0382096990942955, 0.03948335722088814, 0.005471696145832539, 0.062107522040605545, -0.01726139895617962, 0.013415291905403137, -0.027266308665275574, -0.017898228019475937, 0.0085510965436697, -0.014554879628121853, -0.02069692127406597, -0.03757287189364433, -0.012300842441618443, -0.0030626414809376, -0.01706867478787899, -0.0064562661573290825, -0.04920336976647377, 0.057582687586545944, -0.05322544276714325, -0.040589429438114166, 0.0008384557440876961, 0.034288179129362106, 0.07615125924348831, 0.01438729278743267, 0.017127331346273422, -0.004780402407050133, 0.017412228509783745, 0.022774992510676384, -0.06083386391401291, 0.020311472937464714, -0.0005378476344048977, 0.0699840858578682, -0.050611093640327454, -0.004956367891281843, -0.061001453548669815, 0.012996326200664043, 0.0327296257019043, -0.015099534764885902, 0.024886582046747208, 0.029763346537947655, -0.0025933997239917517, 0.046857159584760666, -0.02538933977484703, -0.016976503655314445, 0.026662997901439667, -0.034925006330013275, -0.06787249445915222, 0.012962808832526207, -0.05386226996779442, 0.03978501260280609, -0.024836305528879166, -0.047493986785411835, -0.11067406088113785, 0.03479093685746193, -0.036031078547239304, 0.029461689293384552, -0.0349920429289341, -0.04648846760392189, -0.021886784583330154, -0.00471336767077446, 0.022624164819717407, 0.0267635490745306, 0.02582506462931633, 0.01034008152782917, 0.019641127437353134, 0.029545484110713005, -0.023897821083664894, 0.01617208868265152, 0.06716863065958023, 0.048164334148168564, 0.04561702162027359, 0.019272437319159508, -0.01731167547404766, 0.009510528296232224, -0.012510324828326702, -0.03170734643936157, -0.013013084419071674, 0.05349358171224594, 0.014018602669239044, 0.011546703055500984, 0.04089108482003212, -0.0444774329662323, -0.009150218218564987, -0.018736159428954124, -0.04112570360302925, 0.004843247123062611, 0.030819140374660492, -0.06586145609617233, 0.07199511677026749, 0.03623218089342117, 0.00865583773702383, 0.02089802548289299, -0.017680365592241287, 0.042365845292806625, -0.024651959538459778, 0.04890171438455582, 0.05473371967673302, 0.008207544684410095, 0.056677721440792084, 0.009946253150701523, 0.004813919309526682, -0.018116090446710587, -0.029495207592844963, 0.04293563589453697, -0.067537322640419, -0.012376256287097931, -0.045482952147722244, -0.023478856310248375, 0.014965466223657131, -0.007101473864167929, 0.03737176954746246, 0.018283676356077194, 0.0019167695427313447, -0.04384060204029083, 0.004633764270693064, 0.10021667182445526, -0.022506853565573692, -0.009518907405436039, 0.01868588477373123, 0.01639832928776741, -0.004922850523144007, 0.03914818540215492, 0.040991634130477905, 0.04655550420284271, -0.0029243826866149902, 0.011664014309644699, -0.0027442274149507284, 0.017630089074373245, -0.016716744750738144, -0.02473575435578823, 0.00005057050657342188, -0.010373598895967007, 0.04498019069433212, -0.01816636696457863, 0.011421013623476028, 0.05966075882315636, 0.006732783745974302, 0.00017675128765404224, -0.01995954103767872, 0.03080238215625286, 0.01754629611968994, 0.0369025282561779, 0.0042671686969697475, -0.021249955520033836, -0.04541591554880142, -0.00030951114604249597, -0.0023126923479139805, -0.0005155900726094842, -0.008823424577713013, 0.017328433692455292, -0.03750583902001381, 0.03140569105744362, -0.0014014412881806493, 0.00753300916403532, 0.009619459509849548, -0.027685273438692093, 0.002561977133154869, 0.04605274274945259, -0.03346700593829155, 0.06726918369531631, 0.04762805625796318, 0.027031688019633293, -0.0159709844738245, 0.019942782819271088, -0.04990723356604576, -0.00005243621490080841, 0.009770287200808525, -0.029562242329120636, 0.011705910786986351, -0.01794850453734398, 0.013130394741892815, -0.057582687586545944, -0.029930932447314262, 0.01292929146438837, 0.07266546785831451, -0.02111588791012764, 0.013155533000826836, -0.03034989908337593, 0.015116293914616108, -0.015250363387167454, 0.024819547310471535, -0.019674643874168396, 0.03075210563838482, -0.033349696546792984, -0.030148794874548912, 0.03212631493806839, -0.027333343401551247, -0.0038733407855033875, 0.004428470972925425, 0.0664982870221138, 0.041896600276231766, 0.007956164889037609, -0.000589694653172046, -0.09331211447715759, -0.021953819319605827, 0.06539221853017807, 0.04558350145816803, -0.04001963511109352, -0.02696465328335762, -0.02626078948378563, -0.09331211447715759, -0.010666875168681145, -0.05778379365801811, 0.022724715992808342, -0.08627348393201828, 0.029813621193170547, -0.05456613376736641, -0.04498019069433212, 0.015627432614564896, -0.04581812396645546, -0.01660781353712082, -0.024182718247175217, 0.011370738036930561, 0.007373801898211241, -0.027919895946979523, 0.051583096385002136, 0.002041411818936467, 0.016339674592018127, -0.012082980014383793, -0.022540371865034103, -0.051080334931612015, -0.031171072274446487, 0.030718587338924408, -0.0197584368288517, -0.008291337639093399, 0.05258861556649208, -0.013448809273540974, -0.03435521200299263, 0.0228923037648201, 0.029327621683478355, -0.0077383024618029594, 0.020060092210769653, 0.04015370458364487, 0.04759453982114792, -0.04625384882092476, 0.007151749916374683, 0.0033224006183445454, -0.0022540371865034103, 0.013993465341627598, -0.023931339383125305, 0.04588515684008598, 0.004068159963935614, 0.03189169242978096, -0.010373598895967007, 0.0009610033011995256, -0.057381585240364075, -0.08198326826095581, 0.034455765038728714, -0.03609811142086983, 0.03274638205766678, -0.09854080528020859, -0.012376256287097931, -0.03502555936574936, 0.04085756465792656, -0.01999305747449398, -0.026914376765489578, -0.0197584368288517, 0.0022728906478732824, 0.013792361132800579, -0.03723770007491112, 0.03589700907468796, -0.008739630691707134, -0.004663091618567705, -0.02696465328335762, 0.021015334874391556, -0.03308155760169029, -0.004901902284473181, 0.02983037941157818, 0.01818312518298626, 0.052488062530756, -0.008915596641600132, 0.016658088192343712, 0.061236072331666946, -0.017780916765332222, -0.019188644364476204, -0.05392930656671524, 0.0006048821960575879, 0.05704641342163086, 0.0025556928012520075, 0.011529944837093353, 0.020093610510230064, 0.04967261105775833, -0.012409773655235767, 0.0005467506707645953, -0.017328433692455292, 0.07889968156814575, 0.01659105345606804, -0.04176253080368042, 0.025104444473981857, -0.002031985204666853, -0.02584182471036911, -0.0781622976064682, 0.05795137956738472, -0.029746586456894875, -0.06220807507634163, -0.000014500152246910147, -0.017227882519364357, -0.03512611240148544, -0.04464501887559891, 0.01840098761022091, 0.002348304493352771, -0.10812675207853317, -0.04203066974878311, -0.03978501260280609, 0.032260384410619736, -0.09941225498914719, -0.032260384410619736, 0.007055387832224369, -0.03058451972901821, 0.03861190751194954, -0.08070961385965347, 0.04196363687515259, -0.02513796091079712, 0.0021053042728453875, -0.023897821083664894, 0.009133459068834782, -0.01935623027384281, -0.047058261930942535, 0.0822514072060585, 0.015359293669462204, 0.006016352213919163, 0.013130394741892815, 0.005253833718597889, 0.02175271511077881, 0.02086450718343258, 0.0035402628127485514, -0.010373598895967007, -0.07715678215026855, -0.00027677943580783904, 0.030031483620405197, -0.018937263637781143, -0.03159003704786301, 0.09726715087890625, -0.03985204920172691, -0.07286656647920609, 0.013842636719346046, -0.017345193773508072, 0.04809729754924774, 0.018384229391813278, 0.02181974984705448, -0.019724920392036438, 0.03286369517445564, -0.05114737153053284, -0.03529369831085205, 0.012828739359974861, -0.03308155760169029, -0.037841010838747025, -0.05141551047563553, 0.0656268373131752, 0.00999652873724699, 0.013540981337428093, 0.035595353692770004, -0.020730437710881233, -0.009342942386865616, 0.05959372594952583, -0.034003280103206635, -0.005978644825518131, -0.03546128422021866, 0.04353894665837288, -0.03928225487470627, -0.02359616570174694, 0.030400173738598824, -0.02605968527495861, 0.045918677002191544, -0.002710710046812892, 0.013834257610142231, -0.03475742042064667, 0.0373382531106472, 0.0074031297117471695, -0.007105663418769836, 0.00661966297775507, 0.038109149783849716, -0.0002409054577583447, 0.009845701046288013, 0.0058278171345591545, 0.10262991487979889, -0.004839057568460703, -0.06378338485956192, -0.019842229783535004, -0.0032029952853918076, 0.011722669005393982, -0.06183938309550285, -0.005903230980038643, 0.019238919019699097, 0.00028018353623338044, -0.04849950596690178, 0.02066340297460556, -0.0019817091524600983, 0.005111385602504015 ]
39,041
pulp.apis
listSolvers
List the names of all the existing solvers in PuLP :param bool onlyAvailable: if True, only show the available solvers :return: list of solver names :rtype: list
def listSolvers(onlyAvailable=False): """ List the names of all the existing solvers in PuLP :param bool onlyAvailable: if True, only show the available solvers :return: list of solver names :rtype: list """ result = [] for s in _all_solvers: solver = s() if (not onlyAvailable) or solver.available(): result.append(solver.name) del solver return result
(onlyAvailable=False)
[ 0.0598057322204113, -0.05597703158855438, -0.030611885711550713, -0.04959586262702942, 0.00799418706446886, 0.05856494978070259, 0.02300765924155712, -0.09004538506269455, 0.05813954025506973, 0.058033186942338943, 0.0008979057893157005, -0.07629042118787766, -0.016856921836733818, -0.04622802510857582, -0.045022692531347275, -0.004110093228518963, 0.004183210898190737, -0.004608621820807457, -0.025861458852887154, -0.04353375360369682, -0.011308849789202213, 0.021926404908299446, 0.03343023359775543, 0.02029566280543804, 0.025329696014523506, 0.03213627636432648, 0.0634571760892868, -0.027332672849297523, -0.012328064069151878, -0.001939831068739295, -0.05618973821401596, 0.0457671619951725, -0.03835791349411011, -0.0048257592134177685, -0.014437394216656685, 0.09954623132944107, 0.05626063793897629, 0.04147759824991226, 0.01114931982010603, 0.048177823424339294, 0.0561542846262455, -0.025418322533369064, 0.030789140611886978, -0.033359333872795105, -0.04629892483353615, -0.02990286611020565, 0.00510050356388092, 0.01587315835058689, 0.05165201798081398, 0.004551014397293329, 0.05842314660549164, -0.011459515430033207, 0.018328135833144188, -0.014038571156561375, -0.006438776850700378, 0.04562535881996155, 0.05016307905316353, 0.08515315502882004, 0.04768151044845581, -0.04505814239382744, -0.021270563825964928, -0.015492060221731663, -0.0437464565038681, 0.005570228677242994, 0.04066222533583641, 0.00402146577835083, -0.0182217825204134, -0.02742130123078823, -0.018629468977451324, 0.014862805604934692, -0.020685622468590736, -0.014366492629051208, -0.03534458577632904, 0.014384218491613865, 0.03305799886584282, 0.0014047434087842703, -0.00990853738039732, -0.03399745002388954, -0.03589407354593277, -0.05640244111418724, -0.03213627636432648, -0.04810692369937897, -0.01960436813533306, 0.018150880932807922, 0.01901942864060402, -0.05055303871631622, 0.02368122711777687, -0.013232062570750713, 0.0845150351524353, -0.002833859296515584, -0.03169313818216324, -0.002658820478245616, 0.023255815729498863, 0.03896057978272438, -0.05881310626864433, -0.020472917705774307, -0.0213946420699358, -0.045802611857652664, -0.0400950126349926, 0.0047282688319683075, -0.024727029725909233, 0.023752128705382347, -0.027403574436903, 0.048213277012109756, 0.030611885711550713, -0.012097632512450218, -0.04597986862063408, -0.04516449570655823, 0.05583522841334343, -0.003839779645204544, -0.029406553134322166, 0.06810124963521957, 0.014809629879891872, -0.009757870808243752, -0.04091038182377815, 0.039350543171167374, -0.03669172152876854, -0.02742130123078823, -0.030151022598147392, -0.029193848371505737, -0.07366704940795898, 0.06771129369735718, -0.01665307767689228, 0.010280772112309933, 0.023362169042229652, -0.002375212963670492, 0.006766697857528925, 0.02368122711777687, 0.019905701279640198, -0.0029313494451344013, 0.07976461201906204, 0.041973911225795746, -0.03139180690050125, -0.009846498258411884, -0.02527651935815811, -0.028006240725517273, -0.011441790498793125, -0.04746880754828453, 0.025418322533369064, -0.0013249787734821439, -0.03984685614705086, -0.027385849505662918, -0.05661514773964882, 0.0598057322204113, 0.03227807953953743, 0.016679666936397552, 0.01901942864060402, 0.0006491952808573842, 0.011184770613908768, 0.004639641381800175, 0.04452637955546379, 0.005109366495162249, -0.045377202332019806, -0.04800057038664818, -0.05881310626864433, 0.017353234812617302, 0.018053390085697174, -0.04746880754828453, -0.02231636643409729, -0.053743623197078705, -0.008525950834155083, -0.002641094848513603, -0.07941009849309921, 0.023876206949353218, 0.008561401627957821, -0.023982560262084007, 0.037542544305324554, -0.024992911145091057, 0.027155417948961258, 0.061117418110370636, -0.0035052115563303232, -0.0012629396514967084, -0.08961997181177139, -0.017716607078909874, 0.020543819293379784, -0.006159600336104631, 0.015766805037856102, -0.01731778308749199, 0.03977595269680023, -0.02820122055709362, -0.022812679409980774, -0.00974900834262371, -0.0804736316204071, -0.027492202818393707, 0.02844937890768051, -0.0128598278388381, -0.03452921286225319, -0.00510050356388092, -0.0758650079369545, 0.010351673699915409, -0.047965120524168015, 0.008960224688053131, 0.038676973432302475, 0.019338486716151237, -0.013879042118787766, 0.033447958528995514, -0.03314662724733353, 0.024283893406391144, -0.08820193260908127, -0.02637549862265587, 0.025684203952550888, -0.003979367669671774, -0.030984120443463326, -0.007471285294741392, -0.011539280414581299, 0.03782615065574646, -0.0144462576135993, -0.06023114547133446, 0.052609194070100784, -0.013994257897138596, 0.0598057322204113, 0.03218945115804672, -0.02128828875720501, 0.02446114830672741, 0.019551193341612816, 0.05129750818014145, 0.05104935169219971, -0.023752128705382347, 0.019799349829554558, 0.01410061027854681, -0.00534866051748395, -0.04792966693639755, 0.010511203669011593, 0.026215968653559685, -0.015057786367833614, -0.011610182002186775, -0.003733427030965686, 0.04452637955546379, -0.008517088368535042, -0.0507657453417778, 0.026215968653559685, 0.017840685322880745, -0.031232276931405067, -0.005255601834505796, -0.008415166288614273, -0.013480219058692455, -0.06083381175994873, 0.01700758747756481, 0.026464125141501427, 0.002674330258741975, -0.03881877660751343, -0.010608693584799767, -0.03796795383095741, -0.0032282511238008738, 0.004172132350504398, 0.018204057589173317, -0.013400455005466938, 0.0005162542802281678, 0.004648504313081503, -0.0016019393224269152, 0.024851107969880104, -0.06725043058395386, -0.0052999150939285755, -0.006558423396199942, -0.02311401255428791, -0.04555445536971092, -0.025684203952550888, 0.013285239227116108, -0.010227595455944538, -0.009164067916572094, -0.03364294022321701, 0.07494328171014786, -0.1136557087302208, 0.02685408666729927, 0.024549774825572968, -0.033252980560064316, 0.04505814239382744, -0.024975186213850975, -0.019763898104429245, 0.021678248420357704, 0.011353163048624992, -0.03350113704800606, -0.06140102446079254, 0.048745039850473404, -0.0010596506763249636, -0.0008081705891527236, -0.011158183217048645, 0.04204481467604637, -0.020136132836341858, 0.021589621901512146, 0.028520280495285988, 0.0718236044049263, -0.028396202251315117, 0.01501347217708826, -0.03920873627066612, 0.014304453507065773, -0.00907100923359394, -0.039811402559280396, 0.005738620646297932, -0.0021458896808326244, 0.04679523780941963, 0.014588060788810253, 0.041193991899490356, 0.0007212050259113312, 0.0200475063174963, 0.06604509800672531, -0.004568739794194698, 0.00791885331273079, 0.045022692531347275, -0.00750673608854413, 0.02277722768485546, -0.03047008067369461, -0.06675411760807037, -0.047397904098033905, 0.01891307532787323, -0.05299915373325348, 0.0371171310544014, -0.014455120079219341, 0.010218732990324497, 0.005450581666082144, -0.03569909557700157, -0.04005955904722214, 0.010121243074536324, 0.011955829337239265, 0.004515563137829304, -0.02965470962226391, -0.03520278260111809, 0.005712032318115234, 0.013037082739174366, -0.01653786189854145, -0.027687182649970055, 0.07416336238384247, 0.010298497974872589, 0.014924844726920128, -0.06753403693437576, -0.011592457070946693, -0.04247022420167923, 0.002101575955748558, 0.042860183864831924, 0.0005040680407546461, -0.031108198687434196, -0.04417186975479126, 0.006478658877313137, 0.01410061027854681, 0.011167045682668686, -0.0034764076117426157, 0.07926829904317856, 0.039563246071338654, 0.02006523124873638, 0.00867218617349863, 0.03383792191743851, 0.004648504313081503, -0.08196257054805756, 0.052857350558042526, -0.06870391964912415, 0.04052042216062546, -0.01811542920768261, 0.052821896970272064, 0.019622094929218292, -0.01675943098962307, -0.03139180690050125, 0.02795306406915188, -0.06140102446079254, 0.03351886197924614, -0.00005913105633226223, 0.026410948485136032, 0.017920449376106262, 0.0477878637611866, 0.01562500186264515, 0.039917755872011185, -0.024602951481938362, -0.01397653203457594, -0.030097845941781998, 0.0213946420699358, -0.039456892758607864, -0.09543392807245255, 0.10089337080717087, -0.06898752599954605, 0.08869824558496475, -0.07714124023914337, -0.03341250866651535, -0.02977878786623478, 0.0077238730154931545, -0.03488372266292572, -0.04895774647593498, 0.030948668718338013, 0.035840898752212524, 0.03202992305159569, 0.021607346832752228, -0.04293108731508255, -0.010644144378602505, -0.058387696743011475, 0.04917045310139656, -0.017406411468982697, 0.039492346346378326, 0.0012828807812184095, -0.03701078146696091, 0.03387337177991867, 0.04463273286819458, 0.012531906366348267, -0.015882020816206932, -0.05381452292203903, -0.04878048971295357, 0.04931225627660751, 0.04289563372731209, 0.007652971427887678, 0.007178815081715584, 0.0013150082668289542, -0.02910521999001503, 0.030966395512223244, 0.029814239591360092, -0.022156836465001106, -0.05108480155467987, -0.0006231610313989222, -0.05190017446875572, -0.013223200105130672, 0.05707601085305214, 0.03621313348412514, 0.019161231815814972, 0.03722348436713219, 0.03114364854991436, 0.012319200672209263, -0.02548922412097454, -0.06746313720941544, -0.04519994556903839, 0.07395065575838089, -0.014224689453840256, 0.06537152826786041, 0.08834373950958252, 0.009580615907907486, 0.05392087623476982, -0.047965120524168015, 0.03864152356982231, 0.040378618985414505, 0.05721781402826309, 0.028927965089678764, -0.04020136594772339, -0.03158678486943245, 0.029530631378293037, 0.013604297302663326, 0.01948028989136219, -0.024532049894332886, -0.011769711971282959, -0.0872093066573143, -0.00923496950417757, -0.061436474323272705, -0.006678070407360792, 0.003144055139273405, -0.07022830843925476, -0.003460897831246257, 0.0577850304543972, 0.010670732706785202, 0.0028826044872403145, -0.0031196826603263617, 0.06888117641210556, 0.04339194670319557, -0.0009156312444247305, -0.010041478089988232, 0.006877481937408447, -0.04392371326684952, -0.03676262125372887, -0.01652013696730137, 0.009181792847812176, 0.004745994228869677, 0.014437394216656685, 0.030540984123945236, 0.009819909930229187, -0.04633437469601631, -0.03906693309545517, 0.009536302648484707, 0.07841747254133224, 0.022369541227817535, 0.04385280981659889, 0.08203347027301788, -0.0015664882957935333, -0.03401517495512962, -0.01256735809147358, -0.050907548516988754, 0.02876843698322773, -0.0008785185636952519, 0.004914386197924614, -0.0016008313978090882, 0.01946256496012211, -0.08437323570251465, 0.0037245640996843576, 0.022263189777731895, -0.0085569703951478, 0.03316435217857361, 0.024762479588389397, -0.05292825028300285, -0.060762908309698105, 0.009855360724031925, 0.002889251569285989, 0.02026021108031273, -0.0060355220921337605, -0.053282760083675385, -0.02444342151284218, -0.03725893795490265, -0.0514393113553524, -0.026446400210261345, 0.028608907014131546, -0.01178743690252304, -0.0027408006135374308, -0.06161373108625412, -0.005552503280341625, -0.02694271318614483, -0.02095150388777256, -0.008689911104738712, 0.04736245423555374, 0.06267725676298141, 0.0317285880446434, 0.012195122428238392, 0.028236672282218933, 0.03647901490330696, 0.0661514475941658, -0.11117414385080338, 0.07402156293392181, 0.00020328897517174482, -0.02719086967408657, 0.047291550785303116, 0.005641130730509758, -0.040484972298145294, 0.04186755791306496, 0.014011983759701252, 0.01667080447077751, 0.01699872501194477, -0.053070053458213806, 0.009554027579724789, 0.018088841810822487, 0.06281906366348267, -0.02357487380504608, 0.030168749392032623, 0.03373156860470772, 0.006558423396199942, 0.025577852502465248, -0.021465543657541275, -0.08905275911092758, -0.0319235697388649, 0.003932838328182697, 0.05696965754032135, 0.06792400032281876, -0.03330615535378456, -0.02742130123078823, 0.03351886197924614, 0.008587989956140518, 0.030771413818001747, 0.04417186975479126, -0.021660523489117622, 0.01014783140271902, -0.0056632873602211475, 0.04640527814626694, 0.04938315600156784, 0.02945972979068756, -0.019568918272852898, -0.0041566225700080395, 0.004094583448022604, -0.0491349995136261, -0.005370817147195339, -0.006855325307697058, -0.030062396079301834, 0.005011876579374075, 0.004508916288614273, 0.009811047464609146, -0.02334444224834442, 0.03626630827784538, -0.024142088368535042, -0.007161089684814215, 0.008109401911497116, -0.03917328640818596, -0.02469157800078392, -0.024425696581602097, -0.03022192418575287, -0.02784671261906624, 0.036089055240154266, -0.005915875546634197, -0.011193634010851383, 0.03158678486943245, 0.010635281912982464, 0.07104367762804031, -0.002694271272048354, 0.06377623975276947, -0.06069200485944748, 0.012514181435108185, -0.061897337436676025, 0.0016562235541641712, -0.017610253766179085, 0.029530631378293037, -0.0430728904902935, 0.010298497974872589, 0.007887833751738071, -0.006983834784477949, -0.05813954025506973, -0.03654991835355759, -0.013914492912590504, -0.004830190446227789, 0.027882162481546402, 0.008862734772264957, -0.006421050988137722, 0.05030488222837448, 0.050694841891527176, 0.028148045763373375, 0.003943916875869036, 0.04856778681278229, -0.04034316912293434, -0.0728871300816536, -0.01524390373378992, -0.04200936108827591, 0.027403574436903, 0.03353658691048622, 0.005042896140366793, -0.030611885711550713, 0.05877765640616417, 0.0008979057893157005, -0.030753688886761665, 0.045377202332019806, 0.01341817993670702, -0.01653786189854145, 0.028006240725517273, 0.01587315835058689, 0.0166353527456522, -0.030540984123945236, -0.01891307532787323, 0.04236387088894844, -0.0772121474146843, -0.007183246314525604, 0.03226035460829735, 0.05583522841334343, -0.012930729426443577, 0.019639819860458374, 0.00510050356388092, -0.058033186942338943, 0.057005107402801514, 0.030842317268252373, 0.02017158456146717, -0.026428675279021263, -0.009926262311637402, -0.014685551635921001, -0.01628970541059971, 0.027704907581210136, 0.013568846508860588, -0.023698952049016953, 0.003232682356610894, 0.01246100477874279, 0.010121243074536324, -0.04112308844923973, -0.016963273286819458, 0.004732700064778328, -0.03341250866651535, -0.006013365462422371, -0.022617699578404427, -0.024868832901120186, 0.04317924380302429, 0.03654991835355759, -0.008876028470695019, 0.011016379110515118, 0.06537152826786041, -0.0021436738315969706, 0.009190655313432217, 0.04590896517038345, 0.018842173740267754, -0.013382729142904282, -0.0008486068109050393, -0.004411426372826099, -0.0009577292366884649, -0.05154566466808319, -0.020579269155859947, 0.00736493244767189, 0.0005627836217172444, 0.033359333872795105, 0.004336093086749315, -0.02322036400437355, -0.0015498707070946693, 0.05824589356780052, 0.022404992952942848, 0.010280772112309933, 0.020012054592370987, 0.007812500931322575, 0.07395065575838089, -0.0022710757330060005, 0.038216110318899155, 0.05501985549926758, 0.00867218617349863, 0.0387478768825531, -0.004790307953953743, -0.010342811234295368, 0.04619257152080536, -0.05165201798081398, 0.010165556333959103, 0.027899889275431633, 0.01709621585905552, 0.014800766482949257, -0.021890955045819283, -0.03722348436713219, -0.023982560262084007, -0.06604509800672531, 0.020366564393043518, -0.013905630446970463, 0.03591180220246315, 0.05470079928636551, -0.0554807186126709, -0.08011911809444427, -0.0067622666247189045, 0.06044384837150574, 0.04133579507470131, 0.055445268750190735, -0.001128890784457326, 0.015350256115198135, -0.05558707192540169, -0.007847951725125313, 0.048319630324840546, 0.047965120524168015, -0.001004812540486455, -0.00827779434621334, 0.022812679409980774, -0.030080121010541916, 0.025861458852887154, -0.017521625384688377, -0.016369471326470375, -0.003946132492274046, -0.03589407354593277, 0.0010037047322839499, 0.011796299368143082, 0.019568918272852898, -0.02967243455350399, 0.053070053458213806, -0.004892229568213224, 0.020579269155859947, -0.025081539526581764, 0.015190727077424526, 0.02660592831671238, 0.030718237161636353, -0.003629289800301194, 0.009527439251542091, -0.030416905879974365, -0.0038818777538836002, 0.04878048971295357, -0.057465970516204834, -0.04452637955546379, 0.017512762919068336, 0.09061259776353836, -0.017122803255915642, -0.013285239227116108, -0.045696258544921875, -0.06370533257722855, 0.02614506706595421, -0.042186617851257324, 0.025187890976667404, 0.04122944176197052, -0.0010480183409526944, 0.004582033958286047, 0.030151022598147392, 0.011751986108720303, 0.04675978794693947, 0.02130601368844509, 0.020242486149072647, -0.044668182730674744, 0.0200475063174963, 0.01392335630953312, -0.047965120524168015, 0.012044455856084824, 0.005618973635137081, -0.0007394844433292747, -0.007985323667526245, 0.013675199821591377, -0.017069626599550247, -0.033926546573638916, 0.008933636359870434, -0.024656128138303757, -0.051829271018505096, -0.028236672282218933, -0.007134501356631517, 0.023840755224227905, -0.008477205410599709, 0.02446114830672741, 0.002423957921564579, -0.05618973821401596, -0.027439026162028313, -0.017282333225011826 ]
39,043
pulp.pulp
lpDot
Calculate the dot product of two lists of linear expressions
def lpDot(v1, v2): """Calculate the dot product of two lists of linear expressions""" if not const.isiterable(v1) and not const.isiterable(v2): return v1 * v2 elif not const.isiterable(v1): return lpDot([v1] * len(v2), v2) elif not const.isiterable(v2): return lpDot(v1, [v2] * len(v1)) else: return lpSum([lpDot(e1, e2) for e1, e2 in zip(v1, v2)])
(v1, v2)
[ 0.014484534040093422, -0.04230181872844696, 0.06739670783281326, 0.01700623892247677, -0.008171545341610909, -0.026421185582876205, -0.008289341814815998, -0.06537236273288727, 0.07175952196121216, 0.05675145238637924, 0.010872125625610352, -0.0401727668941021, 0.04460538551211357, -0.02151738665997982, -0.07860040664672852, 0.0031608568970113993, 0.03078399784862995, -0.05870598927140236, -0.007198638748377562, 0.03401247784495354, -0.01954539492726326, 0.05706557258963585, 0.059055015444755554, 0.03923039883375168, -0.029911434277892113, -0.004037782084196806, 0.03001614287495613, 0.016151128336787224, -0.04209240525960922, -0.029492605477571487, 0.0021192356944084167, -0.006369704846292734, -0.06669866293668747, -0.03745037317276001, -0.00008180271106539294, 0.015269840136170387, 0.024169975891709328, 0.041848085820674896, -0.05884559825062752, -0.0037040268070995808, 0.020522665232419968, -0.012329304590821266, 0.018533222377300262, 0.0001397463056491688, -0.04073120653629303, -0.025827843695878983, -0.012861567549407482, 0.005139391869306564, -0.04062649980187416, -0.0073644258081912994, 0.03565289452672005, -0.016814274713397026, 0.031778719276189804, -0.06275467574596405, -0.0317961685359478, 0.09381789714097977, 0.03898608312010765, 0.06205663084983826, -0.037939008325338364, -0.004812180995941162, -0.014571789652109146, -0.015653766691684723, -0.04174337908625603, -0.008062475360929966, 0.008180270902812481, 0.01870773546397686, -0.03420444205403328, 0.01141311414539814, -0.012276951223611832, -0.00871689710766077, -0.05357532575726509, -0.0028969068080186844, -0.09193316102027893, -0.017084769904613495, 0.00629989942535758, 0.0327908918261528, 0.0328083410859108, 0.003599319374188781, 0.0116312550380826, -0.035426028072834015, -0.08181144297122955, -0.069595567882061, 0.0022839317098259926, -0.03724095970392227, 0.06244055554270744, 0.04404694214463234, -0.032284803688526154, 0.04491950571537018, -0.007957767695188522, 0.01716330088675022, -0.033349331468343735, 0.040347278118133545, -0.02516469545662403, 0.02800924889743328, -0.0347977839410305, 0.008594738319516182, 0.01198028028011322, -0.010095546022057533, -0.016753194853663445, 0.030975960195064545, 0.06202172860503197, 0.007713450584560633, -0.01733781211078167, 0.01841106452047825, 0.04369791969656944, -0.03902098536491394, -0.029998691752552986, 0.00044037128100171685, 0.07643645256757736, 0.015531608834862709, -0.042650844901800156, 0.00651804031804204, 0.032476767897605896, -0.06662885844707489, -0.026682954281568527, 0.09095589071512222, -0.026630600914359093, 0.01954539492726326, 0.010112997144460678, 0.059020113199949265, 0.029457703232765198, 0.03303520753979683, -0.029265739023685455, 0.02333231456577778, -0.008511845022439957, -0.03762488439679146, 0.008729985915124416, -0.017730465158820152, 0.0026569522451609373, -0.031045766547322273, 0.062196239829063416, 0.037171151489019394, 0.011884298175573349, 0.07504035532474518, -0.01582827977836132, -0.021465031430125237, -0.010488198138773441, -0.0020963309798389673, -0.01874263770878315, -0.018725186586380005, -0.025007635354995728, -0.004055233206599951, -0.009781423024833202, 0.06010209023952484, -0.04415165260434151, 0.00951965432614088, 0.025147244334220886, 0.012713232077658176, -0.013402557000517845, 0.032721083611249924, -0.050015270709991455, 0.022965839132666588, 0.016456523910164833, -0.04659482464194298, 0.032913047820329666, -0.007115745451301336, 0.02690982073545456, -0.0398237407207489, 0.04729287698864937, -0.0478513166308403, -0.013681776821613312, -0.0015684306854382157, -0.0194057859480381, 0.04313948005437851, -0.011448017321527004, -0.028637494891881943, 0.016552506014704704, -0.0035207888577133417, 0.009929758496582508, 0.030975960195064545, 0.050852928310632706, -0.060486018657684326, 0.018498320132493973, -0.01226822566241026, 0.03275598958134651, -0.03507700189948082, -0.009493477642536163, 0.019999127835035324, -0.00035366040538065135, -0.03237206116318703, 0.008236987516283989, 0.023471925407648087, -0.015453077852725983, -0.06020679697394371, -0.013995898887515068, 0.07748352736234665, 0.018079491332173347, 0.019231272861361504, -0.03315736725926399, 0.006422058213502169, -0.03303520753979683, -0.03745037317276001, 0.04341869801282883, 0.02027834765613079, 0.0004848174285143614, 0.05043410137295723, -0.006723092403262854, 0.033384233713150024, -0.032476767897605896, -0.01710222102701664, -0.01921382173895836, 0.02067972533404827, 0.00865145493298769, 0.004628942813724279, 0.025426464155316353, 0.04153396561741829, -0.04868897423148155, 0.03762488439679146, -0.03919549658894539, -0.06530255824327469, 0.05402905493974686, 0.00440862076357007, -0.020958945155143738, 0.042581040412187576, 0.0014691767282783985, 0.09018803387880325, -0.01442345418035984, -0.033349331468343735, -0.07175952196121216, -0.026787662878632545, 0.06973517686128616, -0.08006631582975388, 0.033890318125486374, 0.027904542163014412, 0.03769468888640404, 0.018533222377300262, 0.003919986076653004, 0.047711703926324844, 0.01954539492726326, 0.01780899614095688, 0.02818376198410988, -0.013254220597445965, 0.0053880722261965275, 0.001004537334665656, 0.0035360585898160934, -0.00651804031804204, -0.033750709146261215, 0.002216308144852519, 0.04725797474384308, 0.0292831901460886, -0.04174337908625603, 0.0011910474859178066, -0.01733781211078167, -0.01082849781960249, 0.0027114872355014086, 0.03471052646636963, -0.0023973649367690086, -0.029492605477571487, 0.002430086024105549, 0.0421622097492218, -0.015583962202072144, -0.00999083835631609, 0.05273766443133354, 0.016072597354650497, 0.021709349006414413, -0.012887745164334774, 0.04125474393367767, -0.01733781211078167, 0.04310457780957222, 0.010261332616209984, 0.0019698094110935926, 0.016107499599456787, -0.06945595890283585, -0.0038349111564457417, -0.009624361991882324, -0.0019425417995080352, -0.004567863419651985, 0.0016098774503916502, -0.012381658889353275, 0.05566947162151337, 0.05765891447663307, 0.011282230727374554, 0.02396056056022644, 0.008825967088341713, 0.0289516169577837, 0.07182932645082474, -0.003627677680924535, 0.04879368096590042, 0.017713014036417007, -0.014179136604070663, 0.034885041415691376, -0.033750709146261215, -0.06645434349775314, -0.006295536644756794, -0.007216089870780706, 0.019632650539278984, -0.003660398768261075, -0.03971903398633003, 0.027730029076337814, -0.03373325616121292, 0.06788534671068192, 0.04163867235183716, 0.09989093244075775, 0.02450154908001423, -0.03259892761707306, 0.025112342089414597, 0.017355263233184814, 0.03149949759244919, 0.007621831726282835, -0.01947559043765068, -0.01599406637251377, -0.011369486339390278, 0.05964835733175278, -0.020976396277546883, -0.01579337753355503, -0.027293747290968895, 0.07741372287273407, 0.01593298651278019, 0.04415165260434151, -0.00043273635674268007, -0.05022468417882919, 0.033279526978731155, -0.04408184811472893, 0.01994677446782589, -0.0004899982595816255, 0.04170847684144974, -0.007028489373624325, 0.02005148120224476, 0.061253871768713, -0.024519000202417374, 0.014763753861188889, 0.0749705508351326, 0.01757340505719185, 0.025251952931284904, 0.002508616540580988, 0.06488373130559921, 0.04310457780957222, -0.02038305439054966, 0.07545918226242065, 0.0030932333320379257, 0.053226299583911896, -0.005300815682858229, 0.008141006343066692, 0.041917890310287476, 0.0019065486267209053, -0.013175690546631813, 0.0585663802921772, 0.01141311414539814, -0.010366040281951427, -0.032721083611249924, 0.016709567978978157, -0.027660224586725235, -0.0585663802921772, -0.018358711153268814, 0.03184852376580238, -0.020749531686306, 0.04889839142560959, 0.0010198071831837296, 0.021307971328496933, 0.04638541117310524, -0.0579032339155674, 0.02289603464305401, 0.02942279912531376, -0.07175952196121216, -0.002569695934653282, 0.006600933615118265, -0.039335109293460846, 0.000600977276917547, 0.018899699673056602, 0.007504035718739033, 0.013306574895977974, 0.03008594736456871, -0.0057894508354365826, 0.0033746345434337854, 0.04038218408823013, -0.0194057859480381, 0.012023908086121082, -0.015583962202072144, -0.0368221290409565, -0.009650538675487041, -0.02188386209309101, -0.03343658521771431, 0.020801885053515434, -0.019318528473377228, -0.03059203363955021, -0.003481523599475622, -0.04401203989982605, 0.004615854471921921, -0.020121285691857338, 0.024117620661854744, -0.012329304590821266, -0.04453557729721069, 0.022547008469700813, 0.01777409389615059, 0.026962174102663994, 0.05532044917345047, 0.0334714874625206, -0.04202260076999664, 0.03252912312746048, 0.07490074634552002, 0.0314471460878849, -0.017887527123093605, 0.02238994836807251, 0.007477858569473028, -0.06844378262758255, -0.05441298335790634, 0.021203262731432915, -0.030382618308067322, -0.07650625705718994, -0.04708345979452133, 0.006867065094411373, 0.049875661730766296, -0.0024998909793794155, -0.007163736503571272, -0.029056323692202568, -0.029265739023685455, -0.026630600914359093, 0.030714191496372223, -0.04649011790752411, 0.06467431783676147, -0.037101346999406815, -0.004729287698864937, 0.017992233857512474, -0.01994677446782589, 0.005850530229508877, 0.025426464155316353, -0.030382618308067322, 0.0029448976274579763, 0.023803498595952988, 0.009397495537996292, 0.07971729338169098, -0.029073774814605713, 0.04324418678879738, -0.007451681885868311, -0.012503817677497864, -0.0220932774245739, -0.030504778027534485, -0.07343484461307526, 0.016360541805624962, -0.031674012541770935, -0.028602590784430504, -0.014798656105995178, -0.004081409890204668, -0.012242048978805542, 0.041499063372612, -0.06788534671068192, 0.02851533517241478, -0.006548579782247543, 0.0172418300062418, -0.01166615728288889, 0.010592905804514885, 0.019301077350974083, 0.04408184811472893, 0.010558003559708595, -0.04156886786222458, -0.02851533517241478, 0.0025609703734517097, -0.03186597302556038, -0.08488285541534424, -0.08774486184120178, 0.004921251442283392, 0.022913485765457153, 0.12536974251270294, -0.003871995024383068, 0.0347977839410305, 0.02228523977100849, -0.03992845118045807, -0.06701277941465378, -0.027869639918208122, 0.06041621044278145, -0.002715850016102195, 0.026613149791955948, 0.03526896610856056, 0.002674403367564082, -0.06669866293668747, -0.047711703926324844, 0.07378386706113815, 0.006395881529897451, 0.010139173828065395, 0.036263689398765564, 0.021238164976239204, -0.06621002405881882, 0.018515771254897118, 0.0032437501940876245, 0.02333231456577778, 0.04896819591522217, 0.012303127907216549, 0.013097159564495087, 0.0471881665289402, -0.07504035532474518, -0.05514593422412872, -0.025723135098814964, 0.019859516993165016, -0.004751101601868868, 0.003016883973032236, 0.028934165835380554, -0.01987696811556816, 0.019999127835035324, -0.013664325699210167, 0.0031063216738402843, 0.032214999198913574, 0.055006325244903564, 0.013219318352639675, -0.029143579304218292, -0.01396972220391035, -0.027991797775030136, 0.0026547706220299006, -0.005728371441364288, 0.04984075576066971, -0.008699445985257626, -0.03326207399368286, 0.01032241154462099, 0.015156406909227371, -0.034221891313791275, 0.09458575397729874, 0.015453077852725983, 0.04491950571537018, 0.03671742230653763, -0.05563456937670708, -0.0032546573784202337, -0.06467431783676147, -0.038706861436367035, 0.012678329832851887, 0.049910563975572586, -0.004620217252522707, 0.06812966614961624, 0.0033571834210306406, 0.025426464155316353, 0.0482003390789032, -0.058112647384405136, 0.05395925045013428, 0.012538719922304153, -0.027852188795804977, -0.07448191940784454, 0.007748352829366922, -0.03999825567007065, -0.10400942713022232, -0.03237206116318703, -0.002462807111442089, 0.032040487974882126, -0.015365821309387684, 0.012992451898753643, 0.02205837517976761, -0.03685703128576279, -0.06621002405881882, 0.011448017321527004, -0.05751930549740791, -0.02804415114223957, -0.05280746892094612, 0.06093974784016609, 0.0163954459130764, 0.008376597426831722, -0.0009145543444901705, -0.005754548124969006, -0.0007645827136002481, 0.026822565123438835, -0.0289516169577837, 0.028864359483122826, -0.010706339031457901, -0.011997731402516365, -0.0070066750049591064, -0.009057196788489819, -0.028340822085738182, 0.05800794064998627, -0.017180752009153366, -0.004825269337743521, -0.073644258081913, 0.0027703852392733097, -0.030312813818454742, 0.015505432151257992, -0.04205750301480293, -0.02654334530234337, 0.052493344992399216, -0.048444658517837524, -0.0334714874625206, 0.011823219247162342, -0.02610706351697445, -0.014379826374351978, 0.03315736725926399, 0.00700231222435832, -0.0025457004085183144, -0.022110728546977043, -0.004436979070305824, -0.039544522762298584, 0.011386937461793423, 0.036158982664346695, 0.003263382939621806, -0.001109244767576456, -0.028759652748703957, 0.0017462152754887938, -0.06174250692129135, 0.022040924057364464, -0.023751145228743553, -0.022564461454749107, 0.028166310861706734, 0.03357619792222977, -0.010174076072871685, 0.006666375789791346, 0.03259892761707306, 0.030696740373969078, -0.0977269783616066, -0.009284062311053276, 0.018219100311398506, 0.0235940832644701, -0.015950437635183334, 0.009039745666086674, -0.05102744325995445, 0.07915885001420975, 0.012154792435467243, -0.017494874075055122, -0.04090572148561478, 0.025356659665703773, 0.03394267335534096, -0.012390384450554848, -0.01035731378942728, -0.012407835572957993, -0.03724095970392227, -0.005994502920657396, 0.018254002556204796, -0.020592469722032547, 0.023210156708955765, 0.02647353895008564, -0.010880851186811924, 0.013175690546631813, -0.013262947089970112, 0.007237904239445925, -0.04059159755706787, 0.04045198857784271, 0.005933423526585102, 0.019859516993165016, -0.07853060215711594, 0.043593212962150574, -0.015435626730322838, -0.044500675052404404, -0.02738100476562977, 0.032214999198913574, 0.045198727399110794, -0.0358099564909935, 0.046071287244558334, 0.01884734444320202, 0.016343090683221817, 0.05769381672143936, 0.018760088831186295, -0.0051873829215765, -0.03102831542491913, -0.032249901443719864, 0.031115571036934853, -0.059124819934368134, -0.014528161846101284, 0.04247632995247841, -0.04984075576066971, -0.06914183497428894, -0.0839753970503807, -0.025688232854008675, 0.035391125828027725, 0.05032939091324806, -0.0746215283870697, -0.032075390219688416, 0.10819772630929947, 0.026630600914359093, 0.008306792937219143, -0.026787662878632545, -0.021779155358672142, 0.046106189489364624, -0.01980716362595558, 0.014100606553256512, 0.01580210216343403, -0.008093015290796757, -0.026386283338069916, -0.015357095748186111, 0.014536887407302856, -0.057309892028570175, 0.002582784276455641, 0.03230225667357445, 0.010208978317677975, 0.019562846049666405, 0.02104620262980461, -0.028567688539624214, -0.008031935431063175, -0.010732515715062618, 0.035460930317640305, -0.010811046697199345, -0.015679944306612015, 0.03263382986187935, -0.015496705658733845, -0.03460581973195076, -0.003392085898667574, 0.011709786020219326, 0.0008502028649672866, 0.010078093968331814, 0.02935299463570118, -0.03909078985452652, 0.04069630429148674, -0.042790453881025314, -0.08181144297122955, -0.03511190786957741, 0.050085075199604034, 0.06990969181060791, 0.02027834765613079, -0.03640329837799072, -0.038706861436367035, -0.0007634920184500515, 0.015671217814087868, 0.003348457859829068, -0.02490292675793171, -0.03092360682785511, -0.03797391057014465, -0.07846079766750336, -0.03818332403898239, 0.0027376641519367695, -0.03237206116318703, 0.002984162885695696, -0.04802582785487175, 0.016718292608857155, -0.020958945155143738, 0.01816674694418907, -0.024117620661854744, -0.04087081551551819, -0.01303608063608408, 0.01218096911907196, -0.008123555220663548, 0.009868679568171501, 0.0702936202287674, -0.07706470042467117, 0.04457047954201698, -0.004183935932815075, -0.006203917786478996, 0.0076523711904883385, -0.02731119841337204, 0.05441298335790634, -0.024937830865383148, -0.012111164629459381, 0.039404913783073425, -0.042825356125831604, -0.007137559354305267, 0.03359364718198776, 0.018917150795459747, -0.04537323862314224, -0.02771257795393467, 0.01303608063608408, -0.032947950065135956, 0.02898651920258999, 0.02902142144739628, -0.057309892028570175, -0.033279526978731155, -0.005514593794941902, -0.03800881281495094, -0.0015564329223707318, -0.027398455888032913, -0.03059203363955021, -0.047572094947099686, -0.00781379546970129, -0.011290956288576126, -0.01739889197051525, -0.05190000310540199, -0.02881200611591339, -0.01214606687426567, 0.02921338565647602, 0.005209196824580431, -0.02724139392375946, -0.006662013009190559, 0.049317218363285065, -0.011971554718911648, -0.026490990072488785, 0.07252737879753113, -0.009484752081334591, 0.062231142073869705, -0.07315561920404434, -0.07524976879358292, -0.07978709787130356, -0.004463156219571829, 0.04331399127840996, 0.03650800511240959, 0.03992845118045807, -0.010680162347853184, -0.02764277346432209, -0.0028380088042467833, 0.07231796532869339 ]
39,044
pulp.pulp
lpSum
Calculate the sum of a list of linear expressions :param vector: A list of linear expressions
def lpSum(vector): """ Calculate the sum of a list of linear expressions :param vector: A list of linear expressions """ return LpAffineExpression().addInPlace(vector)
(vector)
[ -0.02893207035958767, -0.03527334704995155, 0.014578040689229965, 0.06024211645126343, -0.002823849208652973, -0.00725024938583374, -0.018748119473457336, -0.07202862203121185, 0.04056348651647568, 0.04635334759950638, -0.02543402835726738, -0.028018787503242493, 0.02734675072133541, 0.022625258192420006, -0.0575539693236351, 0.02305605076253414, 0.02091931737959385, -0.02915608137845993, -0.07416535168886185, -0.03458407521247864, -0.006392970681190491, 0.03186146169900894, 0.03618662804365158, 0.05758843198418617, -0.021039938554167747, -0.003506656503304839, 0.05624435842037201, -0.04097704589366913, -0.03373972326517105, -0.03186146169900894, -0.044147685170173645, 0.011872660368680954, -0.09546376764774323, -0.07637101411819458, 0.004902426153421402, 0.05700255185365677, 0.01907552219927311, 0.009020809084177017, 0.01576703041791916, 0.03701375052332878, -0.009830700233578682, 0.0037651322782039642, -0.00852108933031559, 0.016507994383573532, 0.007086547557264566, 0.006375738885253668, 0.008258305490016937, -0.011519409716129303, 0.050764668732881546, -0.0022638181690126657, 0.01824839971959591, -0.011364324018359184, 0.0679619312286377, -0.02960410714149475, -0.041631851345300674, 0.06816871464252472, 0.04718047007918358, 0.06282687932252884, 0.008926034905016422, 0.0019094907911494374, 0.029293935745954514, -0.0034829627256840467, -0.014302333816885948, -0.002207814948633313, 0.007301944307982922, -0.0018750273156911135, -0.039632972329854965, -0.02403825893998146, 0.04828329756855965, -0.015689486637711525, -0.0418386347591877, -0.011726190336048603, -0.002571835182607174, -0.027174433693289757, 0.043355025351047516, 0.023693624883890152, 0.049041494727134705, -0.00005395011248765513, 0.016301214694976807, -0.0343945287168026, -0.01798992231488228, -0.04790420085191727, 0.04504373297095299, 0.05379745364189148, 0.04511266201734543, -0.02727782353758812, -0.031585756689310074, -0.017619440332055092, 0.009434370324015617, -0.001982725691050291, 0.015491322614252567, 0.03701375052332878, -0.031999316066503525, 0.04842115193605423, -0.0016434759600088, 0.0012600700138136744, 0.0459742471575737, -0.007500109262764454, -0.05472796410322189, -0.016266750171780586, 0.04059794917702675, 0.06031104549765587, -0.01605135388672352, -0.03739284723997116, 0.04628441855311394, 0.024520747363567352, 0.014638352207839489, -0.02724336087703705, 0.08133374899625778, 0.044561244547367096, 0.006259425077587366, 0.009891011752188206, 0.006737605202943087, -0.050695739686489105, -0.09518805891275406, 0.05290140211582184, -0.017636673524975777, -0.012251758016645908, -0.05083359405398369, 0.039116021245718, 0.03099987655878067, 0.02502046711742878, -0.032257791608572006, 0.03499763831496239, 0.018868740648031235, -0.05503813549876213, 0.03246457502245903, 0.0070822397246956825, -0.003734976751729846, -0.019540779292583466, -0.010959378443658352, 0.005359067115932703, 0.0018879510462284088, 0.025709737092256546, -0.01771421544253826, -0.06827210634946823, 0.05372852459549904, -0.026399005204439163, -0.011907123029232025, 0.018868740648031235, 0.0030069362837821245, 0.033619098365306854, -0.007857667282223701, 0.082023024559021, 0.03418774530291557, -0.012277605943381786, 0.0008481240947730839, 0.045388370752334595, -0.04976522922515869, 0.001420540502294898, -0.011484946124255657, -0.023504076525568962, -0.04400983080267906, 0.008641711436212063, 0.06737605482339859, 0.015241462737321854, 0.051178228110075, -0.07264896482229233, 0.0020268817897886038, -0.050316642969846725, 0.02508939430117607, 0.03182699903845787, -0.07526818662881851, 0.054348867386579514, -0.03337785601615906, -0.034291137009859085, 0.02035067044198513, 0.015568865463137627, -0.06372292339801788, -0.00445870915427804, -0.0008378927013836801, -0.11241978406906128, -0.009391291067004204, 0.04180416837334633, 0.015879036858677864, -0.03230948746204376, -0.011407403275370598, 0.052832476794719696, -0.01618059165775776, -0.03325723484158516, 0.023280063644051552, 0.03577306494116783, 0.009356827475130558, -0.0415973886847496, -0.007362255360931158, 0.013776766136288643, 0.0022358165588229895, 0.0022702801506966352, 0.006268040742725134, -0.006448973901569843, -0.04239004850387573, -0.02731228806078434, 0.034136053174734116, -0.008228149265050888, -0.02750183641910553, 0.01615474373102188, -0.0544867217540741, 0.020643608644604683, -0.029397325590252876, -0.051936425268650055, -0.03870245814323425, 0.019282301887869835, 0.0058630951680243015, 0.0099857859313488, -0.017636673524975777, -0.00934821180999279, -0.05710594356060028, 0.06741051375865936, -0.04352734237909317, -0.0203851331025362, 0.06330936402082443, 0.010054713115096092, -0.029242241755127907, 0.07961057871580124, -0.02524447999894619, -0.00763796316459775, -0.05700255185365677, -0.03818550705909729, 0.008482317440211773, -0.0077758170664310455, 0.002688149455934763, -0.002311205491423607, 0.03434283286333084, -0.03306768462061882, 0.06530824303627014, -0.03287813439965248, -0.00017460585513617843, 0.024469053372740746, 0.018679192289710045, -0.009891011752188206, 0.050764668732881546, -0.04917934909462929, 0.00823245756328106, 0.012079440988600254, 0.05469350144267082, -0.03573860228061676, -0.07437213510274887, 0.009434370324015617, 0.015215614810585976, -0.001233145478181541, -0.05700255185365677, -0.02438289299607277, 0.010080560110509396, 0.03306768462061882, -0.023073282092809677, 0.0828501433134079, -0.015999658033251762, 0.03131004795432091, -0.020040499046444893, 0.02543402835726738, -0.0036660500336438417, -0.028053252026438713, -0.0075561124831438065, -0.0011556027457118034, -0.010571664199233055, 0.04814544692635536, 0.07120149582624435, 0.035945381969213486, 0.006392970681190491, -0.01505191344767809, 0.047800809144973755, -0.025365103036165237, 0.010442426428198814, 0.013311509042978287, 0.002328437054529786, -0.02238401398062706, 0.009882395155727863, 0.02982812002301216, 0.003681127680465579, 0.011777885258197784, 0.06778961420059204, -0.015715334564447403, 0.026347311213612556, -0.02272864803671837, 0.028621898964047432, 0.03310214728116989, 0.023090513423085213, 0.08939819782972336, -0.005165209993720055, 0.01681816577911377, 0.07168398797512054, 0.042148806154727936, -0.045319441705942154, 0.003493732772767544, -0.04645673558115959, 0.048214372247457504, 0.028604667633771896, 0.009072504006326199, -0.050730206072330475, -0.04270021989941597, 0.040529023855924606, 0.03784087300300598, 0.10049543529748917, 0.00038529065204784274, 0.024537978693842888, 0.05913928896188736, -0.01373368687927723, -0.012251758016645908, -0.018369020894169807, 0.026967652142047882, 0.003220178885385394, -0.012441307306289673, 0.025485724210739136, -0.0873303934931755, -0.05472796410322189, -0.024469053372740746, 0.008564168587327003, 0.02851850911974907, -0.01260500866919756, -0.021574122831225395, -0.02272864803671837, 0.046560127288103104, -0.027139971032738686, 0.0006456512492150068, 0.017852069810032845, 0.0045147123746573925, -0.015577481128275394, -0.031361743807792664, 0.04562961310148239, -0.0358075276017189, 0.021901525557041168, 0.01251023355871439, 0.025106625631451607, -0.03946065530180931, -0.010407962836325169, 0.004721492994576693, 0.03570413962006569, -0.07216647267341614, 0.05224659666419029, -0.021987684071063995, 0.014009393751621246, 0.0020947318989783525, 0.004189463797956705, 0.03777194395661354, -0.027139971032738686, -0.01854133792221546, 0.06230992451310158, 0.04711154103279114, -0.053177110850811005, -0.013595832511782646, 0.02757076360285282, 0.04097704589366913, -0.072097547352314, 0.04039116948843002, 0.008051524870097637, -0.04259682819247246, -0.0068625351414084435, 0.014173095114529133, 0.03529057651758194, -0.05831216275691986, -0.021263951435685158, 0.006660062354058027, -0.00859863217920065, -0.027174433693289757, 0.006147418636828661, 0.04463017359375954, 0.007594883907586336, -0.012363764457404613, 0.028845911845564842, -0.03472192957997322, 0.011019689030945301, -0.014207558706402779, 0.011976050212979317, 0.03908155858516693, 0.0005172210512682796, 0.0021679666824638844, 0.009236205369234085, -0.012553312815725803, 0.02527894452214241, -0.011036921292543411, 0.008697714656591415, -0.033429551869630814, 0.03375695273280144, 0.05824323743581772, -0.0484556183218956, -0.026123298332095146, -0.003508810419589281, -0.004385474603623152, -0.038840312510728836, 0.009735926054418087, -0.028949301689863205, 0.00036805891431868076, 0.012984106317162514, -0.022073842585086823, 0.024124417454004288, 0.044078756123781204, 0.040012069046497345, -0.01687847636640072, -0.017016330733895302, 0.03093094937503338, -0.011148927733302116, -0.013363203965127468, 0.01687847636640072, -0.012579160742461681, -0.06816871464252472, -0.03691035881638527, 0.007525956723839045, 0.0032460265792906284, -0.050764668732881546, -0.023728087544441223, 0.018145008012652397, 0.029517948627471924, -0.041700780391693115, -0.028466813266277313, -0.029293935745954514, -0.05803645774722099, -0.024710295721888542, -0.013983546756207943, 0.011760653927922249, 0.007129627279937267, -0.017748678103089333, -0.005216905381530523, 0.02245294116437435, -0.01260500866919756, -0.028621898964047432, -0.04311378300189972, 0.010580280795693398, -0.02893207035958767, 0.029655802994966507, -0.0352216511964798, 0.09546376764774323, -0.013156423345208168, -0.035566285252571106, 0.023038819432258606, -0.03351571038365364, -0.027139971032738686, 0.02438289299607277, -0.04135614633560181, -0.005660622380673885, -0.012932411395013332, -0.0625167042016983, -0.057312723249197006, 0.009399906732141972, 0.002513678278774023, -0.00963253527879715, -0.036290016025304794, -0.00619911402463913, 0.005186749622225761, 0.02283203788101673, 0.010804292745888233, 0.01596519537270069, 0.026467932388186455, 0.005130746867507696, 0.01027010940015316, 0.007500109262764454, 0.004592255223542452, -0.05383191630244255, -0.05131608247756958, -0.08195409178733826, -0.02896653302013874, 0.02272864803671837, -0.038461215794086456, 0.04921381175518036, 0.018196703866124153, 0.004626718815416098, -0.0058630951680243015, -0.04600870981812477, -0.05493474751710892, 0.0009428985649719834, 0.02279757522046566, 0.05052342265844345, 0.03168914467096329, 0.05834662914276123, -0.0018265630351379514, -0.05042003467679024, -0.061413876712322235, 0.007388102822005749, -0.0176108255982399, 0.03653126209974289, 0.025261711329221725, 0.029431790113449097, -0.03132728114724159, -0.03458407521247864, -0.043699659407138824, 0.03375695273280144, 0.025899285450577736, 0.011011073365807533, 0.03255073353648186, 0.0011416019406169653, -0.021660281345248222, -0.036806970834732056, -0.072097547352314, 0.010571664199233055, 0.02133287861943245, -0.022711416706442833, 0.0575539693236351, 0.022694185376167297, 0.003375264583155513, 0.03193039074540138, 0.004327317234128714, 0.021660281345248222, 0.017636673524975777, 0.018351789563894272, 0.03193039074540138, -0.00509628327563405, -0.08023092150688171, -0.0005605696351267397, -0.03535950556397438, 0.05941499397158623, 0.015026066452264786, -0.013182271271944046, 0.01993710733950138, 0.00253521790727973, -0.015301773324608803, 0.08181624114513397, 0.03939172625541687, 0.03315384313464165, 0.02314220927655697, -0.04190756008028984, 0.02377978339791298, -0.02972472831606865, -0.017541898414492607, -0.01687847636640072, 0.028018787503242493, 0.03251626715064049, 0.0646534413099289, 0.012992721982300282, 0.04097704589366913, 0.02005773037672043, -0.04849008098244667, 0.021798133850097656, 0.05107484012842178, -0.0255891140550375, -0.04276914522051811, -0.000444793957285583, 0.006634214892983437, -0.10277002304792404, -0.05203981697559357, -0.004101151134818792, 0.08374619483947754, -0.00852108933031559, 0.022142769768834114, -0.007831820286810398, -0.03735838457942009, -0.02314220927655697, 0.07382071763277054, 0.0011211392702534795, -0.1043553426861763, -0.04032224044203758, -0.0032460265792906284, 0.0049584293738007545, 0.0025416796561330557, 0.049110423773527145, 0.016904324293136597, 0.0006725758430548012, 0.09270669519901276, -0.023297294974327087, -0.04752510413527489, -0.020264511927962303, -0.02460690587759018, -0.04635334759950638, 0.00850385706871748, -0.0724421814084053, 0.06565287709236145, 0.06230992451310158, -0.02445182017982006, -0.028415117412805557, 0.0038469829596579075, -0.07251110672950745, 0.03956404700875282, -0.010899066925048828, -0.05038556829094887, 0.02050575613975525, 0.0031555599998682737, -0.082023024559021, 0.0026558400131762028, -0.03739284723997116, -0.056485600769519806, 0.033619098365306854, 0.0022896656300872564, 0.019282301887869835, -0.045698538422584534, 0.0029897047206759453, -0.03587645664811134, -0.041252754628658295, -0.022091073915362358, -0.008926034905016422, -0.03081032820045948, -0.010390731506049633, 0.009442985989153385, -0.06692802906036377, -0.013871540315449238, -0.017498819157481194, -0.0691336914896965, 0.05100591108202934, 0.0873303934931755, -0.01621505431830883, 0.06272348761558533, -0.0203851331025362, 0.02377978339791298, -0.047766346484422684, -0.03784087300300598, 0.0023219753056764603, 0.019885413348674774, -0.0457330048084259, -0.022211696952581406, -0.04239004850387573, 0.07175291329622269, 0.02283203788101673, 0.04070134088397026, -0.05858787149190903, 0.005932021886110306, 0.008008445613086224, 0.05290140211582184, -0.023107746616005898, -0.0065308245830237865, -0.04066687449812889, -0.006591135635972023, -0.013793997466564178, -0.028690826147794724, 0.03065524250268936, -0.0032761821057647467, 0.017955459654331207, -0.012406843714416027, -0.007500109262764454, -0.016206439584493637, -0.051936425268650055, 0.06703142076730728, 0.045009270310401917, 0.04476802796125412, -0.035531822592020035, 0.03265412151813507, -0.03144790232181549, -0.04838668927550316, 0.008322924375534058, 0.02734675072133541, 0.02784647047519684, -0.01612028107047081, 0.015310389921069145, 0.023280063644051552, -0.020833158865571022, 0.06262009590864182, 0.01758497767150402, 0.0358075276017189, 0.03298152610659599, 0.010278725065290928, 0.030672473832964897, -0.005462457425892353, -0.01596519537270069, -0.010382115840911865, -0.05203981697559357, -0.0000072822558649932034, -0.04593978449702263, -0.06510146707296371, 0.07912809401750565, 0.03584199398756027, -0.04487141594290733, -0.056037575006484985, 0.08498688042163849, 0.027174433693289757, 0.021246720105409622, -0.007991213351488113, -0.009115583263337612, 0.024917077273130417, 0.02982812002301216, 0.03103434108197689, -0.009330980479717255, 0.042527902871370316, 0.006466205697506666, -0.020419595763087273, -0.040080998092889786, -0.020746998488903046, 0.041218291968107224, 0.03093094937503338, 0.003956835251301527, -0.019230607897043228, 0.006078491918742657, 0.005264292471110821, -0.010295957326889038, 0.00899496115744114, 0.034635771065950394, -0.01145909819751978, 0.0009999786270782351, 0.09794513881206512, 0.06672124564647675, -0.013725070282816887, -0.00843923818320036, -0.05800199508666992, 0.01580149307847023, -0.0008265844080597162, 0.006892690900713205, -0.05414208769798279, 0.008473701775074005, -0.02355577051639557, -0.0332055389881134, -0.007030544802546501, -0.02779477648437023, 0.060138728469610214, 0.012897947803139687, -0.007379487156867981, -0.05383191630244255, -0.03315384313464165, 0.04645673558115959, 0.011795117519795895, 0.00914143119007349, 0.03287813439965248, -0.038426753133535385, -0.020522987470030785, 0.034136053174734116, 0.0006801147246733308, 0.008986345492303371, 0.021694744005799294, -0.01637014001607895, 0.04276914522051811, -0.03253350034356117, -0.00850385706871748, -0.00410976679995656, -0.023883173242211342, 0.019282301887869835, 0.001079136854968965, 0.041218291968107224, -0.007181322202086449, -0.004161462187767029, -0.0053116800263524055, 0.056037575006484985, 0.024176113307476044, -0.004898118320852518, -0.00558738736435771, -0.04886917769908905, -0.023107746616005898, 0.015000218525528908, 0.0017156337853521109, 0.056037575006484985, -0.05059235170483589, -0.0009800544939935207, -0.03210270777344704, 0.023452380672097206, -0.056003112345933914, -0.01945462077856064, 0.05128161981701851, -0.04914488643407822, 0.05679577216506004, 0.023004354909062386, -0.05913928896188736, -0.007922286167740822, 0.0407702662050724, -0.0207986943423748, 0.02305605076253414, -0.08443546295166016, -0.05100591108202934, -0.004135614726692438, -0.0099857859313488, 0.01739542931318283, -0.02839788608253002, 0.015129456296563148, -0.012777325697243214, -0.02283203788101673, 0.013268429785966873, -0.022280622273683548, -0.014603888615965843, 0.014888212084770203, 0.07347608357667923, -0.02769138477742672, -0.017154185101389885, 0.050282180309295654, -0.05869126319885254, 0.09953045845031738, -0.05593418702483177, -0.026536859571933746, -0.06375738978385925, -0.03303322196006775, -0.027071043848991394, 0.013837076723575592, 0.02362469770014286, 0.019558010622859, 0.016826782375574112, -0.011820964515209198, 0.06196529045701027 ]
39,045
pulp.utilities
makeDict
makes a list into a dictionary with the headings given in headings headers is a list of header lists array is a list with the data
def makeDict(headers, array, default=None): """ makes a list into a dictionary with the headings given in headings headers is a list of header lists array is a list with the data """ result, defdict = __makeDict(headers, array, default) return result
(headers, array, default=None)
[ -0.027802910655736923, 0.020087966695427895, -0.06241098418831825, -0.09199706465005875, -0.015821093693375587, 0.019996989518404007, -0.0352267250418663, 0.04730862006545067, -0.018259307369589806, -0.018796078860759735, -0.00490372022613883, -0.0034890107344835997, 0.0003553832648321986, -0.057898469269275665, 0.018923446536064148, -0.01519334502518177, 0.029422322288155556, 0.05600612610578537, -0.03397122770547867, 0.00495830737054348, 0.048545919358730316, -0.03875667601823807, 0.018577730283141136, 0.0317513607442379, -0.004712666384875774, -0.008797583170235157, -0.004935562610626221, -0.02489161118865013, 0.035990942269563675, 0.026128914207220078, -0.000296247482765466, -0.02603793516755104, -0.03162399306893349, 0.06572259217500687, 0.023672504350543022, -0.01058985199779272, -0.0011195994447916746, 0.021143313497304916, -0.041558802127838135, 0.0005396139458753169, -0.008665665052831173, -0.054259344935417175, -0.007783177774399519, 0.010125864297151566, -0.02112511731684208, 0.050401873886585236, 0.013273706659674644, -0.05251256749033928, 0.02068842202425003, 0.013865064829587936, 0.03155120834708214, -0.05171195790171623, 0.03309783712029457, 0.0041190339252352715, -0.06619567424058914, -0.01270054467022419, 0.02560124173760414, -0.011790763586759567, -0.00185026740655303, 0.017931785434484482, 0.004592120181769133, 0.029349539428949356, 0.04123128205537796, -0.05123887211084366, -0.027220651507377625, 0.07926013320684433, -0.010744514875113964, 0.01692192815244198, 0.012864304706454277, -0.0038279041182249784, -0.018723296001553535, 0.0010303271701559424, 0.00039888216997496784, -0.013683108612895012, 0.0633571594953537, 0.08435490727424622, -0.04628966376185417, -0.05102052539587021, -0.0022414731793105602, -0.011308579705655575, -0.04064901918172836, 0.037992458790540695, -0.0324791856110096, 0.05851712077856064, 0.028712691739201546, 0.010908275842666626, 0.024145592004060745, 0.06259293854236603, 0.05771651491522789, -0.024072809144854546, -0.04017593339085579, 0.028239605948328972, 0.011208503507077694, 0.040758196264505386, -0.03715546056628227, -0.03751937299966812, 0.018723296001553535, 0.005026540718972683, 0.012282045558094978, 0.016521625220775604, -0.027384411543607712, -0.05902659893035889, 0.029713451862335205, -0.005799854639917612, -0.024709654971957207, -0.05345873907208443, 0.023872656747698784, -0.008051563054323196, 0.011663394048810005, -0.014601986855268478, -0.07467483729124069, -0.07867787033319473, -0.0314602330327034, 0.0036141055170446634, 0.03011375479400158, 0.0022448848467320204, 0.05680673196911812, -0.0321880578994751, -0.021652791649103165, -0.0276937372982502, -0.016112223267555237, -0.04308723285794258, -0.042686931788921356, -0.03082338534295559, 0.032715730369091034, -0.030295711010694504, 0.01690373383462429, -0.020943161100149155, 0.10997433960437775, 0.03648222237825394, -0.0038347274530678988, 0.00023099911049939692, -0.06255654990673065, -0.028912844136357307, 0.06776049733161926, -0.04865509644150734, 0.0186323169618845, -0.00043641062802635133, 0.05902659893035889, -0.026292674243450165, 0.027366217225790024, -0.043123625218868256, -0.006341174244880676, 0.010089472867548466, 0.00945262610912323, -0.03418957442045212, 0.061173684895038605, -0.005163007881492376, -0.039484500885009766, 0.07802283018827438, -0.026492826640605927, 0.01066263485699892, -0.013073555193841457, -0.012982577085494995, 0.005094774533063173, -0.050620220601558685, -0.052621740847826004, -0.037919677793979645, 0.00784231349825859, 0.060664206743240356, 0.04574379697442055, 0.011390459723770618, -0.01387416198849678, 0.055460259318351746, -0.013537542894482613, 0.01359213050454855, 0.016821853816509247, -0.023163028061389923, 0.028421562165021896, -0.04621688276529312, -0.018887056037783623, -0.03531770408153534, -0.06648680567741394, 0.010407895781099796, -0.0016569389263167977, -0.007824117317795753, -0.001642154878936708, 0.020524661988019943, -0.045270707458257675, 0.01802276447415352, 0.021234290674328804, 0.020160749554634094, 0.005622447468340397, 0.02782110683619976, -0.00488552451133728, 0.028767278417944908, 0.03504477068781853, 0.04294167086482048, 0.02754817344248295, 0.0312418844550848, -0.025874175131320953, -0.018086448311805725, -0.021561812609434128, 0.020852183923125267, 0.027493584901094437, -0.004808193072676659, -0.04181354120373726, -0.003962096758186817, 0.011108427308499813, 0.018086448311805725, -0.02896743081510067, -0.03187873214483261, 0.012718739919364452, 0.010717221535742283, 0.03360731527209282, 0.03238820657134056, 0.01555725745856762, -0.03846554458141327, -0.06059142202138901, 0.015284323133528233, 0.008861267939209938, -0.01765885204076767, -0.059390511363744736, -0.01295528281480074, 0.03589996322989464, -0.01105384062975645, -0.014565595425665379, 0.015375301241874695, -0.0113813616335392, -0.06339354813098907, -0.0019366965861991048, 0.026656586676836014, 0.03384385630488396, -0.009461723268032074, 0.03347994387149811, -0.01693102717399597, -0.024946197867393494, -0.014838529750704765, -0.03821080923080444, 0.0064321523532271385, 0.027129672467708588, -0.03346174955368042, -0.043487537652254105, 0.001254360773600638, 0.04086736962199211, -0.055241908878088, 0.015793800354003906, -0.046908315271139145, 0.05102052539587021, 0.03466266021132469, 0.03864750266075134, 0.06259293854236603, 0.04432453587651253, 0.0030818835366517305, -0.016594408079981804, -0.021743768826127052, -0.01665809191763401, 0.01651252806186676, -0.04679914191365242, -0.0070280591025948524, -0.07143601775169373, 0.017185766249895096, 0.012818816117942333, -0.005117518827319145, 0.012081893160939217, 0.05043826624751091, 0.06230181083083153, 0.020579248666763306, -0.029513299465179443, -0.0743837058544159, 0.038356371223926544, -0.08100691437721252, 0.007100841496139765, -0.018868859857320786, 0.0030727856792509556, -0.011672492139041424, -0.0037232793401926756, 0.0355178564786911, -0.06732380390167236, 0.032351817935705185, 0.10284166038036346, 0.020433684810996056, 0.022417007014155388, -0.11339511722326279, 0.048473138362169266, 0.04672635719180107, 0.058953817933797836, -0.03040488436818123, 0.025874175131320953, 0.06506754457950592, 0.010653536766767502, -0.023799873888492584, -0.030204733833670616, -0.006113728974014521, 0.043851450085639954, 0.046835534274578094, -0.04232301935553551, 0.053749870508909225, -0.007096292916685343, -0.00174791703466326, -0.012655055150389671, 0.021288879215717316, -0.06543146073818207, -0.029549691826105118, -0.024873416870832443, 0.01905081607401371, -0.022853702306747437, -0.0463988371193409, 0.08049743622541428, 0.025655828416347504, -0.018332090228796005, 0.06030029430985451, 0.06826997548341751, -0.0006465131882578135, -0.07383783906698227, -0.0456710122525692, -0.010262330994009972, -0.012282045558094978, -0.040285106748342514, -0.04923735558986664, -0.01270054467022419, 0.04570740461349487, 0.007169075310230255, 0.05243978276848793, 0.020015185698866844, -0.005381355527788401, -0.04174075648188591, 0.017040200531482697, 0.017322232946753502, 0.042141061276197433, -0.023672504350543022, -0.04130406305193901, -0.04086736962199211, -0.049273744225502014, 0.08821237832307816, -0.03539048507809639, 0.048254791647195816, -0.002729343483224511, 0.08071578294038773, 0.0704534500837326, -0.009698267094790936, -0.01280062086880207, 0.015811996534466743, 0.04545266553759575, 0.004428359679877758, 0.041486021131277084, 0.012418512254953384, -0.004808193072676659, -0.04923735558986664, -0.05163917690515518, -0.08500994741916656, -0.06208346411585808, -0.02319941855967045, -0.01052616722881794, -0.006586815230548382, -0.06390302628278732, -0.00001911961953737773, 0.02083398774266243, 0.06284768134355545, -0.024709654971957207, -0.00616831611841917, -0.003170587122440338, 0.06972562521696091, 0.08770290017127991, 0.029495103284716606, -0.013510249555110931, -0.03411679342389107, -0.04206828027963638, 0.02047007530927658, -0.005677034147083759, 0.04472484067082405, 0.036209288984537125, 0.009989396668970585, 0.0453798808157444, 0.011790763586759567, -0.001407886273227632, -0.04578018561005592, 0.030932558700442314, 0.04039428383111954, -0.021816551685333252, 0.010262330994009972, 0.0019935579039156437, 0.014119802974164486, 0.024418525397777557, 0.061319246888160706, -0.03331618383526802, -0.05243978276848793, 0.026583803817629814, -0.04472484067082405, -0.0317513607442379, -0.0447976216673851, 0.024782437831163406, -0.007000765763223171, 0.03375288099050522, -0.05458686873316765, -0.049965180456638336, 0.06193789839744568, 0.05153000354766846, -0.038501936942338943, -0.01544808316975832, -0.007273700088262558, -0.012318436056375504, 0.02489161118865013, 0.004432908724993467, -0.013455662876367569, -0.026583803817629814, -0.015993952751159668, -0.00570887653157115, -0.0643761157989502, -0.017749829217791557, 0.034062206745147705, -0.05629725754261017, -0.035845376551151276, 0.006732380483299494, -0.03766493871808052, -0.03617289662361145, 0.04843674600124359, -0.008838524110615253, 0.059099383652210236, -0.0042464034631848335, 0.006909787654876709, -0.004953758325427771, -0.021816551685333252, -0.06444889307022095, 0.011799861676990986, 0.07765891402959824, -0.037919677793979645, 0.037846893072128296, 0.025783197954297066, 0.010225939564406872, 0.03426235914230347, -0.053749870508909225, -0.0001738534920150414, 0.0362456813454628, 0.007892351597547531, 0.009288865141570568, -0.04072180390357971, 0.018159231171011925, 0.003172861644998193, -0.06412137299776077, 0.0014624731848016381, 0.009102360345423222, 0.005922675132751465, -0.08246256411075592, 0.04989239573478699, 0.02061564102768898, 0.013373782858252525, 0.007469302974641323, 0.06848832219839096, -0.0012645957758650184, 0.035135746002197266, 0.011272188276052475, -0.015411692671477795, -0.004207737743854523, -0.02383626624941826, -0.010553461499512196, -0.05109330639243126, -0.05316760763525963, 0.01926916465163231, -0.016667190939188004, 0.05942690372467041, 0.000030865034204907715, 0.08428212255239487, -0.038138024508953094, 0.03751937299966812, -0.016084929928183556, -0.0032479185611009598, 0.008483708836138248, 0.0726369246840477, -0.03766493871808052, 0.11426851153373718, 0.003311603330075741, 0.0532039999961853, 0.009598190896213055, -0.0016705855960026383, -0.04032149910926819, -0.05516912788152695, -0.008606529794633389, -0.0026633841916918755, -0.034571681171655655, 0.01954209804534912, 0.02212587743997574, 0.0032479185611009598, -0.013464760966598988, 0.025291915982961655, 0.007428362965583801, 0.0355178564786911, 0.03988480567932129, -0.038138024508953094, -0.028803670778870583, 0.04978322237730026, -0.04432453587651253, 0.02603793516755104, -0.028494345024228096, 0.019578490406274796, 0.0268931295722723, -0.010362407192587852, -0.0446520559489727, -0.047126661986112595, 0.013701303862035275, -0.04417897015810013, -0.03600913658738136, 0.005381355527788401, -0.02561943605542183, 0.0724913626909256, -0.018332090228796005, 0.03875667601823807, 0.032642945647239685, -0.0048445845022797585, -0.02034270577132702, 0.031223688274621964, -0.07569378614425659, 0.01651252806186676, -0.006827907171100378, -0.024564091116189957, -0.049746833741664886, -0.005508724600076675, -0.001691055716946721, -0.06197429075837135, 0.004364674910902977, -0.053604304790496826, 0.06597732752561569, -0.05065661296248436, 0.015857484191656113, -0.007919644936919212, 0.011508731171488762, -0.09469001740217209, 0.0040962896309792995, -0.005217594560235739, 0.00003116711013717577, 0.016785461455583572, 0.07023510336875916, 0.005472333636134863, 0.005408648867160082, -0.010580754838883877, 0.05757094919681549, 0.00955270230770111, -0.020087966695427895, 0.046762749552726746, 0.050765786319971085, -0.03382566198706627, 0.01223655603826046, 0.007956036366522312, 0.0543685220181942, 0.00779682444408536, 0.01997879333794117, 0.025783197954297066, -0.0001700153516139835, -0.017795318737626076, -0.011308579705655575, 0.058953817933797836, 0.05131165683269501, -0.005977261811494827, -0.034699052572250366, 0.048764269798994064, 0.0449431873857975, -0.006386663299053907, -0.0020686148200184107, -0.019705859944224358, -0.05331317335367203, -0.06728741526603699, -0.02654741331934929, 0.029768038541078568, 0.010262330994009972, -0.08340873569250107, -0.038283590227365494, -0.003382111433893442, -0.07532987743616104, 0.04559823125600815, 0.0038938631769269705, 0.01648523472249508, 0.0067915162071585655, -0.06535867601633072, 0.03173316642642021, -0.02476424165070057, 0.031223688274621964, 0.01800456829369068, 0.06983479857444763, -0.05415017157793045, -0.031714968383312225, -0.012063697911798954, 0.026802152395248413, 0.006382114719599485, 0.04858231171965599, 0.02596515417098999, -0.006050044670701027, 0.01687644049525261, -0.0008711154223419726, -0.01227294746786356, -0.05677034333348274, -0.010053081437945366, 0.018796078860759735, -0.041631583124399185, -0.051893915981054306, 0.03857472166419029, -0.05207587033510208, -0.03162399306893349, -0.00367551576346159, -0.016676288098096848, 0.015939366072416306, -0.0437786690890789, 0.04243219271302223, -0.0016046264208853245, 0.03708267956972122, -0.013492054305970669, 0.018141034990549088, -0.01344656478613615, 0.04781809449195862, -0.037701331079006195, -0.021725572645664215, -0.033352576196193695, 0.023945439606904984, -0.050183527171611786, 0.059681642800569534, 0.04181354120373726, -0.007205466739833355, 0.028239605948328972, -0.07019871473312378, -0.0007488636183552444, -0.037337418645620346, -0.04741779342293739, -0.031860534101724625, 0.015784703195095062, -0.009361648000776768, 0.024236569181084633, -0.008319948799908161, 0.002009479096159339, -0.021361660212278366, -0.001404474605806172, -0.02188933454453945, -0.003498108359053731, -0.03173316642642021, 0.021707378327846527, 0.0037255536299198866, 0.00856104027479887, -0.04894622415304184, 0.020360901951789856, -0.025855978950858116, -0.004726313054561615, -0.03759215772151947, 0.019214577972888947, 0.024363938719034195, 0.06987118721008301, 0.005754365585744381, 0.019705859944224358, 0.0879940316081047, -0.004635334946215153, 0.00816983450204134, 0.037992458790540695, 0.01102654729038477, -0.011526927351951599, 0.0114905359223485, 0.018723296001553535, -0.00977104902267456, 0.00897499080747366, -0.06601371616125107, 0.04800005257129669, -0.04428814351558685, 0.013746792450547218, -0.03231542557477951, -0.04588935896754265, 0.03388024866580963, -0.06586815416812897, 0.029149387031793594, -0.03589996322989464, 0.023854460567235947, -0.010353309102356434, -0.046107709407806396, -0.025637632235884666, -0.008774839341640472, -0.0025496615562587976, 0.002740715630352497, 0.003486736211925745, -0.08202586323022842, 0.02390904724597931, -0.005895381793379784, 0.01059895008802414, 0.045052360743284225, 0.009862027131021023, -0.039557281881570816, 0.008060661144554615, -0.010617145337164402, 0.04763614013791084, -0.014174389652907848, 0.07445649057626724, -0.02296287566423416, -0.00618651183322072, 0.014974997378885746, 0.02840336598455906, -0.02110692299902439, 0.0542229562997818, 0.014993192628026009, -0.013755890540778637, 0.045343492180109024, 0.024200178682804108, 0.027420803904533386, -0.006027299910783768, -0.047272227704524994, -0.06390302628278732, 0.05778929591178894, 0.039338935166597366, -0.033279795199632645, -0.021015943959355354, 0.0011565592139959335, -0.027366217225790024, 0.0063639190047979355, -0.028166823089122772, -0.0114905359223485, 0.015438986010849476, 0.01512056216597557, -0.009120555594563484, -0.012864304706454277, 0.013956042937934399, 0.027657346799969673, -0.022653549909591675, -0.057607341557741165, -0.0029022018425166607, 0.020997747778892517, 0.029367735609412193, -0.05771651491522789, -0.030295711010694504, 0.011290383525192738, 0.03915698081254959, 0.023363178595900536, -0.004931013565510511, -0.03309783712029457, 0.007714943960309029, 0.020724814385175705, 0.015539061278104782, -0.003384385723620653, 0.07482039928436279, 0.026147110387682915, 0.05123887211084366, -0.003243369748815894, -0.05786208063364029, -0.05757094919681549, 0.010744514875113964, -0.010708123445510864, -0.04225023463368416, 0.014137999154627323, 0.012436708435416222, 0.01515695359557867, -0.03031390719115734, 0.03651861473917961, -0.022162267938256264, -0.019651273265480995, -0.022216854616999626, 0.029422322288155556, -0.0010365818161517382, 0.047126661986112595, -0.011508731171488762, 0.01670358143746853, -0.0022028074599802494, 0.03344355523586273, -0.03184233978390694, -0.07416535913944244, 0.0722002312541008, -0.021998507902026176, -0.0012407139874994755, -0.0039666458033025265, -0.04774531349539757, 0.0035299507435411215, -0.03173316642642021, -0.017031103372573853, 0.017549678683280945, -0.050329092890024185, -0.0017138002440333366, -0.021998507902026176, 0.009953005239367485, 0.023235810920596123, 0.0001543784892419353, 0.02760276012122631, 0.007496596314013004, 0.03588176891207695, -0.02945871278643608, -0.0131918266415596, 0.07325557619333267, 0.008533746935427189 ]
39,047
tempfile
mktemp
User-callable function to return a unique temporary file name. The file is not created. Arguments are similar to mkstemp, except that the 'text' argument is not accepted, and suffix=None, prefix=None and bytes file names are not supported. THIS FUNCTION IS UNSAFE AND SHOULD NOT BE USED. The file name may refer to a file that did not exist at some point, but by the time you get around to creating it, someone else may have beaten you to the punch.
def mktemp(suffix="", prefix=template, dir=None): """User-callable function to return a unique temporary file name. The file is not created. Arguments are similar to mkstemp, except that the 'text' argument is not accepted, and suffix=None, prefix=None and bytes file names are not supported. THIS FUNCTION IS UNSAFE AND SHOULD NOT BE USED. The file name may refer to a file that did not exist at some point, but by the time you get around to creating it, someone else may have beaten you to the punch. """ ## from warnings import warn as _warn ## _warn("mktemp is a potential security risk to your program", ## RuntimeWarning, stacklevel=2) if dir is None: dir = gettempdir() names = _get_candidate_names() for seq in range(TMP_MAX): name = next(names) file = _os.path.join(dir, prefix + name + suffix) if not _exists(file): return file raise FileExistsError(_errno.EEXIST, "No usable temporary filename found")
(suffix='', prefix='tmp', dir=None)
[ 0.009825832210481167, 0.060188811272382736, 0.032275937497615814, -0.04999640956521034, 0.020170224830508232, 0.01579822227358818, -0.04885200038552284, 0.06104711815714836, 0.007161502726376057, -0.08568769693374634, 0.07832055538892746, 0.06841425597667694, -0.029861947521567345, 0.013312706723809242, -0.004474821500480175, 0.002295525511726737, 0.012400754727423191, 0.028324145823717117, -0.027841348201036453, 0.017926108092069626, 0.00200830539688468, 0.012946137227118015, 0.003500285092741251, 0.03826620802283287, 0.023496167734265327, 0.030541440472006798, -0.026875752955675125, -0.014063725247979164, 0.02093912661075592, -0.023192182183265686, 0.0007314612157642841, -0.02131463587284088, 0.043129950761795044, 0.043559104204177856, -0.0051543149165809155, -0.01839996688067913, -0.010371215641498566, 0.025606172159314156, -0.047564540058374405, -0.07631783932447433, 0.06798510253429413, -0.07810597866773605, -0.002099947538226843, -0.006401543039828539, 0.030040761455893517, -0.00423565786331892, 0.006397072691470385, -0.04556182026863098, -0.005252663046121597, -0.030827542766928673, 0.0416279137134552, 0.019884122535586357, -0.017926108092069626, -0.0010013587307184935, -0.058472197502851486, 0.044846564531326294, -0.011953719891607761, -0.027340669184923172, -0.044775038957595825, 0.020402682945132256, 0.027912873774766922, 0.03776552900671959, 0.011318929493427277, -0.014385590329766273, -0.060904067009687424, -0.029808303341269493, -0.05900863930583, -0.05718473345041275, -0.012686857022345066, 0.03213288635015488, -0.01941920630633831, -0.0030040761921554804, 0.004935267847031355, -0.02970101498067379, 0.05979542061686516, -0.011560328304767609, -0.007461016532033682, -0.035941626876592636, -0.03619196638464928, -0.03560187667608261, -0.04341605305671692, -0.061726611107587814, 0.010630495846271515, 0.015065084211528301, 0.0092357462272048, 0.030952712520956993, -0.004497173707932234, -0.007778411265462637, -0.0020463033579289913, 0.032973311841487885, 0.010237104259431362, -0.017720472067594528, 0.007416313048452139, -0.0380873940885067, 0.022709384560585022, -0.07188325375318527, 0.017344962805509567, 0.04577639698982239, -0.012302407063543797, -0.038623835891485214, -0.006642942316830158, 0.0043474165722727776, -0.03224017471075058, -0.008802121505141258, -0.004912916105240583, -0.005578998476266861, -0.004038962535560131, -0.015243898145854473, 0.025087611749768257, -0.014010081067681313, -0.016021739691495895, -0.052213702350854874, 0.03565552085638046, -0.02056361548602581, 0.00200830539688468, -0.020080817863345146, 0.006276373285800219, -0.026875752955675125, -0.05593303591012955, -0.06272797286510468, 0.04259350895881653, -0.0520348884165287, -0.046491652727127075, -0.020724549889564514, 0.028270501643419266, -0.029844066128134727, 0.05471710115671158, 0.033724330365657806, -0.03270509093999863, 0.048208270221948624, -0.03973248228430748, 0.052070651203393936, 0.05267862230539322, 0.03794434294104576, 0.00911057647317648, 0.008529430255293846, 0.007224087603390217, 0.07041697204113007, -0.018292678520083427, 0.016602884978055954, 0.052142176777124405, -0.03948214277625084, -0.040590789169073105, 0.039517905563116074, 0.004228952340781689, -0.005623701959848404, -0.018185390159487724, -0.003980848006904125, 0.018560899421572685, 0.02380015142261982, -0.007049744017422199, 0.0004783275944646448, -0.029039403423666954, 0.040590789169073105, 0.035512469708919525, -0.006544594187289476, 0.03139974921941757, -0.003013016888871789, -0.0033259415067732334, -0.028646010905504227, 0.029414912685751915, 0.023961083963513374, -0.0035539292730391026, -0.03370644897222519, 0.009584433399140835, 0.03218653053045273, -0.005757812410593033, 0.053393878042697906, 0.035637639462947845, -0.040841128677129745, -0.003994259051978588, 0.03325941413640976, 0.044703513383865356, 0.012838848866522312, -0.0380873940885067, -0.04098417982459068, 0.033795855939388275, -0.04874471202492714, -0.01298190001398325, 0.055110491812229156, 0.011479862034320831, -0.017291318625211716, -0.05389455705881119, 0.013625631108880043, 0.021564975380897522, -0.003196301171556115, 0.021296754479408264, 0.01624525710940361, 0.030881186947226524, -0.029844066128134727, -0.0474572516977787, 0.039947059005498886, -0.009825832210481167, 0.009262568317353725, 0.013142833486199379, 0.004322829656302929, 0.03211500495672226, -0.024479644373059273, -0.015753518790006638, 0.002503396710380912, -0.04073384031653404, 0.06262068450450897, 0.05292896181344986, -0.04956725612282753, 0.0668049305677414, -0.003529342357069254, -0.009244686923921108, 0.010934479534626007, -0.12295254319906235, 0.011792787350714207, 0.06476645171642303, -0.023639218881726265, 0.011059649288654327, 0.06440882384777069, -0.013983258977532387, 0.03730061277747154, 0.029307624325156212, 0.039768245071172714, -0.05013946071267128, -0.013500461354851723, -0.06995205581188202, -0.04795793071389198, 0.006937985308468342, 0.03669264540076256, 0.010201341472566128, -0.02322794497013092, 0.0013578692451119423, 0.07445817440748215, -0.028985757380723953, -0.057220496237277985, 0.0497460700571537, -0.04595521092414856, 0.04652741551399231, -0.019884122535586357, -0.05578998476266861, -0.0032812380231916904, 0.06490950286388397, -0.048208270221948624, 0.02912881039083004, -0.021046414971351624, -0.04874471202492714, 0.021743789315223694, 0.09655959159135818, 0.06376509368419647, 0.06630425155162811, -0.002266468247398734, 0.008198624476790428, 0.047063861042261124, -0.019401324912905693, -0.04259350895881653, -0.006638471968472004, 0.05990270897746086, -0.056648291647434235, -0.0038266207557171583, 0.0415206253528595, 0.011095412075519562, 0.035011790692806244, 0.029218217357993126, -0.0009309506858699024, 0.0155836446210742, -0.028592366725206375, -0.012445458211004734, -0.007089977152645588, -0.030165931209921837, -0.043630629777908325, -0.051927600055933, -0.028592366725206375, 0.03794434294104576, -0.06752018630504608, 0.023639218881726265, 0.009959942661225796, 0.0010170049499720335, -0.0010667375754565, -0.03536941856145859, 0.043630629777908325, -0.04695656895637512, 0.025981681421399117, 0.028342027217149734, 0.05865101143717766, 0.035941626876592636, -0.0646234005689621, -0.0052034892141819, 0.02646448090672493, -0.01085401326417923, -0.017505895346403122, -0.019079459831118584, -0.014761100523173809, -0.021100059151649475, 0.05872253701090813, -0.02170802652835846, -0.05400184541940689, -0.005395714193582535, -0.0818968340754509, -0.005654994398355484, -0.028342027217149734, -0.06562475860118866, -0.047564540058374405, -0.09284025430679321, 0.032973311841487885, -0.02875329926609993, -0.005820397287607193, 0.044524699449539185, -0.052642859518527985, 0.05489591509103775, -0.017926108092069626, -0.00056941102957353, -0.012427576817572117, -0.04148486256599426, 0.022888198494911194, 0.01790822669863701, 0.014716397039592266, -0.05578998476266861, 0.06279949843883514, -0.02651812508702278, 0.028127450495958328, 0.0649452656507492, 0.007568304892629385, -0.03165008872747421, 0.0004285949398763478, 0.011140115559101105, -0.017166148871183395, 0.055682696402072906, -0.02158285677433014, 0.01814962737262249, -0.017532717436552048, -0.025552527979016304, -0.04881623759865761, 0.0052705444395542145, 0.004653635900467634, 0.027251262217760086, -0.09183889627456665, -0.00639260234311223, 0.03483297675848007, 0.04602673649787903, -0.05478862673044205, 0.0008868059376254678, 0.007362668868154287, -0.044846564531326294, -0.002829732373356819, -0.044453173875808716, 0.01643301174044609, -0.034368060529232025, -0.03844502195715904, -0.0010952360462397337, 0.018954290077090263, 0.03384950011968613, 0.0311672892421484, 0.012490161694586277, 0.043129950761795044, -0.027698297053575516, 0.03540518134832382, 0.031006356701254845, -0.0012181707425042987, 0.013366350904107094, 0.018328441306948662, -0.034368060529232025, -0.01725555583834648, 0.020921245217323303, 0.001934544532559812, 0.03812315687537193, -0.037658240646123886, -0.03687145933508873, 0.011757024563848972, -0.02494456060230732, 0.027912873774766922, -0.04945996776223183, 0.041914016008377075, 0.015342245809733868, -0.05707744508981705, -0.019079459831118584, 0.04005434736609459, -0.02825262024998665, -0.021153703331947327, -0.035136960446834564, -0.009700662456452847, -0.030934831127524376, 0.011828550137579441, -0.03300907462835312, -0.025033967569470406, 0.008216505870223045, 0.013813385739922523, -0.04709962382912636, 0.006718938238918781, -0.0046178731136024, -0.029879828914999962, -0.028288383036851883, -0.022619977593421936, 0.027966517955064774, 0.02957584522664547, 0.016102205961942673, 0.032776616513729095, 0.006553534884005785, 0.051498446613550186, -0.02163650095462799, 0.019079459831118584, -0.021404042840003967, 0.00229329033754766, 0.009575492702424526, -0.07674699276685715, 0.07324223965406418, -0.006097559351474047, 0.0600457601249218, 0.0026866812258958817, 0.007523601409047842, -0.032401107251644135, 0.009369856677949429, 0.07166866958141327, -0.0601530484855175, 0.05393031984567642, 0.009199983440339565, -0.017854582518339157, -0.0013343999162316322, -0.0013466933742165565, -0.04262927174568176, 0.030809661373496056, 0.08168225735425949, -0.09541518241167068, -0.056326426565647125, 0.02215506136417389, -0.010442741215229034, -0.026035325601696968, -0.03472568839788437, 0.024193542078137398, 0.02962948940694332, -0.02576710470020771, 0.022244468331336975, -0.01494885515421629, -0.02038480155169964, -0.051069293171167374, 0.026768464595079422, -0.00904799159616232, -0.032579921185970306, 0.01072884351015091, 0.0024519877042621374, 0.06319288909435272, -0.012293466366827488, -0.019884122535586357, -0.0006940220482647419, -0.05950931832194328, 0.020974889397621155, 0.01688004657626152, -0.04498961567878723, 0.04405978322029114, 0.043559104204177856, -0.05367998033761978, 0.016477715224027634, -0.043952494859695435, -0.026750583201646805, 0.0328839048743248, 0.029164573177695274, 0.0649452656507492, 0.028985757380723953, 0.01822115294635296, 0.008475786074995995, 0.017479073256254196, -0.033867381513118744, -0.055682696402072906, -0.03676417097449303, -0.012901433743536472, -0.013062366284430027, -0.016102205961942673, 0.06144050881266594, 0.09484297782182693, -0.017067801207304, 0.0335097536444664, -0.023192182183265686, 0.029039403423666954, -0.006097559351474047, 0.0016059736954048276, 0.030004998669028282, 0.0022273524664342403, -0.0034891092218458652, -0.040340449661016464, 0.06154779717326164, -0.03662111982703209, -0.004322829656302929, -0.0649452656507492, 0.06097559258341789, 0.0857592225074768, 0.014179954305291176, 0.09176737070083618, -0.02639295533299446, 0.033473990857601166, 0.04416707158088684, 0.011828550137579441, 0.019955648109316826, 0.02380015142261982, 0.01852513663470745, -0.022351756691932678, 0.03622772917151451, -0.01545847486704588, -0.015476356260478497, -0.02233387529850006, 0.0167548768222332, -0.059115927666425705, -0.013867029920220375, -0.011515624821186066, 0.0392318032681942, -0.06855730712413788, -0.0027336198836565018, 0.036263491958379745, -0.08125310391187668, 0.047636065632104874, -0.03898146376013756, -0.0002835879276972264, 0.01526177953928709, -0.023210063576698303, -0.0428796112537384, -0.03980400785803795, -0.02728702500462532, -0.016674410551786423, -0.0019535436294972897, -0.006499890703707933, -0.017219793051481247, 0.0357985720038414, 0.06029609963297844, -0.017353903502225876, -0.05643371492624283, 0.01545847486704588, -0.023263707756996155, -0.0300228800624609, 0.021278873085975647, 0.0075906566344201565, -0.01820327155292034, 0.007183854468166828, 0.013035544194281101, 0.026071088388562202, 0.031077882274985313, -0.011658675968647003, 0.11537082493305206, -0.00936091598123312, -0.02633931115269661, 0.025033967569470406, -0.029486438259482384, -0.03744366392493248, -0.02964737080037594, -0.046420127153396606, -0.05807880684733391, 0.11007793247699738, -0.06029609963297844, 0.014618049375712872, 0.03554823249578476, 0.02932550571858883, -0.050675902515649796, 0.002191589679569006, -0.005422536283731461, -0.02018810622394085, 0.0462055504322052, 0.027769822627305984, -0.02512337453663349, 0.03263356536626816, -0.05897287651896477, -0.021672263741493225, 0.017997635528445244, -0.04588368535041809, -0.041592150926589966, 0.007197265513241291, -0.006674234755337238, -0.016272079199552536, 0.05217793956398964, -0.0356912836432457, 0.016459833830595016, -0.0004707838816102594, -0.03833773359656334, 0.007639830466359854, -0.02011658065021038, -0.019115222617983818, -0.023943202570080757, 0.014483937993645668, -0.046491652727127075, 0.017094623297452927, 0.02297760546207428, 0.026357192546129227, -0.03926756605505943, -0.008288031443953514, 0.036585357040166855, 0.0553608313202858, -0.013670334592461586, 0.04234316945075989, 0.02138616144657135, 0.008976465091109276, 0.012901433743536472, -0.06558899581432343, -0.036513831466436386, 0.04155638813972473, -0.023746507242321968, -0.005279485136270523, 0.006352369207888842, -0.033867381513118744, -0.02220870554447174, -0.030237456783652306, 0.08261208981275558, 0.013598809018731117, -0.09841925650835037, 0.04988912120461464, 0.016155850142240524, -0.03553035110235214, -0.013563046231865883, -0.007510190363973379, -0.027465838938951492, 0.01097918301820755, 0.03560187667608261, -0.033724330365657806, 0.020599378272891045, 0.016799580305814743, -0.026232020929455757, -0.04012587293982506, -0.015825044363737106, -0.030988475307822227, 0.010702021420001984, 0.002704562619328499, -0.026607532054185867, -0.02798439934849739, 0.0022295876406133175, 0.051248107105493546, 0.04302266240119934, -0.0020094229839742184, -0.041842490434646606, 0.011444099247455597, 0.03270509093999863, -0.13554105162620544, 0.017684709280729294, -0.010147697292268276, 0.049924883991479874, 0.010210282169282436, -0.05006793513894081, 0.03536941856145859, -0.029146691784262657, -0.025087611749768257, -0.006960337050259113, -0.061333220452070236, -0.03343822807073593, 0.0381946824491024, -0.004488232545554638, 0.039947059005498886, 0.011569269001483917, -0.02093912661075592, 0.005972389597445726, 0.019472850486636162, 0.015234957449138165, -0.039196040481328964, 0.007644300814718008, 0.008198624476790428, -0.029879828914999962, -0.030004998669028282, -0.04659894108772278, 0.06895069777965546, -0.04073384031653404, 0.0022429986856877804, -0.01897217147052288, 0.026124732568860054, 0.0020977123640477657, -0.02335311472415924, -0.010541088879108429, 0.027626771479845047, 0.011685498058795929, 0.018113864585757256, -0.00561923161149025, 0.024390237405896187, 0.015538941137492657, 0.024533288553357124, 0.003120305249467492, -0.018543018028140068, 0.041663676500320435, -0.006182495970278978, 0.017631065100431442, -0.04645588994026184, -0.012686857022345066, -0.011274226009845734, -0.04005434736609459, 0.0107199028134346, 0.02862812951207161, 0.0010734430979937315, -0.047314200550317764, 0.03581645339727402, -0.021028533577919006, 0.02793075516819954, 0.043559104204177856, -0.011989482678472996, 0.015896569937467575, 0.09276872873306274, 0.013509402051568031, 0.020724549889564514, -0.0075906566344201565, 0.012937196530401707, 0.018453611060976982, 0.03376009315252304, 0.018990052863955498, -0.03072025440633297, 0.005319718271493912, -0.029736777767539024, 0.06072525307536125, 0.006146733183413744, 0.0030398389790207148, -0.05332235246896744, 0.010263926349580288, 0.01808704249560833, 0.10192400962114334, 0.03726484999060631, -0.08862024545669556, 0.02818109467625618, 0.02633931115269661, 0.030380507931113243, 0.00033751153387129307, -0.019401324912905693, -0.012838848866522312, -0.01370609737932682, -0.00840873084962368, 0.055503882467746735, -0.03567340224981308, 0.03261568397283554, -0.01285673025995493, 0.0702381581068039, 0.03311636298894882, -0.03755095228552818, -0.06304983794689178, -0.014376649633049965, 0.009557611308991909, 0.05393031984567642, 0.02329947054386139, 0.02372862584888935, -0.022423282265663147, -0.015503178350627422, 0.0024408118333667517, -0.04194977879524231, -0.045418769121170044, -0.02982618473470211, -0.03147127479314804, 0.008882587775588036, 0.03384950011968613, -0.006638471968472004, 0.014242539182305336, -0.05389455705881119, 0.05893711373209953, 0.015842925757169724, -0.026625413447618484, 0.009959942661225796, 0.039446379989385605, 0.026929397135972977, 0.05882982537150383, -0.014734278433024883, 0.01130104809999466, 0.0018730772426351905, 0.035315774381160736, 0.08354192972183228, 0.010970242321491241, 0.087618887424469, 0.015565763227641582, 0.020349038764834404, 0.02372862584888935, 0.02633931115269661, -0.0036142789758741856, -0.043308764696121216, 0.041842490434646606, -0.004532936494797468, -0.0184714924544096, 0.06626848876476288, -0.04538300633430481, 0.008618837222456932, -0.025677697733044624, -0.014618049375712872, -0.028967875987291336, 0.003211947390809655, -0.018578780815005302, -0.02449752576649189, 0.010970242321491241, 0.00679046381264925, 0.019580138847231865 ]
39,053
itertools
permutations
Return successive r-length permutations of elements in the iterable. permutations(range(3), 2) --> (0,1), (0,2), (1,0), (1,2), (2,0), (2,1)
from itertools import permutations
(iterable, r=None)
[ -0.0036262241192162037, 0.029193293303251266, -0.061355963349342346, -0.005851170048117638, -0.021236035972833633, 0.01799975149333477, -0.0010619061067700386, -0.04857764020562172, 0.031011618673801422, 0.048811186105012894, -0.008399328216910362, 0.012161091901361942, -0.0021373662166297436, 0.08360959589481354, -0.012252843007445335, -0.05668503791093826, 0.0166985634714365, 0.05545057728886604, -0.019584529101848602, 0.0472097285091877, 0.031178439036011696, 0.06475906819105148, -0.02845929190516472, 0.050746284425258636, -0.03516540676355362, 0.09488654881715775, 0.0008413924369961023, 0.007340028416365385, -0.04330616816878319, 0.006393331568688154, 0.02086903527379036, 0.0026294817216694355, 0.048410821706056595, 0.028709519654512405, -0.023771682754158974, -0.006839571986347437, 0.034464769065380096, 0.054783303290605545, -0.054983485490083694, 0.004243453964591026, 0.05575085058808327, -0.05578421428799629, 0.05034592002630234, -0.0403701551258564, 0.008924807421863079, -0.01546410471200943, 0.04544144868850708, 0.045541539788246155, -0.040336791425943375, -0.045141175389289856, 0.03516540676355362, -0.006831231061369181, 0.029126565903425217, -0.026574239134788513, 0.04717636480927467, 0.0687960833311081, -0.0058720228262245655, -0.007740393280982971, 0.06092223525047302, 0.03626641258597374, -0.022737406194210052, -0.003999481443315744, 0.012769981287419796, -0.050813015550374985, 0.003909816034138203, -0.03710050508379936, -0.06242360547184944, -0.049311645328998566, -0.009783923625946045, 0.023104406893253326, -0.021236035972833633, 0.0394359715282917, -0.02592364512383938, 0.005442464258521795, 0.01261984370648861, 0.033146899193525314, 0.05578421428799629, 0.006472570355981588, 0.0272248312830925, -0.06495925039052963, -0.03194580599665642, -0.013328824192285538, -0.011460453271865845, -0.009091625921428204, 0.0200516227632761, -0.007561063393950462, -0.004018248524516821, -0.004016163293272257, -0.01855025254189968, -0.05978786572813988, -0.04901137202978134, -0.018316706642508507, 0.017666112631559372, -0.003313438966870308, -0.004937837366014719, 0.057719312608242035, -0.005650987848639488, -0.021336127072572708, -0.0325963981449604, -0.03556577488780022, -0.013937712647020817, -0.002370912581682205, -0.03660004958510399, -0.019401028752326965, 0.01282836776226759, -0.002531475620344281, -0.03860187530517578, -0.00487527996301651, -0.003888963721692562, -0.019651256501674652, -0.06676089018583298, 0.09668818861246109, 0.093351811170578, -0.007627790793776512, -0.00564681738615036, -0.014371441677212715, -0.0064392066560685635, -0.00944194570183754, -0.00017489910533186048, 0.03086148202419281, -0.01375421229749918, 0.039169058203697205, 0.013162004761397839, 0.04237198084592819, 0.04333953186869621, 0.012678230181336403, 0.026590920984745026, 0.034931860864162445, -0.016423312947154045, -0.0008148056804202497, -0.0012323741102591157, 0.033280353993177414, -0.03167889639735222, 0.06702779978513718, 0.013562370091676712, -0.035198770463466644, 0.01365412026643753, -0.07320009917020798, 0.05134683474898338, -0.015030375681817532, -0.014279691502451897, -0.03720059618353844, 0.04907809942960739, 0.07079790532588959, 0.010993360541760921, -0.03683359548449516, 0.018166569992899895, 0.02126939967274666, -0.003880622796714306, -0.012561457231640816, 0.017699476331472397, 0.03700041398406029, 0.03693368658423424, -0.05034592002630234, -0.014121212996542454, 0.023304589092731476, -0.02640742063522339, -0.02011835016310215, -0.01321205124258995, -0.029994023963809013, -0.010601336136460304, -0.04373989626765251, -0.05701867491006851, 0.10316076129674911, -0.006497593130916357, -0.0030069092754274607, 0.04387335106730461, -0.021302763372659683, 0.0051672132685780525, -0.03092820942401886, 0.03836832940578461, -0.0395694263279438, -0.017332475632429123, -0.058186404407024384, 0.023721637204289436, -0.022053448483347893, -0.02845929190516472, -0.007744563743472099, 0.021586356684565544, 0.009567059576511383, -0.034047722816467285, -0.028425928205251694, 0.0005338202463462949, -0.02785874344408512, 0.032062578946352005, 0.0010874501895159483, 0.06342452019453049, 0.02647414803504944, 0.019184164702892303, -0.046909451484680176, -0.048010457307100296, -0.022970952093601227, 0.007260789163410664, 0.024188729003071785, 0.02176985703408718, -0.03187907859683037, -0.04617545008659363, -0.004633392672985792, -0.002779618604108691, 0.010526267811655998, -0.030427753925323486, -0.04427371546626091, 0.0058094654232263565, 0.01853357069194317, 0.053148478269577026, 0.023588182404637337, -0.027591833844780922, -0.015347331762313843, 0.033397126942873, -0.018650343641638756, 0.08013976365327835, -0.07360046356916428, 0.09001543372869492, -0.04480753466486931, -0.023237861692905426, -0.0036199684254825115, 0.0071481866762042046, -0.017232384532690048, 0.0017672368558123708, -0.01427135057747364, 0.020018259063363075, 0.0037075483705848455, -0.02066885307431221, 0.016923770308494568, 0.04901137202978134, -0.003991140518337488, -0.011527180671691895, 0.010142584331333637, -0.07480156421661377, 0.006843742448836565, 0.03202921524643898, -0.05067955702543259, 0.030427753925323486, 0.03653332218527794, 0.012344593182206154, -0.05651821568608284, -0.040003154426813126, -0.04620881378650665, 0.01676529087126255, 0.034664951264858246, -0.036633413285017014, -0.006931322161108255, 0.04934500902891159, 0.03516540676355362, -0.009884015657007694, 0.08094049245119095, 0.0029714603442698717, 0.004022418987005949, 0.030828118324279785, -0.017232384532690048, -0.009258444420993328, -0.017616067081689835, -0.061622872948646545, -0.030194206163287163, 0.02750842459499836, -0.01903402805328369, 0.011827454902231693, -0.0006422524456866086, 0.039235785603523254, -0.0019684620201587677, 0.053348660469055176, -0.03414781391620636, -0.00875798799097538, -0.034865133464336395, -0.015872811898589134, -0.033213626593351364, 0.004904473200440407, 0.02552328072488308, -0.03813478350639343, 0.00638082018122077, 0.10309403389692307, -0.0032508817967027426, 0.015030375681817532, 0.05071292072534561, -0.035332225263118744, 0.05508357658982277, 0.02832583710551262, 0.08080703765153885, -0.02318781614303589, -0.011368703097105026, 0.04350635036826134, 0.005913727451115847, -0.01214441005140543, -0.0003211262228433043, -0.066794253885746, 0.0264241024851799, 0.01573101431131363, -0.01063469983637333, 0.03127852827310562, 0.010184288956224918, 0.057919494807720184, 0.006138932891190052, 0.0037701053079217672, -0.01903402805328369, 0.043005891144275665, -0.002402191050350666, 0.04490762576460838, -0.05154701694846153, 0.02327122539281845, 0.004241368733346462, -0.022637315094470978, -0.0460086315870285, -0.020068304613232613, 0.006543468218296766, -0.0021050451323390007, 0.002316696336492896, 0.05795285850763321, -0.039936427026987076, -0.007969769649207592, -0.003913986496627331, 0.005938750226050615, 0.057719312608242035, -0.01663183607161045, 0.020285168662667274, 0.0395694263279438, -0.06212332844734192, -0.010009129531681538, 0.03796796500682831, 0.013353846967220306, 0.04223852604627609, -0.043139345943927765, 0.048410821706056595, -0.018983982503414154, 0.02510623261332512, -0.026524193584918976, 0.01868370734155178, 0.0201850775629282, 0.010526267811655998, 0.014346418902277946, -0.013203710317611694, -0.08901452273130417, 0.007911383174359798, 0.020552078261971474, 0.07653647661209106, -0.014413146302103996, 0.06779517233371735, 0.026524193584918976, -0.024038592353463173, 0.02600705437362194, -0.05034592002630234, 0.07880521565675735, -0.005826147273182869, -0.03201253339648247, -0.01194422785192728, -0.005813635885715485, 0.04110415652394295, -0.03119512088596821, 0.01002581138163805, 0.019200846552848816, -0.0005494594806805253, 0.07426773756742477, 0.030194206163287163, -0.009491991251707077, 0.021319445222616196, 0.019117437303066254, 0.07807120680809021, -0.008591169491410255, 0.01950111985206604, -0.05918731912970543, 0.04557490348815918, 0.07533538341522217, -0.034998588263988495, 0.044240351766347885, 0.0235381368547678, 0.045875176787376404, -0.04647572338581085, -0.03660004958510399, -0.015722673386335373, 0.01252809353172779, 0.007732052356004715, 0.031995851546525955, -0.004487426485866308, 0.059020500630140305, -0.0017005093395709991, -0.017816251143813133, 0.04714300110936165, -0.06078878045082092, 0.0397028811275959, -0.03559913858771324, 0.026240600273013115, -0.042939163744449615, -0.015272263437509537, 0.06946335732936859, 0.02977715991437435, -0.053749024868011475, -0.024856004863977432, 0.026524193584918976, 0.015739355236291885, 0.025406507775187492, 0.07366719096899033, -0.031228484585881233, -0.01738252118229866, 0.016948793083429337, -0.00530483853071928, 0.03354726359248161, -0.02038525976240635, -0.016206448897719383, 0.011435430496931076, -0.09328508377075195, 0.00026273966068401933, 0.061489418148994446, -0.04440717026591301, -0.011335339397192001, 0.04110415652394295, -0.056484851986169815, -0.013921030797064304, 0.009383559226989746, -0.002487685764208436, 0.012227820232510567, -0.037667691707611084, -0.0409039743244648, 0.008274213410913944, 0.05061282962560654, -0.06806208193302155, 0.0339309498667717, -0.06459224969148636, -0.019734667614102364, -0.03606623038649559, 0.08741306513547897, 0.007573574781417847, 0.0811406746506691, -0.040136609226465225, -0.02176985703408718, 0.014121212996542454, 0.014396464452147484, -0.011760727502405643, -0.014463191851973534, 0.029860569164156914, -0.032396215945482254, 0.02936011366546154, -0.027808697894215584, -0.020652171224355698, 0.05061282962560654, -0.034998588263988495, 0.07840484380722046, -0.0010233292123302817, -0.0022207756992429495, 0.05495012179017067, 0.012261183932423592, 0.0034927690867334604, 0.020902398973703384, -0.025906963273882866, 0.021502945572137833, -0.05428284406661987, 0.07046426832675934, 0.029576977714896202, -0.03660004958510399, 0.02634069137275219, -0.02175317518413067, 0.03619968518614769, 0.03351389989256859, 0.03770105540752411, 0.013403892517089844, -0.09909038245677948, 0.04360644146800041, 0.02887633815407753, -0.0402367003262043, -0.004105828236788511, -0.05148028954863548, 0.016264835372567177, 0.11316989362239838, -0.01608133502304554, 0.06582670658826828, 0.03046111762523651, -0.007164868526160717, -0.036499958485364914, -0.029660386964678764, 0.04610872268676758, 0.004675097763538361, 0.03368072211742401, 0.01853357069194317, 0.008407669141888618, -0.04660917818546295, -0.0269579216837883, -0.06342452019453049, -0.007043924648314714, -0.01744924858212471, 0.019467756152153015, -0.012686571106314659, -0.019651256501674652, -0.06319096684455872, -0.02046866901218891, 0.043139345943927765, 0.024238774552941322, -0.05144692584872246, -0.05611785128712654, -0.008499419316649437, -0.042605526745319366, -0.0047835297882556915, -0.04597526788711548, -0.005792783573269844, -0.060388412326574326, -0.02325454354286194, 0.012411320582032204, 0.039736244827508926, 0.010459540411829948, -0.021169308573007584, -0.002362571656703949, -0.004295584745705128, 0.016690222546458244, 0.010075856931507587, 0.04607535898685455, 0.04317271336913109, -0.038701966404914856, 0.032196033746004105, 0.04093733802437782, 0.07173209637403488, -0.06789526343345642, -0.06846244633197784, -0.025623371824622154, 0.003109085839241743, -0.04147116094827652, -0.04617545008659363, -0.005575919058173895, 0.05181392654776573, -0.0058720228262245655, -0.05054610222578049, -0.018717072904109955, -0.041904889047145844, 0.003509450936689973, 0.01573101431131363, 0.012327911332249641, -0.01460498757660389, 0.023654909804463387, 0.008299236185848713, -0.02490605041384697, -0.025139596313238144, -0.034798406064510345, -0.027141422033309937, -0.00752769922837615, -0.018850527703762054, -0.004695950075984001, -0.008682919666171074, 0.01709892973303795, 0.02051871456205845, 0.008682919666171074, -0.02176985703408718, -0.05221429094672203, 0.05925404652953148, 0.07219918817281723, 0.023387998342514038, -0.00563013507053256, 0.0031633018516004086, -0.07473482936620712, -0.03046111762523651, 0.0232044979929924, -0.032813262194395065, -0.050813015550374985, -0.006693605333566666, 0.00989235658198595, -0.06522615998983383, -0.0013512325240299106, -0.06609361618757248, 0.027391651645302773, -0.011693999171257019, -0.07600265741348267, 0.010759813711047173, 0.004166299942880869, 0.02887633815407753, 0.011201883666217327, -0.008666237816214561, -0.03796796500682831, -0.03693368658423424, -0.016731927171349525, 0.008528612554073334, -0.006998049560934305, -0.04400680586695671, 0.03374744951725006, -0.034598223865032196, 0.0061180805787444115, 0.019751349464058876, 0.003474002005532384, -0.03593277558684349, -0.037801146507263184, -0.0012125642970204353, -0.04370653256773949, -0.004080805461853743, -0.054015934467315674, 0.019584529101848602, -0.030260935425758362, -0.022420449182391167, 0.04357307776808739, -0.01488023903220892, -0.01574769616127014, 0.018933936953544617, 0.02442227490246296, -0.014938625507056713, 0.01447153277695179, 0.04454062506556511, -0.021252717822790146, -0.030127478763461113, 0.010959996841847897, 0.00744011951610446, -0.05448302626609802, -0.05515030398964882, 0.0027149764355272055, -0.024689186364412308, -0.019968213513493538, -0.049845464527606964, -0.048143912106752396, 0.015789400786161423, 0.01771615818142891, 0.0035845194943249226, 0.07086463272571564, 0.02620723657310009, 0.004266391508281231, -0.005880363751202822, -0.03282994404435158, 0.02580687217414379, 0.0663938894867897, -0.029126565903425217, -0.02243713103234768, 0.008094883523881435, -0.0932183563709259, -0.062089964747428894, -0.002402191050350666, -0.0461420863866806, 0.013103618286550045, 0.005017076153308153, -0.007840484380722046, -0.07700356841087341, 0.03159548342227936, -0.038701966404914856, 0.009466968476772308, -0.05097983404994011, 0.02880961075425148, -0.04901137202978134, 0.024989459663629532, 0.052514564245939255, -0.003803469240665436, -0.0021623889915645123, -0.020552078261971474, 0.0683957189321518, 0.0016421227483078837, -0.012945140711963177, -0.009250103496015072, -0.04213843494653702, -0.02402191050350666, -0.060521870851516724, 0.01826666109263897, 0.005642646923661232, 0.007665324956178665, 0.01963457465171814, -0.04954519122838974, -0.029193293303251266, -0.025473235175013542, -0.006581002380698919, -0.0009289723238907754, -0.03786787390708923, -0.028659474104642868, -0.011368703097105026, 0.04147116094827652, 0.014021121896803379, -0.01207768265157938, -0.006072205025702715, -0.06112241744995117, 0.055250395089387894, 0.009391900151968002, 0.028859656304121017, -0.003515706630423665, 0.07853829860687256, 0.05061282962560654, 0.09034907817840576, -0.02490605041384697, 0.021869948133826256, 0.05558403208851814, 0.022186903282999992, -0.005300668068230152, -0.021886629983782768, 0.03217935189604759, -0.0014315140433609486, -0.0026399078778922558, 0.016890406608581543, 0.010000788606703281, 0.0270913764834404, 0.026991285383701324, -0.0023750830441713333, 0.03673350438475609, 0.0164316538721323, -0.001863157725892961, -0.006981367710977793, -0.030961573123931885, 0.0297104325145483, -0.035465680062770844, -0.020552078261971474, 0.018583616241812706, -0.018717072904109955, 0.006806207820773125, -0.005717715248465538, -0.031095027923583984, 0.012669889256358147, -0.03653332218527794, -0.00029062965768389404, -0.017532657831907272, -0.027324924245476723, 0.1205766424536705, -0.013145322911441326, -0.04127097874879837, 0.07279973477125168, -0.0063432855531573296, 0.013529006391763687, -0.012052659876644611, 0.025223005563020706, 0.020952444523572922, -0.04197161644697189, -0.01971798576414585, -0.026290645822882652, 0.023037679493427277, 0.008103224448859692, 0.004575006198137999, 0.00853695347905159, 0.0460086315870285, -0.06899626553058624, -0.02093576267361641, -0.01519719511270523, -0.07133173197507858, -0.03189576044678688, 0.05438293516635895, 0.01943439245223999, -0.005484168883413076, -0.020969126373529434, 0.01420462317764759, -0.0011458367807790637, -0.022403767332434654, -0.03933588042855263, 0.019651256501674652, -0.04624217748641968, 0.022120175883173943, -0.01460498757660389, -0.045207902789115906, -0.040069881826639175, 0.01392937172204256, -0.024856004863977432, 0.010342767462134361, -0.000908641261048615, -0.01910075545310974, -0.02318781614303589, 0.010359449312090874, -0.000908119953237474, 0.0037972135469317436, -0.047877002507448196, -0.02874288335442543, -0.02332127094268799, 0.05344875156879425, 0.019617892801761627, 0.024689186364412308, 0.03846842050552368, -0.02245381288230419, -0.018650343641638756, -0.06529288738965988, -0.00038342265179380774, 0.016231471672654152, -0.010734790936112404, -0.01029272098094225, 0.00022325050667859614, 0.0056634992361068726, 0.035132043063640594, -0.0528482049703598, -0.068662628531456, -0.06702779978513718, -0.07760411500930786, -0.000988401472568512, 0.034798406064510345, -0.005363225005567074, -0.0037075483705848455, 0.004900302737951279, 0.0795392170548439, -0.011393725872039795 ]
39,056
pulp.tests.run_tests
pulpTestAll
null
def pulpTestAll(test_docs=False): runner = unittest.TextTestRunner() suite_all = get_test_suite(test_docs) # we run all tests at the same time ret = runner.run(suite_all) if not ret.wasSuccessful(): raise pulp.PulpError("Tests Failed")
(test_docs=False)
[ -0.05082585662603378, -0.008853878825902939, -0.025642670691013336, -0.00035510503221303225, -0.02189611829817295, 0.02535991184413433, 0.012706464156508446, -0.06658964604139328, 0.021189222112298012, 0.0692405104637146, -0.0021549297962337732, 0.002812122693285346, 0.013598920777440071, 0.022231893613934517, -0.009976076893508434, 0.002829795004799962, 0.06068706512451172, -0.03181034326553345, 0.02809913456439972, 0.029000427573919296, -0.0625956803560257, 0.027515945956110954, 0.033524565398693085, 0.030361203476786613, -0.019262928515672684, 0.03873792663216591, 0.030820686370134354, -0.0534767210483551, 0.025731032714247704, -0.03884396329522133, -0.01418211031705141, 0.005416594445705414, -0.0170538779348135, 0.07507240772247314, 0.005633081309497356, 0.009065947495400906, -0.009755171835422516, 0.0004815732245333493, -0.00460808165371418, 0.08694826811552048, 0.02744525671005249, -0.015357325784862041, 0.017398489639163017, 0.004466702230274677, 0.002469719620421529, -0.02454698085784912, 0.007678662892431021, 0.03407241031527519, -0.027462927624583244, 0.00956961140036583, -0.027056463062763214, -0.02479439415037632, 0.01499504130333662, 0.013952369801700115, 0.006035128608345985, 0.03852585703134537, 0.013731463812291622, 0.03355991095304489, 0.03175732493400574, -0.02184310182929039, -0.025483617559075356, 0.030484911054372787, -0.01685064472258091, 0.0005497777019627392, 0.03573361784219742, -0.014933188445866108, -0.028275858610868454, -0.01771659404039383, 0.015472196973860264, 0.03965689241886139, -0.025483617559075356, 0.034743960946798325, -0.01567542925477028, 0.003108135424554348, 0.003379848785698414, 0.037748273462057114, -0.04191896319389343, -0.008875968866050243, -0.021401291713118553, 0.010143964551389217, -0.02541292831301689, 0.029141807928681374, -0.026437928900122643, 0.08694826811552048, 0.03781896084547043, -0.015807973220944405, 0.05329999327659607, 0.011160127818584442, 0.08122240751981735, 0.020305601879954338, 0.040611203759908676, -0.001672251964919269, 0.026543963700532913, -0.038313791155815125, 0.025589652359485626, 0.037642236799001694, -0.046301718801259995, 0.017124567180871964, -0.08864481747150421, -0.02468835934996605, -0.030979737639427185, 0.04994223639369011, 0.018149567767977715, -0.015065731480717659, 0.08383792638778687, -0.001547440537251532, -0.032605599611997604, -0.019881464540958405, 0.013890516012907028, 0.060156889259815216, -0.035097409039735794, 0.045488789677619934, -0.02122456766664982, -0.0006185344536788762, -0.0034682108089327812, -0.0448172390460968, 0.0029004847165197134, -0.02392844669520855, -0.0468318909406662, 0.02081810124218464, 0.047008614987134933, 0.07676895707845688, 0.02677370421588421, -0.021365946158766747, 0.026296548545360565, 0.03334784135222435, 0.0046743531711399555, 0.08263619989156723, 0.012052585370838642, -0.003607381135225296, 0.040505167096853256, -0.004020473919808865, -0.01402305904775858, -0.014067240059375763, -0.002719342475757003, -0.03085603192448616, 0.054855167865753174, -0.010762498714029789, 0.03497370332479477, -0.08291895687580109, 0.03343620523810387, 0.010417887009680271, 0.03202240914106369, 0.08383792638778687, 0.0006654767785221338, -0.0018224675441160798, -0.031898703426122665, -0.012803662568330765, 0.005522628780454397, 0.05800085514783859, 0.044074997305870056, -0.03009611740708351, -0.021772412583231926, -0.08588792383670807, 0.03239353001117706, 0.00286955782212317, 0.035503875464200974, -0.031121117994189262, -0.022921118885278702, -0.0387025810778141, 0.010338361375033855, -0.01802586019039154, -0.027515945956110954, 0.07058361172676086, -0.04923534020781517, -0.04135344550013542, -0.0387025810778141, -0.006423921789973974, -0.0042921872809529305, -0.006896658800542355, 0.03887930512428284, 0.003976292908191681, -0.015251291915774345, -0.0014966323506087065, 0.0021626614034175873, -0.03887930512428284, -0.02306249737739563, -0.02300948090851307, 0.002061045030131936, -0.024122843518853188, -0.07019481807947159, 0.022373273968696594, 0.0003631128347478807, -0.007722843904048204, 0.029954738914966583, 0.02428189478814602, -0.03302973881363869, 0.021719394251704216, -0.0834844782948494, -0.04973016679286957, -0.0636206865310669, 0.0031412711832672358, -0.012308835051953793, 0.06351464986801147, -0.0008051992626860738, 0.006958512123674154, -0.030661635100841522, 0.00206214957870543, 0.02760430797934532, -0.019528014585375786, -0.0570112019777298, 0.07853619754314423, 0.043862927705049515, -0.022585343569517136, 0.02631422132253647, -0.008924568071961403, -0.08595861494541168, 0.005474029574543238, 0.002458674367517233, -0.024599997326731682, 0.09465344250202179, 0.028081463649868965, -0.04008103162050247, 0.01587866246700287, 0.013051076792180538, 0.013130602426826954, 0.04545344412326813, -0.02896508388221264, -0.0453120656311512, -0.02617284283041954, -0.03085603192448616, -0.040964651852846146, 0.06443361192941666, -0.02224956639111042, 0.033065084367990494, 0.05004827305674553, 0.05909654498100281, 0.008999675512313843, -0.012467886321246624, 0.014579740352928638, 0.03746551275253296, 0.0027657325845211744, 0.008902478031814098, -0.027568962424993515, -0.05616292729973793, -0.04647844284772873, -0.04654913395643234, -0.025890083983540535, -0.021012498065829277, 0.006914331112056971, -0.0076654087752103806, -0.05170947685837746, -0.039833616465330124, -0.039939653128385544, -0.062454305589199066, -0.012998059391975403, -0.02479439415037632, -0.07471895962953568, 0.02458232454955578, 0.02866465225815773, 0.04078792780637741, -0.0463370643556118, 0.016868317499756813, 0.000903502048458904, -0.0018721711821854115, -0.017371980473399162, -0.014977369457483292, 0.024706032127141953, 0.047008614987134933, -0.019581032916903496, 0.03997499495744705, 0.0057479520328342915, -0.040964651852846146, 0.08468619734048843, -0.009675645269453526, -0.021348273381590843, 0.035503875464200974, -0.004957111552357674, 0.0021549297962337732, -0.03675861656665802, 0.03873792663216591, -0.026208186522126198, -0.008482757955789566, -0.006454848684370518, 0.007961421273648739, 0.06181809678673744, -0.009251507930457592, 0.09592585265636444, -0.007577046751976013, -0.028434911742806435, 0.06227758154273033, 0.04587758332490921, -0.0011730063706636429, 0.016020040959119797, -0.004736206494271755, -0.01709805801510811, -0.04506465047597885, -0.003461583750322461, -0.015065731480717659, -0.023857755586504936, 0.005743533838540316, -0.029813358560204506, 0.031121117994189262, -0.021666377782821655, -0.027074135839939117, 0.00959611963480711, -0.01587866246700287, -0.075355164706707, 0.008730171248316765, -0.07111378759145737, -0.008999675512313843, -0.024865083396434784, 0.0035808724351227283, -0.0013618802186101675, -0.012998059391975403, 0.005323814228177071, -0.027427583932876587, -0.04361551254987717, 0.0026619071140885353, -0.04449913278222084, -0.008213253691792488, -0.002290786476805806, 0.01878577470779419, 0.03483232483267784, 0.007625645957887173, -0.051603443920612335, 0.019103877246379852, -0.04435775429010391, -0.031545255333185196, -0.0524517185986042, -0.03997499495744705, 0.025377584621310234, 0.0875844731926918, 0.015251291915774345, 0.04435775429010391, 0.009657973423600197, 0.004758297000080347, -0.016824135556817055, -0.04449913278222084, -0.03401939198374748, 0.01913922280073166, -0.015905171632766724, 0.01412909384816885, 0.028081463649868965, -0.040611203759908676, 0.026862066239118576, 0.030255170539021492, -0.0005842941463924944, 0.04107068479061127, -0.0018401399720460176, 0.049199994653463364, 0.009878878481686115, -0.06878102570772171, 0.0346202552318573, -0.005257542710751295, 0.05008361488580704, -0.05156809836626053, 0.0046920254826545715, 0.05489051342010498, -0.12229309231042862, 0.0774051621556282, -0.0071308184415102005, -0.0468318909406662, -0.002880603075027466, 0.044428445398807526, 0.017831463366746902, -0.0019991917070001364, -0.005257542710751295, 0.01587866246700287, -0.005929094273597002, 0.03852585703134537, -0.03080301359295845, -0.017955170944333076, -0.013757972978055477, -0.020022843033075333, -0.01791982538998127, 0.09783447533845901, 0.014438360929489136, -0.010329524986445904, 0.009684481658041477, 0.026049135252833366, -0.0201112050563097, -0.007501938845962286, -0.03661723807454109, 0.00011197129788342863, 0.010930387303233147, 0.007382650393992662, 0.013731463812291622, -0.050224997103214264, 0.006432758178561926, -0.021454308182001114, -0.00801885686814785, 0.044675856828689575, -0.012671119533479214, 0.011663791723549366, -0.061429303139448166, -0.01919223926961422, 0.011858188547194004, -0.01061228383332491, 0.005222197622060776, 0.04658447951078415, -0.009764007292687893, -0.020747411996126175, -0.0024012390058487654, 0.0022145742550492287, 0.027109479531645775, 0.011654956266283989, -0.0006196389440447092, -0.03469094634056091, 0.015693102031946182, 0.01807887852191925, -0.0020080278627574444, -0.04760947823524475, -0.0012657864717766643, 0.016673920676112175, -0.010426723398268223, -0.0011199890868738294, -0.06634223461151123, -0.008787606842815876, 0.07846550643444061, 0.008968749083578587, 0.03285301476716995, -0.0004785357741639018, 0.012220473028719425, -0.07185602933168411, 0.017999351024627686, -0.0972689539194107, 0.061323270201683044, 0.05520861595869064, 0.011168964207172394, 0.04739740863442421, -0.009348706342279911, 0.05464309826493263, 0.035150427371263504, 0.055526718497276306, -0.02855861745774746, -0.004780387505888939, 0.014217455871403217, 0.02657930739223957, 0.025996118783950806, 0.0004360115563031286, -0.009958404116332531, -0.0722801685333252, -0.0017307918751612306, 0.005261960905045271, -0.023857755586504936, -0.06588274985551834, 0.027321549132466316, 0.013917024247348309, -0.026137497276067734, 0.010780171491205692, -0.00621185265481472, 0.03644051402807236, 0.0005887122242711484, 0.06676637381315231, 0.023186204954981804, 0.0009504444315098226, -0.007828878238797188, -0.032252151519060135, 0.007294287905097008, -0.05718792602419853, 0.008619719184935093, 0.06125257909297943, -0.05319396033883095, 0.029813358560204506, -0.024812066927552223, -0.0012823543511331081, 0.020075859501957893, -0.046655166894197464, 0.04789223521947861, 0.03421378880739212, -0.005818641744554043, 0.01008211076259613, 0.009145473130047321, 0.010965731926262379, -0.06658964604139328, 0.004208242986351252, 0.023133186623454094, 0.04368620365858078, 0.01935129053890705, 0.012255817651748657, -0.016355818137526512, 0.0478568933904171, 0.009198490530252457, -0.013324998319149017, -0.029813358560204506, -0.058071546256542206, 0.002734805690124631, 0.03591034188866615, -0.006384158972650766, 0.041212067008018494, 0.004031518939882517, 0.06948792189359665, 0.024016808718442917, -0.07111378759145737, -0.07040689140558243, 0.01086853351444006, -0.009516594000160694, -0.04806895926594734, -0.08051551133394241, 0.04598361626267433, -0.09097757935523987, -0.022214222699403763, -0.012741808779537678, -0.03161594644188881, -0.08383792638778687, 0.021012498065829277, 0.033577583730220795, 0.0024410018231719732, -0.011186636984348297, 0.06729654222726822, 0.009083620272576809, 0.014040731824934483, -0.012238145805895329, 0.08086895942687988, 0.03186335787177086, 0.056693099439144135, -0.010753663256764412, -0.020641377195715904, 0.004581572953611612, -0.03824310004711151, 0.03640516847372055, -0.04343878850340843, 0.00021759157243650407, 0.05209827050566673, -0.04863447695970535, 0.03274697810411453, -0.008213253691792488, 0.05223964899778366, 0.07012413442134857, 0.006808296777307987, 0.015896335244178772, -0.036687929183244705, 0.04527672007679939, 0.012467886321246624, 0.010117456316947937, -0.018237929791212082, 0.038207754492759705, -0.018034696578979492, 0.04036378860473633, 0.013431033119559288, -0.03711206465959549, 0.035150427371263504, 0.04336810111999512, -0.014420688152313232, -0.03299439325928688, -0.02968965284526348, -0.0065520466305315495, 0.07068964838981628, 0.0019108295673504472, 0.039480168372392654, 0.03552154824137688, 0.051037926226854324, -0.035415515303611755, 0.04898792505264282, 0.028222842141985893, 0.00855344720184803, 0.0007278824923560023, 0.004259051289409399, 0.023840084671974182, 0.037748273462057114, -0.031227152794599533, -0.02560732513666153, 0.045700859278440475, 0.004393803421407938, -0.03181034326553345, 0.02224956639111042, 0.027621980756521225, 0.021524997428059578, -0.02230258472263813, -0.049412064254283905, -0.056021545082330704, -0.0035322734620422125, 0.022744394838809967, -0.0044070580042898655, 0.0030440730042755604, -0.033471547067165375, 0.00913663674145937, -0.022055169567465782, -0.023787066340446472, 0.03186335787177086, -0.03955085948109627, -0.03366594389081001, -0.07401206344366074, 0.017575213685631752, -0.05570344254374504, -0.06072240695357323, 0.019846118986606598, -0.003461583750322461, -0.005787714850157499, -0.06227758154273033, -0.012459050863981247, 0.03746551275253296, -0.05464309826493263, -0.002823167946189642, 0.0061499993316829205, 0.01608189567923546, -0.02072973921895027, 0.03753620386123657, -0.01802586019039154, -0.019121550023555756, -0.030537927523255348, -0.004740624688565731, -0.029565945267677307, -0.03788965195417404, 0.010700645856559277, -0.012909697368741035, -0.02474137768149376, 0.017027368769049644, -0.03248189389705658, -0.006410667672753334, 0.07132585346698761, 0.024352584034204483, -0.06503447890281677, 0.00956961140036583, 0.0010658673709258437, 0.000112040332169272, 0.027869394049048424, 0.04103533923625946, 0.055880166590213776, 0.01002909429371357, -0.0003857556148432195, 0.0035808724351227283, -0.045135341584682465, -0.0224086195230484, -0.03437284007668495, -0.07754654437303543, 0.05538534000515938, 0.03799568489193916, -0.04637240990996361, -0.0050940727815032005, 0.09196723252534866, 0.006096982397139072, -0.008482757955789566, -0.07005344331264496, 0.023610342293977737, -0.019669394940137863, -0.04965947940945625, 0.015569395385682583, -0.009675645269453526, -0.027657324448227882, -0.05937930569052696, 0.04418103024363518, -0.0387025810778141, 0.03689999505877495, -0.0885741263628006, 0.03389568626880646, -0.028010772541165352, 0.028770687058568, -0.007466594222933054, 0.012087929993867874, 0.011875861324369907, 0.034107755869627, -0.03675861656665802, 0.0003592470020521432, 0.04637240990996361, -0.06613016873598099, -0.008332542143762112, 0.09309826791286469, -0.047786202281713486, -0.0010548221180215478, 0.04711465165019035, 0.025271549820899963, 0.03552154824137688, -0.05453706532716751, 0.015719611197710037, 0.045736201107501984, 0.0006930899107828736, 0.01873275637626648, -0.0001859745243564248, -0.007064546924084425, 0.012052585370838642, 0.005717025138437748, 0.02790473960340023, 0.007440085522830486, -0.0017849135911092162, 0.04145947843790054, 0.014040731824934483, -0.02891206555068493, 0.03416077420115471, 0.05775344371795654, 0.02514784224331379, 0.03288836032152176, 0.006653663236647844, 0.05156809836626053, 0.04527672007679939, -0.041106030344963074, -0.009401722811162472, -0.057541374117136, -0.07514309883117676, -0.018167240545153618, 0.036334481090307236, -0.01649719662964344, -0.0692405104637146, -0.05128534138202667, 0.06588274985551834, -0.04209568724036217, -0.006423921789973974, 0.002593426499515772, -0.030131462961435318, -0.06842757761478424, -0.0017307918751612306, 0.06595344096422195, -0.05517327040433884, -0.022921118885278702, 0.06839223206043243, 0.010815516114234924, -0.016921333968639374, -0.020075859501957893, -0.03538016974925995, -0.0162851270288229, -0.042837925255298615, -0.054749131202697754, 0.030166806653141975, -0.014835990034043789, 0.07443620264530182, -0.01685064472258091, -0.015534049831330776, -0.020694395527243614, -0.08751378208398819, 0.0072545250877738, 0.03725344315171242, -0.018697412684559822, -0.05043706297874451, -0.00514267198741436, -0.023186204954981804, 0.05810689181089401, -0.015039222314953804, 0.007219180464744568, -0.025395255535840988, 0.011248490773141384, 0.03909137472510338, -0.03721810132265091, -0.012538576498627663, 0.009967240504920483, 0.009189654141664505, -0.05082585662603378, -0.03990430757403374, 0.052875857800245285, 0.039480168372392654, -0.026349566876888275, -0.0013309535570442677, 0.005628663115203381, -0.04994223639369011, -0.06001551076769829, 0.0031699889805167913, 0.01746917888522148, 0.010815516114234924, 0.008911313489079475, -0.0737999901175499, 0.01170797273516655, -0.020075859501957893, 0.013731463812291622, -0.044675856828689575, -0.058424994349479675, -0.002812122693285346, 0.040752582252025604, 0.017601722851395607, -0.008288361132144928, -0.0027524782344698906, -0.005849568638950586, 0.008778770454227924, -0.04623103141784668, -0.0019086204702034593, 0.009967240504920483, 0.04435775429010391, 0.031439222395420074, -0.03380732610821724, -0.016126075759530067, -0.022072842344641685, 0.0007886313833296299, -0.00007006835221545771, 0.012476722709834576, 0.049977581948041916, 0.05595085769891739, 0.022337928414344788, -0.008540193550288677, 0.031845685094594955 ]
39,058
pulp.utilities
read_table
Reads in data from a simple table and forces it to be a particular type This is a helper function that allows data to be easily constained in a simple script ::return: a dictionary of with the keys being a tuple of the strings in the first row and colum of the table ::param data: the multiline string containing the table data ::param coerce_type: the type that the table data is converted to ::param transpose: reverses the data if needed Example: >>> table_data = ''' ... L1 L2 L3 L4 L5 L6 ... C1 6736 42658 70414 45170 184679 111569 ... C2 217266 227190 249640 203029 153531 117487 ... C3 35936 28768 126316 2498 130317 74034 ... C4 73446 52077 108368 75011 49827 62850 ... C5 174664 177461 151589 153300 59916 135162 ... C6 186302 189099 147026 164938 149836 286307 ... ''' >>> table = read_table(table_data, int) >>> table[("C1","L1")] 6736 >>> table[("C6","L5")] 149836
def read_table(data, coerce_type, transpose=False): """ Reads in data from a simple table and forces it to be a particular type This is a helper function that allows data to be easily constained in a simple script ::return: a dictionary of with the keys being a tuple of the strings in the first row and colum of the table ::param data: the multiline string containing the table data ::param coerce_type: the type that the table data is converted to ::param transpose: reverses the data if needed Example: >>> table_data = ''' ... L1 L2 L3 L4 L5 L6 ... C1 6736 42658 70414 45170 184679 111569 ... C2 217266 227190 249640 203029 153531 117487 ... C3 35936 28768 126316 2498 130317 74034 ... C4 73446 52077 108368 75011 49827 62850 ... C5 174664 177461 151589 153300 59916 135162 ... C6 186302 189099 147026 164938 149836 286307 ... ''' >>> table = read_table(table_data, int) >>> table[("C1","L1")] 6736 >>> table[("C6","L5")] 149836 """ lines = data.splitlines() headings = lines[1].split() result = {} for row in lines[2:]: items = row.split() for i, item in enumerate(items[1:]): if transpose: key = (headings[i], items[0]) else: key = (items[0], headings[i]) result[key] = coerce_type(item) return result
(data, coerce_type, transpose=False)
[ 0.025804970413446426, 0.05050700157880783, -0.01795128360390663, -0.07328839600086212, -0.0013941244687885046, 0.019643723964691162, 0.004837243352085352, 0.020594533532857895, -0.03867892920970917, -0.05773315206170082, -0.02844822034239769, 0.05206632986664772, -0.08176961541175842, 0.028752479702234268, -0.0032541456166654825, -0.05575546994805336, 0.014965741895139217, 0.03409602865576744, 0.008871052414178848, -0.005357811693102121, 0.008747447282075882, 0.008010569959878922, 0.02078469656407833, -0.0134444460272789, -0.015897534787654877, 0.004033809527754784, -0.03240358829498291, 0.02394138276576996, 0.0409989058971405, -0.0053292871452867985, -0.010230709798634052, -0.018112920224666595, -0.04229200631380081, 0.05107748508453369, -0.037994347512722015, -0.04822505638003349, 0.014243125915527344, -0.02860035002231598, 0.033905867487192154, 0.06959925591945648, -0.04312871769070625, -0.031186550855636597, 0.0060566565953195095, -0.013187727890908718, -0.07671131193637848, -0.02675577998161316, -0.028695430606603622, -0.059939030557870865, -0.021735504269599915, -0.06754550337791443, -0.00661763409152627, -0.05792331323027611, 0.037994347512722015, -0.00003288835068815388, -0.0081389294937253, -0.04004809632897377, -0.04187364876270294, 0.0007190497126430273, -0.01210380531847477, -0.0025172680616378784, -0.003170949639752507, 0.030064595863223076, -0.05043093487620354, 0.0043190522119402885, -0.0031828347127884626, -0.039553675800561905, 0.05670627951622009, -0.02930394932627678, -0.03198523074388504, -0.029684271663427353, -0.03405799716711044, 0.029798369854688644, 0.023294832557439804, 0.016838835552334785, 0.04301462322473526, 0.008994657546281815, -0.008989904075860977, -0.03867892920970917, 0.0027383314445614815, 0.07267987728118896, -0.008409909904003143, 0.0034823399037122726, 0.02519645169377327, -0.030654098838567734, -0.01992896758019924, 0.012008723802864552, 0.08260633051395416, 0.07598869502544403, -0.0005793995223939419, 0.03654911741614342, -0.031243599951267242, -0.07184316217899323, -0.02036633901298046, 0.015869010239839554, -0.021184036508202553, -0.011314633302390575, 0.004934701137244701, -0.013007073663175106, -0.015802454203367233, -0.03173802047967911, 0.04058054834604263, 0.05564137175679207, 0.034305207431316376, -0.048453252762556076, -0.005700103007256985, -0.08815905451774597, -0.026774795725941658, 0.026679715141654015, 0.011200536042451859, -0.025976115837693214, -0.11675940454006195, -0.05012667551636696, -0.0381845086812973, -0.0054624006152153015, 0.030102629214525223, -0.04077070951461792, 0.014823120087385178, 0.02095584198832512, -0.05982493236660957, -0.013463462702929974, 0.002861936576664448, 0.03236555680632591, -0.0015771551989018917, -0.0036106989718973637, -0.01216085348278284, 0.012094296514987946, 0.04141726344823837, -0.02194468304514885, 0.04921390116214752, 0.027364296838641167, 0.04156939312815666, -0.03613075986504555, -0.022153861820697784, 0.07153891026973724, 0.011076930910348892, 0.03749992698431015, 0.021735504269599915, 0.02744036167860031, 0.059939030557870865, 0.0007119186338968575, 0.06906680017709732, -0.06997957825660706, 0.004796833731234074, -0.06252523511648178, 0.03265079855918884, -0.019139794632792473, 0.046893924474716187, 0.006631896365433931, -0.037709105759859085, 0.0038721717428416014, -0.032612767070531845, 0.003135294420644641, -0.0007345003541558981, -0.033620625734329224, 0.03749992698431015, 0.004471181891858578, -0.03875499591231346, -0.1103699654340744, -0.021450262516736984, -0.004723146092146635, 0.016553593799471855, 0.04320478439331055, 0.007511395029723644, 0.019776837900280952, -0.045638855546712875, 0.03506585583090782, 0.015308032743632793, -0.04229200631380081, 0.051039453595876694, -0.04077070951461792, -0.01343493815511465, -0.0072879549115896225, -0.009042198769748211, 0.043242815881967545, 0.019339464604854584, 0.009698256850242615, -0.023427946493029594, -0.007302217185497284, 0.004682736936956644, -0.025957100093364716, 0.009679241105914116, -0.007901227101683617, -0.05670627951622009, 0.04913783445954323, -0.009593667462468147, 0.019833886995911598, 0.035598307847976685, -0.054576463997364044, 0.010620541870594025, 0.00452585332095623, -0.020727647468447685, -0.04754047468304634, -0.016097204759716988, 0.051305681467056274, 0.06446488201618195, -0.007796637713909149, 0.038431718945503235, 0.05297910422086716, -0.08618137240409851, 0.033259317278862, 0.005766659509390593, 0.0017364158993586898, 0.03881204500794411, 0.05731479823589325, 0.014119520783424377, -0.027649540454149246, -0.005039290525019169, -0.04347100853919983, -0.036568135023117065, -0.005338795483112335, 0.026147261261940002, -0.052865009754896164, -0.034324221312999725, -0.0067792716436088085, 0.026717746630311012, -0.011761513538658619, -0.028961656615138054, -0.031186550855636597, -0.0006929024239070714, -0.005338795483112335, 0.06750747561454773, 0.02278139628469944, 0.005576497875154018, 0.015022790059447289, 0.04871947690844536, -0.018902093172073364, -0.03479962795972824, -0.00927039235830307, 0.008871052414178848, 0.059939030557870865, -0.011152995750308037, -0.052712880074977875, -0.0029641485307365656, 0.03282194212079048, 0.029094770550727844, 0.00470175314694643, 0.006593863945454359, -0.00047362197074107826, 0.006213540211319923, 0.025976115837693214, -0.014965741895139217, -0.01669621467590332, -0.022952541708946228, -0.0678877979516983, -0.06473111361265182, -0.03436225652694702, 0.06241113692522049, -0.015013282187283039, -0.10595820844173431, -0.01634441502392292, 0.0025267761666327715, -0.02337089739739895, 0.07271791249513626, 0.011286108754575253, 0.022591233253479004, -0.001780390739440918, -0.0031733266077935696, -0.0040100389160215855, -0.0025457923766225576, -0.02451186813414097, -0.0008628595969639719, -0.05065913125872612, 0.02348499372601509, 0.014328699558973312, 0.010392348282039165, -0.06454095244407654, -0.07526607811450958, 0.03240358829498291, 0.0027621015906333923, -0.02205878123641014, 0.07579853385686874, 0.02475908026099205, -0.011913643218576908, -0.0037937299348413944, 0.027668556198477745, -0.00886629894375801, 0.08755053579807281, -0.0019776837434619665, 0.03126261755824089, -0.009156295098364353, -0.039705805480480194, 0.023161718621850014, -0.020480437204241753, -0.05720070004463196, -0.06263933330774307, -0.042672328650951385, -0.03865991532802582, -0.023960398510098457, 0.017628008499741554, 0.01792275905609131, -0.00616124551743269, -0.029380014166235924, -0.04598114639520645, 0.010981849394738674, -0.016553593799471855, 0.014243125915527344, 0.027288231998682022, -0.05488072335720062, 0.0694090947508812, -0.08564891666173935, -0.022286973893642426, -0.06237310171127319, 0.09797140955924988, 0.018426688387989998, -0.037709105759859085, -0.03405799716711044, -0.008847282268106937, -0.034191109240055084, -0.06393243372440338, -0.04020022600889206, 0.043813303112983704, 0.01252216100692749, -0.04354707524180412, 0.03808942809700966, -0.04643753543496132, -0.004796833731234074, -0.05537514388561249, 0.03498978912830353, 0.00270743016153574, 0.015935566276311874, -0.024226626381278038, -0.0382225401699543, 0.03651108592748642, -0.008462204597890377, 0.03126261755824089, -0.0068695987574756145, 0.03436225652694702, -0.04780670255422592, 0.07032187283039093, 0.021849602460861206, 0.021887633949518204, -0.00959842186421156, 0.0261662770062685, 0.030920324847102165, 0.014376239851117134, -0.004801588132977486, -0.01125758420675993, 0.013558543287217617, -0.05784725025296211, 0.026014147326350212, 0.03668222948908806, -0.004368969704955816, 0.08427975326776505, -0.0537397526204586, 0.02194468304514885, -0.010240218602120876, -0.010934309102594852, -0.03015967644751072, 0.05815150961279869, 0.05183813348412514, 0.03556027635931969, -0.03352554142475128, -0.032061297446489334, 0.04088480770587921, -0.0389261394739151, -0.02462596632540226, 0.047768671065568924, -0.062182940542697906, 0.005006012041121721, -0.0012764617567881942, 0.05297910422086716, -0.024873176589608192, -0.00018912195810116827, 0.00240792497061193, -0.003824631217867136, -0.0045210993848741055, -0.0083148293197155, 0.03101540543138981, 0.05689644068479538, 0.08580105006694794, 0.0162968747317791, 0.04419362545013428, 0.013881818391382694, -0.01394837535917759, 0.03145277872681618, 0.023389913141727448, 0.014528369531035423, 0.03510388731956482, -0.04004809632897377, -0.02137419767677784, 0.004920439328998327, 0.003972006496042013, -0.002978410804644227, 0.04274839535355568, -0.030045580118894577, -0.038146477192640305, -0.041531357914209366, 0.06397046148777008, -0.04484017565846443, 0.016382448375225067, -0.05423417314887047, 0.028391171246767044, 0.08831118792295456, -0.03426717594265938, 0.043813303112983704, 0.007088284939527512, 0.007188119925558567, -0.02464498206973076, -0.03894515708088875, -0.037176650017499924, -0.03890712559223175, -0.003579797688871622, -0.01676277071237564, 0.0066081262193620205, -0.06317178159952164, 0.05012667551636696, 0.02576693706214428, -0.03993399813771248, -0.00887580681592226, -0.061612457036972046, 0.031110486015677452, 0.03765205666422844, 0.07473362982273102, -0.039819903671741486, 0.030235741287469864, 0.02475908026099205, -0.02704102173447609, 0.020309291779994965, 0.010725131258368492, 0.04213987663388252, 0.017875218763947487, -0.039972029626369476, -0.0395917072892189, 0.03409602865576744, 0.05476662889122963, 0.030197709798812866, 0.00013222194684203714, 0.035046838223934174, -0.0006905253976583481, -0.01775161363184452, 0.021716488525271416, -0.006489275023341179, 0.007055006455630064, -0.08618137240409851, 0.012246426194906235, 0.037119604647159576, -0.006223048083484173, 0.01579294539988041, 0.07903128862380981, 0.02350401133298874, 0.03620682656764984, 0.010867752134799957, 0.017390305176377296, -0.0016983834793791175, 0.002607594942674041, -0.01803685538470745, -0.00940350629389286, 0.04472607746720314, -0.04175955429673195, -0.0029902958776801825, 0.029208868741989136, -0.008195977658033371, 0.014661482535302639, -0.04487820714712143, 0.007877456955611706, 0.03310718759894371, -0.02475908026099205, 0.06446488201618195, 0.019472578540444374, 0.038431718945503235, 0.04198774695396423, -0.008100897073745728, 0.06579601764678955, -0.020157162100076675, 0.03069213032722473, -0.029912466183304787, -0.06404652446508408, -0.0053720735013484955, 0.0018623981159180403, -0.04130316525697708, -0.0036986488848924637, 0.014804104343056679, 0.014081488363444805, -0.014956233091652393, 0.015621799975633621, 0.04130316525697708, 0.0051581417210400105, 0.010763163678348064, -0.06317178159952164, -0.03451438620686531, 0.022286973893642426, -0.05974886938929558, 0.019206352531909943, -0.04278642684221268, -0.009142033755779266, 0.02915181964635849, 0.00998349953442812, -0.038279589265584946, -0.029646240174770355, -0.010316283442080021, -0.035332079976797104, 0.061612457036972046, 0.04164545610547066, 0.015669340267777443, 0.08306271582841873, -0.00499174976721406, 0.024949241429567337, 0.010487428866326809, 0.0015319917583838105, 0.031909167766571045, 0.06975138187408447, -0.02308565378189087, -0.019871918484568596, -0.03363963961601257, 0.009626946412026882, 0.024378756061196327, 0.05153387412428856, 0.051305681467056274, -0.0467417947947979, -0.06062361225485802, -0.04472607746720314, 0.024454820901155472, 0.0035774207208305597, 0.026090212166309357, -0.04187364876270294, -0.048491284251213074, 0.008310074917972088, 0.007796637713909149, -0.06404652446508408, 0.013530018739402294, 0.0013121170923113823, 0.018902093172073364, 0.0005104658775962889, 0.03670124709606171, -0.02860035002231598, 0.059482641518116, 0.027820685878396034, 0.002866690745577216, 0.031186550855636597, -0.024530885741114616, -0.017589975148439407, 0.012969041243195534, -0.010354315862059593, -0.013758213259279728, -0.00024097078130580485, 0.0061850156635046005, 0.03354455903172493, 0.04331888258457184, 0.05602169409394264, -0.00042132745147682726, 0.01884504407644272, 0.03989596664905548, 0.0003832950897049159, -0.014937217347323895, 0.06674682348966599, -0.00926088448613882, -0.017009982839226723, 0.016382448375225067, -0.07104448229074478, -0.014680498279631138, -0.05704857036471367, -0.01763751544058323, 0.06803993135690689, -0.008110404945909977, -0.06423669308423996, -0.03765205666422844, -0.001117201172746718, -0.04271036386489868, 0.005291254725307226, -0.017171619459986687, -0.009926451370120049, -0.03569338843226433, -0.009265638887882233, 0.027801670134067535, 0.013007073663175106, 0.024968257173895836, -0.002354441909119487, 0.0636281743645668, -0.07389691472053528, -0.03810844570398331, 0.029627224430441856, -0.00651304516941309, 0.0339629165828228, -0.03723369911313057, 0.033601608127355576, -0.025158420205116272, -0.07169103622436523, 0.0028857067227363586, -0.015697864815592766, -0.04206381365656853, -0.02432170696556568, 0.019776837900280952, -0.04841522127389908, -0.013729688711464405, 0.02222992666065693, 0.014965741895139217, -0.017295224592089653, 0.04921390116214752, -0.01067759096622467, 0.018512260168790817, -0.012826420366764069, -0.034476350992918015, -0.016021139919757843, 0.03622584044933319, 0.01996699906885624, -0.013606083579361439, 0.034628480672836304, 0.03776615485548973, -0.01536508183926344, 0.015146395191550255, -0.07100645452737808, -0.020917808637022972, -0.03921138495206833, -0.0024162447080016136, 0.00818171538412571, -0.051305681467056274, 0.06978941708803177, -0.00873318500816822, 0.039705805480480194, -0.026147261261940002, 0.002398416865617037, 0.016553593799471855, -0.005267484579235315, -0.024302691221237183, -0.008157945238053799, -0.010354315862059593, -0.0254626777023077, -0.07382085174322128, 0.005248468369245529, -0.03139572963118553, -0.0058807567693293095, -0.015193935483694077, 0.08108503371477127, 0.0025790708605200052, -0.04503033682703972, 0.012236918322741985, -0.03202326223254204, 0.013739197514951229, -0.00032268097857013345, -0.10367626696825027, 0.017856203019618988, -0.009118262678384781, 0.07720573246479034, -0.004440280143171549, -0.008067619055509567, 0.04560082405805588, -0.004024301189929247, -0.0254626777023077, 0.0141480453312397, 0.050164710730314255, 0.023180736228823662, -0.014585417695343494, 0.04141726344823837, -0.008880560286343098, 0.04754047468304634, -0.029265915974974632, 0.05450040102005005, -0.04442181810736656, 0.028410186991095543, 0.00471839215606451, -0.02475908026099205, 0.09302720427513123, 0.0071976277977228165, 0.0032327522058039904, -0.03936351463198662, 0.02464498206973076, 0.048187024891376495, -0.06412259489297867, -0.031243599951267242, 0.00997399166226387, 0.0019099385244771838, 0.02475908026099205, 0.022286973893642426, -0.008010569959878922, 0.07416313886642456, -0.015954583883285522, 0.0027977570425719023, 0.10291562229394913, 0.04118906706571579, 0.0004947180859744549, 0.011875610798597336, 0.032498668879270554, 0.06066164746880531, -0.05005061253905296, 0.04233003780245781, -0.0012241671793162823, 0.004342822358012199, -0.03978186845779419, -0.02432170696556568, -0.03230850771069527, 0.007306971121579409, 0.03535109758377075, 0.00869039911776781, 0.02506333775818348, 0.010059564374387264, 0.013615592382848263, 0.02591906674206257, -0.01500377431511879, -0.033886849880218506, -0.047312282025814056, 0.06762157380580902, 0.02504432201385498, -0.019472578540444374, -0.01827455870807171, -0.011999215930700302, -0.030368855223059654, -0.0410369373857975, 0.010439888574182987, 0.028105929493904114, 0.06701305508613586, 0.012046756222844124, -0.06130819767713547, 0.041113004088401794, 0.05332139506936073, 0.014186077751219273, -0.0424821674823761, 0.0016722362488508224, -0.010525461286306381, 0.00569534907117486, -0.03312620148062706, -0.027364296838641167, 0.03725271672010422, 0.006047148257493973, 0.0017233422258868814, 0.004338068421930075, -0.0031923428177833557, -0.06750747561454773, 0.04286249354481697, -0.04750244319438934, -0.013453954830765724, 0.05248468369245529, -0.018835535272955894, 0.06579601764678955, 0.066518634557724, -0.014908692799508572, 0.0318140871822834, -0.050735194236040115, -0.02435973845422268, -0.01860734261572361, -0.004062333609908819, 0.033050138503313065, -0.02532956562936306, -0.031072454527020454, 0.04061858355998993, 0.010012024082243443, 0.0002528559125494212, -0.0145188607275486, -0.011913643218576908, 0.0580374114215374, 0.006750747561454773, -0.051001422107219696, 0.012284458614885807, -0.027478395029902458, 0.006508291233330965, -0.027934782207012177, 0.011219551786780357, 0.018426688387989998, 0.03169998899102211, 0.0003253551258239895, 0.09751502424478531, -0.03150982782244682, -0.0059663294814527035, -0.03721468523144722, -0.031034421175718307, 0.03769008815288544, -0.02491120807826519, -0.0066461581736803055, -0.014262142591178417, -0.02730724960565567, 0.018198493868112564, 0.02432170696556568, 0.018445704132318497, -0.03152884170413017, 0.012503145262598991, -0.0038650406058877707, -0.03552224114537239, 0.017998823896050453, 0.006988449953496456 ]
39,059
pulp.utilities
resource_clock
null
def resource_clock(): import resource return resource.getrusage(resource.RUSAGE_CHILDREN).ru_utime
()
[ 0.059213608503341675, -0.020172422751784325, 0.029864104464650154, 0.07204436510801315, 0.05681212991476059, -0.007907726801931858, -0.018251240253448486, 0.025061147287487984, -0.06748155504465103, -0.03250573202967644, 0.04133974388241768, 2.9314927019186143e-7, 0.02029249630868435, 0.022745436057448387, 0.031991127878427505, 0.03439261019229889, -0.004948761779814959, -0.06044865399599075, -0.039693016558885574, -0.06031142547726631, 0.045250725001096725, 0.0067412941716611385, 0.001551312510855496, -0.029932718724012375, 0.008718226104974747, 0.06185523420572281, -0.015772569924592972, -0.020789945498108864, -0.01630432717502117, -0.0013251017080619931, -0.019349059090018272, 0.0474463626742363, -0.031922515481710434, -0.042368948459625244, -0.006098040845245123, 0.032059744000434875, 0.006068022456020117, -0.016227135434746742, -0.0776020735502243, -0.014580407179892063, 0.06504577398300171, -0.019880814477801323, -0.0036965622566640377, -0.010669427923858166, 0.018182625994086266, -0.023208579048514366, 0.03859519585967064, -0.03193967044353485, 0.005536266602575779, -0.06895674765110016, 0.06477131694555283, 0.0028839188162237406, -0.06007127836346626, 0.04089375585317612, -0.02403194271028042, 0.004273345693945885, -0.000355129421222955, 0.0011214049300178885, -0.0003631700819823891, 0.039761628955602646, 0.009185656905174255, -0.02372318133711815, -0.037257228046655655, 0.00775763439014554, -0.002830314449965954, -0.0001984704431379214, -0.019349059090018272, -0.04703468084335327, 0.03605648875236511, -0.0021999261807650328, -0.0003082255134359002, 0.013714159838855267, 0.04782373830676079, 0.005797856021672487, 0.03945286571979523, -0.030979078263044357, -0.010806654579937458, -0.0038016268517822027, -0.010549353435635567, -0.019040297716856003, 0.010249168612062931, -0.0024100556038320065, -0.0018043253803625703, 0.01346543524414301, 0.04459889233112335, -0.016201406717300415, 0.005193198099732399, -0.020086655393242836, -0.08295394480228424, 0.01593552716076374, -0.01617567613720894, 0.04669161140918732, 0.0016585213597863913, 0.008293678984045982, 0.01783955655992031, 0.00019538818742148578, -0.06038004159927368, 0.00846950151026249, -0.019726432859897614, -0.04085944965481758, 0.07677870988845825, 0.020189575850963593, -0.0012371904449537396, 0.010274899192154408, 0.028423218056559563, 0.07348525524139404, 0.03677693381905556, 0.005347578786313534, 0.05080843344330788, -0.02646772749722004, -0.025867357850074768, -0.013353938236832619, -0.02029249630868435, -0.031596601009368896, 0.027788542211055756, 0.0054590762592852116, -0.04302077740430832, -0.0032634383533149958, -0.001500924350693822, 0.009528725408017635, -0.04507919028401375, 0.017822403460741043, 0.051974862813949585, -0.025575749576091766, -0.06761878728866577, 0.001808613771572709, -0.021373162046074867, 0.04559379070997238, -0.014417449943721294, 0.07327941060066223, -0.010798078030347824, 0.003254861570894718, 0.05581723153591156, 0.05667490139603615, 0.034118153154850006, -0.02440931834280491, 0.04055068641901016, 0.05032813549041748, -0.010283475741744041, 0.05420481041073799, -0.012110315263271332, 0.05176902189850807, 0.0216476172208786, 0.03428968787193298, 0.04782373830676079, -0.0027316822670400143, 0.016209982335567474, 0.04422151669859886, -0.04583394154906273, -0.02350018545985222, 0.050979964435100555, -0.053724512457847595, 0.07581812143325806, 0.021990684792399406, 0.01914321817457676, 0.03072177618741989, -0.030996231362223625, -0.006093752570450306, -0.055782925337553024, -0.09207956492900848, -0.08391453325748444, 0.017222033813595772, -0.047617897391319275, -0.054170504212379456, 0.018782995641231537, 0.025678670033812523, -0.05911068618297577, 0.0010147320572286844, 0.01478624902665615, -0.03293456882238388, 0.0014162292936816812, -0.06782462447881699, 0.01958920620381832, 0.008902625180780888, 0.027977230027318, -0.005819297861307859, -0.027016637846827507, -0.001808613771572709, 0.0490930899977684, 0.018354160711169243, 0.05300407111644745, -0.039693016558885574, -0.018542848527431488, -0.024220630526542664, -0.05766979977488518, -0.02645057439804077, 0.035198818892240524, -0.03262580558657646, 0.03715430945158005, -0.01716199703514576, 0.00741456588730216, 0.05159749090671539, -0.033294789493083954, 0.010403549298644066, 0.0004170425527263433, -0.014769094996154308, -0.009408650919795036, -0.008113567717373371, 0.04034484550356865, 0.0005095102242194116, -0.08604155480861664, 0.05118580907583237, -0.013902847655117512, -0.00006439233402488753, 0.006865656469017267, -0.05156318098306656, 0.0024100556038320065, 0.023157117888331413, -0.03777183219790459, 0.02989841252565384, 0.05362159386277199, -0.023139964789152145, -0.010772348381578922, 0.037943366914987564, -0.012341885827481747, 0.021476082503795624, -0.036193717271089554, 0.03550758212804794, -0.05965959653258324, -0.042883552610874176, 0.0029761185869574547, -0.0459025539457798, -0.013834233395755291, -0.049230318516492844, -0.025181220844388008, -0.05732673034071922, -0.0010254529770463705, 0.02713671140372753, 0.01943482644855976, -0.021853458136320114, 0.03104769065976143, -0.05070551112294197, 0.08144444227218628, 0.027188172563910484, -0.001083345734514296, -0.02202499285340309, -0.03127068653702736, 0.04837264493107796, 0.009623069316148758, -0.06302166730165482, -0.059522368013858795, 0.005600591655820608, 0.055096786469221115, -0.02326003834605217, 0.01491489913314581, -0.037017080932855606, 0.020326804369688034, 0.00613663624972105, -0.04398136958479881, -0.05087704584002495, 0.027565546333789825, 0.02188776433467865, -0.0340152345597744, -0.07581812143325806, -0.020944327116012573, 0.00808783806860447, -0.02326003834605217, 0.008285102434456348, 0.002210647100582719, 0.0437755286693573, 0.08864887803792953, -0.05070551112294197, -0.03660539910197258, -0.02248813398182392, 0.006514011416584253, 0.041751425713300705, 0.006085176020860672, 0.03790906071662903, -0.0859043300151825, 0.022745436057448387, 0.10792931914329529, -0.074994757771492, -0.038698118180036545, -0.03516451269388199, -0.032831646502017975, -0.06974580883979797, 0.00979460310190916, 0.04614270105957985, -0.006376784294843674, -0.012136044912040234, -0.012007394805550575, 0.026982329785823822, 0.002272828249260783, -0.013190980069339275, -0.05458218604326248, -0.0454222597181797, 0.030292941257357597, 0.06062018871307373, -0.06199246272444725, 0.05955667793750763, -0.015532422810792923, -0.016149945557117462, -0.020704178139567375, -0.02631334774196148, 0.016432976350188255, 0.014237339608371258, -0.03705138713121414, -0.058973461389541626, 0.03684554621577263, 0.04603978246450424, -0.047171905636787415, 0.021630464121699333, -0.06628081947565079, 0.03530174121260643, -0.03784044459462166, 0.05526832118630409, -0.026347653940320015, -0.047789428383111954, 0.02334580570459366, 0.023122811689972878, -0.06473700702190399, -0.004005323629826307, 0.06230122223496437, 0.033963773399591446, -0.005141737870872021, 0.06038004159927368, -0.005360444076359272, 0.0548909455537796, 0.013825656846165657, 0.01678462140262127, -0.01315667387098074, 0.055714309215545654, 0.04130543768405914, 0.001475194119848311, 0.04003608226776123, -0.03818351402878761, 0.0031819595023989677, 0.027702774852514267, 0.029298042878508568, -0.0028367468621581793, -0.06459978222846985, -0.04682883992791176, 0.004524214658886194, -0.041751425713300705, -0.028646212071180344, 0.09976429492235184, -0.00934003759175539, -0.0018622182542458177, 0.0121274683624506, -0.01090957596898079, 0.09454965591430664, 0.04875002056360245, -0.060517266392707825, -0.007114381063729525, -0.027891462668776512, -0.017908170819282532, 0.05513109266757965, -0.008182181976735592, 0.030155712738633156, -0.05773841217160225, -0.003838077886030078, -0.0008292606798931956, -0.034272532910108566, 0.032591499388217926, -0.054101888090372086, 0.003956007771193981, -0.032917413860559464, -0.010412126779556274, 0.015378041192889214, -0.035113051533699036, -0.07671009749174118, 0.06398225575685501, 0.059213608503341675, -0.0006421811995096505, 0.08370869606733322, -0.017873864620923996, 0.008409464731812477, 0.02226513996720314, 0.03370647132396698, -0.05269530788064003, -0.07300496101379395, 0.027479778975248337, 0.04470181465148926, 0.02204214595258236, 0.03945286571979523, -0.02022388204932213, -0.006260998547077179, 0.0072558969259262085, -0.06573190540075302, -0.03269441798329353, -0.01323386374861002, 0.05612599104642868, -0.04267771169543266, -0.012950832955539227, -0.014048651792109013, 0.03080754354596138, -0.08960946649312973, -0.02350018545985222, 0.002386469626799226, 0.003083327319473028, -0.03746306896209717, -0.0007499260827898979, -0.034426916390657425, 0.0061838082037866116, -0.014314529486000538, 0.03464990854263306, 0.034821443259716034, 0.002720961347222328, -0.02746262587606907, -0.004386987537145615, 0.04103098064661026, -0.015566729009151459, -0.01312236674129963, -0.014323106035590172, -0.01330247800797224, -0.0005531978094950318, 0.0490930899977684, -0.02286550961434841, -0.022968430072069168, 0.021321702748537064, -0.021098706871271133, -0.02096148021519184, -0.0324714258313179, -0.003971016965806484, -0.034444067627191544, -0.022762589156627655, -0.03866381198167801, -0.024049095809459686, 0.05046536400914192, 0.0007241959683597088, -0.020069502294063568, -0.01905745081603527, 0.006762736011296511, 0.024375010281801224, 0.010806654579937458, 0.009871793910861015, 0.03228273615241051, 0.020789945498108864, -0.0121274683624506, 0.06031142547726631, 0.014477486722171307, 0.038011979311704636, 0.02830314449965954, 0.004236895125359297, 0.009151349775493145, -0.02248813398182392, 0.05537124350667, -0.019623512402176857, -0.04082513973116875, 0.006634085439145565, 0.04631423577666283, 0.032677266746759415, 0.04504488408565521, 0.002744547324255109, -0.03219696879386902, 0.005034529138356447, -0.052969761192798615, 0.018182625994086266, -0.00888547208160162, 0.00585360499098897, -0.005231793504208326, 0.0008276525186374784, 0.016595933586359024, -0.028080150485038757, -0.03326048329472542, -0.05907637998461723, -0.020189575850963593, -0.004447024315595627, -0.008250795304775238, -0.019880814477801323, -0.024958226829767227, 0.036193717271089554, 0.04847556725144386, -0.03499297797679901, -0.024117710068821907, -0.04034484550356865, 0.00682277325540781, 0.01337966788560152, -0.018628614023327827, 0.0437755286693573, 0.02279689535498619, 0.040310539305210114, -0.032951720058918, 0.0007247320027090609, -0.021544696763157845, -0.02888636104762554, -0.05355297774076462, 0.06236983835697174, -0.021012939512729645, -0.016209982335567474, 0.028937820345163345, 0.039384253323078156, 0.0416485071182251, 0.013817080296576023, 0.010437856428325176, 0.0007107948767952621, -0.01525796763598919, 0.002663068473339081, -0.0005601663724519312, -0.07163268327713013, -0.08974669873714447, -0.02089286595582962, -0.025181220844388008, -0.014074381440877914, -0.045628100633621216, -0.025215528905391693, 0.01193020399659872, -0.009777450002729893, -0.015197930857539177, 0.030824696645140648, -0.016818929463624954, 0.010283475741744041, 0.10696873068809509, 0.00317338271997869, -0.012007394805550575, 0.04003608226776123, -0.004987357184290886, -0.046245623379945755, 0.05437634512782097, 0.01551526878029108, -0.0034542700741440058, -0.0152922747656703, 0.016818929463624954, -0.0030768949072808027, -0.001822550897486508, -0.009854639880359173, 0.018096858635544777, 0.003956007771193981, -0.011449907906353474, -0.05094565823674202, -0.03250573202967644, 0.05955667793750763, 0.08418899029493332, -0.007693309336900711, -0.00647970475256443, 0.00149127549957484, -0.05152887478470802, -0.01669027842581272, 0.007521775085479021, -0.004854417871683836, 0.027634160593152046, -0.07039763778448105, -0.022316601127386093, -0.03605648875236511, 0.012573457323014736, -0.01482913177460432, -0.026656415313482285, -0.08384592086076736, -0.07341664284467697, -0.02844037115573883, 0.017522219568490982, -0.09057006239891052, 0.07835682481527328, 0.022625362500548363, 0.010326359421014786, 0.018405620008707047, -0.01109826285392046, -0.021390315145254135, 0.04432443901896477, -0.014614714309573174, 0.004086802247911692, -0.026141813024878502, -0.02341441996395588, -0.0059822555631399155, 0.008842588402330875, 0.03181959688663483, 0.07451445609331131, -0.013448282144963741, -0.0011106840102002025, 0.0074617378413677216, 0.0157039575278759, 0.020772792398929596, 0.06408517807722092, -0.02538706175982952, -0.003111201571300626, -0.055336933583021164, -0.008122144266963005, 0.025730131193995476, -0.0028689096216112375, 0.01960635930299759, -0.014674751088023186, 0.03650248050689697, 0.09523579478263855, -0.03308894857764244, -0.023054197430610657, 0.0038402220234274864, 0.008452348411083221, 0.0944124236702919, 0.06192385032773018, -0.026810796931385994, -0.010292052291333675, 0.002716673072427511, -0.029795492067933083, -0.03729153797030449, 0.0337236262857914, 0.01936621218919754, 0.020927174016833305, 0.009803179651498795, 0.02921227551996708, 0.01861146092414856, -0.02029249630868435, -0.04453027993440628, -0.005772125907242298, 0.015335158444941044, -0.008400888182222843, 0.014160148799419403, -0.026261886581778526, -0.020566951483488083, -0.02866336517035961, 0.08604155480861664, 0.001833271817304194, -0.005566284991800785, 0.031304992735385895, 0.009091312997043133, 0.020018041133880615, 0.013662699609994888, -0.054033275693655014, -0.00961449183523655, 0.0021634751465171576, 0.04881863668560982, 0.019795047119259834, -0.02128739468753338, -0.008902625180780888, 0.03212835639715195, 0.11719217151403427, 0.008954085409641266, -0.07094654440879822, -0.0353703536093235, 0.027891462668776512, 0.031682368367910385, -0.05238654837012291, 0.07677870988845825, -0.0012211091816425323, -0.03681124001741409, 0.01509501039981842, 0.02974403090775013, -0.03622802346944809, 0.023448726162314415, -0.024683771654963493, -0.06411948800086975, -0.020927174016833305, -0.03293456882238388, 0.03286595270037651, -0.020944327116012573, -0.004311941098421812, -0.00764613738283515, -0.025026841089129448, 0.048921555280685425, -0.026810796931385994, 0.03883534297347069, 0.005875046364963055, 0.018628614023327827, 0.0016381517052650452, -0.022145066410303116, -0.044873349368572235, -0.0065311649814248085, -0.01337966788560152, 0.00506883580237627, 0.019949428737163544, 0.03567911311984062, -0.03790906071662903, -0.003580776508897543, 0.037943366914987564, 0.011690055951476097, -0.03312325477600098, -0.038252126425504684, -0.05876762047410011, -0.013525472022593021, -0.019108910113573074, -0.03279734030365944, -0.011690055951476097, -0.005712089128792286, -0.00554913142696023, 0.026330500841140747, -0.019246138632297516, -0.08062107861042023, 0.00023987986787687987, 0.04971061274409294, 0.002716673072427511, 0.04202587902545929, 0.028954973444342613, 0.00819933507591486, 0.04806388542056084, -0.027514087036252022, -0.029246581718325615, 0.029555343091487885, -0.002785286633297801, 0.016810351982712746, 0.0003237708006054163, 0.061203405261039734, 0.027977230027318, -0.010257745161652565, -0.03660539910197258, -0.016981886699795723, -0.007170130033046007, 0.002195637905970216, 0.032745879143476486, -0.021373162046074867, -0.009288577362895012, -0.009271424263715744, -0.01868007518351078, -0.008988392539322376, 0.015223660506308079, 0.03487290441989899, -0.058458857238292694, -0.012084584683179855, 0.023139964789152145, 0.06768739968538284, 0.08830580860376358, -0.02554144337773323, 0.004279778338968754, 0.002967541804537177, 0.03302033618092537, -0.05526832118630409, -0.04017331078648567, 0.02912650816142559, -0.00823364220559597, -0.00961449183523655, 0.020858559757471085, 0.002412199741229415, 0.047858044505119324, 0.010540776886045933, 0.005767837632447481, 0.031905364245176315, 0.01090957596898079, -0.07101516425609589, 0.00495733879506588, 0.019417671486735344, 0.012033124454319477, 0.0091084660962224, -0.008418041281402111, 0.06370780616998672, 0.02615896612405777, -0.03254003822803497, -0.07231882214546204, 0.0628158301115036, 0.01768517680466175, -0.0016939003253355622, 0.037634603679180145, 0.03219696879386902, -0.041133902966976166, -0.01625286601483822, 0.021853458136320114, -0.025061147287487984, 0.003998890984803438, 0.03715430945158005, 0.014314529486000538, -0.02286550961434841, 0.056846436113119125, 0.007543216925114393, 0.00888547208160162, 0.06556037068367004, -0.03356924280524254, 0.046485770493745804, 0.029486730694770813, -0.045936860144138336, -0.03814920783042908, 0.016475860029459, 0.05911068618297577, -0.00589219992980361, 0.007144399918615818, -0.05955667793750763, -0.053655900061130524, -0.001007763436064124, 0.04332954064011574, -0.015266544185578823, -0.0030897599644958973, -0.025129761546850204, 0.014477486722171307, 0.05293545499444008, 0.0416485071182251, -0.06236983835697174, 0.007457449566572905, -0.05001937597990036, 0.003645101794973016, -0.013405398465692997, -0.057601187378168106, -0.010635120794177055 ]
39,061
pulp.apis
setConfigInformation
set the data in the configuration file at the moment will only edit things in [locations] the keyword value pairs come from the keywords dictionary
def setConfigInformation(**keywords): """ set the data in the configuration file at the moment will only edit things in [locations] the keyword value pairs come from the keywords dictionary """ # TODO: extend if we ever add another section in the config file # read the old configuration config = Parser() config.read(config_filename) # set the new keys for key, val in keywords.items(): config.set("locations", key, val) # write the new configuration fp = open(config_filename, "w") config.write(fp) fp.close()
(**keywords)
[ 0.011485667899250984, -0.034949373453855515, -0.006159111391752958, -0.04723178967833519, -0.03186982125043869, 0.01854895055294037, -0.052710533142089844, -0.0016113953897729516, 0.011960134841501713, 0.013947522267699242, -0.08715858310461044, -0.05908449739217758, -0.010062268935143948, 0.03512841835618019, -0.012801640667021275, -0.03996260464191437, -0.024242548272013664, 0.039747752249240875, -0.052853766828775406, -0.07272764295339584, 0.002390236360952258, -0.07143852859735489, 0.04150238260626793, -0.023615894839167595, 0.035880401730537415, -0.006239681039005518, 0.025853943079710007, 0.008043548092246056, 0.037491798400878906, -0.014090756885707378, -0.04250502958893776, -0.05969324707984924, 0.009578850120306015, 0.018710089847445488, 0.0465514212846756, -0.061698537319898605, 0.018495237454771996, 0.0488789938390255, -0.016865938901901245, 0.0623789057135582, -0.03767084330320358, 0.0004148783627897501, 0.016230331733822823, -0.012846401892602444, 0.027751808986067772, 0.09954842180013657, -0.03767084330320358, 0.03745599091053009, 0.00641872501000762, -0.007036426570266485, -0.0011615474941208959, -0.0020612431690096855, -0.014797980897128582, 0.006024828180670738, 0.023150380700826645, -0.02845008112490177, 0.04411642253398895, 0.05793861672282219, 0.004447003360837698, -0.011834803968667984, 0.023705415427684784, -0.0004929302958771586, -0.0014860646333545446, -0.05482324957847595, -0.007980883121490479, -0.016445184126496315, -0.033857207745313644, 0.008553823456168175, 0.026695450767874718, 0.011351385153830051, 0.01720612123608589, -0.07326477766036987, 0.0034331672359257936, -0.057365674525499344, 0.03824378177523613, 0.015917005017399788, -0.1289832442998886, 0.04211113229393959, 0.026659641414880753, 0.0027348960284143686, -0.06194920092821121, -0.018674282357096672, 0.04032069444656372, -0.018710089847445488, 0.014493606053292751, 0.0553961917757988, 0.020375199615955353, 0.02970338799059391, 0.11609208583831787, -0.04132333770394325, 0.035880401730537415, 0.05303281173110008, 0.000054797234042780474, -0.011118628084659576, 0.015908053144812584, 0.011655759997665882, -0.012613644823431969, -0.020500529557466507, 0.005214654374867678, 0.011655759997665882, -0.009099907241761684, -0.06187758222222328, 0.05066943168640137, -0.07562815397977829, -0.029291586950421333, -0.09926195442676544, 0.01666899025440216, 0.03430481627583504, 0.022756483405828476, 0.0188533253967762, -0.023472659289836884, -0.06925418972969055, -0.03138640150427818, 0.005796547047793865, 0.014287705533206463, 0.02622993476688862, 0.026426883414387703, -0.0279308520257473, 0.023848650977015495, -0.018235623836517334, -0.04612171649932861, -0.0032071243040263653, -0.00926552340388298, 0.07383771985769272, 0.03251437842845917, -0.0045589059591293335, -0.03480613976716995, 0.05715082213282585, 0.015845388174057007, -0.07992520928382874, 0.031834010034799576, -0.02343684993684292, 0.03580878674983978, -0.03756341710686684, 0.07562815397977829, -0.05754471942782402, -0.043471865355968475, -0.007161756977438927, -0.015182925388216972, 0.009355044923722744, 0.025191480293869972, -0.019354648888111115, -0.023562181740999222, -0.02488710545003414, -0.04443870484828949, -0.03158335015177727, -0.049201272428035736, -0.05811765789985657, -0.037205327302217484, -0.02381284348666668, 0.019676927477121353, 0.028020374476909637, -0.06925418972969055, -0.01939045824110508, -0.026623832061886787, -0.02171802893280983, -0.006065113004297018, 0.015353016555309296, 0.002050053095445037, 0.014260848984122276, 0.028826072812080383, -0.019641118124127388, 0.049989063292741776, 0.057902805507183075, -0.05661369115114212, 0.0134999118745327, 0.02078700065612793, -0.033552832901477814, 0.027429530397057533, -0.03366025909781456, 0.01112757995724678, -0.006441105157136917, -0.03228162229061127, 0.02388446033000946, 0.0674995630979538, -0.027411624789237976, 0.012980684638023376, -0.053569942712783813, 0.029112542048096657, 0.020894426852464676, -0.026015082374215126, 0.010044364258646965, -0.02630155347287655, 0.04357929155230522, 0.05596913397312164, -0.006642529740929604, -0.010250264778733253, 0.028790263459086418, 0.027626479044556618, 0.012542027048766613, 0.05826089531183243, -0.0558617040514946, -0.023239901289343834, 0.0010507641127333045, 0.03527165576815605, 0.003495832672342658, 0.027572765946388245, -0.0009355045040138066, 0.014789028093218803, 0.1266198605298996, 0.007895837537944317, -0.0465514212846756, 0.0026520881801843643, 0.015254543162882328, 0.09210019558668137, 0.028503794223070145, 0.0635605975985527, -0.05421450361609459, -0.059764862060546875, 0.024994531646370888, 0.02418883517384529, -0.027053536847233772, 0.0502755343914032, -0.01853104680776596, 0.06087493523955345, -0.021968690678477287, -0.011897468939423561, 0.037205327302217484, -0.04744664207100868, 0.021145088598132133, 0.060158759355545044, 0.03777826949954033, 0.0770605057477951, -0.004570096265524626, 0.004429099150002003, 0.003173553617671132, 0.003780064871534705, -0.04798377305269241, -0.008236020803451538, 0.03505679965019226, 0.04522649571299553, 0.033552832901477814, -0.03709790110588074, 0.030544893816113472, 0.08107109367847443, -0.07827800512313843, -0.019032370299100876, -0.019587405025959015, 0.014601032249629498, 0.023329423740506172, -0.028664933517575264, 0.028432175517082214, -0.005411602556705475, 0.0011072747875005007, -0.0563272200524807, -0.030741842463612556, 0.007076711393892765, 0.006673862691968679, 0.02845008112490177, 0.00038606347516179085, 0.06510037183761597, 0.01575586572289467, -0.028253132477402687, 0.07935226708650589, 0.024475304409861565, 0.02807408757507801, 0.014225040562450886, 0.027322104200720787, 0.018566856160759926, -0.05614817515015602, -0.003954632673412561, 0.007461655884981155, 0.018495237454771996, -0.0029027496930211782, 0.029488535597920418, 0.02560328133404255, 0.0705433115363121, -0.034465957432985306, -0.07648756355047226, -0.02211192436516285, 0.07569977641105652, 0.09167049080133438, -0.015021786093711853, 0.0004299852007534355, -0.029291586950421333, 0.006566436029970646, 0.06699823588132858, -0.03824378177523613, 0.007206518203020096, -0.004106820095330477, 0.057580526918172836, -0.0003978132444899529, 0.003887491300702095, 0.03838701918721199, 0.04024907574057579, -0.031046217307448387, -0.026892397552728653, 0.0891638770699501, 0.01726878620684147, 0.009901129640638828, -0.022290969267487526, -0.0012779260287061334, -0.01035769097507, 0.02798456698656082, 0.020894426852464676, 0.0016058002365753055, -0.07011359930038452, 0.029434822499752045, 0.015890149399638176, -0.0456203930079937, -0.0017770109698176384, -0.027662286534905434, -0.03267551586031914, 0.0232757106423378, 0.009999603033065796, -0.016033383086323738, 0.04941612482070923, -0.03204886242747307, 0.011109676212072372, -0.01117234118282795, 0.008200212381780148, -0.0021843358408659697, -0.02241629920899868, 0.023615894839167595, -0.03342750295996666, -0.021592697128653526, -0.032621804624795914, 0.011933278292417526, 0.00492818420752883, 0.014753219671547413, 0.020751191303133965, -0.03699047490954399, -0.014019140042364597, -0.07978197187185287, 0.04501164332032204, -0.019068177789449692, 0.03799312189221382, -0.00214405101723969, -0.0034107868559658527, -0.006857382599264383, -0.07670241594314575, -0.004494002554565668, 0.03691885992884636, 0.011029105633497238, -0.00029542247648350894, -0.05195854976773262, -0.06825154274702072, -0.013902761042118073, 0.019641118124127388, -0.029506439343094826, 0.014627888798713684, -0.0006619030027650297, -0.04873575642704964, -0.030419563874602318, 0.03978355973958969, 0.010286074131727219, 0.0065932925790548325, -0.05217340216040611, 0.013589434325695038, 0.027035633102059364, 0.006517198868095875, 0.03145802021026611, 0.022273065522313118, 0.013956474140286446, 0.045333921909332275, -0.04164561629295349, -0.0009640396456234157, -0.0498100221157074, -0.01636461541056633, -0.046408187597990036, 0.03332007676362991, -0.003386168275028467, 0.02939901314675808, 0.0018553427653387189, -0.014789028093218803, 0.037420179694890976, -0.03274713456630707, 0.03903157636523247, -0.0006568673998117447, -0.05016810819506645, 0.02798456698656082, -0.02488710545003414, 0.057294055819511414, -0.0073766098357737064, 0.037814076989889145, 0.0020892189349979162, -0.008191259577870369, 0.020446816459298134, -0.0798535943031311, -0.00020646002667490393, -0.025853943079710007, 0.01962321437895298, 0.043543484061956406, -0.03332007676362991, 0.03774246200919151, -0.01631985418498516, 0.0017042744439095259, 0.01011598203331232, 0.020590052008628845, 0.05840412899851799, 0.010912727564573288, 0.04150238260626793, -0.04057135432958603, 0.01554996520280838, -0.02597927488386631, -0.002730419859290123, 0.005237034987658262, -0.007398990448564291, -0.02001711167395115, 0.01167366374284029, -0.028593314811587334, -0.09482166171073914, -0.03344540670514107, 0.033767685294151306, 0.034949373453855515, -0.019533691927790642, 0.009784750640392303, 0.025782326236367226, 0.0076093669049441814, -0.043865762650966644, 0.01244355272501707, -0.00862544123083353, 0.027035633102059364, 0.04647980257868767, 0.015496252104640007, 0.03684724122285843, -0.0016281807329505682, -0.05672111734747887, -0.014421988278627396, 0.019372552633285522, -0.0025536140892654657, -0.026462692767381668, 0.00973103754222393, 0.045871052891016006, 0.025656994432210922, 0.013070207089185715, -0.03659657761454582, -0.018128197640180588, -0.04787634685635567, -0.00420081801712513, -0.03400044143199921, -0.007680984679609537, -0.028736550360918045, 0.03799312189221382, 0.01117234118282795, -0.005881593097001314, 0.044940024614334106, -0.04186047241091728, 0.02723258174955845, -0.02730419859290123, 0.017286691814661026, -0.05614817515015602, -0.010599400848150253, 0.018584759905934334, -0.06549426913261414, -0.04415223374962807, -0.019838066771626472, 0.0027237057220190763, 0.0446893647313118, 0.013186585158109665, -0.05049038678407669, 0.019444171339273453, -0.02630155347287655, -0.04118010401725769, 0.043077968060970306, -0.01027712132781744, 0.022290969267487526, -0.018745899200439453, -0.0019471027189865708, -0.013517816551029682, 0.04275568947196007, -0.05070523917675018, -0.004455955699086189, 0.022058211266994476, 0.013025445863604546, -0.014609985053539276, -0.04275568947196007, 0.02558537758886814, -0.00038102787220850587, 0.01636461541056633, -0.03217419236898422, -0.017680587247014046, -0.04010583832859993, 0.03598782792687416, -0.05879802629351616, 0.017680587247014046, -0.0005536373937502503, 0.03033004142343998, -0.031064121052622795, -0.02109137549996376, -0.020303580909967422, 0.0038315400015562773, -0.004972944967448711, 0.02938110940158367, 0.05690016224980354, -0.03489566221833229, 0.034089963883161545, -0.07279925793409348, -0.017197169363498688, 0.011467763222754002, 0.0129180196672678, -0.05056200549006462, 0.05117075517773628, -0.08336285501718521, 0.014010187238454819, 0.021234609186649323, 0.015917005017399788, 0.08902063965797424, 0.0004123605613131076, -0.017071839421987534, -0.007797363214194775, -0.02884397655725479, 0.01636461541056633, -0.028593314811587334, 0.020661668851971626, -0.012040704488754272, -0.014690554700791836, 0.04408061504364014, -0.006651482079178095, 0.042003706097602844, -0.02017825096845627, -0.03960451856255531, 0.0493445061147213, 0.013840096071362495, 0.018128197640180588, -0.029255777597427368, -0.08737343549728394, 0.04622914269566536, -0.026247840374708176, 0.02255953475832939, 0.0074303229339420795, -0.019730640575289726, 0.04429546743631363, -0.042684074491262436, 0.009399806149303913, -0.02071538195014, 0.02691030316054821, -0.033230554312467575, -0.031601253896951675, 0.0316549651324749, -0.015182925388216972, -0.024725966155529022, -0.030544893816113472, 0.023705415427684784, 0.06492132693529129, 0.03598782792687416, 0.0682157352566719, -0.019103987142443657, 0.030043572187423706, 0.02714305929839611, 0.010715778917074203, 0.017752205953001976, 0.022774387151002884, -0.039998412132263184, 0.010903775691986084, 0.005765214562416077, -0.0332842655479908, -0.041144296526908875, 0.01659737154841423, -0.03759922459721565, 0.012676309794187546, -0.018334098160266876, 0.00449847849085927, -0.005357889458537102, 0.0062844417989254, -0.07942388951778412, 0.01811029389500618, -0.03543279320001602, 0.02349056303501129, 0.04243341088294983, 0.01117234118282795, 0.002537947613745928, -0.000752544030547142, 0.0591203048825264, 0.024869201704859734, -0.023365233093500137, -0.0484134778380394, -0.006150159053504467, -0.07476874440908432, 0.005156465340405703, 0.06513617932796478, 0.0028982735238969326, 0.0065888166427612305, -0.018907038494944572, -0.0409652516245842, 0.01244355272501707, 0.08164402842521667, 0.022290969267487526, 0.0342152938246727, -0.04902222752571106, -0.03845863416790962, 0.05972905457019806, -0.025710707530379295, 0.01155728567391634, 0.03204886242747307, 0.002699087141081691, 0.042827308177948, 0.05747310072183609, 0.03666819632053375, -0.0025737565010786057, -0.015487300232052803, 0.0012678548227995634, 0.0076048909686505795, -0.06925418972969055, -0.03410786762833595, -0.012694214470684528, 0.04730340465903282, -0.062020815908908844, 0.033713970333337784, 0.0097757987678051, -0.09861739724874496, -0.07870770990848541, -0.0242067389190197, 0.008070405572652817, -0.039676133543252945, -0.004346291534602642, 0.0010921679204329848, -0.00013365349150262773, -0.01939045824110508, -0.03221000358462334, 0.03931804746389389, -0.002746086334809661, 0.03684724122285843, 0.02204030752182007, -0.038279592990875244, 0.05059781298041344, 0.055109720677137375, 0.006423200946301222, 0.014789028093218803, -0.04683789238333702, -0.033785589039325714, -0.028736550360918045, -0.030150998383760452, -0.008352398872375488, -0.0882328450679779, -0.01883542165160179, -0.0332842655479908, -0.010483021847903728, -0.006830526050180197, -0.024493210017681122, 0.0052549391984939575, -0.017170311883091927, 0.038351207971572876, 0.005425030831247568, -0.02511986345052719, -0.00523255905136466, 0.0157111044973135, -0.025782326236367226, 0.0007973050232976675, -0.0005953210638836026, 0.07197565585374832, 0.022362586110830307, 0.035576026886701584, -0.01878170855343342, -0.019981302320957184, 0.03240695223212242, 0.033928822726011276, -0.025495855137705803, 0.03949709236621857, -0.024314165115356445, 0.014583127573132515, 0.03453757241368294, 0.010286074131727219, 0.03856606408953667, 0.024797584861516953, -0.02481548860669136, -0.01976644992828369, 0.012962780892848969, 0.02171802893280983, -0.045477159321308136, -0.02055424265563488, 0.017259834334254265, -0.018674282357096672, -0.04203951358795166, 0.03924642875790596, -0.016140811145305634, -0.02730419859290123, 0.008553823456168175, 0.009802655316889286, 0.03516422584652901, 0.07655918598175049, -0.05310443043708801, 0.0311894528567791, 0.023007145151495934, 0.04024907574057579, -0.09560945630073547, -0.01922931708395481, -0.04157400131225586, 0.03312312811613083, 0.0138490479439497, -0.02186126448214054, 0.02349056303501129, 0.05127818137407303, -0.021592697128653526, -0.02698192000389099, 0.09560945630073547, 0.018217720091342926, -0.01622137986123562, -0.01876380294561386, 0.0712236762046814, -0.007304992526769638, 0.008052500896155834, -0.029255777597427368, 0.029667578637599945, -0.03324845805764198, -0.033552832901477814, 0.03824378177523613, -0.05536038428544998, 0.024475304409861565, -0.015156068839132786, -0.003240695223212242, 0.051922738552093506, -0.029345300048589706, -0.011190245859324932, -0.013947522267699242, -0.06685500591993332, -0.02544214203953743, -0.0072915637865662575, -0.051313988864421844, -0.010832157917320728, 0.03543279320001602, 0.011342433281242847, 0.03605944663286209, -0.05783119052648544, 0.053713180124759674, 0.034089963883161545, -0.010259217582643032, -0.019873876124620438, 0.021198801696300507, -0.010268169455230236, 0.0040866779163479805, 0.04182466119527817, -0.02984662353992462, -0.06595978140830994, 0.0029855575412511826, -0.03221000358462334, -0.0204826258122921, -0.0325859934091568, 0.02558537758886814, -0.001873247092589736, -0.046587228775024414, 0.006074065342545509, -0.052710533142089844, 0.05335509032011032, -0.04132333770394325, 0.004046392627060413, -0.03845863416790962, -0.019408361986279488, 0.01994549296796322, 0.043006353080272675, 0.019050274044275284, 0.06957647204399109, -0.01876380294561386, 0.024242548272013664, -0.045656200498342514, -0.04053554683923721, 0.018745899200439453, 0.018056580796837807, -0.03086717426776886, 0.06746375560760498, -0.005290748085826635, 0.055646851658821106, -0.03314103186130524, -0.013276107609272003, -0.012891163118183613, -0.048198625445365906, 0.03496728092432022, 0.006096445955336094, 0.045656200498342514, 0.04085782542824745, -0.004297054372727871, -0.05152884125709534, 0.015702152624726295, 0.03031213767826557, 0.035092610865831375, 0.022076116874814034, -0.025656994432210922, 0.006463485769927502 ]
39,064
pulp.utilities
splitDict
Split a dictionary with lists as the data, into smaller dictionaries :param data: A dictionary with lists as the values :return: A tuple of dictionaries each containing the data separately, with the same dictionary keys
def splitDict(data): """ Split a dictionary with lists as the data, into smaller dictionaries :param data: A dictionary with lists as the values :return: A tuple of dictionaries each containing the data separately, with the same dictionary keys """ # find the maximum number of items in the dictionary maxitems = max([len(values) for values in data.values()]) output = [dict() for _ in range(maxitems)] for key, values in data.items(): for i, val in enumerate(values): output[i][key] = val return tuple(output)
(data)
[ -0.0011435167398303747, 0.0019239935791119933, -0.08703498542308807, -0.061567794531583786, 0.02175874635577202, 0.03224078565835953, 0.012591692619025707, -0.017246171832084656, 0.0057802582159638405, 0.009441403672099113, -0.014928392134606838, 0.03239215165376663, -0.024407638236880302, -0.0022160811349749565, 0.04200384020805359, -0.06830354779958725, 0.015268963761627674, 0.01370801031589508, -0.03263812139630318, 0.0012806914746761322, 0.04438784345984459, -0.005666734650731087, -0.004067939706146717, 0.026791639626026154, -0.029572974890470505, 0.024085987359285355, -0.021399253979325294, 0.015732519328594208, 0.057897187769412994, 0.06936310231685638, -0.018362490460276604, -0.0014722630148753524, 0.03803050518035889, 0.014001281000673771, -0.005378194618970156, -0.0058701313100755215, 0.017019124701619148, -0.010198229923844337, -0.04809629172086716, 0.03504104167222977, -0.036838505417108536, -0.0863538458943367, -0.023461604490876198, 0.029043197631835938, 0.009299498982727528, -0.01863683946430683, -0.03517348691821098, -0.010018483735620975, -0.01868414133787155, -0.018324648961424828, -0.012307882308959961, -0.06913605332374573, -0.010586103424429893, 0.06622227281332016, 0.0034813995007425547, 0.008613625541329384, 0.005084924399852753, -0.014322931878268719, -0.0011387865524739027, -0.004311542958021164, -0.012014612555503845, 0.012724136933684349, -0.039165742695331573, -0.037046629935503006, -0.01360394712537527, -0.021191127598285675, -0.014067502692341805, -0.053204864263534546, -0.05199394375085831, -0.03239215165376663, -0.02442655898630619, 0.035343773663043976, -0.07553122937679291, 0.024464400485157967, 0.0023603509180247784, 0.06398963928222656, 0.037633173167705536, 0.00850010197609663, 0.043820224702358246, 0.018154362216591835, 0.004380130209028721, -0.04669616371393204, -0.02183442935347557, 0.05135064199566841, 0.0026370654813945293, 0.04435000196099281, 0.05517261475324631, 0.07223904132843018, 0.04480409622192383, 0.025883449241518974, -0.038635965436697006, 0.00376520911231637, 0.007847338914871216, 0.02713221125304699, -0.03267596289515495, -0.038560282438993454, -0.05297781899571419, 0.0008425601408816874, -0.06084880977869034, 0.0062627349980175495, -0.011655120179057121, 0.01475810632109642, -0.06671421229839325, -0.019072014838457108, 0.02342376485466957, -0.06713046133518219, 0.016659632325172424, -0.021891191601753235, -0.044917620718479156, -0.04117133468389511, -0.07049833983182907, -0.013925598002970219, -0.03042440488934517, 0.06856843084096909, -0.034038249403238297, 0.0558159165084362, -0.020774872973561287, -0.0009158776956610382, -0.02783227525651455, -0.030783897265791893, -0.04559876397252083, 0.04147406294941902, -0.037046629935503006, 0.01921391859650612, -0.0008928181487135589, 0.019904522225260735, 0.090970478951931, -0.019809920340776443, -0.05714036151766777, 0.06183268129825592, 0.04026314243674278, 0.03850352019071579, -0.038352157920598984, -0.011967310681939125, 0.03513564541935921, -0.008831213228404522, 0.0016626520082354546, 0.0691738948225975, 0.029156720265746117, -0.024804972112178802, -0.022666938602924347, -0.004976130556315184, -0.015789281576871872, 0.05434010550379753, -0.0028546529356390238, -0.022799381986260414, 0.007516228128224611, 0.033262502402067184, 0.02094515971839428, 0.004704146645963192, 0.004422701895236969, 0.05967572703957558, -0.01641366258263588, -0.02493741549551487, 0.0006456671399064362, -0.04351749271154404, -0.018296267837285995, -0.055286139249801636, 0.022912906482815742, -0.027151132002472878, 0.020793793722987175, 0.011371309868991375, 0.038238633424043655, -0.058199916034936905, -0.00445344764739275, 0.031748849898576736, 0.05604296177625656, -0.04768003523349762, 0.050215404480695724, -0.040225300937891006, 0.036743901669979095, 0.05214530974626541, -0.0026228749193251133, -0.016432583332061768, 0.012478168122470379, -0.010103627108037472, 0.002140398370102048, -0.02215608023107052, 0.02325347810983658, -0.0005348039558157325, -0.00040797650581225753, -0.05994061753153801, 0.013462042436003685, 0.011446992866694927, 0.019251760095357895, -0.013149851001799107, 0.053696803748607635, 0.05097223073244095, 0.03767101466655731, -0.014171566814184189, -0.04366885870695114, -0.0478692427277565, -0.04957210272550583, -0.04537171870470047, -0.02283722348511219, 0.01933690346777439, -0.017634045332670212, -0.011068579740822315, 0.013480962254106998, 0.029667578637599945, -0.06985503435134888, -0.048701751977205276, -0.0020339698530733585, -0.04431216046214104, 0.02881614863872528, -0.012213279493153095, -0.004895717836916447, -0.027302496135234833, 0.016801536083221436, 0.008514292538166046, 0.040225300937891006, -0.04646911472082138, 0.002240914385765791, 0.04416079446673393, 0.017690807580947876, -0.03519240766763687, 0.038238633424043655, 0.009488705545663834, 0.0020055887289345264, -0.08249402791261673, 0.021399253979325294, -0.057707980275154114, -0.007336481940001249, 0.051123593002557755, 0.009062991477549076, -0.038238633424043655, 0.03411393240094185, -0.017993537709116936, -0.008216291666030884, -0.0029800022020936012, 0.009687372483313084, -0.0345112644135952, -0.018182743340730667, -0.03121907077729702, 0.035551901906728745, -0.02013157121837139, 0.03142719715833664, -0.11231297254562378, 0.019772078841924667, -0.018740903586149216, 0.004347019363194704, 0.01470134500414133, 0.0060546076856553555, 0.008329816162586212, -0.06383827328681946, -0.01868414133787155, -0.012932264246046543, -0.011901088058948517, -0.008514292538166046, -0.016631251201033592, -0.04665832221508026, 0.030064912512898445, -0.006754671689122915, 0.02442655898630619, 0.032165102660655975, 0.02064242772758007, -0.019270680844783783, -0.0083487369120121, -0.018078681081533432, -0.032959770411252975, 0.06429236382246017, 0.018059760332107544, -0.056118644773960114, 0.0294216088950634, 0.04067939519882202, -0.011418611742556095, 0.022610176354646683, -0.013689089566469193, -0.03360307216644287, 0.019620712846517563, 0.13668276369571686, -0.004626098554581404, 0.03759533166885376, -0.04658263921737671, -0.015723058953881264, 0.02563747949898243, 0.05944868177175522, -0.025978051126003265, 0.023953542113304138, 0.015098677948117256, 0.03190021589398384, -0.0056005120277404785, -0.07344996184110641, -0.049307212233543396, -0.0063384175300598145, 0.052599404007196426, -0.040755078196525574, -0.012563311494886875, 0.06372474879026413, -0.018598997965455055, -0.021701984107494354, 0.024767130613327026, -0.05373464524745941, 0.026394305750727654, -0.043025556951761246, 0.06641148030757904, 0.011882168240845203, -0.0018494934774935246, 0.034643709659576416, -0.008490641601383686, 0.0391279011964798, -0.004961940459907055, 0.04499330371618271, 0.042420096695423126, 0.012393025681376457, 0.01072800811380148, 0.007965593598783016, 0.017501600086688995, -0.058578331023454666, -0.02603481337428093, -0.028362052515149117, 0.05135064199566841, 0.023612970486283302, 0.01485271006822586, -0.04499330371618271, -0.018816586583852768, -0.0002805577532853931, 0.0400739349424839, -0.02512662298977375, 0.025902368128299713, 0.004635558929294348, -0.0090251499786973, 0.010245531797409058, -0.03630872443318367, 0.044009432196617126, -0.039960410445928574, 0.072844497859478, 0.002525906777009368, 0.04590149596333504, 0.05543750151991844, -0.04877743497490883, -0.056194327771663666, -0.03560866042971611, 0.023064272478222847, 0.00576133793219924, 0.023612970486283302, 0.04518251121044159, 0.024767130613327026, -0.006920227315276861, -0.05732956901192665, -0.021607382223010063, -0.03723583742976189, 0.017813790589571, -0.020396459847688675, 0.013736391440033913, 0.008353467099368572, 0.001618898008018732, -0.041738953441381454, 0.03407609090209007, 0.015751440078020096, -0.04480409622192383, -0.018277347087860107, -0.017056966200470924, 0.04090644419193268, 0.01485271006822586, -0.0318056121468544, 0.0025424621999263763, -0.08764044940471649, 0.042533621191978455, 0.036043837666511536, 0.034738313406705856, 0.04968562349677086, 0.00855686329305172, -0.01954503171145916, 0.049307212233543396, -0.05524829775094986, -0.023385923355817795, -0.008396037854254246, -0.01868414133787155, 0.01655556820333004, -0.001346913748420775, -0.005259940400719643, 0.07606101036071777, 0.034851837903261185, 0.03651685267686844, 0.009848197922110558, -0.02732141688466072, 0.0637625902891159, -0.05604296177625656, 0.029894625768065453, -0.030575769022107124, -0.05498340725898743, 0.06834138184785843, -0.01774756982922554, 0.0345112644135952, -0.009044070728123188, 0.0034884947817772627, -0.01945042796432972, -0.027378179132938385, -0.02232636697590351, -0.008552133105695248, 0.01770026795566082, 0.03367875516414642, 0.025372590869665146, -0.024085987359285355, -0.020377539098262787, 0.02962973713874817, -0.053204864263534546, -0.014020200818777084, 0.03931710869073868, 0.037746693938970566, -0.00790410116314888, -0.11685393005609512, -0.006745211314409971, 0.03560866042971611, -0.035949233919382095, 0.0007302188314497471, -0.03231646865606308, 0.020282935351133347, -0.03791698068380356, -0.0034553837031126022, 0.013717470690608025, 0.058389123529195786, 0.03331926465034485, 0.10285264998674393, 0.03770885244011879, -0.014767566695809364, 0.06478430330753326, -0.01741645857691765, 0.03443558141589165, 0.050896547734737396, -0.037746693938970566, -0.01933690346777439, 0.011011817492544651, -0.009635340422391891, 0.018277347087860107, -0.06243814155459404, -0.008221021853387356, -0.03568434342741966, -0.012090294621884823, 0.016375822946429253, -0.061189379543066025, 0.0036564155016094446, -0.07117947936058044, 0.023707574233412743, 0.02325347810983658, 0.014512138441205025, 0.06387611478567123, 0.017378617078065872, -0.0089068952947855, 0.023385923355817795, 0.02900535613298416, 0.06103801354765892, 0.00992388091981411, 0.08226698637008667, 0.01592172682285309, -0.002003223868086934, 0.0062532746233046055, 0.08272107690572739, 0.011683501303195953, 0.04465273395180702, 0.024767130613327026, 0.008121688850224018, -0.055286139249801636, -0.0010193500202149153, 0.012478168122470379, -0.031465038657188416, 0.030764976516366005, 0.0099806422367692, 0.013187692500650883, 0.05044244974851608, -0.03999825194478035, 0.018580077216029167, -0.010832072235643864, 0.008462260477244854, -0.03093526139855385, -0.02743494138121605, 0.04219304770231247, 0.005529559683054686, -0.0018719617510214448, -0.03441666066646576, 0.043744541704654694, 0.029762182384729385, -0.0027482244186103344, 0.03494643792510033, -0.003779399674385786, 0.05138848349452019, -0.002492795465514064, 0.05127495899796486, 0.0020174141973257065, 0.055096931755542755, -0.0016839378513395786, 0.02643214724957943, -0.018381411209702492, -0.07795307785272598, 0.017009664326906204, -0.08400768041610718, -0.015817662701010704, -0.08567269891500473, 0.04809629172086716, -0.03354630991816521, -0.05933515727519989, -0.03661145642399788, 0.005259940400719643, 0.036554694175720215, 0.0082304822281003, -0.010188769549131393, 0.039052221924066544, 0.03248675540089607, -0.024256272241473198, 0.023556208238005638, 0.011730802245438099, 0.0534319132566452, -0.018419252708554268, -0.03490859642624855, 0.056005124002695084, -0.010813151486217976, 0.008542672730982304, -0.02601589262485504, -0.056913312524557114, -0.08264539390802383, -0.004890987649559975, -0.0027505895122885704, 0.04056587070226669, -0.0007497307378798723, -0.015959568321704865, -0.03443558141589165, -0.018778745085000992, 0.04037666693329811, -0.04556092247366905, -0.0004390181857161224, 0.05623216927051544, 0.0058985124342143536, 0.0016543742967769504, -0.012005152180790901, -0.0030107484199106693, -0.009441403672099113, 0.00023296049039345235, 0.010510420426726341, -0.00125349301379174, -0.04514466971158981, 0.022004716098308563, 0.02913779951632023, -0.0016047075623646379, 0.04760435223579407, 0.021512778475880623, -0.03364091366529465, -0.01595010794699192, 0.053696803748607635, 0.04397159069776535, 0.0207559522241354, -0.02365081198513508, 0.04718809947371483, 0.004784559365361929, 0.015373027883470058, 0.047225940972566605, -0.012922803871333599, 0.04847470298409462, -0.03560866042971611, 0.03591139242053032, -0.04847470298409462, 0.007374322973191738, 0.020377539098262787, -0.022591255605220795, -0.06675205379724503, -0.07326075434684753, 0.013253915123641491, -0.031956978142261505, 0.017520520836114883, -0.02452116087079048, 0.04510682821273804, 0.008419688791036606, -0.036952029913663864, 0.010406357236206532, 0.0015704139368608594, -0.0035878282506018877, -0.004082130268216133, 0.06315712630748749, -0.04794492572546005, 0.049118004739284515, -0.030140593647956848, 0.03969552367925644, 0.016054170206189156, -0.036952029913663864, 0.04571228846907616, -0.001622445648536086, -0.048512544482946396, -0.05172905698418617, -0.05426442250609398, -0.026697035878896713, -0.0023922796826809645, 0.04336612671613693, 0.007095243316143751, 0.00014981311687733978, 0.0022728429175913334, 0.0056099724024534225, -0.05013972148299217, 0.010103627108037472, 0.015297344885766506, 0.043214764446020126, 0.004824765492230654, 0.09081912040710449, 0.016688013449311256, 0.009360991418361664, 0.01167404092848301, -0.0714065283536911, -0.010765849612653255, 0.05165337398648262, -0.07424462586641312, -0.019393665716052055, -0.04499330371618271, 0.045220352709293365, -0.04979914799332619, 0.10254991799592972, 0.029970308765769005, -0.05297781899571419, 0.044614892452955246, -0.004006447736173868, 0.008471720851957798, -0.025864528492093086, -0.013537724502384663, -0.013783693313598633, 0.06455725431442261, -0.0391279011964798, 0.027586307376623154, 0.009077181108295918, -0.03780345618724823, -0.031237991526722908, -0.00022601307136937976, 0.0033016533125191927, 0.00043635748443193734, -0.022402048110961914, -0.002049342729151249, 0.03241107240319252, -0.02902427688241005, -0.021191127598285675, 0.011986231431365013, 0.043820224702358246, -0.01830572821199894, -0.062475983053445816, -0.031048785895109177, -0.055399660021066666, 0.043441809713840485, -0.029572974890470505, -0.01634744182229042, 0.0731472298502922, -0.07946673035621643, 0.022761540487408638, 0.006508703343570232, 0.0271132905036211, 0.061000172048807144, -0.0032850976567715406, -0.014483757317066193, -0.04018745943903923, 0.01681099645793438, -0.002667811466380954, 0.0399225689470768, -0.009190705604851246, 0.015637917444109917, -0.005813369527459145, 0.011711882427334785, 0.04317692294716835, -0.017757030203938484, 0.015344646759331226, -0.020812714472413063, -0.035457298159599304, -0.0057944487780332565, -0.05627001076936722, -0.056497059762477875, -0.01425670925527811, 0.01062394492328167, -0.013395819813013077, 0.005099114961922169, -0.009469784796237946, 0.08211562037467957, 0.01366070844233036, -0.046809688210487366, 0.07030913233757019, 0.05475635826587677, -0.05986493453383446, 0.024180589243769646, -0.01540140900760889, 0.02213715948164463, 0.007866259664297104, 0.021323570981621742, -0.0029090498574078083, -0.031483959406614304, 0.0032212405931204557, 0.01895849034190178, -0.04677184671163559, 0.013178232125937939, 0.0211532860994339, -0.004122336395084858, -0.011418611742556095, -0.034170690923929214, -0.03647901117801666, -0.007596640847623348, -0.035154566168785095, -0.06296791881322861, 0.03787913918495178, 0.03532485291361809, -0.015864964574575424, -0.0031715738587081432, -0.029478371143341064, -0.11117773503065109, -0.006399909500032663, 0.03163532540202141, -0.006943878252059221, 0.019866682589054108, -0.011645659804344177, -0.028362052515149117, -0.053204864263534546, 0.05706467851996422, 0.037160154432058334, -0.024596843868494034, -0.014672963880002499, -0.020301856100559235, -0.02563747949898243, 0.011144262738525867, -0.03144611790776253, -0.02822960913181305, 0.012052454054355621, 0.002238549292087555, -0.0180502999573946, -0.003436462953686714, -0.03072713501751423, -0.040641553699970245, 0.010586103424429893, -0.012582232244312763, 0.008145339787006378, -0.01641366258263588, 0.04200384020805359, 0.06955230981111526, 0.03820079192519188, -0.05524829775094986, -0.040755078196525574, 0.07833148539066315, -0.005662004463374615, -0.05971356853842735, 0.011730802245438099, -0.011551056057214737, 0.007620291318744421, -0.05835128203034401, 0.025713162496685982, 0.023858938366174698, 0.028399894014000893, -0.05063165724277496, -0.026564592495560646, 0.034738313406705856, 0.02720789425075054, 0.056118644773960114, -0.023158874362707138, -0.004018272738903761, 0.0470745749771595, -0.007965593598783016, -0.043139081448316574, 0.05040460824966431, 0.018598997965455055, -0.046809688210487366, -0.031748849898576736, 0.03138935565948486, 0.01237410493195057, -0.061567794531583786, -0.03723583742976189, -0.02185335010290146, -0.00667898915708065, 0.044539209455251694, -0.01823950558900833, -0.018088141456246376, 0.020604588091373444, 0.03341386839747429, 0.03850352019071579, 0.005335622932761908, 0.008003435097634792, -0.06448157131671906, 0.00019482355855870992, 0.048512544482946396, -0.01814490184187889 ]
39,068
pulp.apis.core
<lambda>
null
to_string = lambda _obj: str(_obj).encode()
(_obj)
[ -0.02828880026936531, -0.05065944045782089, 0.011777136474847794, -0.010737231932580471, -0.015623940154910088, -0.05532633513212204, -0.022286096587777138, 0.013561039231717587, 0.08068986982107162, -0.05559687688946724, 0.014059855602681637, -0.01849847473204136, 0.0088603300973773, 0.02642880752682686, 0.0005574694368988276, 0.046973273158073425, -0.06980045884847641, -0.023858636617660522, 0.09313491731882095, 0.02453499659895897, -0.018785927444696426, 0.01758538745343685, 0.034274596720933914, 0.0038298943545669317, -0.022286096587777138, 0.04085220769047737, 0.005973113235086203, 0.014837670139968395, -0.04335474222898483, 0.02614135481417179, 0.007503380533307791, -0.09070001542568207, 0.06293539702892303, 0.008987147361040115, -0.023047002032399178, 0.02152518928050995, -0.021964825689792633, 0.0518430732190609, -0.047717273235321045, -0.06986809521913528, -0.032025694847106934, 0.031383153051137924, -0.09692253917455673, -0.027206622064113617, 0.025938445702195168, -0.020172467455267906, -0.022049369290471077, 0.05647614598274231, 0.034139323979616165, -0.004941662773489952, 0.005300979595631361, 0.014998306520283222, 0.02715589664876461, -0.005905477330088615, -0.04491037502884865, 0.01201386284083128, -0.006687519606202841, 0.009731144644320011, 0.0027603984344750643, 0.026851532980799675, -0.005516569595783949, 0.047480545938014984, 0.052756160497665405, -0.018904291093349457, -0.0290497075766325, -0.0029231479857116938, -0.06898882985115051, 0.022539731115102768, 0.027882983908057213, 0.0055334786884486675, 0.025092994794249535, -0.04034493491053581, -0.02289482206106186, 0.03266823664307594, -0.02123773656785488, 0.005174161866307259, -0.039059851318597794, -0.014854579232633114, -0.01750084199011326, -0.010339869186282158, 0.05786268785595894, -0.05295906960964203, -0.01132059283554554, -0.01660466380417347, -0.000691156426910311, -0.062326669692993164, -0.05434561148285866, -0.004637300502508879, -0.051471076905727386, 0.03462968394160271, 0.01478694286197424, -0.009680417366325855, -0.04440310224890709, 0.07893133163452148, -0.04890090227127075, -0.02186337113380432, 0.028322618454694748, -0.016376391053199768, 0.03420696035027504, -0.03588095307350159, 0.004286438226699829, 0.020341558381915092, -0.0887385681271553, -0.0027181259356439114, -0.05106525868177414, -0.0473114550113678, 0.03243151307106018, -0.029134251177310944, 0.01988501474261284, 0.03128169849514961, -0.04524855315685272, 0.02416299842298031, -0.004633073229342699, -0.048359815031290054, 0.033632051199674606, -0.04399728402495384, 0.017923567444086075, -0.010492051020264626, 0.00994250737130642, -0.054413244128227234, 0.03574568033218384, 0.027629349380731583, -0.01596212014555931, -0.0029950111638754606, 0.021085554733872414, 0.043828196823596954, 0.036151498556137085, 0.01383158378303051, 0.07669933885335922, -0.021812643855810165, -0.007067972794175148, 0.013958401046693325, -0.05370306596159935, 0.058403775095939636, 0.05569833144545555, -0.025363538414239883, -0.047852542251348495, 0.006340884603559971, 0.04200202226638794, 0.07412917166948318, 0.030148793011903763, -0.018904291093349457, 0.02603990025818348, -0.005808250512927771, 0.030757518485188484, -0.033141691237688065, 0.01910720020532608, -0.020037196576595306, -0.05143725872039795, -0.046973273158073425, 0.06016231328248978, 0.0242475438863039, 0.013129858300089836, 0.02527899481356144, -0.025092994794249535, 0.0442340113222599, 0.009908689185976982, -0.06611429154872894, 0.03385186940431595, -0.020950283855199814, 0.0071694268845021725, 0.0034325323067605495, -0.019901923835277557, -0.00955360010266304, 0.04578964412212372, 0.022573549300432205, 0.06959754973649979, -0.024332089349627495, 0.006416975520551205, -0.020443012937903404, -0.0337165966629982, -0.051471076905727386, -0.07866078615188599, 0.05069325864315033, 0.05644232779741287, 0.03939802944660187, 0.0043265968561172485, 0.07690224796533585, -0.05116671323776245, 0.011100775562226772, 0.011058502830564976, -0.02588771842420101, -0.0066706109791994095, 0.0377071276307106, 0.05901250243186951, -0.037166040390729904, 0.012597224675118923, 0.037267494946718216, -0.006624110974371433, -0.04917144775390625, 0.0518430732190609, 0.001514414674602449, -0.03231314942240715, 0.0034113959409296513, -0.001262892852537334, -0.06137976422905922, 0.0008739852928556502, -0.03811294585466385, -0.05938449874520302, 0.026124445721507072, -0.008306559175252914, 0.022827185690402985, 0.008382650092244148, -0.022691912949085236, -0.005939295515418053, -0.03019952028989792, -0.015581667423248291, 0.0017511410405859351, 0.013307403773069382, -0.04098748043179512, 0.05738923326134682, -0.008725057356059551, -0.0674331933259964, 0.006408520974218845, 0.0422387458384037, -0.004011666402220726, 0.005174161866307259, -0.016697663813829422, 0.026834623888134956, 0.0385187603533268, -0.015235032886266708, 0.0008644739864394069, -0.039668574929237366, -0.05847141146659851, 0.029015889391303062, -0.014600943773984909, -0.014888397417962551, -0.02389245294034481, 0.03473113849759102, -0.05160634592175484, 0.03875548765063286, -0.021931007504463196, -0.015167396515607834, 0.0541088841855526, 0.02328372932970524, 0.02766316756606102, 0.016021301969885826, -0.07311462610960007, -0.08481567353010178, -0.041934385895729065, 0.033446054905653, -0.036422040313482285, 0.0009083317709155381, 0.00350650935433805, 0.0397023931145668, 0.026090627536177635, 0.02752789482474327, 0.07155899703502655, -0.06249576061964035, -0.011836318299174309, 0.023216092959046364, -0.02879607118666172, -0.04964490234851837, -0.052654705941677094, -0.0188535638153553, -0.07636116445064545, 0.00393346231430769, 0.03486641123890877, -0.00704683642834425, 0.022573549300432205, -0.034139323979616165, 0.022100096568465233, -0.04724381864070892, 0.027595531195402145, -0.002510990481823683, -0.04301656410098076, -0.06986809521913528, 0.017669932916760445, 0.022404460236430168, 0.03784240037202835, 0.07074736803770065, -0.025684811174869537, -0.016317209228873253, 0.05092998594045639, -0.06679065525531769, -0.04883326590061188, -0.03848494216799736, -0.016384845599532127, -0.013239767402410507, -0.023300638422369957, -0.0015334372874349356, -0.00769783416762948, -0.002270036842674017, -0.06070340424776077, 0.02727425843477249, -0.008834966458380222, 0.010407505556941032, -0.02188028022646904, 0.01846465654671192, -0.012073044665157795, 0.011269865557551384, 0.01440649013966322, -0.04291510954499245, -0.00021611849660985172, 0.0022383322939276695, 0.006687519606202841, 0.027392622083425522, -0.05404124781489372, 0.07487316429615021, -0.00026341091142967343, -0.04014202952384949, 0.052654705941677094, 0.018177203834056854, -0.0030119202565401793, -0.009409872815012932, -0.00016750504437368363, -0.028339527547359467, 0.006886200979351997, -0.059553589671850204, 0.04014202952384949, -0.004556982312351465, -0.009485963732004166, 0.03155224397778511, 0.05366924777626991, 0.018785927444696426, 0.05485288053750992, -0.009485963732004166, 0.012182952836155891, 0.010390596464276314, 0.07399389892816544, -0.022861003875732422, -0.052113618701696396, -0.006987655069679022, -0.006108385510742664, 0.04524855315685272, -0.07047682255506516, -0.005406660959124565, 0.04403110221028328, 0.04494418948888779, 0.00874196644872427, -0.013087586499750614, -0.015683121979236603, 0.08001351356506348, -0.000037979258195264265, -0.0014140172861516476, 0.01748393289744854, 0.023216092959046364, -0.021592825651168823, -0.0484950877726078, 0.005994249600917101, 0.04203584045171738, 0.011599591933190823, 0.017551569268107414, 0.03885694220662117, -0.050591807812452316, -0.0004340863961260766, -0.06046667695045471, -0.0012776883086189628, 0.024332089349627495, -0.02781534753739834, -0.04284747317433357, -0.035407502204179764, 0.02303009293973446, 0.01909029111266136, -0.051504895091056824, 0.038417305797338486, 0.028254982084035873, 0.013620220124721527, -0.013282040134072304, -0.0008343547815456986, 0.029590794816613197, -0.02010483108460903, 0.011143048293888569, -0.037673309445381165, 0.03496786579489708, 0.07189717888832092, 0.010551231913268566, 0.003132397076115012, 0.04227256402373314, -0.010889412835240364, -0.040683116763830185, 0.051471076905727386, -0.037402763962745667, -0.016925934702157974, -0.09151165187358856, 0.04636454954743385, -0.02414608933031559, 0.012478861026465893, -0.054413244128227234, -0.005698341876268387, 0.028136620298027992, -0.006218294147402048, 0.012098408304154873, 0.034764956682920456, 0.03632058948278427, 0.016148120164871216, 0.033141691237688065, 0.0168582983314991, 0.009485963732004166, 0.005419342778623104, -0.019276289269328117, 0.00018547088257037103, 0.013231312856078148, -0.005994249600917101, 0.005030435044318438, -0.0170865710824728, 0.006920018699020147, -0.000031027400837047026, -0.008120560087263584, 0.04102129861712456, -0.007486471440643072, -0.015640849247574806, 0.008775784634053707, 0.010179233737289906, -0.060196131467819214, 0.05776123329997063, 0.02478863298892975, 0.011743318289518356, -0.0026230127550661564, 0.024602632969617844, 0.0020903784316033125, -0.05360161140561104, -0.058403775095939636, -0.09448763728141785, 0.03424077853560448, 0.0029971248004585505, -0.02475481480360031, 0.0024264452513307333, -0.008581330999732018, 0.004214574582874775, -0.04288129135966301, 0.03973621129989624, -0.033513691276311874, 0.052891433238983154, -0.0025701720733195543, -0.02451808750629425, 0.034764956682920456, 0.019817378371953964, 0.0767669752240181, 0.06611429154872894, 0.010449778288602829, -0.056002695113420486, -0.02086573839187622, -0.07284408062696457, 0.04020966216921806, 0.0510314404964447, 0.021423736587166786, -0.005000844597816467, 0.032904963940382004, 0.08758875727653503, 0.04010821133852005, 0.02817043662071228, -0.0003141379856970161, -0.010568141005933285, 0.015809940174221992, 0.0045443009585142136, -0.05278997868299484, 0.010864049196243286, 0.03510313853621483, 0.012800132855772972, 0.052654705941677094, 0.002420104341581464, -0.004751436412334442, -0.04555291682481766, 0.0065015205182135105, -0.04737909138202667, 0.07575243711471558, -0.025346629321575165, -0.01973283290863037, 0.02047683112323284, -0.031146425753831863, -0.00018877342517953366, 0.02563408389687538, 0.021609734743833542, -0.019276289269328117, 0.01695975288748741, -0.05542778596282005, 0.05468378961086273, -0.009705781005322933, -0.004366755951195955, 0.03457895666360855, 0.011861681938171387, -0.02500844933092594, 0.00024729451979510486, 0.06753464788198471, 0.04829217866063118, -0.010838685557246208, -0.03774094581604004, -0.024839358404278755, -0.02203246019780636, -0.08312477171421051, -0.05586742237210274, 0.03875548765063286, 0.024602632969617844, -0.006531111430376768, 0.03557658940553665, 0.08224550634622574, 0.031772058457136154, 0.012225225567817688, 0.045214734971523285, -0.017771385610103607, 0.13784238696098328, -0.04883326590061188, -0.012233680114150047, 0.042576927691698074, 0.038417305797338486, -0.07757861167192459, -0.0385187603533268, -0.08995601534843445, -0.004802163224667311, -0.008632057346403599, 0.0022108552511781454, -0.016570845618844032, -0.01471085287630558, 0.002853398211300373, -0.03008115664124489, -0.0040877568535506725, 0.011717954650521278, -0.020578283816576004, -0.00231019570492208, 0.007511834613978863, -0.019276289269328117, -0.005884340964257717, -0.008298104628920555, -0.01527730468660593, 0.0045908004976809025, 0.010796412825584412, -0.012740951031446457, -0.046871818602085114, 0.002973875030875206, -0.024315180256962776, 0.03730131313204765, -0.02691916935145855, -0.06844773888587952, -0.001220620353706181, -0.022675003856420517, -0.025853900238871574, 0.01861683838069439, -0.005106525961309671, 0.07730806618928909, -0.0442340113222599, 0.000742940348573029, 0.045214734971523285, -0.0009199567139148712, -0.005478524602949619, 0.06307066977024078, -0.01924247108399868, -0.0023588091135025024, -0.015809940174221992, -0.003071101848036051, -0.01132059283554554, 0.001753254677169025, -0.016165029257535934, -0.05133580416440964, 0.003413509577512741, 0.010779503732919693, 0.021795734763145447, 0.027747711166739464, -0.03106188029050827, -0.007308926433324814, -0.025431174784898758, -0.017128843814134598, 0.020713556557893753, 0.027747711166739464, -0.024602632969617844, -0.03584713488817215, -0.024839358404278755, 0.014457217417657375, -0.005444706417620182, 0.029472433030605316, -0.009485963732004166, 0.04190056771039963, -0.018566111102700233, -0.016283392906188965, -0.034900229424238205, 0.07243826985359192, 0.00873351190239191, 0.02428136207163334, 0.014414944685995579, -0.023080820217728615, 0.02428136207163334, -0.001675050356425345, 0.0242475438863039, 0.013620220124721527, -0.024179907515645027, 0.036016225814819336, -0.0030626473017036915, 0.006328202784061432, 0.010889412835240364, -0.016122756525874138, -0.026310443878173828, 0.031247880309820175, -0.03246533125638962, -0.05434561148285866, 0.05508960783481598, -0.026225900277495384, 0.008868783712387085, 0.04599254950881004, -0.010136961005628109, -0.04890090227127075, -0.03082515485584736, -0.02275954931974411, -0.031772058457136154, 0.0004280097200535238, 0.08150150626897812, -0.05579978600144386, -0.011963135562837124, 0.017805203795433044, -0.012284407392144203, -0.05431179329752922, 0.03618531674146652, 0.035779498517513275, -0.002747716847807169, 0.06330739706754684, 0.07453498989343643, 0.03807912766933441, -0.05370306596159935, 0.01834629289805889, 0.0002438598603475839, 0.03889076039195061, -0.0385187603533268, 0.04247547313570976, 0.01963137835264206, -0.05444706231355667, 0.00581670505926013, -0.015344941057264805, -0.025735538452863693, -0.017331751063466072, -0.06188703700900078, 0.019394652917981148, 0.03736894577741623, 0.03185660392045975, -0.04271220043301582, 0.01875210925936699, -0.02277645841240883, -0.023097729310393333, 0.028626980260014534, -0.02702062390744686, 0.004037030041217804, -0.11268174648284912, -0.03669258579611778, 0.004840208683162928, 0.04474128410220146, -0.027561713010072708, -0.02199864201247692, -0.031163334846496582, -0.020341558381915092, 0.045688189566135406, -0.04548528045415878, 0.039059851318597794, 0.0005875886417925358, 0.03282041847705841, -0.06912409514188766, -0.011227593757212162, -0.015378759242594242, -0.004831754136830568, -0.007938787341117859, -0.07487316429615021, -0.03686167672276497, -0.08495094627141953, -0.03557658940553665, 0.01750084199011326, 0.00954514555633068, 0.03273587301373482, 0.0012502111494541168, 0.06652010977268219, 0.026496443897485733, 0.01634257286787033, 0.03332769125699997, 0.0011910295579582453, 0.0009442634182050824, -0.014414944685995579, -0.018802836537361145, -0.04200202226638794, 0.023080820217728615, 0.018447747454047203, -0.039668574929237366, 0.0018695042235776782, 0.0020914352498948574, -0.07372335344552994, 0.020831920206546783, 0.04271220043301582, 0.016401754692196846, -0.02489008568227291, -0.024839358404278755, -0.0031429652590304613, 0.0061675673350691795, 0.047345273196697235, 0.0464998222887516, -0.03182278573513031, 0.004370983224362135, -0.0041870977729558945, -0.03523841127753258, -0.013763947412371635, -0.05245180055499077, -0.02362190932035446, -0.03412241488695145, 0.030520791187882423, 0.05573214963078499, -0.037030767649412155, 0.0011762341018766165, -0.031890422105789185, -0.06239430606365204, 0.0007661902345716953, 0.011751772835850716, 0.040040574967861176, -0.011971590109169483, -0.021677371114492416, 0.04203584045171738, 0.003891189582645893, 0.03292187303304672, -0.03292187303304672, 0.047480545938014984, 0.0005796625628136098, 0.055901240557432175, -0.04288129135966301, 0.04335474222898483, -0.025109903886914253, 0.04893472045660019, -0.008534830994904041, -0.032617513090372086, 0.037267494946718216, -0.0002805841504596174, -0.04775109142065048, -0.014186672866344452, 0.014482581056654453, -0.016562391072511673, 0.06215757876634598, -0.02691916935145855, 0.03155224397778511, 0.011557319201529026, -0.04616164043545723, 0.034511324018239975, 0.00342619139701128, 0.03192424029111862, 0.039939120411872864, -0.024653360247612, 0.012986131943762302, -0.0009891780791804194, -0.02842407301068306, 0.018194112926721573, 0.027764620259404182, -0.024805542081594467, 0.006235203240066767, -0.007604834623634815, 0.00009907632193062454, -0.024078452959656715, -0.049475811421871185, -0.0578288696706295, 0.050219807773828506, -0.001966731157153845, 0.044470738619565964, 0.017653023824095726, 0.012242134660482407, 0.054886698722839355, -0.03672640398144722, 0.0903618335723877, 0.028373345732688904, -0.008522149175405502, -0.01081332191824913, 0.055123426020145416, 0.0802164226770401, -0.023554272949695587, 0.0061802491545677185, 0.0861007571220398, -0.010407505556941032, -0.021423736587166786, 0.08285422623157501, -0.007118700072169304, 0.0009722689865157008, -0.07636116445064545, 0.003123942529782653, 0.0028090118430554867, -0.0011730636470019817, -0.0007487527909688652, 0.037808582186698914, 0.028221163898706436, -0.013620220124721527 ]
39,071
pulp.utilities
value
Returns the value of the variable/expression x, or x if it is a number
def value(x): """Returns the value of the variable/expression x, or x if it is a number""" if isNumber(x): return x else: return x.value()
(x)
[ 0.057675592601299286, -0.06103769317269325, 0.06724197417497635, 0.027624668553471565, 0.04779726266860962, 0.015536709688603878, -0.010138288140296936, -0.05483340471982956, 0.05362027883529663, -0.04994622990489006, 0.04602956026792526, 0.005883673205971718, 0.027260730043053627, -0.02708742581307888, 0.01515544019639492, 0.0323905311524868, 0.02953101322054863, 0.06634079664945602, 0.06020583212375641, 0.04994622990489006, -0.017651019617915154, -0.01778099685907364, 0.006000653374940157, -0.030362872406840324, 0.012529883533716202, -0.020796487107872963, 0.09524791687726974, -0.0001149493400589563, -0.05327367037534714, 0.015562704764306545, -0.03694842755794525, -0.0465494729578495, -0.0113947419449687, 0.003862514393404126, 0.01819692738354206, 0.014210933819413185, -0.06266675144433975, 0.04953030124306679, -0.04984224960207939, 0.010614873841404915, -0.04706938564777374, -0.029929611831903458, -0.03391560539603233, 0.03486877679824829, -0.09219776093959808, -0.03287578001618385, 0.022581519559025764, 0.011680694296956062, -0.02386396937072277, 0.0020688173826783895, 0.04121170565485954, -0.006277939770370722, -0.00004522152812569402, -0.008600214496254921, -0.021247077733278275, 0.01756436750292778, 0.04467778652906418, 0.05684373527765274, -0.007300433702766895, 0.04568295180797577, 0.048074547201395035, 0.06166158616542816, -0.04765861853957176, -0.0683857873082161, 0.021541696041822433, 0.021697668358683586, 0.005688705947250128, 0.0040054903365671635, -0.062008194625377655, 0.0075343940407037735, -0.037329696118831635, -0.018439551815390587, -0.019704671576619148, 0.009497063234448433, 0.07639243453741074, -0.03258116543292999, -0.041073065251111984, 0.045336343348026276, -0.0017373732989653945, -0.013422399759292603, -0.0030891450587660074, 0.02923639677464962, -0.03473013639450073, 0.010883495211601257, -0.017287081107497215, -0.03159333020448685, -0.008816844783723354, 0.022806815803050995, 0.03902807459235191, 0.09289097785949707, -0.028959108516573906, -0.03819621726870537, -0.028543179854750633, 0.03823087736964226, -0.015198766253888607, 0.00764270918443799, 0.06419182568788528, -0.06505834311246872, 0.004414921160787344, 0.03656715899705887, 0.023725327104330063, 0.09566384553909302, -0.026688825339078903, -0.036289870738983154, -0.0010815256973728538, 0.01123010367155075, 0.029583003371953964, -0.0364631749689579, 0.09192048013210297, -0.008422577753663063, -0.06398385763168335, -0.05303104594349861, -0.044920414686203, -0.019479377195239067, -0.027919284999370575, -0.010276931338012218, -0.06758858263492584, 0.026203574612736702, -0.03490344062447548, 0.007044810336083174, 0.011923319660127163, 0.03162799030542374, -0.013275091536343098, 0.06173090636730194, 0.04381126910448074, 0.04776259884238243, 0.024505194276571274, -0.038473501801490784, -0.016203930601477623, 0.0130238002166152, 0.00702314730733633, -0.009696362540125847, -0.023846639320254326, 0.016498547047376633, 0.015588700771331787, 0.06530097126960754, -0.025059767067432404, 0.004817853216081858, 0.014384237118065357, -0.010718856006860733, 0.005060478579252958, 0.013067126274108887, -0.012018636800348759, -0.028317883610725403, 0.026515522971749306, 0.021697668358683586, 0.03265048563480377, 0.05885406211018562, -0.07119330763816833, 0.0007684951997362077, -0.03216523304581642, 0.059339310973882675, 0.043707285076379776, -0.02204427681863308, -0.00740008382126689, 0.03206125274300575, 0.02301478013396263, -0.034331534057855606, 0.04849047586321831, -0.04412321373820305, -0.0007381670293398201, 0.042182210832834244, 0.021611016243696213, -0.016203930601477623, 0.031766634434461594, 0.0063212658278644085, -0.0146528584882617, 0.01819692738354206, 0.03604724630713463, 0.009479732252657413, -0.021818982437253, -0.018959464505314827, -0.06658342480659485, 0.03556199371814728, 0.008925159461796284, 0.030397532507777214, -0.04509371891617775, 0.054521460086107254, 0.015216097235679626, 0.06467707455158234, 0.0037303699646145105, -0.016515877097845078, -0.05628915876150131, -0.0036978754214942455, -0.012867826968431473, -0.013127783313393593, 0.0037671970203518867, -0.01404629461467266, -0.00395566551014781, 0.032927773892879486, 0.010060301050543785, 0.018612856045365334, 0.02864716202020645, -0.018248917534947395, -0.015389401465654373, -0.042147547006607056, 0.017460385337471962, -0.03746834024786949, 0.007543059531599283, 0.020068610087037086, -0.0038040243089199066, -0.05472942441701889, 0.007919996045529842, 0.027780640870332718, -0.08866236358880997, -0.026688825339078903, -0.008478901349008083, -0.007248442620038986, -0.09289097785949707, -0.01383832935243845, -0.01707911491394043, 0.012105288915336132, -0.010112292133271694, 0.06634079664945602, -0.010138288140296936, -0.05386290326714516, 0.01823158748447895, -0.05462544038891792, 0.024210577830672264, 0.05091673508286476, 0.04031052440404892, -0.010935486294329166, 0.04783192276954651, 0.040483828634023666, 0.09725823998451233, -0.014531546272337437, -0.02838720567524433, 0.010016974993050098, 0.006654876284301281, -0.04939165711402893, 0.054036207497119904, 0.04277144372463226, 0.008639208041131496, 0.011273429729044437, 0.012053297832608223, -0.06387987732887268, 0.044747110456228256, -0.005658377893269062, -0.027849962934851646, 0.002094812924042344, -0.04925301671028137, 0.012261263094842434, 0.025337055325508118, 0.030102916061878204, -0.0007403332856483757, -0.0006244361866265535, 0.014878153800964355, 0.06686070561408997, -0.07701632380485535, 0.0019994955509901047, 0.031887948513031006, 0.006776188965886831, 0.017651019617915154, 0.009089798666536808, -0.01165469828993082, 0.04824785143136978, 0.016316577792167664, 0.025631671771407127, 0.04613354057073593, -0.018959464505314827, -0.009861001744866371, -0.026550183072686195, 0.020623184740543365, 0.009973648935556412, -0.05777957662940025, -0.04183560237288475, -0.02155902609229088, 0.008621877059340477, 0.055006708949804306, 0.02771132066845894, 0.0472080260515213, 0.005121135152876377, 0.006533563137054443, -0.03322238847613335, -0.028040597215294838, -0.015086119063198566, -0.013942312449216843, 0.035700637847185135, 0.039998579770326614, 0.007608048617839813, 0.007733693812042475, 0.017347736284136772, -0.03559665381908417, -0.018578195944428444, -0.035146065056324005, 0.014072289690375328, 0.02679280936717987, -0.03145468607544899, 0.0007192118791863322, 0.024955784901976585, -0.01979132369160652, -0.010545552708208561, -0.013517716899514198, 0.028560509905219078, -0.009436406195163727, -0.005186124239116907, -0.059269990772008896, -0.014011633582413197, 0.02894177846610546, 0.027503354474902153, 0.025735653936862946, 0.028768474236130714, -0.033031754195690155, 0.0037303699646145105, -0.020467210561037064, 0.004930500872433186, 0.04849047586321831, -0.006178290117532015, -0.030778802931308746, 0.026134252548217773, 0.0130238002166152, 0.008184284903109074, -0.036185890436172485, -0.0028551844879984856, -0.0012467061169445515, -0.0024154253769665956, -0.03145468607544899, -0.022252241149544716, -0.008214612491428852, 0.004952163901180029, 0.022217581048607826, -0.0130238002166152, 0.054486799985170364, 0.024037273600697517, -0.01878616027534008, 0.013578373938798904, -0.08131426572799683, 0.04765861853957176, -0.025995610281825066, 0.01149006001651287, -0.038473501801490784, -0.005879340227693319, 0.027780640870332718, 0.014661523513495922, -0.010736186988651752, -0.03816155344247818, 0.01856086589396, 0.055006708949804306, 0.025631671771407127, 0.039513327181339264, -0.023482700809836388, -0.017988961189985275, -0.03431420400738716, 0.006481572054326534, 0.006767523940652609, 0.007313431706279516, -0.0026818804908543825, -0.00582734914496541, 0.12789839506149292, -0.02122974768280983, -0.010060301050543785, 0.00407697819173336, -0.023985283449292183, -0.05303104594349861, -0.03083079308271408, -0.00397516181692481, 0.035440679639577866, -0.029357708990573883, -0.031853288412094116, 0.01689714565873146, 0.05670509114861488, -0.005290106404572725, 0.0008226527133956552, 0.03396759554743767, -0.01927141286432743, -0.017105111852288246, 0.0013734346721321344, 0.01634257286787033, 0.04401923343539238, -0.020241914317011833, -0.009990978986024857, 0.014089620672166348, -0.04169695824384689, -0.02812724933028221, -0.02693145163357258, 0.025683661922812462, 0.03909739851951599, -0.013621699996292591, 0.010086297057569027, -0.0429794080555439, 0.029548343271017075, -0.018838152289390564, -0.06866306811571121, -0.001094523468054831, -0.032182566821575165, 0.03327438235282898, 0.004787524696439505, -0.03105608932673931, -0.026844799518585205, 0.03398492559790611, 0.0031411361414939165, -0.01804095320403576, 0.033326372504234314, 0.014427563175559044, -0.034036919474601746, -0.018872812390327454, 0.0361512266099453, -0.06911366432905197, -0.04544032737612724, 0.028820466250181198, 0.012503888458013535, 0.045856256037950516, 0.00029867872945033014, 0.02864716202020645, -0.010926821269094944, -0.03830019757151604, 0.01634257286787033, 0.015701347962021828, -0.013197104446589947, 0.015441392548382282, 0.025146419182419777, -0.07923462241888046, -0.03367298096418381, -0.028560509905219078, 0.03509407490491867, -0.032477181404829025, 0.029184404760599136, 0.03187061846256256, -0.005541397724300623, -0.043672624975442886, -0.0014275922439992428, -0.0387507900595665, -0.04256347939372063, 0.05303104594349861, -0.03453950211405754, 0.00016653437342029065, 0.020363228395581245, 0.02044988051056862, -0.0146528584882617, 0.0878998190164566, -0.06796985119581223, -0.0817301943898201, -0.022286903113126755, -0.035215385258197784, 0.061973534524440765, -0.025995610281825066, -0.02679280936717987, 0.007352424785494804, 0.010736186988651752, 0.04193958267569542, 0.008002315647900105, 0.08665203303098679, 0.04228619113564491, -0.0036848776508122683, -0.021818982437253, -0.019999289885163307, 0.018838152289390564, 0.03958264738321304, -0.05670509114861488, -0.06491970270872116, -0.06051778048276901, -0.034435518085956573, 0.09732756018638611, -0.006234613712877035, 0.018179597333073616, -0.016793163493275642, -0.08159155398607254, -0.004848181270062923, 0.10994409769773483, -0.008197282440960407, -0.027035433799028397, 0.018404891714453697, -0.018404891714453697, -0.07736293226480484, -0.11320221424102783, 0.017538370564579964, -0.002796694403514266, 0.003058816771954298, 0.00689316913485527, 0.017165767028927803, -0.008331593126058578, 0.048559799790382385, -0.029253726825118065, -0.035371359437704086, 0.025285063311457634, -0.0005496988305822015, -0.043741945177316666, 0.02497311495244503, 0.03193993866443634, -0.04876776412129402, -0.06069108471274376, -0.008608879521489143, 0.008803846314549446, 0.00294616911560297, -0.006178290117532015, 0.06817781925201416, 0.002562733832746744, 0.0244185421615839, 0.02634221874177456, 0.002174966037273407, -0.02086580917239189, 0.06363725662231445, 0.037329696118831635, -0.04277144372463226, -0.05684373527765274, -0.00822761096060276, -0.0032667815685272217, -0.02835254557430744, 0.017425723373889923, 0.05032750219106674, -0.004239450674504042, 0.04953030124306679, -0.03344768285751343, -0.015961304306983948, 0.04467778652906418, -0.005935664288699627, 0.04020654410123825, -0.010051636025309563, -0.023777317255735397, -0.029964273795485497, -0.04252881929278374, 0.018578195944428444, -0.004601222928613424, 0.0008578551351092756, -0.0018890142673626542, -0.011299424804747105, 0.02949635125696659, 0.03656715899705887, -0.049218352884054184, -0.025614341720938683, 0.014540211297571659, -0.04124636948108673, -0.02771132066845894, -0.031853288412094116, 0.015995964407920837, 0.022182920947670937, -0.0830473080277443, 0.02298012003302574, -0.029946941882371902, 0.05670509114861488, 0.029479021206498146, -0.02627289667725563, -0.019999289885163307, 0.04873310402035713, -0.023240074515342712, -0.036879103630781174, -0.01671517640352249, -0.013777673244476318, -0.05920067057013512, 0.013769008219242096, -0.0057320320047438145, -0.006563891656696796, 0.017018459737300873, 0.016290582716464996, 0.04731201007962227, -0.06453843414783478, -0.028664492070674896, 0.03162799030542374, 0.007608048617839813, -0.018612856045365334, -0.03322238847613335, -0.05334299057722092, 0.018630187958478928, 0.05788355693221092, 0.04658413305878639, -0.014306250959634781, -0.040587812662124634, 0.06537029147148132, -0.006802184507250786, -0.025111759081482887, 0.043637964874506, -0.038438841700553894, 0.07417414337396622, 0.006043979432433844, -0.07074271887540817, -0.03590860217809677, -0.033031754195690155, -0.026446200907230377, 0.06959891319274902, -0.05251113325357437, 0.023136092349886894, -0.010666864924132824, 0.03937468305230141, 0.014063624665141106, -0.004973826464265585, 0.03920137882232666, -0.05115935951471329, -0.013188439421355724, -0.06342928856611252, 0.023915961384773254, -0.01793697103857994, -0.026740817353129387, -0.018942134454846382, -0.06273607164621353, 0.025683661922812462, 0.02894177846610546, -0.0015868153423070908, 0.05358561873435974, -0.007365422789007425, 0.0260476004332304, 0.020917801186442375, -0.0023591015487909317, -0.02152436412870884, 0.03263315558433533, 0.023482700809836388, -0.009930322878062725, -0.03753766044974327, 0.019427385181188583, 0.035665977746248245, -0.05334299057722092, -0.046445488929748535, 0.02304944023489952, 0.02200961671769619, 0.02233889326453209, 0.010406909510493279, -0.0023504362907260656, 0.006858508568257093, 0.022841475903987885, 0.03083079308271408, -0.08845439553260803, 0.04096908122301102, -0.0030804798007011414, -0.029669655486941338, 0.01630791276693344, 0.002961333142593503, 0.036289870738983154, -0.022477537393569946, 0.034071579575538635, -0.07666971534490585, -0.002736037829890847, -0.030952105298638344, 0.019514037296175957, -0.05954727530479431, -0.003719538450241089, 0.05635848268866539, -0.01461819838732481, 0.06762324273586273, -0.07770954072475433, -0.02545836754143238, -0.05802220106124878, -0.0031324708834290504, 0.002067734021693468, 0.03214790299534798, -0.009609710425138474, -0.06914832442998886, 0.014453559182584286, 0.03708707168698311, 0.01460086740553379, -0.03965197131037712, 0.019288742914795876, 0.010294261388480663, 0.02249486744403839, -0.011957980692386627, 0.0005071851774118841, 0.038438841700553894, -0.012746513821184635, -0.05864609405398369, -0.026983443647623062, 0.015008131973445415, -0.002549736062064767, -0.019323403015732765, -0.015068788081407547, -0.031004097312688828, 0.016290582716464996, 0.03426221385598183, 0.013691021129488945, 0.06651409715414047, 0.010398243553936481, -0.020883139222860336, 0.00022759697458241135, -0.04031052440404892, -0.025094429031014442, -0.01726975105702877, 0.043256696313619614, 0.03660181909799576, -0.06561291962862015, -0.06717265397310257, 0.0078940000385046, 0.01748638041317463, -0.031004097312688828, 0.03057083673775196, -0.028560509905219078, -0.01541539654135704, 0.0034639150835573673, -0.006932162679731846, -0.08949422091245651, 0.03722571209073067, 0.048594459891319275, 0.0061262985691428185, -0.002725206548348069, 0.04405389353632927, -0.05053546652197838, 0.02200961671769619, 0.019773993641138077, -0.045856256037950516, -0.09275233745574951, -0.019184760749340057, 0.04398457333445549, 0.007374087814241648, 0.0005914001376368105, -0.06862840801477432, -0.019254080951213837, -0.005563060287386179, -0.04256347939372063, -0.03024156019091606, -0.019184760749340057, -0.02745136432349682, 0.07673904299736023, 0.013049796223640442, 0.033517006784677505, -0.006394919939339161, -0.02890711836516857, 0.0027100422885268927, 0.044331181794404984, 0.034435518085956573, -0.05916600674390793, 0.004687875043600798, -0.014323581010103226, 0.014262924902141094, -0.04450448229908943, -0.018387561663985252, -0.005329099949449301, -0.058160845190286636, 0.014973470941185951, 0.000381268939236179, 0.05005021393299103, -0.06363725662231445, 0.09975381940603256, -0.014774171635508537, 0.05005021393299103, 0.004614220932126045, -0.02500777691602707, 0.059339310973882675, 0.004592557903379202, 0.02138572186231613, 0.03830019757151604, 0.01830090954899788, -0.021316399797797203, 0.039963915944099426, 0.01304113119840622, 0.025995610281825066, 0.07417414337396622, 0.06280539184808731, -0.02649819105863571, 0.006464241538196802, 0.001852187211625278, 0.0003143844078294933, -0.0031822959426790476, -0.04141966998577118, -0.041073065251111984, 0.011325420811772346, 0.0201899241656065, -0.026740817353129387, -0.07417414337396622, 0.0018023622687906027, -0.007161790505051613, 0.00003305301288492046, 0.045336343348026276, -0.020588522776961327, -0.003985993564128876, 0.001543489284813404, 0.00464021647349, 0.03393293544650078, 0.0006553059793077409, 0.07985851168632507, -0.009072467684745789, 0.0015001633437350392, -0.019184760749340057, 0.014280254952609539, 0.018179597333073616, -0.03916671872138977, 0.011143451556563377, -0.006815182510763407, 0.026844799518585205, -0.03868146613240242, -0.012616535648703575, -0.04620286449790001, 0.0553533174097538 ]