<< supplychainschedule Min-Max-Plus And Petrinet tlintersection >>

Min-Max-Plus And Petrinet >> Min-Max-Plus And Petrinet > supplychainscheduleex

supplychainscheduleex

The output of this function are departure schedule of tanker.

Calling Sequence

supplychainscheduleex

Description

This function is used for determine schedule of departure tanker with constrain capacity of tanker. First step in this function is determining model of system. To formulate model of system, this function need input number of tanker, time for arrival tanker from TBBM (source) to other TBBM (destination) and time for arrival tuban TBBM (destination) to other TBBM (source). Not only it but also we need input a file excel include date of demand, capacity and number of unit demand. For example input, you can see files in modules\Demand\Demand1 folder and modules\Demand\Demand2 folder. Files in modules\Demand\Demand1 and modules\Demand\Demand2 folder are one tanker and two tankers respectively. Sheet 1, 2 and 3 in these files are "date of demand", "Number of BBM per demand" and "Capacity of Tankers" respectively. Therefore we get a model

x(k)=A0⊗x(k)⊕A1x(k-1)⊕B0⊗u(k) and x(k)=A0⊗x(k)⊕A1x(k-2)⊕B0⊗u(k).

Then we use function maxpluslinsol to determine departure of tanker.

For more detaile see : Subiono and Kistosis Fahim, "On Computing Supply Chain Scheduling Using Max-Plus Algebra", Applied Mathematical Sciences, Vol. 10, 2016, no. 10, 477 - 486. http://dx.doi.org/10.12988/ams.2016.618

Examples

supplychainscheduleex;

Authors

See Also


Report an issue
<< supplychainschedule Min-Max-Plus And Petrinet tlintersection >>