phantasmal-world/9.a09c9b2e8e67bf469efc.js
Daan Vanden Bosch 674efd78bf Release 53.
2020-01-29 13:34:43 +01:00

1 line
100 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(window.webpackJsonp=window.webpackJsonp||[]).push([[9],{483:function(t,e,n){var i=n(691),r=n(793);function s(t){this.model=null,this.matrix=null,this.width=0,this.height=0,this.costRowIndex=0,this.rhsColumn=0,this.variablesPerIndex=[],this.unrestrictedVars=null,this.feasible=!0,this.evaluation=0,this.simplexIters=0,this.varIndexByRow=null,this.varIndexByCol=null,this.rowByVarIndex=null,this.colByVarIndex=null,this.precision=t||1e-8,this.optionalObjectives=[],this.objectivesByPriority={},this.savedState=null,this.availableIndexes=[],this.lastElementIndex=0,this.variables=null,this.nVars=0,this.bounded=!0,this.unboundedVarIndex=null,this.branchAndCutIterations=0}function a(t,e){this.priority=t,this.reducedCosts=new Array(e);for(var n=0;n<e;n+=1)this.reducedCosts[n]=0}t.exports=s,s.prototype.solve=function(){return this.model.getNumberOfIntegerVariables()>0?this.branchAndCut():this.simplex(),this.updateVariableValues(),this.getSolution()},a.prototype.copy=function(){var t=new a(this.priority,this.reducedCosts.length);return t.reducedCosts=this.reducedCosts.slice(),t},s.prototype.setOptionalObjective=function(t,e,n){var i=this.objectivesByPriority[t];void 0===i&&(i=new a(t,Math.max(this.width,e+1)),this.objectivesByPriority[t]=i,this.optionalObjectives.push(i),this.optionalObjectives.sort((function(t,e){return t.priority-e.priority})));i.reducedCosts[e]=n},s.prototype.initialize=function(t,e,n,i){this.variables=n,this.unrestrictedVars=i,this.width=t,this.height=e;for(var r=new Array(t),s=0;s<t;s++)r[s]=0;this.matrix=new Array(e);for(var a=0;a<e;a++)this.matrix[a]=r.slice();this.varIndexByRow=new Array(this.height),this.varIndexByCol=new Array(this.width),this.varIndexByRow[0]=-1,this.varIndexByCol[0]=-1,this.nVars=t+e-2,this.rowByVarIndex=new Array(this.nVars),this.colByVarIndex=new Array(this.nVars),this.lastElementIndex=this.nVars},s.prototype._resetMatrix=function(){var t,e,n=this.model.variables,i=this.model.constraints,r=n.length,s=i.length,a=this.matrix[0],o=!0===this.model.isMinimization?-1:1;for(t=0;t<r;t+=1){var u=n[t],l=u.priority,h=o*u.cost;0===l?a[t+1]=h:this.setOptionalObjective(l,t+1,h),e=n[t].index,this.rowByVarIndex[e]=-1,this.colByVarIndex[e]=t+1,this.varIndexByCol[t+1]=e}for(var c=1,d=0;d<s;d+=1){var f,m,v=i[d],y=v.index;this.rowByVarIndex[y]=c,this.colByVarIndex[y]=-1,this.varIndexByRow[c]=y;var p=v.terms,g=p.length,b=this.matrix[c++];if(v.isUpperBound){for(f=0;f<g;f+=1)m=p[f],b[this.colByVarIndex[m.variable.index]]=m.coefficient;b[0]=v.rhs}else{for(f=0;f<g;f+=1)m=p[f],b[this.colByVarIndex[m.variable.index]]=-m.coefficient;b[0]=-v.rhs}}},s.prototype.setModel=function(t){this.model=t;var e=t.nVariables+1,n=t.nConstraints+1;return this.initialize(e,n,t.variables,t.unrestrictedVariables),this._resetMatrix(),this},s.prototype.getNewElementIndex=function(){if(this.availableIndexes.length>0)return this.availableIndexes.pop();var t=this.lastElementIndex;return this.lastElementIndex+=1,t},s.prototype.density=function(){for(var t=0,e=this.matrix,n=0;n<this.height;n++)for(var i=e[n],r=0;r<this.width;r++)0!==i[r]&&(t+=1);return t/(this.height*this.width)},s.prototype.setEvaluation=function(){var t=Math.round(1/this.precision),e=this.matrix[this.costRowIndex][this.rhsColumn],n=Math.round((Number.EPSILON+e)*t)/t;this.evaluation=n,0===this.simplexIters&&(this.bestPossibleEval=n)},s.prototype.getSolution=function(){var t=!0===this.model.isMinimization?this.evaluation:-this.evaluation;return this.model.getNumberOfIntegerVariables()>0?new r(this,t,this.feasible,this.bounded,this.branchAndCutIterations):new i(this,t,this.feasible,this.bounded)}},528:function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function r(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),t}function s(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function a(t){return(a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function o(t,e){return(o=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function u(t,e,n){return(u=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}()?Reflect.construct:function(t,e,n){var i=[null];i.push.apply(i,e);var r=new(Function.bind.apply(t,i));return n&&o(r,n.prototype),r}).apply(null,arguments)}function l(t){var e="function"==typeof Map?new Map:void 0;return(l=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,i)}function i(){return u(t,arguments,a(this).constructor)}return i.prototype=Object.create(t.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),o(i,t)})(t)}Object.defineProperty(e,"__esModule",{value:!0});var h=function(t){function e(){return t.apply(this,arguments)||this}return s(e,t),e}(l(Error)),c=function(t){function e(e){return t.call(this,"Invalid DateTime: "+e.toMessage())||this}return s(e,t),e}(h),d=function(t){function e(e){return t.call(this,"Invalid Interval: "+e.toMessage())||this}return s(e,t),e}(h),f=function(t){function e(e){return t.call(this,"Invalid Duration: "+e.toMessage())||this}return s(e,t),e}(h),m=function(t){function e(){return t.apply(this,arguments)||this}return s(e,t),e}(h),v=function(t){function e(e){return t.call(this,"Invalid unit "+e)||this}return s(e,t),e}(h),y=function(t){function e(){return t.apply(this,arguments)||this}return s(e,t),e}(h),p=function(t){function e(){return t.call(this,"Zone is an abstract class")||this}return s(e,t),e}(h),g="numeric",b="short",w="long",x={year:g,month:g,day:g},I={year:g,month:b,day:g},k={year:g,month:w,day:g},O={year:g,month:w,day:g,weekday:w},S={hour:g,minute:g},V={hour:g,minute:g,second:g},T={hour:g,minute:g,second:g,timeZoneName:b},C={hour:g,minute:g,second:g,timeZoneName:w},M={hour:g,minute:g,hour12:!1},N={hour:g,minute:g,second:g,hour12:!1},E={hour:g,minute:g,second:g,hour12:!1,timeZoneName:b},B={hour:g,minute:g,second:g,hour12:!1,timeZoneName:w},D={year:g,month:g,day:g,hour:g,minute:g},j={year:g,month:g,day:g,hour:g,minute:g,second:g},_={year:g,month:b,day:g,hour:g,minute:g},L={year:g,month:b,day:g,hour:g,minute:g,second:g},F={year:g,month:b,day:g,weekday:b,hour:g,minute:g},z={year:g,month:w,day:g,hour:g,minute:g,timeZoneName:b},Z={year:g,month:w,day:g,hour:g,minute:g,second:g,timeZoneName:b},R={year:g,month:w,day:g,weekday:w,hour:g,minute:g,timeZoneName:w},A={year:g,month:w,day:g,weekday:w,hour:g,minute:g,second:g,timeZoneName:w};function q(t){return void 0===t}function P(t){return"number"==typeof t}function H(t){return"number"==typeof t&&t%1==0}function U(){try{return"undefined"!=typeof Intl&&Intl.DateTimeFormat}catch(t){return!1}}function W(){return!q(Intl.DateTimeFormat.prototype.formatToParts)}function J(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(t){return!1}}function Y(t,e,n){if(0!==t.length)return t.reduce((function(t,i){var r=[e(i),i];return t&&n(t[0],r[0])===t[0]?t:r}),null)[1]}function G(t,e){return e.reduce((function(e,n){return e[n]=t[n],e}),{})}function $(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function Q(t,e,n){return H(t)&&t>=e&&t<=n}function K(t,e){return void 0===e&&(e=2),t.toString().length<e?("0".repeat(e)+t).slice(-e):t.toString()}function X(t){return q(t)||null===t||""===t?void 0:parseInt(t,10)}function tt(t){if(!q(t)&&null!==t&&""!==t){var e=1e3*parseFloat("0."+t);return Math.floor(e)}}function et(t,e,n){void 0===n&&(n=!1);var i=Math.pow(10,e);return(n?Math.trunc:Math.round)(t*i)/i}function nt(t){return t%4==0&&(t%100!=0||t%400==0)}function it(t){return nt(t)?366:365}function rt(t,e){var n=function(t,e){return t-e*Math.floor(t/e)}(e-1,12)+1;return 2===n?nt(t+(e-n)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][n-1]}function st(t){var e=Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,t.second,t.millisecond);return t.year<100&&t.year>=0&&(e=new Date(e)).setUTCFullYear(e.getUTCFullYear()-1900),+e}function at(t){var e=(t+Math.floor(t/4)-Math.floor(t/100)+Math.floor(t/400))%7,n=t-1,i=(n+Math.floor(n/4)-Math.floor(n/100)+Math.floor(n/400))%7;return 4===e||3===i?53:52}function ot(t){return t>99?t:t>60?1900+t:2e3+t}function ut(t,e,n,i){void 0===i&&(i=null);var r=new Date(t),s={hour12:!1,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};i&&(s.timeZone=i);var a=Object.assign({timeZoneName:e},s),o=U();if(o&&W()){var u=new Intl.DateTimeFormat(n,a).formatToParts(r).find((function(t){return"timezonename"===t.type.toLowerCase()}));return u?u.value:null}if(o){var l=new Intl.DateTimeFormat(n,s).format(r);return new Intl.DateTimeFormat(n,a).format(r).substring(l.length).replace(/^[, \u200e]+/,"")}return null}function lt(t,e){var n=parseInt(t,10);Number.isNaN(n)&&(n=0);var i=parseInt(e,10)||0;return 60*n+(n<0||Object.is(n,-0)?-i:i)}function ht(t){var e=Number(t);if("boolean"==typeof t||""===t||Number.isNaN(e))throw new y("Invalid unit value "+t);return e}function ct(t,e,n){var i={};for(var r in t)if($(t,r)){if(n.indexOf(r)>=0)continue;var s=t[r];if(null==s)continue;i[e(r)]=ht(s)}return i}function dt(t,e){var n=Math.trunc(t/60),i=Math.abs(t%60),r=n>=0&&!Object.is(n,-0)?"+":"-",s=""+r+Math.abs(n);switch(e){case"short":return""+r+K(Math.abs(n),2)+":"+K(i,2);case"narrow":return i>0?s+":"+i:s;case"techie":return""+r+K(Math.abs(n),2)+K(i,2);default:throw new RangeError("Value format "+e+" is out of range for property format")}}function ft(t){return G(t,["hour","minute","second","millisecond"])}var mt=/[A-Za-z_+-]{1,256}(:?\/[A-Za-z_+-]{1,256}(\/[A-Za-z_+-]{1,256})?)?/;function vt(t){return JSON.stringify(t,Object.keys(t).sort())}var yt=["January","February","March","April","May","June","July","August","September","October","November","December"],pt=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],gt=["J","F","M","A","M","J","J","A","S","O","N","D"];function bt(t){switch(t){case"narrow":return gt;case"short":return pt;case"long":return yt;case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}var wt=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],xt=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],It=["M","T","W","T","F","S","S"];function kt(t){switch(t){case"narrow":return It;case"short":return xt;case"long":return wt;case"numeric":return["1","2","3","4","5","6","7"];default:return null}}var Ot=["AM","PM"],St=["Before Christ","Anno Domini"],Vt=["BC","AD"],Tt=["B","A"];function Ct(t){switch(t){case"narrow":return Tt;case"short":return Vt;case"long":return St;default:return null}}function Mt(t,e){var n="",i=t,r=Array.isArray(i),s=0;for(i=r?i:i[Symbol.iterator]();;){var a;if(r){if(s>=i.length)break;a=i[s++]}else{if((s=i.next()).done)break;a=s.value}var o=a;o.literal?n+=o.val:n+=e(o.val)}return n}var Nt={D:x,DD:I,DDD:k,DDDD:O,t:S,tt:V,ttt:T,tttt:C,T:M,TT:N,TTT:E,TTTT:B,f:D,ff:_,fff:z,ffff:R,F:j,FF:L,FFF:Z,FFFF:A},Et=function(){function t(t,e){this.opts=e,this.loc=t,this.systemLoc=null}t.create=function(e,n){return void 0===n&&(n={}),new t(e,n)},t.parseFormat=function(t){for(var e=null,n="",i=!1,r=[],s=0;s<t.length;s++){var a=t.charAt(s);"'"===a?(n.length>0&&r.push({literal:i,val:n}),e=null,n="",i=!i):i?n+=a:a===e?n+=a:(n.length>0&&r.push({literal:!1,val:n}),n=a,e=a)}return n.length>0&&r.push({literal:i,val:n}),r},t.macroTokenToFormatOpts=function(t){return Nt[t]};var e=t.prototype;return e.formatWithSystemDefault=function(t,e){return null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(t,Object.assign({},this.opts,e)).format()},e.formatDateTime=function(t,e){return void 0===e&&(e={}),this.loc.dtFormatter(t,Object.assign({},this.opts,e)).format()},e.formatDateTimeParts=function(t,e){return void 0===e&&(e={}),this.loc.dtFormatter(t,Object.assign({},this.opts,e)).formatToParts()},e.resolvedOptions=function(t,e){return void 0===e&&(e={}),this.loc.dtFormatter(t,Object.assign({},this.opts,e)).resolvedOptions()},e.num=function(t,e){if(void 0===e&&(e=0),this.opts.forceSimple)return K(t,e);var n=Object.assign({},this.opts);return e>0&&(n.padTo=e),this.loc.numberFormatter(n).format(t)},e.formatDateTimeFromString=function(e,n){var i=this,r="en"===this.loc.listingMode(),s=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar&&W(),a=function(t,n){return i.loc.extract(e,t,n)},o=function(t){return e.isOffsetFixed&&0===e.offset&&t.allowZ?"Z":e.isValid?e.zone.formatOffset(e.ts,t.format):""},u=function(){return r?function(t){return Ot[t.hour<12?0:1]}(e):a({hour:"numeric",hour12:!0},"dayperiod")},l=function(t,n){return r?function(t,e){return bt(e)[t.month-1]}(e,t):a(n?{month:t}:{month:t,day:"numeric"},"month")},h=function(t,n){return r?function(t,e){return kt(e)[t.weekday-1]}(e,t):a(n?{weekday:t}:{weekday:t,month:"long",day:"numeric"},"weekday")},c=function(t){return r?function(t,e){return Ct(e)[t.year<0?0:1]}(e,t):a({era:t},"era")};return Mt(t.parseFormat(n),(function(n){switch(n){case"S":return i.num(e.millisecond);case"u":case"SSS":return i.num(e.millisecond,3);case"s":return i.num(e.second);case"ss":return i.num(e.second,2);case"m":return i.num(e.minute);case"mm":return i.num(e.minute,2);case"h":return i.num(e.hour%12==0?12:e.hour%12);case"hh":return i.num(e.hour%12==0?12:e.hour%12,2);case"H":return i.num(e.hour);case"HH":return i.num(e.hour,2);case"Z":return o({format:"narrow",allowZ:i.opts.allowZ});case"ZZ":return o({format:"short",allowZ:i.opts.allowZ});case"ZZZ":return o({format:"techie",allowZ:!1});case"ZZZZ":return e.zone.offsetName(e.ts,{format:"short",locale:i.loc.locale});case"ZZZZZ":return e.zone.offsetName(e.ts,{format:"long",locale:i.loc.locale});case"z":return e.zoneName;case"a":return u();case"d":return s?a({day:"numeric"},"day"):i.num(e.day);case"dd":return s?a({day:"2-digit"},"day"):i.num(e.day,2);case"c":return i.num(e.weekday);case"ccc":return h("short",!0);case"cccc":return h("long",!0);case"ccccc":return h("narrow",!0);case"E":return i.num(e.weekday);case"EEE":return h("short",!1);case"EEEE":return h("long",!1);case"EEEEE":return h("narrow",!1);case"L":return s?a({month:"numeric",day:"numeric"},"month"):i.num(e.month);case"LL":return s?a({month:"2-digit",day:"numeric"},"month"):i.num(e.month,2);case"LLL":return l("short",!0);case"LLLL":return l("long",!0);case"LLLLL":return l("narrow",!0);case"M":return s?a({month:"numeric"},"month"):i.num(e.month);case"MM":return s?a({month:"2-digit"},"month"):i.num(e.month,2);case"MMM":return l("short",!1);case"MMMM":return l("long",!1);case"MMMMM":return l("narrow",!1);case"y":return s?a({year:"numeric"},"year"):i.num(e.year);case"yy":return s?a({year:"2-digit"},"year"):i.num(e.year.toString().slice(-2),2);case"yyyy":return s?a({year:"numeric"},"year"):i.num(e.year,4);case"yyyyyy":return s?a({year:"numeric"},"year"):i.num(e.year,6);case"G":return c("short");case"GG":return c("long");case"GGGGG":return c("narrow");case"kk":return i.num(e.weekYear.toString().slice(-2),2);case"kkkk":return i.num(e.weekYear,4);case"W":return i.num(e.weekNumber);case"WW":return i.num(e.weekNumber,2);case"o":return i.num(e.ordinal);case"ooo":return i.num(e.ordinal,3);case"q":return i.num(e.quarter);case"qq":return i.num(e.quarter,2);case"X":return i.num(Math.floor(e.ts/1e3));case"x":return i.num(e.ts);default:return function(n){var r=t.macroTokenToFormatOpts(n);return r?i.formatWithSystemDefault(e,r):n}(n)}}))},e.formatDurationFromString=function(e,n){var i,r=this,s=function(t){switch(t[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"M":return"month";case"y":return"year";default:return null}},a=t.parseFormat(n),o=a.reduce((function(t,e){var n=e.literal,i=e.val;return n?t:t.concat(i)}),[]),u=e.shiftTo.apply(e,o.map(s).filter((function(t){return t})));return Mt(a,(i=u,function(t){var e=s(t);return e?r.num(i.get(e),t.length):t}))},t}(),Bt=function(){function t(t,e){this.reason=t,this.explanation=e}return t.prototype.toMessage=function(){return this.explanation?this.reason+": "+this.explanation:this.reason},t}(),Dt=function(){function t(){}var e=t.prototype;return e.offsetName=function(t,e){throw new p},e.formatOffset=function(t,e){throw new p},e.offset=function(t){throw new p},e.equals=function(t){throw new p},r(t,[{key:"type",get:function(){throw new p}},{key:"name",get:function(){throw new p}},{key:"universal",get:function(){throw new p}},{key:"isValid",get:function(){throw new p}}]),t}(),jt=null,_t=function(t){function e(){return t.apply(this,arguments)||this}s(e,t);var n=e.prototype;return n.offsetName=function(t,e){return ut(t,e.format,e.locale)},n.formatOffset=function(t,e){return dt(this.offset(t),e)},n.offset=function(t){return-new Date(t).getTimezoneOffset()},n.equals=function(t){return"local"===t.type},r(e,[{key:"type",get:function(){return"local"}},{key:"name",get:function(){return U()?(new Intl.DateTimeFormat).resolvedOptions().timeZone:"local"}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return!0}}],[{key:"instance",get:function(){return null===jt&&(jt=new e),jt}}]),e}(Dt),Lt=RegExp("^"+mt.source+"$"),Ft={};var zt={year:0,month:1,day:2,hour:3,minute:4,second:5};var Zt={},Rt=function(t){function e(n){var i;return(i=t.call(this)||this).zoneName=n,i.valid=e.isValidZone(n),i}s(e,t),e.create=function(t){return Zt[t]||(Zt[t]=new e(t)),Zt[t]},e.resetCache=function(){Zt={},Ft={}},e.isValidSpecifier=function(t){return!(!t||!t.match(Lt))},e.isValidZone=function(t){try{return new Intl.DateTimeFormat("en-US",{timeZone:t}).format(),!0}catch(t){return!1}},e.parseGMTOffset=function(t){if(t){var e=t.match(/^Etc\/GMT([+-]\d{1,2})$/i);if(e)return-60*parseInt(e[1])}return null};var n=e.prototype;return n.offsetName=function(t,e){return ut(t,e.format,e.locale,this.name)},n.formatOffset=function(t,e){return dt(this.offset(t),e)},n.offset=function(t){var e,n=new Date(t),i=(e=this.name,Ft[e]||(Ft[e]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),Ft[e]),r=i.formatToParts?function(t,e){for(var n=t.formatToParts(e),i=[],r=0;r<n.length;r++){var s=n[r],a=s.type,o=s.value,u=zt[a];q(u)||(i[u]=parseInt(o,10))}return i}(i,n):function(t,e){var n=t.format(e).replace(/\u200E/g,""),i=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(n),r=i[1],s=i[2];return[i[3],r,s,i[4],i[5],i[6]]}(i,n),s=r[0],a=r[1],o=r[2],u=r[3],l=st({year:s,month:a,day:o,hour:24===u?0:u,minute:r[4],second:r[5],millisecond:0}),h=n.valueOf();return(l-(h-=h%1e3))/6e4},n.equals=function(t){return"iana"===t.type&&t.name===this.name},r(e,[{key:"type",get:function(){return"iana"}},{key:"name",get:function(){return this.zoneName}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return this.valid}}]),e}(Dt),At=null,qt=function(t){function e(e){var n;return(n=t.call(this)||this).fixed=e,n}s(e,t),e.instance=function(t){return 0===t?e.utcInstance:new e(t)},e.parseSpecifier=function(t){if(t){var n=t.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(n)return new e(lt(n[1],n[2]))}return null},r(e,null,[{key:"utcInstance",get:function(){return null===At&&(At=new e(0)),At}}]);var n=e.prototype;return n.offsetName=function(){return this.name},n.formatOffset=function(t,e){return dt(this.fixed,e)},n.offset=function(){return this.fixed},n.equals=function(t){return"fixed"===t.type&&t.fixed===this.fixed},r(e,[{key:"type",get:function(){return"fixed"}},{key:"name",get:function(){return 0===this.fixed?"UTC":"UTC"+dt(this.fixed,"narrow")}},{key:"universal",get:function(){return!0}},{key:"isValid",get:function(){return!0}}]),e}(Dt),Pt=function(t){function e(e){var n;return(n=t.call(this)||this).zoneName=e,n}s(e,t);var n=e.prototype;return n.offsetName=function(){return null},n.formatOffset=function(){return""},n.offset=function(){return NaN},n.equals=function(){return!1},r(e,[{key:"type",get:function(){return"invalid"}},{key:"name",get:function(){return this.zoneName}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return!1}}]),e}(Dt);function Ht(t,e){var n;if(q(t)||null===t)return e;if(t instanceof Dt)return t;if("string"==typeof t){var i=t.toLowerCase();return"local"===i?e:"utc"===i||"gmt"===i?qt.utcInstance:null!=(n=Rt.parseGMTOffset(t))?qt.instance(n):Rt.isValidSpecifier(i)?Rt.create(t):qt.parseSpecifier(i)||new Pt(t)}return P(t)?qt.instance(t):"object"==typeof t&&t.offset&&"number"==typeof t.offset?t:new Pt(t)}var Ut=function(){return Date.now()},Wt=null,Jt=null,Yt=null,Gt=null,$t=!1,Qt=function(){function t(){}return t.resetCaches=function(){oe.resetCache(),Rt.resetCache()},r(t,null,[{key:"now",get:function(){return Ut},set:function(t){Ut=t}},{key:"defaultZoneName",get:function(){return t.defaultZone.name},set:function(t){Wt=t?Ht(t):null}},{key:"defaultZone",get:function(){return Wt||_t.instance}},{key:"defaultLocale",get:function(){return Jt},set:function(t){Jt=t}},{key:"defaultNumberingSystem",get:function(){return Yt},set:function(t){Yt=t}},{key:"defaultOutputCalendar",get:function(){return Gt},set:function(t){Gt=t}},{key:"throwOnInvalid",get:function(){return $t},set:function(t){$t=t}}]),t}(),Kt={};function Xt(t,e){void 0===e&&(e={});var n=JSON.stringify([t,e]),i=Kt[n];return i||(i=new Intl.DateTimeFormat(t,e),Kt[n]=i),i}var te={};var ee={};var ne=null;function ie(t,e,n,i,r){var s=t.listingMode(n);return"error"===s?null:"en"===s?i(e):r(e)}var re=function(){function t(t,e,n){if(this.padTo=n.padTo||0,this.floor=n.floor||!1,!e&&U()){var i={useGrouping:!1};n.padTo>0&&(i.minimumIntegerDigits=n.padTo),this.inf=function(t,e){void 0===e&&(e={});var n=JSON.stringify([t,e]),i=te[n];return i||(i=new Intl.NumberFormat(t,e),te[n]=i),i}(t,i)}}return t.prototype.format=function(t){if(this.inf){var e=this.floor?Math.floor(t):t;return this.inf.format(e)}return K(this.floor?Math.floor(t):et(t,3),this.padTo)},t}(),se=function(){function t(t,e,n){var i;if(this.opts=n,this.hasIntl=U(),t.zone.universal&&this.hasIntl?(i="UTC",n.timeZoneName?this.dt=t:this.dt=0===t.offset?t:ii.fromMillis(t.ts+60*t.offset*1e3)):"local"===t.zone.type?this.dt=t:(this.dt=t,i=t.zone.name),this.hasIntl){var r=Object.assign({},this.opts);i&&(r.timeZone=i),this.dtf=Xt(e,r)}}var e=t.prototype;return e.format=function(){if(this.hasIntl)return this.dtf.format(this.dt.toJSDate());var t=function(t){switch(vt(G(t,["weekday","era","year","month","day","hour","minute","second","timeZoneName","hour12"]))){case vt(x):return"M/d/yyyy";case vt(I):return"LLL d, yyyy";case vt(k):return"LLLL d, yyyy";case vt(O):return"EEEE, LLLL d, yyyy";case vt(S):return"h:mm a";case vt(V):return"h:mm:ss a";case vt(T):case vt(C):return"h:mm a";case vt(M):return"HH:mm";case vt(N):return"HH:mm:ss";case vt(E):case vt(B):return"HH:mm";case vt(D):return"M/d/yyyy, h:mm a";case vt(_):return"LLL d, yyyy, h:mm a";case vt(z):return"LLLL d, yyyy, h:mm a";case vt(R):return"EEEE, LLLL d, yyyy, h:mm a";case vt(j):return"M/d/yyyy, h:mm:ss a";case vt(L):return"LLL d, yyyy, h:mm:ss a";case vt(F):return"EEE, d LLL yyyy, h:mm a";case vt(Z):return"LLLL d, yyyy, h:mm:ss a";case vt(A):return"EEEE, LLLL d, yyyy, h:mm:ss a";default:return"EEEE, LLLL d, yyyy, h:mm a"}}(this.opts),e=oe.create("en-US");return Et.create(e).formatDateTimeFromString(this.dt,t)},e.formatToParts=function(){return this.hasIntl&&W()?this.dtf.formatToParts(this.dt.toJSDate()):[]},e.resolvedOptions=function(){return this.hasIntl?this.dtf.resolvedOptions():{locale:"en-US",numberingSystem:"latn",outputCalendar:"gregory"}},t}(),ae=function(){function t(t,e,n){this.opts=Object.assign({style:"long"},n),!e&&J()&&(this.rtf=function(t,e){void 0===e&&(e={});var n=JSON.stringify([t,e]),i=ee[n];return i||(i=new Intl.RelativeTimeFormat(t,e),ee[n]=i),i}(t,n))}var e=t.prototype;return e.format=function(t,e){return this.rtf?this.rtf.format(t,e):function(t,e,n,i){void 0===n&&(n="always"),void 0===i&&(i=!1);var r={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},s=-1===["hours","minutes","seconds"].indexOf(t);if("auto"===n&&s){var a="days"===t;switch(e){case 1:return a?"tomorrow":"next "+r[t][0];case-1:return a?"yesterday":"last "+r[t][0];case 0:return a?"today":"this "+r[t][0]}}var o=Object.is(e,-0)||e<0,u=Math.abs(e),l=1===u,h=r[t],c=i?l?h[1]:h[2]||h[1]:l?r[t][0]:t;return o?u+" "+c+" ago":"in "+u+" "+c}(e,t,this.opts.numeric,"long"!==this.opts.style)},e.formatToParts=function(t,e){return this.rtf?this.rtf.formatToParts(t,e):[]},t}(),oe=function(){function t(t,e,n,i){var r=function(t){var e=t.indexOf("-u-");if(-1===e)return[t];var n,i=t.substring(0,e);try{n=Xt(t).resolvedOptions()}catch(t){n=Xt(i).resolvedOptions()}var r=n;return[i,r.numberingSystem,r.calendar]}(t),s=r[0],a=r[1],o=r[2];this.locale=s,this.numberingSystem=e||a||null,this.outputCalendar=n||o||null,this.intl=function(t,e,n){return U()?n||e?(t+="-u",n&&(t+="-ca-"+n),e&&(t+="-nu-"+e),t):t:[]}(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=i,this.fastNumbersCached=null}t.fromOpts=function(e){return t.create(e.locale,e.numberingSystem,e.outputCalendar,e.defaultToEN)},t.create=function(e,n,i,r){void 0===r&&(r=!1);var s=e||Qt.defaultLocale;return new t(s||(r?"en-US":function(){if(ne)return ne;if(U()){var t=(new Intl.DateTimeFormat).resolvedOptions().locale;return ne=t&&"und"!==t?t:"en-US"}return ne="en-US"}()),n||Qt.defaultNumberingSystem,i||Qt.defaultOutputCalendar,s)},t.resetCache=function(){ne=null,Kt={},te={},ee={}},t.fromObject=function(e){var n=void 0===e?{}:e,i=n.locale,r=n.numberingSystem,s=n.outputCalendar;return t.create(i,r,s)};var e=t.prototype;return e.listingMode=function(t){void 0===t&&(t=!0);var e=U()&&W(),n=this.isEnglish(),i=!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar);return e||n&&i||t?!e||n&&i?"en":"intl":"error"},e.clone=function(e){return e&&0!==Object.getOwnPropertyNames(e).length?t.create(e.locale||this.specifiedLocale,e.numberingSystem||this.numberingSystem,e.outputCalendar||this.outputCalendar,e.defaultToEN||!1):this},e.redefaultToEN=function(t){return void 0===t&&(t={}),this.clone(Object.assign({},t,{defaultToEN:!0}))},e.redefaultToSystem=function(t){return void 0===t&&(t={}),this.clone(Object.assign({},t,{defaultToEN:!1}))},e.months=function(t,e,n){var i=this;return void 0===e&&(e=!1),void 0===n&&(n=!0),ie(this,t,n,bt,(function(){var n=e?{month:t,day:"numeric"}:{month:t},r=e?"format":"standalone";return i.monthsCache[r][t]||(i.monthsCache[r][t]=function(t){for(var e=[],n=1;n<=12;n++){var i=ii.utc(2016,n,1);e.push(t(i))}return e}((function(t){return i.extract(t,n,"month")}))),i.monthsCache[r][t]}))},e.weekdays=function(t,e,n){var i=this;return void 0===e&&(e=!1),void 0===n&&(n=!0),ie(this,t,n,kt,(function(){var n=e?{weekday:t,year:"numeric",month:"long",day:"numeric"}:{weekday:t},r=e?"format":"standalone";return i.weekdaysCache[r][t]||(i.weekdaysCache[r][t]=function(t){for(var e=[],n=1;n<=7;n++){var i=ii.utc(2016,11,13+n);e.push(t(i))}return e}((function(t){return i.extract(t,n,"weekday")}))),i.weekdaysCache[r][t]}))},e.meridiems=function(t){var e=this;return void 0===t&&(t=!0),ie(this,void 0,t,(function(){return Ot}),(function(){if(!e.meridiemCache){var t={hour:"numeric",hour12:!0};e.meridiemCache=[ii.utc(2016,11,13,9),ii.utc(2016,11,13,19)].map((function(n){return e.extract(n,t,"dayperiod")}))}return e.meridiemCache}))},e.eras=function(t,e){var n=this;return void 0===e&&(e=!0),ie(this,t,e,Ct,(function(){var e={era:t};return n.eraCache[t]||(n.eraCache[t]=[ii.utc(-40,1,1),ii.utc(2017,1,1)].map((function(t){return n.extract(t,e,"era")}))),n.eraCache[t]}))},e.extract=function(t,e,n){var i=this.dtFormatter(t,e).formatToParts().find((function(t){return t.type.toLowerCase()===n}));return i?i.value:null},e.numberFormatter=function(t){return void 0===t&&(t={}),new re(this.intl,t.forceSimple||this.fastNumbers,t)},e.dtFormatter=function(t,e){return void 0===e&&(e={}),new se(t,this.intl,e)},e.relFormatter=function(t){return void 0===t&&(t={}),new ae(this.intl,this.isEnglish(),t)},e.isEnglish=function(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||U()&&new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")},e.equals=function(t){return this.locale===t.locale&&this.numberingSystem===t.numberingSystem&&this.outputCalendar===t.outputCalendar},r(t,[{key:"fastNumbers",get:function(){var t;return null==this.fastNumbersCached&&(this.fastNumbersCached=(!(t=this).numberingSystem||"latn"===t.numberingSystem)&&("latn"===t.numberingSystem||!t.locale||t.locale.startsWith("en")||U()&&"latn"===new Intl.DateTimeFormat(t.intl).resolvedOptions().numberingSystem)),this.fastNumbersCached}}]),t}();function ue(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var i=e.reduce((function(t,e){return t+e.source}),"");return RegExp("^"+i+"$")}function le(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return function(t){return e.reduce((function(e,n){var i=e[0],r=e[1],s=e[2],a=n(t,s),o=a[0],u=a[1],l=a[2];return[Object.assign(i,o),r||u,l]}),[{},null,1]).slice(0,2)}}function he(t){if(null==t)return[null,null];for(var e=arguments.length,n=new Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];for(var r=0,s=n;r<s.length;r++){var a=s[r],o=a[0],u=a[1],l=o.exec(t);if(l)return u(l)}return[null,null]}function ce(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return function(t,n){var i,r={};for(i=0;i<e.length;i++)r[e[i]]=X(t[n+i]);return[r,null,n+i]}}var de=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,fe=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,9}))?)?)?/,me=RegExp(""+fe.source+de.source+"?"),ve=RegExp("(?:T"+me.source+")?"),ye=ce("weekYear","weekNumber","weekDay"),pe=ce("year","ordinal"),ge=RegExp(fe.source+" ?(?:"+de.source+"|("+mt.source+"))?"),be=RegExp("(?: "+ge.source+")?");function we(t,e,n){var i=t[e];return q(i)?n:X(i)}function xe(t,e){return[{year:we(t,e),month:we(t,e+1,1),day:we(t,e+2,1)},null,e+3]}function Ie(t,e){return[{hour:we(t,e,0),minute:we(t,e+1,0),second:we(t,e+2,0),millisecond:tt(t[e+3])},null,e+4]}function ke(t,e){var n=!t[e]&&!t[e+1],i=lt(t[e+1],t[e+2]);return[{},n?null:qt.instance(i),e+3]}function Oe(t,e){return[{},t[e]?Rt.create(t[e]):null,e+1]}var Se=/^P(?:(?:(-?\d{1,9})Y)?(?:(-?\d{1,9})M)?(?:(-?\d{1,9})W)?(?:(-?\d{1,9})D)?(?:T(?:(-?\d{1,9})H)?(?:(-?\d{1,9})M)?(?:(-?\d{1,9})(?:[.,](-?\d{1,9}))?S)?)?)$/;function Ve(t){var e=t[1],n=t[2],i=t[3],r=t[4],s=t[5],a=t[6],o=t[7],u=t[8];return[{years:X(e),months:X(n),weeks:X(i),days:X(r),hours:X(s),minutes:X(a),seconds:X(o),milliseconds:tt(u)}]}var Te={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Ce(t,e,n,i,r,s,a){var o={year:2===e.length?ot(X(e)):X(e),month:pt.indexOf(n)+1,day:X(i),hour:X(r),minute:X(s)};return a&&(o.second=X(a)),t&&(o.weekday=t.length>3?wt.indexOf(t)+1:xt.indexOf(t)+1),o}var Me=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function Ne(t){var e,n=t[1],i=t[2],r=t[3],s=t[4],a=t[5],o=t[6],u=t[7],l=t[8],h=t[9],c=t[10],d=t[11],f=Ce(n,s,r,i,a,o,u);return e=l?Te[l]:h?0:lt(c,d),[f,new qt(e)]}var Ee=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,Be=/^(Monday|Tuesday|Wedsday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,De=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function je(t){var e=t[1],n=t[2],i=t[3];return[Ce(e,t[4],i,n,t[5],t[6],t[7]),qt.utcInstance]}function _e(t){var e=t[1],n=t[2],i=t[3],r=t[4],s=t[5],a=t[6];return[Ce(e,t[7],n,i,r,s,a),qt.utcInstance]}var Le=ue(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,ve),Fe=ue(/(\d{4})-?W(\d\d)(?:-?(\d))?/,ve),ze=ue(/(\d{4})-?(\d{3})/,ve),Ze=ue(me),Re=le(xe,Ie,ke),Ae=le(ye,Ie,ke),qe=le(pe,Ie),Pe=le(Ie,ke);var He=ue(/(\d{4})-(\d\d)-(\d\d)/,be),Ue=ue(ge),We=le(xe,Ie,ke,Oe),Je=le(Ie,ke,Oe);var Ye={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},Ge=Object.assign({years:{months:12,weeks:52,days:365,hours:8760,minutes:525600,seconds:31536e3,milliseconds:31536e6},quarters:{months:3,weeks:13,days:91,hours:2184,minutes:131040,milliseconds:78624e5},months:{weeks:4,days:30,hours:720,minutes:43200,seconds:2592e3,milliseconds:2592e6}},Ye),$e=Object.assign({years:{months:12,weeks:52.1775,days:365.2425,hours:8765.82,minutes:525949.2,seconds:525949.2*60,milliseconds:525949.2*60*1e3},quarters:{months:3,weeks:13.044375,days:91.310625,hours:2191.455,minutes:131487.3,seconds:525949.2*60/4,milliseconds:7889237999.999999},months:{weeks:30.436875/7,days:30.436875,hours:730.485,minutes:43829.1,seconds:2629746,milliseconds:2629746e3}},Ye),Qe=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],Ke=Qe.slice(0).reverse();function Xe(t,e,n){void 0===n&&(n=!1);var i={values:n?e.values:Object.assign({},t.values,e.values||{}),loc:t.loc.clone(e.loc),conversionAccuracy:e.conversionAccuracy||t.conversionAccuracy};return new nn(i)}function tn(t,e,n,i,r){var s=t[r][n],a=e[n]/s,o=!(Math.sign(a)===Math.sign(i[r]))&&0!==i[r]&&Math.abs(a)<=1?function(t){return t<0?Math.floor(t):Math.ceil(t)}(a):Math.trunc(a);i[r]+=o,e[n]-=o*s}function en(t,e){Ke.reduce((function(n,i){return q(e[i])?n:(n&&tn(t,e,n,e,i),i)}),null)}var nn=function(){function t(t){var e="longterm"===t.conversionAccuracy||!1;this.values=t.values,this.loc=t.loc||oe.create(),this.conversionAccuracy=e?"longterm":"casual",this.invalid=t.invalid||null,this.matrix=e?$e:Ge,this.isLuxonDuration=!0}t.fromMillis=function(e,n){return t.fromObject(Object.assign({milliseconds:e},n))},t.fromObject=function(e){if(null==e||"object"!=typeof e)throw new y("Duration.fromObject: argument expected to be an object, got "+(null===e?"null":typeof e));return new t({values:ct(e,t.normalizeUnit,["locale","numberingSystem","conversionAccuracy","zone"]),loc:oe.fromObject(e),conversionAccuracy:e.conversionAccuracy})},t.fromISO=function(e,n){var i=function(t){return he(t,[Se,Ve])}(e)[0];if(i){var r=Object.assign(i,n);return t.fromObject(r)}return t.invalid("unparsable",'the input "'+e+"\" can't be parsed as ISO 8601")},t.invalid=function(e,n){if(void 0===n&&(n=null),!e)throw new y("need to specify a reason the Duration is invalid");var i=e instanceof Bt?e:new Bt(e,n);if(Qt.throwOnInvalid)throw new f(i);return new t({invalid:i})},t.normalizeUnit=function(t){var e={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[t?t.toLowerCase():t];if(!e)throw new v(t);return e},t.isDuration=function(t){return t&&t.isLuxonDuration||!1};var e=t.prototype;return e.toFormat=function(t,e){void 0===e&&(e={});var n=Object.assign({},e,{floor:!1!==e.round&&!1!==e.floor});return this.isValid?Et.create(this.loc,n).formatDurationFromString(this,t):"Invalid Duration"},e.toObject=function(t){if(void 0===t&&(t={}),!this.isValid)return{};var e=Object.assign({},this.values);return t.includeConfig&&(e.conversionAccuracy=this.conversionAccuracy,e.numberingSystem=this.loc.numberingSystem,e.locale=this.loc.locale),e},e.toISO=function(){if(!this.isValid)return null;var t="P";return 0!==this.years&&(t+=this.years+"Y"),0===this.months&&0===this.quarters||(t+=this.months+3*this.quarters+"M"),0!==this.weeks&&(t+=this.weeks+"W"),0!==this.days&&(t+=this.days+"D"),0===this.hours&&0===this.minutes&&0===this.seconds&&0===this.milliseconds||(t+="T"),0!==this.hours&&(t+=this.hours+"H"),0!==this.minutes&&(t+=this.minutes+"M"),0===this.seconds&&0===this.milliseconds||(t+=et(this.seconds+this.milliseconds/1e3,3)+"S"),"P"===t&&(t+="T0S"),t},e.toJSON=function(){return this.toISO()},e.toString=function(){return this.toISO()},e.valueOf=function(){return this.as("milliseconds")},e.plus=function(t){if(!this.isValid)return this;for(var e=rn(t),n={},i=0,r=Qe;i<r.length;i++){var s=r[i];($(e.values,s)||$(this.values,s))&&(n[s]=e.get(s)+this.get(s))}return Xe(this,{values:n},!0)},e.minus=function(t){if(!this.isValid)return this;var e=rn(t);return this.plus(e.negate())},e.mapUnits=function(t){if(!this.isValid)return this;for(var e={},n=0,i=Object.keys(this.values);n<i.length;n++){var r=i[n];e[r]=ht(t(this.values[r],r))}return Xe(this,{values:e},!0)},e.get=function(e){return this[t.normalizeUnit(e)]},e.set=function(e){return this.isValid?Xe(this,{values:Object.assign(this.values,ct(e,t.normalizeUnit,[]))}):this},e.reconfigure=function(t){var e=void 0===t?{}:t,n=e.locale,i=e.numberingSystem,r=e.conversionAccuracy,s={loc:this.loc.clone({locale:n,numberingSystem:i})};return r&&(s.conversionAccuracy=r),Xe(this,s)},e.as=function(t){return this.isValid?this.shiftTo(t).get(t):NaN},e.normalize=function(){if(!this.isValid)return this;var t=this.toObject();return en(this.matrix,t),Xe(this,{values:t},!0)},e.shiftTo=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];if(!this.isValid)return this;if(0===n.length)return this;n=n.map((function(e){return t.normalizeUnit(e)}));var r,s={},a={},o=this.toObject();en(this.matrix,o);for(var u=0,l=Qe;u<l.length;u++){var h=l[u];if(n.indexOf(h)>=0){r=h;var c=0;for(var d in a)c+=this.matrix[d][h]*a[d],a[d]=0;P(o[h])&&(c+=o[h]);var f=Math.trunc(c);for(var m in s[h]=f,a[h]=c-f,o)Qe.indexOf(m)>Qe.indexOf(h)&&tn(this.matrix,o,m,s,h)}else P(o[h])&&(a[h]=o[h])}for(var v in a)0!==a[v]&&(s[r]+=v===r?a[v]:a[v]/this.matrix[r][v]);return Xe(this,{values:s},!0).normalize()},e.negate=function(){if(!this.isValid)return this;for(var t={},e=0,n=Object.keys(this.values);e<n.length;e++){var i=n[e];t[i]=-this.values[i]}return Xe(this,{values:t},!0)},e.equals=function(t){if(!this.isValid||!t.isValid)return!1;if(!this.loc.equals(t.loc))return!1;for(var e=0,n=Qe;e<n.length;e++){var i=n[e];if(this.values[i]!==t.values[i])return!1}return!0},r(t,[{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"years",get:function(){return this.isValid?this.values.years||0:NaN}},{key:"quarters",get:function(){return this.isValid?this.values.quarters||0:NaN}},{key:"months",get:function(){return this.isValid?this.values.months||0:NaN}},{key:"weeks",get:function(){return this.isValid?this.values.weeks||0:NaN}},{key:"days",get:function(){return this.isValid?this.values.days||0:NaN}},{key:"hours",get:function(){return this.isValid?this.values.hours||0:NaN}},{key:"minutes",get:function(){return this.isValid?this.values.minutes||0:NaN}},{key:"seconds",get:function(){return this.isValid?this.values.seconds||0:NaN}},{key:"milliseconds",get:function(){return this.isValid?this.values.milliseconds||0:NaN}},{key:"isValid",get:function(){return null===this.invalid}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}}]),t}();function rn(t){if(P(t))return nn.fromMillis(t);if(nn.isDuration(t))return t;if("object"==typeof t)return nn.fromObject(t);throw new y("Unknown duration argument "+t+" of type "+typeof t)}var sn="Invalid Interval";function an(t,e){return t&&t.isValid?e&&e.isValid?e<t?on.invalid("end before start","The end of an interval must be after its start, but you had start="+t.toISO()+" and end="+e.toISO()):null:on.invalid("missing or invalid end"):on.invalid("missing or invalid start")}var on=function(){function t(t){this.s=t.start,this.e=t.end,this.invalid=t.invalid||null,this.isLuxonInterval=!0}t.invalid=function(e,n){if(void 0===n&&(n=null),!e)throw new y("need to specify a reason the Interval is invalid");var i=e instanceof Bt?e:new Bt(e,n);if(Qt.throwOnInvalid)throw new d(i);return new t({invalid:i})},t.fromDateTimes=function(e,n){var i=ri(e),r=ri(n),s=an(i,r);return null==s?new t({start:i,end:r}):s},t.after=function(e,n){var i=rn(n),r=ri(e);return t.fromDateTimes(r,r.plus(i))},t.before=function(e,n){var i=rn(n),r=ri(e);return t.fromDateTimes(r.minus(i),r)},t.fromISO=function(e,n){var i=(e||"").split("/",2),r=i[0],s=i[1];if(r&&s){var a=ii.fromISO(r,n),o=ii.fromISO(s,n);if(a.isValid&&o.isValid)return t.fromDateTimes(a,o);if(a.isValid){var u=nn.fromISO(s,n);if(u.isValid)return t.after(a,u)}else if(o.isValid){var l=nn.fromISO(r,n);if(l.isValid)return t.before(o,l)}}return t.invalid("unparsable",'the input "'+e+"\" can't be parsed asISO 8601")},t.isInterval=function(t){return t&&t.isLuxonInterval||!1};var e=t.prototype;return e.length=function(t){return void 0===t&&(t="milliseconds"),this.isValid?this.toDuration.apply(this,[t]).get(t):NaN},e.count=function(t){if(void 0===t&&(t="milliseconds"),!this.isValid)return NaN;var e=this.start.startOf(t),n=this.end.startOf(t);return Math.floor(n.diff(e,t).get(t))+1},e.hasSame=function(t){return!!this.isValid&&this.e.minus(1).hasSame(this.s,t)},e.isEmpty=function(){return this.s.valueOf()===this.e.valueOf()},e.isAfter=function(t){return!!this.isValid&&this.s>t},e.isBefore=function(t){return!!this.isValid&&this.e<=t},e.contains=function(t){return!!this.isValid&&(this.s<=t&&this.e>t)},e.set=function(e){var n=void 0===e?{}:e,i=n.start,r=n.end;return this.isValid?t.fromDateTimes(i||this.s,r||this.e):this},e.splitAt=function(){var e=this;if(!this.isValid)return[];for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];for(var s=i.map(ri).filter((function(t){return e.contains(t)})).sort(),a=[],o=this.s,u=0;o<this.e;){var l=s[u]||this.e,h=+l>+this.e?this.e:l;a.push(t.fromDateTimes(o,h)),o=h,u+=1}return a},e.splitBy=function(e){var n=rn(e);if(!this.isValid||!n.isValid||0===n.as("milliseconds"))return[];for(var i,r,s=this.s,a=[];s<this.e;)r=+(i=s.plus(n))>+this.e?this.e:i,a.push(t.fromDateTimes(s,r)),s=r;return a},e.divideEqually=function(t){return this.isValid?this.splitBy(this.length()/t).slice(0,t):[]},e.overlaps=function(t){return this.e>t.s&&this.s<t.e},e.abutsStart=function(t){return!!this.isValid&&+this.e==+t.s},e.abutsEnd=function(t){return!!this.isValid&&+t.e==+this.s},e.engulfs=function(t){return!!this.isValid&&(this.s<=t.s&&this.e>=t.e)},e.equals=function(t){return!(!this.isValid||!t.isValid)&&(this.s.equals(t.s)&&this.e.equals(t.e))},e.intersection=function(e){if(!this.isValid)return this;var n=this.s>e.s?this.s:e.s,i=this.e<e.e?this.e:e.e;return n>i?null:t.fromDateTimes(n,i)},e.union=function(e){if(!this.isValid)return this;var n=this.s<e.s?this.s:e.s,i=this.e>e.e?this.e:e.e;return t.fromDateTimes(n,i)},t.merge=function(t){var e=t.sort((function(t,e){return t.s-e.s})).reduce((function(t,e){var n=t[0],i=t[1];return i?i.overlaps(e)||i.abutsStart(e)?[n,i.union(e)]:[n.concat([i]),e]:[n,e]}),[[],null]),n=e[0],i=e[1];return i&&n.push(i),n},t.xor=function(e){var n,i=null,r=0,s=[],a=e.map((function(t){return[{time:t.s,type:"s"},{time:t.e,type:"e"}]})),o=(n=Array.prototype).concat.apply(n,a).sort((function(t,e){return t.time-e.time})),u=Array.isArray(o),l=0;for(o=u?o:o[Symbol.iterator]();;){var h;if(u){if(l>=o.length)break;h=o[l++]}else{if((l=o.next()).done)break;h=l.value}var c=h;1===(r+="s"===c.type?1:-1)?i=c.time:(i&&+i!=+c.time&&s.push(t.fromDateTimes(i,c.time)),i=null)}return t.merge(s)},e.difference=function(){for(var e=this,n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return t.xor([this].concat(i)).map((function(t){return e.intersection(t)})).filter((function(t){return t&&!t.isEmpty()}))},e.toString=function(){return this.isValid?"["+this.s.toISO()+" "+this.e.toISO()+")":sn},e.toISO=function(t){return this.isValid?this.s.toISO(t)+"/"+this.e.toISO(t):sn},e.toISODate=function(){return this.isValid?this.s.toISODate()+"/"+this.e.toISODate():sn},e.toISOTime=function(t){return this.isValid?this.s.toISOTime(t)+"/"+this.e.toISOTime(t):sn},e.toFormat=function(t,e){var n=(void 0===e?{}:e).separator,i=void 0===n?" ":n;return this.isValid?""+this.s.toFormat(t)+i+this.e.toFormat(t):sn},e.toDuration=function(t,e){return this.isValid?this.e.diff(this.s,t,e):nn.invalid(this.invalidReason)},e.mapEndpoints=function(e){return t.fromDateTimes(e(this.s),e(this.e))},r(t,[{key:"start",get:function(){return this.isValid?this.s:null}},{key:"end",get:function(){return this.isValid?this.e:null}},{key:"isValid",get:function(){return null===this.invalidReason}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}}]),t}(),un=function(){function t(){}return t.hasDST=function(t){void 0===t&&(t=Qt.defaultZone);var e=ii.local().setZone(t).set({month:12});return!t.universal&&e.offset!==e.set({month:6}).offset},t.isValidIANAZone=function(t){return Rt.isValidSpecifier(t)&&Rt.isValidZone(t)},t.normalizeZone=function(t){return Ht(t,Qt.defaultZone)},t.months=function(t,e){void 0===t&&(t="long");var n=void 0===e?{}:e,i=n.locale,r=void 0===i?null:i,s=n.numberingSystem,a=void 0===s?null:s,o=n.outputCalendar,u=void 0===o?"gregory":o;return oe.create(r,a,u).months(t)},t.monthsFormat=function(t,e){void 0===t&&(t="long");var n=void 0===e?{}:e,i=n.locale,r=void 0===i?null:i,s=n.numberingSystem,a=void 0===s?null:s,o=n.outputCalendar,u=void 0===o?"gregory":o;return oe.create(r,a,u).months(t,!0)},t.weekdays=function(t,e){void 0===t&&(t="long");var n=void 0===e?{}:e,i=n.locale,r=void 0===i?null:i,s=n.numberingSystem,a=void 0===s?null:s;return oe.create(r,a,null).weekdays(t)},t.weekdaysFormat=function(t,e){void 0===t&&(t="long");var n=void 0===e?{}:e,i=n.locale,r=void 0===i?null:i,s=n.numberingSystem,a=void 0===s?null:s;return oe.create(r,a,null).weekdays(t,!0)},t.meridiems=function(t){var e=(void 0===t?{}:t).locale,n=void 0===e?null:e;return oe.create(n).meridiems()},t.eras=function(t,e){void 0===t&&(t="short");var n=(void 0===e?{}:e).locale,i=void 0===n?null:n;return oe.create(i,null,"gregory").eras(t)},t.features=function(){var t=!1,e=!1,n=!1,i=!1;if(U()){t=!0,e=W(),i=J();try{n="America/New_York"===new Intl.DateTimeFormat("en",{timeZone:"America/New_York"}).resolvedOptions().timeZone}catch(t){n=!1}}return{intl:t,intlTokens:e,zones:n,relative:i}},t}();function ln(t,e){var n=function(t){return t.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf()},i=n(e)-n(t);return Math.floor(nn.fromMillis(i).as("days"))}function hn(t,e,n,i){var r=function(t,e,n){for(var i,r,s={},a=0,o=[["years",function(t,e){return e.year-t.year}],["months",function(t,e){return e.month-t.month+12*(e.year-t.year)}],["weeks",function(t,e){var n=ln(t,e);return(n-n%7)/7}],["days",ln]];a<o.length;a++){var u=o[a],l=u[0],h=u[1];if(n.indexOf(l)>=0){var c;i=l;var d,f=h(t,e);if((r=t.plus(((c={})[l]=f,c)))>e)t=t.plus(((d={})[l]=f-1,d)),f-=1;else t=r;s[l]=f}}return[t,s,r,i]}(t,e,n),s=r[0],a=r[1],o=r[2],u=r[3],l=e-s,h=n.filter((function(t){return["hours","minutes","seconds","milliseconds"].indexOf(t)>=0}));if(0===h.length){var c;if(o<e)o=s.plus(((c={})[u]=1,c));o!==s&&(a[u]=(a[u]||0)+l/(o-s))}var d,f=nn.fromObject(Object.assign(a,i));return h.length>0?(d=nn.fromMillis(l,i)).shiftTo.apply(d,h).plus(f):f}var cn={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[-৯]",deva:"[-९]",fullwide:"[-]",gujr:"[-૯]",hanidec:"[|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[-೯]",laoo:"[-໙]",limb:"[᥆-᥏]",mlym:"[-൯]",mong:"[᠐-᠙]",mymr:"[-၉]",orya:"[-୯]",tamldec:"[-௯]",telu:"[-౯]",thai:"[-๙]",tibt:"[༠-༩]",latn:"\\d"},dn={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},fn=cn.hanidec.replace(/[\[|\]]/g,"").split("");function mn(t,e){var n=t.numberingSystem;return void 0===e&&(e=""),new RegExp(""+cn[n||"latn"]+e)}var vn="missing Intl.DateTimeFormat.formatToParts support";function yn(t,e){return void 0===e&&(e=function(t){return t}),{regex:t,deser:function(t){var n=t[0];return e(function(t){var e=parseInt(t,10);if(isNaN(e)){e="";for(var n=0;n<t.length;n++){var i=t.charCodeAt(n);if(-1!==t[n].search(cn.hanidec))e+=fn.indexOf(t[n]);else for(var r in dn){var s=dn[r],a=s[0],o=s[1];i>=a&&i<=o&&(e+=i-a)}}return parseInt(e,10)}return e}(n))}}}function pn(t){return t.replace(/\./,"\\.?")}function gn(t){return t.replace(/\./,"").toLowerCase()}function bn(t,e){return null===t?null:{regex:RegExp(t.map(pn).join("|")),deser:function(n){var i=n[0];return t.findIndex((function(t){return gn(i)===gn(t)}))+e}}}function wn(t,e){return{regex:t,deser:function(t){return lt(t[1],t[2])},groups:e}}function xn(t){return{regex:t,deser:function(t){return t[0]}}}var In={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour:{numeric:"h","2-digit":"hh"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"}};var kn=null;function On(t,e){if(t.literal)return t;var n=Et.macroTokenToFormatOpts(t.val);if(!n)return t;var i=Et.create(e,n).formatDateTimeParts((kn||(kn=ii.fromMillis(1555555555555)),kn)).map((function(t){return function(t,e,n){var i=t.type,r=t.value;if("literal"===i)return{literal:!0,val:r};var s=n[i],a=In[i];return"object"==typeof a&&(a=a[s]),a?{literal:!1,val:a}:void 0}(t,0,n)}));return i.includes(void 0)?t:i}function Sn(t,e,n){var i=function(t,e){var n;return(n=Array.prototype).concat.apply(n,t.map((function(t){return On(t,e)})))}(Et.parseFormat(n),t),r=i.map((function(e){return n=e,r=mn(i=t),s=mn(i,"{2}"),a=mn(i,"{3}"),o=mn(i,"{4}"),u=mn(i,"{6}"),l=mn(i,"{1,2}"),h=mn(i,"{1,3}"),c=mn(i,"{1,6}"),d=mn(i,"{1,9}"),f=mn(i,"{2,4}"),m=mn(i,"{4,6}"),v=function(t){return{regex:RegExp((e=t.val,e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"))),deser:function(t){return t[0]},literal:!0};var e},(y=function(t){if(n.literal)return v(t);switch(t.val){case"G":return bn(i.eras("short",!1),0);case"GG":return bn(i.eras("long",!1),0);case"y":return yn(c);case"yy":return yn(f,ot);case"yyyy":return yn(o);case"yyyyy":return yn(m);case"yyyyyy":return yn(u);case"M":return yn(l);case"MM":return yn(s);case"MMM":return bn(i.months("short",!0,!1),1);case"MMMM":return bn(i.months("long",!0,!1),1);case"L":return yn(l);case"LL":return yn(s);case"LLL":return bn(i.months("short",!1,!1),1);case"LLLL":return bn(i.months("long",!1,!1),1);case"d":return yn(l);case"dd":return yn(s);case"o":return yn(h);case"ooo":return yn(a);case"HH":return yn(s);case"H":return yn(l);case"hh":return yn(s);case"h":return yn(l);case"mm":return yn(s);case"m":case"q":return yn(l);case"qq":return yn(s);case"s":return yn(l);case"ss":return yn(s);case"S":return yn(h);case"SSS":return yn(a);case"u":return xn(d);case"a":return bn(i.meridiems(),0);case"kkkk":return yn(o);case"kk":return yn(f,ot);case"W":return yn(l);case"WW":return yn(s);case"E":case"c":return yn(r);case"EEE":return bn(i.weekdays("short",!1,!1),1);case"EEEE":return bn(i.weekdays("long",!1,!1),1);case"ccc":return bn(i.weekdays("short",!0,!1),1);case"cccc":return bn(i.weekdays("long",!0,!1),1);case"Z":case"ZZ":return wn(new RegExp("([+-]"+l.source+")(?::("+s.source+"))?"),2);case"ZZZ":return wn(new RegExp("([+-]"+l.source+")("+s.source+")?"),2);case"z":return xn(/[a-z_+-/]{1,256}?/i);default:return v(t)}}(n)||{invalidReason:vn}).token=n,y;var n,i,r,s,a,o,u,l,h,c,d,f,m,v,y})),s=r.find((function(t){return t.invalidReason}));if(s)return{input:e,tokens:i,invalidReason:s.invalidReason};var a=function(t){return["^"+t.map((function(t){return t.regex})).reduce((function(t,e){return t+"("+e.source+")"}),"")+"$",t]}(r),o=a[0],u=a[1],l=RegExp(o,"i"),h=function(t,e,n){var i=t.match(e);if(i){var r={},s=1;for(var a in n)if($(n,a)){var o=n[a],u=o.groups?o.groups+1:1;!o.literal&&o.token&&(r[o.token.val[0]]=o.deser(i.slice(s,s+u))),s+=u}return[i,r]}return[i,{}]}(e,l,u),c=h[0],d=h[1],f=d?function(t){var e;return e=q(t.Z)?q(t.z)?null:Rt.create(t.z):new qt(t.Z),q(t.q)||(t.M=3*(t.q-1)+1),q(t.h)||(t.h<12&&1===t.a?t.h+=12:12===t.h&&0===t.a&&(t.h=0)),0===t.G&&t.y&&(t.y=-t.y),q(t.u)||(t.S=tt(t.u)),[Object.keys(t).reduce((function(e,n){var i=function(t){switch(t){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}}(n);return i&&(e[i]=t[n]),e}),{}),e]}(d):[null,null];return{input:e,tokens:i,regex:l,rawMatches:c,matches:d,result:f[0],zone:f[1]}}var Vn=[0,31,59,90,120,151,181,212,243,273,304,334],Tn=[0,31,60,91,121,152,182,213,244,274,305,335];function Cn(t,e){return new Bt("unit out of range","you specified "+e+" (of type "+typeof e+") as a "+t+", which is invalid")}function Mn(t,e,n){var i=new Date(Date.UTC(t,e-1,n)).getUTCDay();return 0===i?7:i}function Nn(t,e,n){return n+(nt(t)?Tn:Vn)[e-1]}function En(t,e){var n=nt(t)?Tn:Vn,i=n.findIndex((function(t){return t<e}));return{month:i+1,day:e-n[i]}}function Bn(t){var e,n=t.year,i=t.month,r=t.day,s=Nn(n,i,r),a=Mn(n,i,r),o=Math.floor((s-a+10)/7);return o<1?o=at(e=n-1):o>at(n)?(e=n+1,o=1):e=n,Object.assign({weekYear:e,weekNumber:o,weekday:a},ft(t))}function Dn(t){var e,n=t.weekYear,i=t.weekNumber,r=t.weekday,s=Mn(n,1,4),a=it(n),o=7*i+r-s-3;o<1?o+=it(e=n-1):o>a?(e=n+1,o-=it(n)):e=n;var u=En(e,o),l=u.month,h=u.day;return Object.assign({year:e,month:l,day:h},ft(t))}function jn(t){var e=t.year,n=Nn(e,t.month,t.day);return Object.assign({year:e,ordinal:n},ft(t))}function _n(t){var e=t.year,n=En(e,t.ordinal),i=n.month,r=n.day;return Object.assign({year:e,month:i,day:r},ft(t))}function Ln(t){var e=H(t.year),n=Q(t.month,1,12),i=Q(t.day,1,rt(t.year,t.month));return e?n?!i&&Cn("day",t.day):Cn("month",t.month):Cn("year",t.year)}function Fn(t){var e=t.hour,n=t.minute,i=t.second,r=t.millisecond,s=Q(e,0,23)||24===e&&0===n&&0===i&&0===r,a=Q(n,0,59),o=Q(i,0,59),u=Q(r,0,999);return s?a?o?!u&&Cn("millisecond",r):Cn("second",i):Cn("minute",n):Cn("hour",e)}function zn(t){return new Bt("unsupported zone",'the zone "'+t.name+'" is not supported')}function Zn(t){return null===t.weekData&&(t.weekData=Bn(t.c)),t.weekData}function Rn(t,e){var n={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalid:t.invalid};return new ii(Object.assign({},n,e,{old:n}))}function An(t,e,n){var i=t-60*e*1e3,r=n.offset(i);if(e===r)return[i,e];i-=60*(r-e)*1e3;var s=n.offset(i);return r===s?[i,r]:[t-60*Math.min(r,s)*1e3,Math.max(r,s)]}function qn(t,e){var n=new Date(t+=60*e*1e3);return{year:n.getUTCFullYear(),month:n.getUTCMonth()+1,day:n.getUTCDate(),hour:n.getUTCHours(),minute:n.getUTCMinutes(),second:n.getUTCSeconds(),millisecond:n.getUTCMilliseconds()}}function Pn(t,e,n){return An(st(t),e,n)}function Hn(t,e){var n,i=Object.keys(e.values);-1===i.indexOf("milliseconds")&&i.push("milliseconds"),e=(n=e).shiftTo.apply(n,i);var r=t.o,s=t.c.year+e.years,a=t.c.month+e.months+3*e.quarters,o=Object.assign({},t.c,{year:s,month:a,day:Math.min(t.c.day,rt(s,a))+e.days+7*e.weeks}),u=nn.fromObject({hours:e.hours,minutes:e.minutes,seconds:e.seconds,milliseconds:e.milliseconds}).as("milliseconds"),l=An(st(o),r,t.zone),h=l[0],c=l[1];return 0!==u&&(h+=u,c=t.zone.offset(h)),{ts:h,o:c}}function Un(t,e,n,i,r){var s=n.setZone,a=n.zone;if(t&&0!==Object.keys(t).length){var o=e||a,u=ii.fromObject(Object.assign(t,n,{zone:o,setZone:void 0}));return s?u:u.setZone(a)}return ii.invalid(new Bt("unparsable",'the input "'+r+"\" can't be parsed as "+i))}function Wn(t,e){return t.isValid?Et.create(oe.create("en-US"),{allowZ:!0,forceSimple:!0}).formatDateTimeFromString(t,e):null}function Jn(t,e){var n=e.suppressSeconds,i=void 0!==n&&n,r=e.suppressMilliseconds,s=void 0!==r&&r,a=e.includeOffset,o=e.includeZone,u=void 0!==o&&o,l=e.spaceZone,h=void 0!==l&&l,c="HH:mm";return i&&0===t.second&&0===t.millisecond||(c+=":ss",s&&0===t.millisecond||(c+=".SSS")),(u||a)&&h&&(c+=" "),u?c+="z":a&&(c+="ZZ"),Wn(t,c)}var Yn={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},Gn={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},$n={ordinal:1,hour:0,minute:0,second:0,millisecond:0},Qn=["year","month","day","hour","minute","second","millisecond"],Kn=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],Xn=["year","ordinal","hour","minute","second","millisecond"];function ti(t){var e={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[t.toLowerCase()];if(!e)throw new v(t);return e}function ei(t,e){for(var n=0,i=Qn;n<i.length;n++){var r=i[n];q(t[r])&&(t[r]=Yn[r])}var s=Ln(t)||Fn(t);if(s)return ii.invalid(s);var a=Qt.now(),o=Pn(t,e.offset(a),e),u=o[0],l=o[1];return new ii({ts:u,zone:e,o:l})}function ni(t,e,n){var i=!!q(n.round)||n.round,r=function(t,r){return t=et(t,i||n.calendary?0:2,!0),e.loc.clone(n).relFormatter(n).format(t,r)},s=function(i){return n.calendary?e.hasSame(t,i)?0:e.startOf(i).diff(t.startOf(i),i).get(i):e.diff(t,i).get(i)};if(n.unit)return r(s(n.unit),n.unit);var a=n.units,o=Array.isArray(a),u=0;for(a=o?a:a[Symbol.iterator]();;){var l;if(o){if(u>=a.length)break;l=a[u++]}else{if((u=a.next()).done)break;l=u.value}var h=l,c=s(h);if(Math.abs(c)>=1)return r(c,h)}return r(0,n.units[n.units.length-1])}var ii=function(){function t(t){var e=t.zone||Qt.defaultZone,n=t.invalid||(Number.isNaN(t.ts)?new Bt("invalid input"):null)||(e.isValid?null:zn(e));this.ts=q(t.ts)?Qt.now():t.ts;var i=null,r=null;if(!n)if(t.old&&t.old.ts===this.ts&&t.old.zone.equals(e)){var s=[t.old.c,t.old.o];i=s[0],r=s[1]}else i=qn(this.ts,e.offset(this.ts)),i=(n=Number.isNaN(i.year)?new Bt("invalid input"):null)?null:i,r=n?null:e.offset(this.ts);this._zone=e,this.loc=t.loc||oe.create(),this.invalid=n,this.weekData=null,this.c=i,this.o=r,this.isLuxonDateTime=!0}t.local=function(e,n,i,r,s,a,o){return q(e)?new t({ts:Qt.now()}):ei({year:e,month:n,day:i,hour:r,minute:s,second:a,millisecond:o},Qt.defaultZone)},t.utc=function(e,n,i,r,s,a,o){return q(e)?new t({ts:Qt.now(),zone:qt.utcInstance}):ei({year:e,month:n,day:i,hour:r,minute:s,second:a,millisecond:o},qt.utcInstance)},t.fromJSDate=function(e,n){void 0===n&&(n={});var i,r=(i=e,"[object Date]"===Object.prototype.toString.call(i)?e.valueOf():NaN);if(Number.isNaN(r))return t.invalid("invalid input");var s=Ht(n.zone,Qt.defaultZone);return s.isValid?new t({ts:r,zone:s,loc:oe.fromObject(n)}):t.invalid(zn(s))},t.fromMillis=function(e,n){if(void 0===n&&(n={}),P(e))return e<-864e13||e>864e13?t.invalid("Timestamp out of range"):new t({ts:e,zone:Ht(n.zone,Qt.defaultZone),loc:oe.fromObject(n)});throw new y("fromMillis requires a numerical input")},t.fromSeconds=function(e,n){if(void 0===n&&(n={}),P(e))return new t({ts:1e3*e,zone:Ht(n.zone,Qt.defaultZone),loc:oe.fromObject(n)});throw new y("fromSeconds requires a numerical input")},t.fromObject=function(e){var n=Ht(e.zone,Qt.defaultZone);if(!n.isValid)return t.invalid(zn(n));var i=Qt.now(),r=n.offset(i),s=ct(e,ti,["zone","locale","outputCalendar","numberingSystem"]),a=!q(s.ordinal),o=!q(s.year),u=!q(s.month)||!q(s.day),l=o||u,h=s.weekYear||s.weekNumber,c=oe.fromObject(e);if((l||a)&&h)throw new m("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(u&&a)throw new m("Can't mix ordinal dates with month/day");var d,f,v=h||s.weekday&&!l,y=qn(i,r);v?(d=Kn,f=Gn,y=Bn(y)):a?(d=Xn,f=$n,y=jn(y)):(d=Qn,f=Yn);var p=!1,g=d,b=Array.isArray(g),w=0;for(g=b?g:g[Symbol.iterator]();;){var x;if(b){if(w>=g.length)break;x=g[w++]}else{if((w=g.next()).done)break;x=w.value}var I=x;q(s[I])?s[I]=p?f[I]:y[I]:p=!0}var k=(v?function(t){var e=H(t.weekYear),n=Q(t.weekNumber,1,at(t.weekYear)),i=Q(t.weekday,1,7);return e?n?!i&&Cn("weekday",t.weekday):Cn("week",t.week):Cn("weekYear",t.weekYear)}(s):a?function(t){var e=H(t.year),n=Q(t.ordinal,1,it(t.year));return e?!n&&Cn("ordinal",t.ordinal):Cn("year",t.year)}(s):Ln(s))||Fn(s);if(k)return t.invalid(k);var O=Pn(v?Dn(s):a?_n(s):s,r,n),S=new t({ts:O[0],zone:n,o:O[1],loc:c});return s.weekday&&l&&e.weekday!==S.weekday?t.invalid("mismatched weekday","you can't specify both a weekday of "+s.weekday+" and a date of "+S.toISO()):S},t.fromISO=function(t,e){void 0===e&&(e={});var n=function(t){return he(t,[Le,Re],[Fe,Ae],[ze,qe],[Ze,Pe])}(t);return Un(n[0],n[1],e,"ISO 8601",t)},t.fromRFC2822=function(t,e){void 0===e&&(e={});var n=function(t){return he(function(t){return t.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(t),[Me,Ne])}(t);return Un(n[0],n[1],e,"RFC 2822",t)},t.fromHTTP=function(t,e){void 0===e&&(e={});var n=function(t){return he(t,[Ee,je],[Be,je],[De,_e])}(t);return Un(n[0],n[1],e,"HTTP",e)},t.fromFormat=function(e,n,i){if(void 0===i&&(i={}),q(e)||q(n))throw new y("fromFormat requires an input string and a format");var r=i,s=r.locale,a=void 0===s?null:s,o=r.numberingSystem,u=void 0===o?null:o,l=function(t,e,n){var i=Sn(t,e,n);return[i.result,i.zone,i.invalidReason]}(oe.fromOpts({locale:a,numberingSystem:u,defaultToEN:!0}),e,n),h=l[0],c=l[1],d=l[2];return d?t.invalid(d):Un(h,c,i,"format "+n,e)},t.fromString=function(e,n,i){return void 0===i&&(i={}),t.fromFormat(e,n,i)},t.fromSQL=function(t,e){void 0===e&&(e={});var n=function(t){return he(t,[He,We],[Ue,Je])}(t);return Un(n[0],n[1],e,"SQL",t)},t.invalid=function(e,n){if(void 0===n&&(n=null),!e)throw new y("need to specify a reason the DateTime is invalid");var i=e instanceof Bt?e:new Bt(e,n);if(Qt.throwOnInvalid)throw new c(i);return new t({invalid:i})},t.isDateTime=function(t){return t&&t.isLuxonDateTime||!1};var e=t.prototype;return e.get=function(t){return this[t]},e.resolvedLocaleOpts=function(t){void 0===t&&(t={});var e=Et.create(this.loc.clone(t),t).resolvedOptions(this);return{locale:e.locale,numberingSystem:e.numberingSystem,outputCalendar:e.calendar}},e.toUTC=function(t,e){return void 0===t&&(t=0),void 0===e&&(e={}),this.setZone(qt.instance(t),e)},e.toLocal=function(){return this.setZone(Qt.defaultZone)},e.setZone=function(e,n){var i=void 0===n?{}:n,r=i.keepLocalTime,s=void 0!==r&&r,a=i.keepCalendarTime,o=void 0!==a&&a;if((e=Ht(e,Qt.defaultZone)).equals(this.zone))return this;if(e.isValid){var u=this.ts;if(s||o){var l=this.o-e.offset(this.ts);u=Pn(this.toObject(),l,e)[0]}return Rn(this,{ts:u,zone:e})}return t.invalid(zn(e))},e.reconfigure=function(t){var e=void 0===t?{}:t,n=e.locale,i=e.numberingSystem,r=e.outputCalendar;return Rn(this,{loc:this.loc.clone({locale:n,numberingSystem:i,outputCalendar:r})})},e.setLocale=function(t){return this.reconfigure({locale:t})},e.set=function(t){if(!this.isValid)return this;var e,n=ct(t,ti,[]);!q(n.weekYear)||!q(n.weekNumber)||!q(n.weekday)?e=Dn(Object.assign(Bn(this.c),n)):q(n.ordinal)?(e=Object.assign(this.toObject(),n),q(n.day)&&(e.day=Math.min(rt(e.year,e.month),e.day))):e=_n(Object.assign(jn(this.c),n));var i=Pn(e,this.o,this.zone);return Rn(this,{ts:i[0],o:i[1]})},e.plus=function(t){return this.isValid?Rn(this,Hn(this,rn(t))):this},e.minus=function(t){return this.isValid?Rn(this,Hn(this,rn(t).negate())):this},e.startOf=function(t){if(!this.isValid)return this;var e={},n=nn.normalizeUnit(t);switch(n){case"years":e.month=1;case"quarters":case"months":e.day=1;case"weeks":case"days":e.hour=0;case"hours":e.minute=0;case"minutes":e.second=0;case"seconds":e.millisecond=0}if("weeks"===n&&(e.weekday=1),"quarters"===n){var i=Math.ceil(this.month/3);e.month=3*(i-1)+1}return this.set(e)},e.endOf=function(t){var e;return this.isValid?this.plus((e={},e[t]=1,e)).startOf(t).minus(1):this},e.toFormat=function(t,e){return void 0===e&&(e={}),this.isValid?Et.create(this.loc.redefaultToEN(e)).formatDateTimeFromString(this,t):"Invalid DateTime"},e.toLocaleString=function(t){return void 0===t&&(t=x),this.isValid?Et.create(this.loc.clone(t),t).formatDateTime(this):"Invalid DateTime"},e.toLocaleParts=function(t){return void 0===t&&(t={}),this.isValid?Et.create(this.loc.clone(t),t).formatDateTimeParts(this):[]},e.toISO=function(t){return void 0===t&&(t={}),this.isValid?this.toISODate()+"T"+this.toISOTime(t):null},e.toISODate=function(){var t="yyyy-MM-dd";return this.year>9999&&(t="+"+t),Wn(this,t)},e.toISOWeekDate=function(){return Wn(this,"kkkk-'W'WW-c")},e.toISOTime=function(t){var e=void 0===t?{}:t,n=e.suppressMilliseconds,i=void 0!==n&&n,r=e.suppressSeconds,s=void 0!==r&&r,a=e.includeOffset;return Jn(this,{suppressSeconds:s,suppressMilliseconds:i,includeOffset:void 0===a||a})},e.toRFC2822=function(){return Wn(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ")},e.toHTTP=function(){return Wn(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")},e.toSQLDate=function(){return Wn(this,"yyyy-MM-dd")},e.toSQLTime=function(t){var e=void 0===t?{}:t,n=e.includeOffset,i=void 0===n||n,r=e.includeZone;return Jn(this,{includeOffset:i,includeZone:void 0!==r&&r,spaceZone:!0})},e.toSQL=function(t){return void 0===t&&(t={}),this.isValid?this.toSQLDate()+" "+this.toSQLTime(t):null},e.toString=function(){return this.isValid?this.toISO():"Invalid DateTime"},e.valueOf=function(){return this.toMillis()},e.toMillis=function(){return this.isValid?this.ts:NaN},e.toSeconds=function(){return this.isValid?this.ts/1e3:NaN},e.toJSON=function(){return this.toISO()},e.toBSON=function(){return this.toJSDate()},e.toObject=function(t){if(void 0===t&&(t={}),!this.isValid)return{};var e=Object.assign({},this.c);return t.includeConfig&&(e.outputCalendar=this.outputCalendar,e.numberingSystem=this.loc.numberingSystem,e.locale=this.loc.locale),e},e.toJSDate=function(){return new Date(this.isValid?this.ts:NaN)},e.diff=function(t,e,n){if(void 0===e&&(e="milliseconds"),void 0===n&&(n={}),!this.isValid||!t.isValid)return nn.invalid(this.invalid||t.invalid,"created by diffing an invalid DateTime");var i,r=Object.assign({locale:this.locale,numberingSystem:this.numberingSystem},n),s=(i=e,Array.isArray(i)?i:[i]).map(nn.normalizeUnit),a=t.valueOf()>this.valueOf(),o=hn(a?this:t,a?t:this,s,r);return a?o.negate():o},e.diffNow=function(e,n){return void 0===e&&(e="milliseconds"),void 0===n&&(n={}),this.diff(t.local(),e,n)},e.until=function(t){return this.isValid?on.fromDateTimes(this,t):this},e.hasSame=function(t,e){if(!this.isValid)return!1;if("millisecond"===e)return this.valueOf()===t.valueOf();var n=t.valueOf();return this.startOf(e)<=n&&n<=this.endOf(e)},e.equals=function(t){return this.isValid&&t.isValid&&this.valueOf()===t.valueOf()&&this.zone.equals(t.zone)&&this.loc.equals(t.loc)},e.toRelative=function(e){if(void 0===e&&(e={}),!this.isValid)return null;var n=e.base||t.fromObject({zone:this.zone}),i=e.padding?this<n?-e.padding:e.padding:0;return ni(n,this.plus(i),Object.assign(e,{numeric:"always",units:["years","months","days","hours","minutes","seconds"]}))},e.toRelativeCalendar=function(e){return void 0===e&&(e={}),this.isValid?ni(e.base||t.fromObject({zone:this.zone}),this,Object.assign(e,{numeric:"auto",units:["years","months","days"],calendary:!0})):null},t.min=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];if(!n.every(t.isDateTime))throw new y("min requires all arguments be DateTimes");return Y(n,(function(t){return t.valueOf()}),Math.min)},t.max=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];if(!n.every(t.isDateTime))throw new y("max requires all arguments be DateTimes");return Y(n,(function(t){return t.valueOf()}),Math.max)},t.fromFormatExplain=function(t,e,n){void 0===n&&(n={});var i=n,r=i.locale,s=void 0===r?null:r,a=i.numberingSystem,o=void 0===a?null:a;return Sn(oe.fromOpts({locale:s,numberingSystem:o,defaultToEN:!0}),t,e)},t.fromStringExplain=function(e,n,i){return void 0===i&&(i={}),t.fromFormatExplain(e,n,i)},r(t,[{key:"isValid",get:function(){return null===this.invalid}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}},{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"outputCalendar",get:function(){return this.isValid?this.loc.outputCalendar:null}},{key:"zone",get:function(){return this._zone}},{key:"zoneName",get:function(){return this.isValid?this.zone.name:null}},{key:"year",get:function(){return this.isValid?this.c.year:NaN}},{key:"quarter",get:function(){return this.isValid?Math.ceil(this.c.month/3):NaN}},{key:"month",get:function(){return this.isValid?this.c.month:NaN}},{key:"day",get:function(){return this.isValid?this.c.day:NaN}},{key:"hour",get:function(){return this.isValid?this.c.hour:NaN}},{key:"minute",get:function(){return this.isValid?this.c.minute:NaN}},{key:"second",get:function(){return this.isValid?this.c.second:NaN}},{key:"millisecond",get:function(){return this.isValid?this.c.millisecond:NaN}},{key:"weekYear",get:function(){return this.isValid?Zn(this).weekYear:NaN}},{key:"weekNumber",get:function(){return this.isValid?Zn(this).weekNumber:NaN}},{key:"weekday",get:function(){return this.isValid?Zn(this).weekday:NaN}},{key:"ordinal",get:function(){return this.isValid?jn(this.c).ordinal:NaN}},{key:"monthShort",get:function(){return this.isValid?un.months("short",{locale:this.locale})[this.month-1]:null}},{key:"monthLong",get:function(){return this.isValid?un.months("long",{locale:this.locale})[this.month-1]:null}},{key:"weekdayShort",get:function(){return this.isValid?un.weekdays("short",{locale:this.locale})[this.weekday-1]:null}},{key:"weekdayLong",get:function(){return this.isValid?un.weekdays("long",{locale:this.locale})[this.weekday-1]:null}},{key:"offset",get:function(){return this.isValid?+this.o:NaN}},{key:"offsetNameShort",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}},{key:"offsetNameLong",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}},{key:"isOffsetFixed",get:function(){return this.isValid?this.zone.universal:null}},{key:"isInDST",get:function(){return!this.isOffsetFixed&&(this.offset>this.set({month:1}).offset||this.offset>this.set({month:5}).offset)}},{key:"isInLeapYear",get:function(){return nt(this.year)}},{key:"daysInMonth",get:function(){return rt(this.year,this.month)}},{key:"daysInYear",get:function(){return this.isValid?it(this.year):NaN}},{key:"weeksInWeekYear",get:function(){return this.isValid?at(this.weekYear):NaN}}],[{key:"DATE_SHORT",get:function(){return x}},{key:"DATE_MED",get:function(){return I}},{key:"DATE_FULL",get:function(){return k}},{key:"DATE_HUGE",get:function(){return O}},{key:"TIME_SIMPLE",get:function(){return S}},{key:"TIME_WITH_SECONDS",get:function(){return V}},{key:"TIME_WITH_SHORT_OFFSET",get:function(){return T}},{key:"TIME_WITH_LONG_OFFSET",get:function(){return C}},{key:"TIME_24_SIMPLE",get:function(){return M}},{key:"TIME_24_WITH_SECONDS",get:function(){return N}},{key:"TIME_24_WITH_SHORT_OFFSET",get:function(){return E}},{key:"TIME_24_WITH_LONG_OFFSET",get:function(){return B}},{key:"DATETIME_SHORT",get:function(){return D}},{key:"DATETIME_SHORT_WITH_SECONDS",get:function(){return j}},{key:"DATETIME_MED",get:function(){return _}},{key:"DATETIME_MED_WITH_SECONDS",get:function(){return L}},{key:"DATETIME_MED_WITH_WEEKDAY",get:function(){return F}},{key:"DATETIME_FULL",get:function(){return z}},{key:"DATETIME_FULL_WITH_SECONDS",get:function(){return Z}},{key:"DATETIME_HUGE",get:function(){return R}},{key:"DATETIME_HUGE_WITH_SECONDS",get:function(){return A}}]),t}();function ri(t){if(ii.isDateTime(t))return t;if(t&&t.valueOf&&P(t.valueOf()))return ii.fromJSDate(t);if(t&&"object"==typeof t)return ii.fromObject(t);throw new y("Unknown datetime argument: "+t+", of type "+typeof t)}e.DateTime=ii,e.Duration=nn,e.FixedOffsetZone=qt,e.IANAZone=Rt,e.Info=un,e.Interval=on,e.InvalidZone=Pt,e.LocalZone=_t,e.Settings=Qt,e.Zone=Dt},632:function(t,e){function n(t,e,n,i){this.id=t,this.cost=e,this.index=n,this.value=0,this.priority=i}function i(t,e,i,r){n.call(this,t,e,i,r)}function r(t,e){n.call(this,t,0,e,0)}function s(t,e){this.variable=t,this.coefficient=e}function a(t,e,n){return 0===n||"required"===n?null:(e=e||1,n=n||1,!1===t.isMinimization&&(e=-e),t.addVariable(e,"r"+t.relaxationIndex++,!1,!1,n))}function o(t,e,n,i){this.slack=new r("s"+n,n),this.index=n,this.model=i,this.rhs=t,this.isUpperBound=e,this.terms=[],this.termsByVarIndex={},this.relaxation=null}function u(t,e){this.upperBound=t,this.lowerBound=e,this.model=t.model,this.rhs=t.rhs,this.relaxation=null}i.prototype.isInteger=!0,r.prototype.isSlack=!0,o.prototype.addTerm=function(t,e){var n=e.index,i=this.termsByVarIndex[n];if(void 0===i)i=new s(e,t),this.termsByVarIndex[n]=i,this.terms.push(i),!0===this.isUpperBound&&(t=-t),this.model.updateConstraintCoefficient(this,e,t);else{var r=i.coefficient+t;this.setVariableCoefficient(r,e)}return this},o.prototype.removeTerm=function(t){return this},o.prototype.setRightHandSide=function(t){if(t!==this.rhs){var e=t-this.rhs;!0===this.isUpperBound&&(e=-e),this.rhs=t,this.model.updateRightHandSide(this,e)}return this},o.prototype.setVariableCoefficient=function(t,e){var n=e.index;if(-1!==n){var i=this.termsByVarIndex[n];if(void 0===i)this.addTerm(t,e);else if(t!==i.coefficient){var r=t-i.coefficient;!0===this.isUpperBound&&(r=-r),i.coefficient=t,this.model.updateConstraintCoefficient(this,e,r)}return this}console.warn("[Constraint.setVariableCoefficient] Trying to change coefficient of inexistant variable.")},o.prototype.relax=function(t,e){this.relaxation=a(this.model,t,e),this._relax(this.relaxation)},o.prototype._relax=function(t){null!==t&&(this.isUpperBound?this.setVariableCoefficient(-1,t):this.setVariableCoefficient(1,t))},u.prototype.isEquality=!0,u.prototype.addTerm=function(t,e){return this.upperBound.addTerm(t,e),this.lowerBound.addTerm(t,e),this},u.prototype.removeTerm=function(t){return this.upperBound.removeTerm(t),this.lowerBound.removeTerm(t),this},u.prototype.setRightHandSide=function(t){this.upperBound.setRightHandSide(t),this.lowerBound.setRightHandSide(t),this.rhs=t},u.prototype.relax=function(t,e){this.relaxation=a(this.model,t,e),this.upperBound.relaxation=this.relaxation,this.upperBound._relax(this.relaxation),this.lowerBound.relaxation=this.relaxation,this.lowerBound._relax(this.relaxation)},t.exports={Constraint:o,Variable:n,IntegerVariable:i,SlackVariable:r,Equality:u,Term:s}},691:function(t,e){function n(t,e,n,i){this.feasible=n,this.evaluation=e,this.bounded=i,this._tableau=t}t.exports=n,n.prototype.generateSolutionSet=function(){for(var t={},e=this._tableau,n=e.varIndexByRow,i=e.variablesPerIndex,r=e.matrix,s=e.rhsColumn,a=e.height-1,o=Math.round(1/e.precision),u=1;u<=a;u+=1){var l=i[n[u]];if(void 0!==l&&!0!==l.isSlack){var h=r[u][s];t[l.id]=Math.round((Number.EPSILON+h)*o)/o}}return t}},692:function(t,e,n){var i=n(483);function r(t,e,n){this.type=t,this.varIndex=e,this.value=n}function s(t,e){this.relaxedEvaluation=t,this.cuts=e}function a(t,e){return e.relaxedEvaluation-t.relaxedEvaluation}i.prototype.applyCuts=function(t){if(this.restore(),this.addCutConstraints(t),this.simplex(),this.model.useMIRCuts)for(var e=!0;e;){var n=this.computeFractionalVolume(!0);this.applyMIRCuts(),this.simplex(),this.computeFractionalVolume(!0)>=.9*n&&(e=!1)}},i.prototype.branchAndCut=function(){var t=[],e=0,n=this.model.tolerance,i=!0,o=1e99;this.model.timeout&&(o=Date.now()+this.model.timeout);for(var u=1/0,l=null,h=[],c=0;c<this.optionalObjectives.length;c+=1)h.push(1/0);var d,f=new s(-1/0,[]);for(t.push(f);t.length>0&&!0===i&&Date.now()<o;)if(d=this.model.isMinimization?this.bestPossibleEval*(1+n):this.bestPossibleEval*(1-n),n>0&&u<d&&(i=!1),!((f=t.pop()).relaxedEvaluation>u)){var m=f.cuts;if(this.applyCuts(m),e++,!1!==this.feasible){var v=this.evaluation;if(!(v>u)){if(v===u){for(var y=!0,p=0;p<this.optionalObjectives.length&&!(this.optionalObjectives[p].reducedCosts[0]>h[p]);p+=1)if(this.optionalObjectives[p].reducedCosts[0]<h[p]){y=!1;break}if(y)continue}if(!0===this.isIntegral()){if(this.__isIntegral=!0,1===e)return void(this.branchAndCutIterations=e);l=f,u=v;for(var g=0;g<this.optionalObjectives.length;g+=1)h[g]=this.optionalObjectives[g].reducedCosts[0]}else{1===e&&this.save();for(var b=this.getMostFractionalVar(),w=b.index,x=[],I=[],k=m.length,O=0;O<k;O+=1){var S=m[O];S.varIndex===w?"min"===S.type?I.push(S):x.push(S):(x.push(S),I.push(S))}var V=Math.ceil(b.value),T=Math.floor(b.value),C=new r("min",w,V);x.push(C);var M=new r("max",w,T);I.push(M),t.push(new s(v,x)),t.push(new s(v,I)),t.sort(a)}}}}null!==l&&this.applyCuts(l.cuts),this.branchAndCutIterations=e}},790:function(t,e,n){var i,r=n(791),s=n(800),a=n(692),o=n(632),u=n(801),l=o.Constraint,h=o.Variable,c=o.Numeral,d=o.Term,f=function(){"use strict";this.Model=s,this.branchAndCut=a,this.Constraint=l,this.Variable=h,this.Numeral=c,this.Term=d,this.Tableau=r,this.lastSolvedModel=null,this.Solve=function(t,e,n,i){if(i)for(var r in u)t=u[r](t);if(!t)throw new Error("Solver requires a model to operate on");t instanceof s==!1&&(t=new s(e).loadJson(t));var a=t.solve();if(this.lastSolvedModel=t,a.solutionSet=a.generateSolutionSet(),n)return a;var o={};return o.feasible=a.feasible,o.result=a.evaluation,o.bounded=a.bounded,a._tableau.__isIntegral&&(o.isIntegral=!0),Object.keys(a.solutionSet).forEach((function(t){0!==a.solutionSet[t]&&(o[t]=a.solutionSet[t])})),o},this.ReformatLP=n(802),this.MultiObjective=function(t){return n(803)(this,t)}};void 0===(i=function(){return new f}.apply(e,[]))||(t.exports=i),t.exports=new f},791:function(t,e,n){n(792),n(794),n(795),n(796),n(797),n(798),n(799),t.exports=n(483)},792:function(t,e,n){var i=n(483);i.prototype.simplex=function(){return this.bounded=!0,this.phase1(),!0===this.feasible&&this.phase2(),this},i.prototype.phase1=function(){for(var t=this.model.checkForCycles,e=[],n=this.matrix,i=this.rhsColumn,r=this.width-1,s=this.height-1,a=0;;){for(var o=0,u=-this.precision,l=1;l<=s;l++){!0===this.unrestrictedVars[this.varIndexByRow[l]];var h=n[l][i];h<u&&(u=h,o=l)}if(0===o)return this.feasible=!0,a;for(var c=0,d=-1/0,f=n[0],m=n[o],v=1;v<=r;v++){var y=m[v];if(!0===this.unrestrictedVars[this.varIndexByCol[v]]||y<-this.precision){var p=-f[v]/y;d<p&&(d=p,c=v)}}if(0===c)return this.feasible=!1,a;if(t){e.push([this.varIndexByRow[o],this.varIndexByCol[c]]);var g=this.checkForCycles(e);if(g.length>0)return this.model.messages.push("Cycle in phase 1"),this.model.messages.push("Start :"+g[0]),this.model.messages.push("Length :"+g[1]),this.feasible=!1,a}this.pivot(o,c),a+=1}},i.prototype.phase2=function(){for(var t,e,n=this.model.checkForCycles,i=[],r=this.matrix,s=this.rhsColumn,a=this.width-1,o=this.height-1,u=this.precision,l=this.optionalObjectives.length,h=null,c=0;;){var d=r[this.costRowIndex];l>0&&(h=[]);for(var f=0,m=u,v=!1,y=1;y<=a;y++)t=d[y],e=!0===this.unrestrictedVars[this.varIndexByCol[y]],l>0&&-u<t&&t<u?h.push(y):e&&t<0?-t>m&&(m=-t,f=y,v=!0):t>m&&(m=t,f=y,v=!1);if(l>0)for(var p=0;0===f&&h.length>0&&p<l;){var g=[],b=this.optionalObjectives[p].reducedCosts;m=u;for(var w=0;w<h.length;w++)t=b[y=h[w]],e=!0===this.unrestrictedVars[this.varIndexByCol[y]],-u<t&&t<u?g.push(y):e&&t<0?-t>m&&(m=-t,f=y,v=!0):t>m&&(m=t,f=y,v=!1);h=g,p+=1}if(0===f)return this.setEvaluation(),this.simplexIters+=1,c;for(var x=0,I=1/0,k=(this.varIndexByRow,1);k<=o;k++){var O=r[k],S=O[s],V=O[f];if(!(-u<V&&V<u)){if(V>0&&u>S&&S>-u){I=0,x=k;break}var T=v?-S/V:S/V;T>u&&I>T&&(I=T,x=k)}}if(I===1/0)return this.evaluation=-1/0,this.bounded=!1,this.unboundedVarIndex=this.varIndexByCol[f],c;if(n){i.push([this.varIndexByRow[x],this.varIndexByCol[f]]);var C=this.checkForCycles(i);if(C.length>0)return this.model.messages.push("Cycle in phase 2"),this.model.messages.push("Start :"+C[0]),this.model.messages.push("Length :"+C[1]),this.feasible=!1,c}this.pivot(x,f,!0),c+=1}};var r=[];i.prototype.pivot=function(t,e){var n=this.matrix,i=n[t][e],s=this.height-1,a=this.width-1,o=this.varIndexByRow[t],u=this.varIndexByCol[e];this.varIndexByRow[t]=u,this.varIndexByCol[e]=o,this.rowByVarIndex[u]=t,this.rowByVarIndex[o]=-1,this.colByVarIndex[u]=-1,this.colByVarIndex[o]=e;for(var l,h,c,d=n[t],f=0,m=0;m<=a;m++)d[m]>=-1e-16&&d[m]<=1e-16?d[m]=0:(d[m]/=i,r[f]=m,f+=1);d[e]=1/i;this.precision;for(var v=0;v<=s;v++)if(v!==t){var y=n[v];if((l=y[e])>=-1e-16&&l<=1e-16)0!==l&&(y[e]=0);else{for(h=0;h<f;h++)(c=d[m=r[h]])>=-1e-16&&c<=1e-16?0!==c&&(d[m]=0):y[m]=y[m]-l*c;y[e]=-l/i}}var p=this.optionalObjectives.length;if(p>0)for(var g=0;g<p;g+=1){var b=this.optionalObjectives[g].reducedCosts;if(0!==(l=b[e])){for(h=0;h<f;h++)0!==(c=d[m=r[h]])&&(b[m]=b[m]-l*c);b[e]=-l/i}}},i.prototype.checkForCycles=function(t){for(var e=0;e<t.length-1;e++)for(var n=e+1;n<t.length;n++){var i=t[e],r=t[n];if(i[0]===r[0]&&i[1]===r[1]){if(n-e>t.length-n)break;for(var s=!0,a=1;a<n-e;a++){var o=t[e+a],u=t[n+a];if(o[0]!==u[0]||o[1]!==u[1]){s=!1;break}}if(s)return[e,n-e]}}return[]}},793:function(t,e,n){var i=n(691);function r(t,e,n,r,s){i.call(this,t,e,n,r),this.iter=s}t.exports=r,r.prototype=Object.create(i.prototype),r.constructor=r},794:function(t,e,n){var i=n(483),r=n(632).SlackVariable;i.prototype.addCutConstraints=function(t){for(var e,n=t.length,i=this.height,s=i+n,a=i;a<s;a+=1)void 0===this.matrix[a]&&(this.matrix[a]=this.matrix[a-1].slice());this.height=s,this.nVars=this.width+this.height-2;for(var o=this.width-1,u=0;u<n;u+=1){var l=t[u],h=i+u,c="min"===l.type?-1:1,d=l.varIndex,f=this.rowByVarIndex[d],m=this.matrix[h];if(-1===f){for(m[this.rhsColumn]=c*l.value,e=1;e<=o;e+=1)m[e]=0;m[this.colByVarIndex[d]]=c}else{var v=this.matrix[f],y=v[this.rhsColumn];for(m[this.rhsColumn]=c*(l.value-y),e=1;e<=o;e+=1)m[e]=-c*v[e]}var p=this.getNewElementIndex();this.varIndexByRow[h]=p,this.rowByVarIndex[p]=h,this.colByVarIndex[p]=-1,this.variablesPerIndex[p]=new r("s"+p,p),this.nVars+=1}},i.prototype._addLowerBoundMIRCut=function(t){if(t===this.costRowIndex)return!1;this.model;var e=this.matrix;if(!this.variablesPerIndex[this.varIndexByRow[t]].isInteger)return!1;var n=e[t][this.rhsColumn],i=n-Math.floor(n);if(i<this.precision||1-this.precision<i)return!1;var s=this.height;e[s]=e[s-1].slice(),this.height+=1,this.nVars+=1;var a=this.getNewElementIndex();this.varIndexByRow[s]=a,this.rowByVarIndex[a]=s,this.colByVarIndex[a]=-1,this.variablesPerIndex[a]=new r("s"+a,a),e[s][this.rhsColumn]=Math.floor(n);for(var o=1;o<this.varIndexByCol.length;o+=1){if(this.variablesPerIndex[this.varIndexByCol[o]].isInteger){var u=e[t][o],l=Math.floor(u)+Math.max(0,u-Math.floor(u)-i)/(1-i);e[s][o]=l}else e[s][o]=Math.min(0,e[t][o]/(1-i))}for(var h=0;h<this.width;h+=1)e[s][h]-=e[t][h];return!0},i.prototype._addUpperBoundMIRCut=function(t){if(t===this.costRowIndex)return!1;this.model;var e=this.matrix;if(!this.variablesPerIndex[this.varIndexByRow[t]].isInteger)return!1;var n=e[t][this.rhsColumn],i=n-Math.floor(n);if(i<this.precision||1-this.precision<i)return!1;var s=this.height;e[s]=e[s-1].slice(),this.height+=1,this.nVars+=1;var a=this.getNewElementIndex();this.varIndexByRow[s]=a,this.rowByVarIndex[a]=s,this.colByVarIndex[a]=-1,this.variablesPerIndex[a]=new r("s"+a,a),e[s][this.rhsColumn]=-i;for(var o=1;o<this.varIndexByCol.length;o+=1){var u=this.variablesPerIndex[this.varIndexByCol[o]],l=e[t][o],h=l-Math.floor(l);u.isInteger?e[s][o]=h<=i?-h:-(1-h)*i/h:e[s][o]=l>=0?-l:l*i/(1-i)}return!0},i.prototype.applyMIRCuts=function(){}},795:function(t,e,n){var i=n(483);i.prototype._putInBase=function(t){var e=this.rowByVarIndex[t];if(-1===e){for(var n=this.colByVarIndex[t],i=1;i<this.height;i+=1){var r=this.matrix[i][n];if(r<-this.precision||this.precision<r){e=i;break}}this.pivot(e,n)}return e},i.prototype._takeOutOfBase=function(t){var e=this.colByVarIndex[t];if(-1===e){for(var n=this.rowByVarIndex[t],i=this.matrix[n],r=1;r<this.height;r+=1){var s=i[r];if(s<-this.precision||this.precision<s){e=r;break}}this.pivot(n,e)}return e},i.prototype.updateVariableValues=function(){for(var t=this.variables.length,e=Math.round(1/this.precision),n=0;n<t;n+=1){var i=this.variables[n],r=i.index,s=this.rowByVarIndex[r];if(-1===s)i.value=0;else{var a=this.matrix[s][this.rhsColumn];i.value=Math.round((a+Number.EPSILON)*e)/e}}},i.prototype.updateRightHandSide=function(t,e){var n=this.height-1,i=this.rowByVarIndex[t.index];if(-1===i){for(var r=this.colByVarIndex[t.index],s=0;s<=n;s+=1){var a=this.matrix[s];a[this.rhsColumn]-=e*a[r]}var o=this.optionalObjectives.length;if(o>0)for(var u=0;u<o;u+=1){var l=this.optionalObjectives[u].reducedCosts;l[this.rhsColumn]-=e*l[r]}}else this.matrix[i][this.rhsColumn]-=e},i.prototype.updateConstraintCoefficient=function(t,e,n){if(t.index===e.index)throw new Error("[Tableau.updateConstraintCoefficient] constraint index should not be equal to variable index !");var i=this._putInBase(t.index),r=this.colByVarIndex[e.index];if(-1===r)for(var s=this.rowByVarIndex[e.index],a=0;a<this.width;a+=1)this.matrix[i][a]+=n*this.matrix[s][a];else this.matrix[i][r]-=n},i.prototype.updateCost=function(t,e){var n=t.index,i=this.width-1,r=this.colByVarIndex[n];if(-1===r){var s,a=this.matrix[this.rowByVarIndex[n]];if(0===t.priority){var o=this.matrix[0];for(s=0;s<=i;s+=1)o[s]+=e*a[s]}else{var u=this.objectivesByPriority[t.priority].reducedCosts;for(s=0;s<=i;s+=1)u[s]+=e*a[s]}}else this.matrix[0][r]-=e},i.prototype.addConstraint=function(t){var e=t.isUpperBound?1:-1,n=this.height,i=this.matrix[n];void 0===i&&(i=this.matrix[0].slice(),this.matrix[n]=i);for(var r=this.width-1,s=0;s<=r;s+=1)i[s]=0;i[this.rhsColumn]=e*t.rhs;for(var a=t.terms,o=a.length,u=0;u<o;u+=1){var l=a[u],h=l.coefficient,c=l.variable.index,d=this.rowByVarIndex[c];if(-1===d)i[this.colByVarIndex[c]]+=e*h;else{var f=this.matrix[d];f[this.rhsColumn];for(s=0;s<=r;s+=1)i[s]-=e*h*f[s]}}var m=t.index;this.varIndexByRow[n]=m,this.rowByVarIndex[m]=n,this.colByVarIndex[m]=-1,this.height+=1},i.prototype.removeConstraint=function(t){var e=t.index,n=this.height-1,i=this._putInBase(e),r=this.matrix[n];this.matrix[n]=this.matrix[i],this.matrix[i]=r,this.varIndexByRow[i]=this.varIndexByRow[n],this.varIndexByRow[n]=-1,this.rowByVarIndex[e]=-1,this.availableIndexes[this.availableIndexes.length]=e,t.slack.index=-1,this.height-=1},i.prototype.addVariable=function(t){var e=this.height-1,n=this.width,i=!0===this.model.isMinimization?-t.cost:t.cost,r=t.priority,s=this.optionalObjectives.length;if(s>0)for(var a=0;a<s;a+=1)this.optionalObjectives[a].reducedCosts[n]=0;0===r?this.matrix[0][n]=i:(this.setOptionalObjective(r,n,i),this.matrix[0][n]=0);for(var o=1;o<=e;o+=1)this.matrix[o][n]=0;var u=t.index;this.varIndexByCol[n]=u,this.rowByVarIndex[u]=-1,this.colByVarIndex[u]=n,this.width+=1},i.prototype.removeVariable=function(t){var e=t.index,n=this._takeOutOfBase(e),i=this.width-1;if(n!==i){for(var r=this.height-1,s=0;s<=r;s+=1){var a=this.matrix[s];a[n]=a[i]}var o=this.optionalObjectives.length;if(o>0)for(var u=0;u<o;u+=1){var l=this.optionalObjectives[u].reducedCosts;l[n]=l[i]}var h=this.varIndexByCol[i];this.varIndexByCol[n]=h,this.colByVarIndex[h]=n}this.varIndexByCol[i]=-1,this.colByVarIndex[e]=-1,this.availableIndexes[this.availableIndexes.length]=e,t.index=-1,this.width-=1}},796:function(t,e,n){n(483).prototype.log=function(t,e){console.log("****",t,"****"),console.log("Nb Variables",this.width-1),console.log("Nb Constraints",this.height-1),console.log("Basic Indexes",this.varIndexByRow),console.log("Non Basic Indexes",this.varIndexByCol),console.log("Rows",this.rowByVarIndex),console.log("Cols",this.colByVarIndex);var n,i,r,s,a,o,u,l,h,c,d,f="",m=[" "];for(i=1;i<this.width;i+=1)a=this.varIndexByCol[i],u=(o=void 0===(s=this.variablesPerIndex[a])?"c"+a:s.id).length,Math.abs(u-5),l=" ",h="\t",u>5?l+=" ":h+="\t",m[i]=l,f+=h+o;console.log(f);var v=this.matrix[this.costRowIndex],y="\t";for(n=1;n<this.width;n+=1)y+="\t",y+=m[n],y+=v[n].toFixed(5);for(y+="\t"+m[0]+v[0].toFixed(5),console.log(y+"\tZ"),r=1;r<this.height;r+=1){for(c=this.matrix[r],d="\t",i=1;i<this.width;i+=1)d+="\t"+m[i]+c[i].toFixed(5);d+="\t"+m[0]+c[0].toFixed(5),a=this.varIndexByRow[r],o=void 0===(s=this.variablesPerIndex[a])?"c"+a:s.id,console.log(d+"\t"+o)}console.log("");var p=this.optionalObjectives.length;if(p>0){console.log(" Optional objectives:");for(var g=0;g<p;g+=1){var b=this.optionalObjectives[g].reducedCosts,w="";for(n=1;n<this.width;n+=1)w+=b[n]<0?"":" ",w+=m[n],w+=b[n].toFixed(5);w+=(b[0]<0?"":" ")+m[0]+b[0].toFixed(5),console.log(w+" z"+g)}}return console.log("Feasible?",this.feasible),console.log("evaluation",this.evaluation),this}},797:function(t,e,n){var i=n(483);i.prototype.copy=function(){var t=new i(this.precision);t.width=this.width,t.height=this.height,t.nVars=this.nVars,t.model=this.model,t.variables=this.variables,t.variablesPerIndex=this.variablesPerIndex,t.unrestrictedVars=this.unrestrictedVars,t.lastElementIndex=this.lastElementIndex,t.varIndexByRow=this.varIndexByRow.slice(),t.varIndexByCol=this.varIndexByCol.slice(),t.rowByVarIndex=this.rowByVarIndex.slice(),t.colByVarIndex=this.colByVarIndex.slice(),t.availableIndexes=this.availableIndexes.slice();for(var e=[],n=0;n<this.optionalObjectives.length;n++)e[n]=this.optionalObjectives[n].copy();t.optionalObjectives=e;for(var r=this.matrix,s=new Array(this.height),a=0;a<this.height;a++)s[a]=r[a].slice();return t.matrix=s,t},i.prototype.save=function(){this.savedState=this.copy()},i.prototype.restore=function(){if(null!==this.savedState){var t,e,n=this.savedState,i=n.matrix;for(this.nVars=n.nVars,this.model=n.model,this.variables=n.variables,this.variablesPerIndex=n.variablesPerIndex,this.unrestrictedVars=n.unrestrictedVars,this.lastElementIndex=n.lastElementIndex,this.width=n.width,this.height=n.height,t=0;t<this.height;t+=1){var r=i[t],s=this.matrix[t];for(e=0;e<this.width;e+=1)s[e]=r[e]}var a=n.varIndexByRow;for(e=0;e<this.height;e+=1)this.varIndexByRow[e]=a[e];for(;this.varIndexByRow.length>this.height;)this.varIndexByRow.pop();var o=n.varIndexByCol;for(t=0;t<this.width;t+=1)this.varIndexByCol[t]=o[t];for(;this.varIndexByCol.length>this.width;)this.varIndexByCol.pop();for(var u=n.rowByVarIndex,l=n.colByVarIndex,h=0;h<this.nVars;h+=1)this.rowByVarIndex[h]=u[h],this.colByVarIndex[h]=l[h];if(n.optionalObjectives.length>0&&this.optionalObjectives.length>0){this.optionalObjectives=[],this.optionalObjectivePerPriority={};for(var c=0;c<n.optionalObjectives.length;c++){var d=n.optionalObjectives[c].copy();this.optionalObjectives[c]=d,this.optionalObjectivePerPriority[d.priority]=d}}}}},798:function(t,e,n){var i=n(483);function r(t,e){this.index=t,this.value=e}i.prototype.getMostFractionalVar=function(){for(var t=0,e=null,n=null,i=this.model.integerVariables,s=i.length,a=0;a<s;a++){var o=i[a].index,u=this.rowByVarIndex[o];if(-1!==u){var l=this.matrix[u][this.rhsColumn],h=Math.abs(l-Math.round(l));t<h&&(t=h,e=o,n=l)}}return new r(e,n)},i.prototype.getFractionalVarWithLowestCost=function(){for(var t=1/0,e=null,n=null,i=this.model.integerVariables,s=i.length,a=0;a<s;a++){var o=i[a],u=o.index,l=this.rowByVarIndex[u];if(-1!==l){var h=this.matrix[l][this.rhsColumn];if(Math.abs(h-Math.round(h))>this.precision){var c=o.cost;t>c&&(t=c,e=u,n=h)}}}return new r(e,n)}},799:function(t,e,n){var i=n(483);i.prototype.countIntegerValues=function(){for(var t=0,e=1;e<this.height;e+=1)if(this.variablesPerIndex[this.varIndexByRow[e]].isInteger){var n=this.matrix[e][this.rhsColumn];(n-=Math.floor(n))<this.precision&&-n<this.precision&&(t+=1)}return t},i.prototype.isIntegral=function(){for(var t=this.model.integerVariables,e=t.length,n=0;n<e;n++){var i=this.rowByVarIndex[t[n].index];if(-1!==i){var r=this.matrix[i][this.rhsColumn];if(Math.abs(r-Math.round(r))>this.precision)return!1}}return!0},i.prototype.computeFractionalVolume=function(t){for(var e=-1,n=1;n<this.height;n+=1)if(this.variablesPerIndex[this.varIndexByRow[n]].isInteger){var i=this.matrix[n][this.rhsColumn];if(i=Math.abs(i),Math.min(i-Math.floor(i),Math.floor(i+1))<this.precision){if(!t)return 0}else-1===e?e=i:e*=i}return-1===e?0:e}},800:function(t,e,n){var i=n(483),r=(n(692),n(632)),s=r.Constraint,a=r.Equality,o=r.Variable,u=r.IntegerVariable;r.Term;function l(t,e){this.tableau=new i(t),this.name=e,this.variables=[],this.integerVariables=[],this.unrestrictedVariables={},this.constraints=[],this.nConstraints=0,this.nVariables=0,this.isMinimization=!0,this.tableauInitialized=!1,this.relaxationIndex=1,this.useMIRCuts=!1,this.checkForCycles=!0,this.messages=[]}t.exports=l,l.prototype.minimize=function(){return this.isMinimization=!0,this},l.prototype.maximize=function(){return this.isMinimization=!1,this},l.prototype._getNewElementIndex=function(){if(this.availableIndexes.length>0)return this.availableIndexes.pop();var t=this.lastElementIndex;return this.lastElementIndex+=1,t},l.prototype._addConstraint=function(t){var e=t.slack;this.tableau.variablesPerIndex[e.index]=e,this.constraints.push(t),this.nConstraints+=1,!0===this.tableauInitialized&&this.tableau.addConstraint(t)},l.prototype.smallerThan=function(t){var e=new s(t,!0,this.tableau.getNewElementIndex(),this);return this._addConstraint(e),e},l.prototype.greaterThan=function(t){var e=new s(t,!1,this.tableau.getNewElementIndex(),this);return this._addConstraint(e),e},l.prototype.equal=function(t){var e=new s(t,!0,this.tableau.getNewElementIndex(),this);this._addConstraint(e);var n=new s(t,!1,this.tableau.getNewElementIndex(),this);return this._addConstraint(n),new a(e,n)},l.prototype.addVariable=function(t,e,n,i,r){if("string"==typeof r)switch(r){case"required":r=0;break;case"strong":r=1;break;case"medium":r=2;break;case"weak":r=3;break;default:r=0}var s,a=this.tableau.getNewElementIndex();return null==e&&(e="v"+a),null==t&&(t=0),null==r&&(r=0),n?(s=new u(e,t,a,r),this.integerVariables.push(s)):s=new o(e,t,a,r),this.variables.push(s),this.tableau.variablesPerIndex[a]=s,i&&(this.unrestrictedVariables[a]=!0),this.nVariables+=1,!0===this.tableauInitialized&&this.tableau.addVariable(s),s},l.prototype._removeConstraint=function(t){var e=this.constraints.indexOf(t);-1!==e?(this.constraints.splice(e,1),this.nConstraints-=1,!0===this.tableauInitialized&&this.tableau.removeConstraint(t),t.relaxation&&this.removeVariable(t.relaxation)):console.warn("[Model.removeConstraint] Constraint not present in model")},l.prototype.removeConstraint=function(t){return t.isEquality?(this._removeConstraint(t.upperBound),this._removeConstraint(t.lowerBound)):this._removeConstraint(t),this},l.prototype.removeVariable=function(t){var e=this.variables.indexOf(t);if(-1!==e)return this.variables.splice(e,1),!0===this.tableauInitialized&&this.tableau.removeVariable(t),this;console.warn("[Model.removeVariable] Variable not present in model")},l.prototype.updateRightHandSide=function(t,e){return!0===this.tableauInitialized&&this.tableau.updateRightHandSide(t,e),this},l.prototype.updateConstraintCoefficient=function(t,e,n){return!0===this.tableauInitialized&&this.tableau.updateConstraintCoefficient(t,e,n),this},l.prototype.setCost=function(t,e){var n=t-e.cost;return!1===this.isMinimization&&(n=-n),e.cost=t,this.tableau.updateCost(e,n),this},l.prototype.loadJson=function(t){this.isMinimization="max"!==t.opType;for(var e=t.variables,n=t.constraints,i={},r={},s=Object.keys(n),o=s.length,u=0;u<o;u+=1){var l,h,c=s[u],d=n[c],f=d.equal,m=d.weight,v=d.priority,y=void 0!==m||void 0!==v;if(void 0===f){var p=d.min;void 0!==p&&(l=this.greaterThan(p),i[c]=l,y&&l.relax(m,v));var g=d.max;void 0!==g&&(h=this.smallerThan(g),r[c]=h,y&&h.relax(m,v))}else{l=this.greaterThan(f),i[c]=l,h=this.smallerThan(f),r[c]=h;var b=new a(l,h);y&&b.relax(m,v)}}var w=Object.keys(e),x=w.length;this.tolerance=t.tolerance||0,t.timeout&&(this.timeout=t.timeout),t.options&&(t.options.timeout&&(this.timeout=t.options.timeout),0===this.tolerance&&(this.tolerance=t.options.tolerance||0),t.options.useMIRCuts&&(this.useMIRCuts=t.options.useMIRCuts),void 0===t.options.exitOnCycles?this.checkForCycles=!0:this.checkForCycles=t.options.exitOnCycles);for(var I=t.ints||{},k=t.binaries||{},O=t.unrestricted||{},S=t.optimize,V=0;V<x;V+=1){var T=w[V],C=e[T],M=C[S]||0,N=!!k[T],E=!!I[T]||N,B=!!O[T],D=this.addVariable(M,T,E,B);N&&this.smallerThan(1).addTerm(1,D);var j=Object.keys(C);for(u=0;u<j.length;u+=1){var _=j[u];if(_!==S){var L=C[_],F=i[_];void 0!==F&&F.addTerm(L,D);var z=r[_];void 0!==z&&z.addTerm(L,D)}}}return this},l.prototype.getNumberOfIntegerVariables=function(){return this.integerVariables.length},l.prototype.solve=function(){return!1===this.tableauInitialized&&(this.tableau.setModel(this),this.tableauInitialized=!0),this.tableau.solve()},l.prototype.isFeasible=function(){return this.tableau.feasible},l.prototype.save=function(){return this.tableau.save()},l.prototype.restore=function(){return this.tableau.restore()},l.prototype.activateMIRCuts=function(t){this.useMIRCuts=t},l.prototype.debug=function(t){this.checkForCycles=t},l.prototype.log=function(t){return this.tableau.log(t)}},801:function(t,e){e.CleanObjectiveAttributes=function(t){var e,n,i;if("string"==typeof t.optimize){if(t.constraints[t.optimize]){for(n in e=Math.random(),t.variables)t.variables[n][t.optimize]&&(t.variables[n][e]=t.variables[n][t.optimize]);return t.constraints[e]=t.constraints[t.optimize],delete t.constraints[t.optimize],t}return t}for(i in t.optimize)if(t.constraints[i])if("equal"===t.constraints[i])delete t.optimize[i];else{for(n in e=Math.random(),t.variables)t.variables[n][i]&&(t.variables[n][e]=t.variables[n][i]);t.constraints[e]=t.constraints[i],delete t.constraints[i]}return t}},802:function(t,e){t.exports=function(t){return t.length?function(t){var e={is_blank:/^\W{0,}$/,is_objective:/(max|min)(imize){0,}\:/i,is_int:/^(?!\/\*)\W{0,}int/i,is_bin:/^(?!\/\*)\W{0,}bin/i,is_constraint:/(\>|\<){0,}\=/i,is_unrestricted:/^\S{0,}unrestricted/i,parse_lhs:/(\-|\+){0,1}\s{0,1}\d{0,}\.{0,}\d{0,}\s{0,}[A-Za-z]\S{0,}/gi,parse_rhs:/(\-|\+){0,1}\d{1,}\.{0,}\d{0,}\W{0,}\;{0,1}$/i,parse_dir:/(\>|\<){0,}\=/gi,parse_int:/[^\s|^\,]+/gi,parse_bin:/[^\s|^\,]+/gi,get_num:/(\-|\+){0,1}(\W|^)\d+\.{0,1}\d{0,}/g,get_word:/[A-Za-z].*/},n={opType:"",optimize:"_obj",constraints:{},variables:{}},i={">=":"min","<=":"max","=":"equal"},r="",s=null,a="",o="",u="",l=0;"string"==typeof t&&(t=t.split("\n"));for(var h=0;h<t.length;h++)if(u="__"+h,r=t[h],0,s=null,e.is_objective.test(r))n.opType=r.match(/(max|min)/gi)[0],(s=r.match(e.parse_lhs).map((function(t){return t.replace(/\s+/,"")})).slice(1)).forEach((function(t){a=null===(a=t.match(e.get_num))?"-"===t.substr(0,1)?-1:1:a[0],a=parseFloat(a),o=t.match(e.get_word)[0].replace(/\;$/,""),n.variables[o]=n.variables[o]||{},n.variables[o]._obj=a}));else if(e.is_int.test(r))s=r.match(e.parse_int).slice(1),n.ints=n.ints||{},s.forEach((function(t){t=t.replace(";",""),n.ints[t]=1}));else if(e.is_bin.test(r))s=r.match(e.parse_bin).slice(1),n.binaries=n.binaries||{},s.forEach((function(t){t=t.replace(";",""),n.binaries[t]=1}));else if(e.is_constraint.test(r)){var c=r.indexOf(":");(s=(-1===c?r:r.slice(c+1)).match(e.parse_lhs).map((function(t){return t.replace(/\s+/,"")}))).forEach((function(t){a=null===(a=t.match(e.get_num))?"-"===t.substr(0,1)?-1:1:a[0],a=parseFloat(a),o=t.match(e.get_word)[0],n.variables[o]=n.variables[o]||{},n.variables[o][u]=a})),l=parseFloat(r.match(e.parse_rhs)[0]),r=i[r.match(e.parse_dir)[0]],n.constraints[u]=n.constraints[u]||{},n.constraints[u][r]=l}else e.is_unrestricted.test(r)&&(s=r.match(e.parse_int).slice(1),n.unrestricted=n.unrestricted||{},s.forEach((function(t){t=t.replace(";",""),n.unrestricted[t]=1})));return n}(t):function(t){if(!t)throw new Error("Solver requires a model to operate on");var e="",n={max:"<=",min:">=",equal:"="},i=new RegExp("[^A-Za-z0-9]+","gi");for(var r in e+=t.opType+":",t.variables)t.variables[r][r]=t.variables[r][r]?t.variables[r][r]:1,t.variables[r][t.optimize]&&(e+=" "+t.variables[r][t.optimize]+" "+r.replace(i,"_"));for(r in e+=";\n",t.constraints)for(var s in t.constraints[r]){for(var a in t.variables)t.variables[a][r]&&(e+=" "+t.variables[a][r]+" "+a.replace(i,"_"));e+=" "+n[s]+" "+t.constraints[r][s],e+=";\n"}if(t.ints)for(r in e+="\n\n",t.ints)e+="int "+r.replace(i,"_")+";\n";if(t.unrestricted)for(r in e+="\n\n",t.unrestricted)e+="unrestricted "+r.replace(i,"_")+";\n";return e}(t)}},803:function(t,e){t.exports=function(t,e){var n,i,r,s,a,o=e.optimize,u=JSON.parse(JSON.stringify(e.optimize)),l=Object.keys(e.optimize),h=0,c={},d="",f={},m=[];for(delete e.optimize,i=0;i<l.length;i++)u[l[i]]=0;for(i=0;i<l.length;i++){for(a in e.optimize=l[i],e.opType=o[l[i]],n=t.Solve(e,void 0,void 0,!0),l)if(!e.variables[l[a]])for(s in n[l[a]]=n[l[a]]?n[l[a]]:0,e.variables)e.variables[s][l[a]]&&n[s]&&(n[l[a]]+=n[s]*e.variables[s][l[a]]);for(d="base",r=0;r<l.length;r++)n[l[r]]?d+="-"+(1e3*n[l[r]]|0)/1e3:d+="-0";if(!c[d]){for(c[d]=1,h++,r=0;r<l.length;r++)n[l[r]]&&(u[l[r]]+=n[l[r]]);delete n.feasible,delete n.result,m.push(n)}}for(i=0;i<l.length;i++)e.constraints[l[i]]={equal:u[l[i]]/h};for(i in e.optimize="cheater-"+Math.random(),e.opType="max",e.variables)e.variables[i].cheater=1;for(i in m)for(s in m[i])f[s]=f[s]||{min:1e99,max:-1e99};for(i in f)for(s in m)m[s][i]?(m[s][i]>f[i].max&&(f[i].max=m[s][i]),m[s][i]<f[i].min&&(f[i].min=m[s][i])):(m[s][i]=0,f[i].min=0);return{midpoint:n=t.Solve(e,void 0,void 0,!0),vertices:m,ranges:f}}}}]);