SlideShare a Scribd company logo
1 of 9
Download to read offline
Maritime Industrial Shipping, Industrial Modeling Framework (MIS-IMF)
                                       J.D. Kelly1 & A. Vazacopoulos2
                                        i n d u s t r IAL g o r i t h m s
                                                January, 2013

Introduction to Maritime Industrial Shipping, UOPSS and QLQP

Presented in this short document is a description of what is typically known as a marine
industrial shipping problem as opposed to liner or tramp shipping (Christiansen et. al. 2004 and
Jetlund and Karimi, 2004). It is also known as a "maritime inventory routing problem" (MIRP)
given that it involves both immobile (tanks) and mobile (ships) inventory management
(Christiansen et. al., 2007 and Goel et. al., 2012).

Figure 1 below depicts two processing unit-operations (batch and continuous) producing
product stocks C, D and E from feed stocks A and B. Each product has dedicated storage from
which these materials are marine transported via three ships to two customers each with and
without inventory. The ships have two possible routes each with varying size and number of
cargoes (compartments or holds) to store products C, D and E destined for either of its two
customers. All of the materials are in the liquid phase where the shipping is for liquid-bulk only.




                       Figure 1. Maritime Industrial Shipping Flowsheet Example.
   1
       jdkelly@industrialgorithms.ca
   2
       alkis@industrialgorithms.com
A full description of the objects found in Figure 1 (as well as other objects not shown) can be
found in Kelly (2004) and Zyngier and Kelly (2009) and is based on our Unit-Operation-Port-
State Superstructure (UOPSS) and our Quantity-Logic-Quality Phenomena (QLQP) (Kelly,
2005). In UOPSS, the units represent physical equipment which can have one or more
procedural operations assigned, attached or associated with it. The cross-product of a unit with
an operation creates a projectional unit-operation which is sometimes referred to as a virtual,
logical or hypothetical object. We impose symmetry with the projectional port-state where the
port is physical and the state is procedural where the state characterizes the type of substance
passing through the port-state. Connectivity is modeled as paths between unit-operations and
port-states and represents the flow of something. The key idea of UOPSS is its ability to
explicitly manage the fact that a single unit can have multiple operations each with a different
configuration of port-states (e.g., SHIP2 and SHIP3 in Figure 1) and allows for very complex
flowsheets to be depicted graphically. An important notion that we exploit with respect to the
QLQP is our novel phenomenological decomposition3 of logistics and quality. Logistics is the
combination of quantity and logic where quantities are flows, holdups, yields and rates and the
logic aspects are related to the setup, startup, switchover, shutdown, status, etc. (Kelly and
Zyngier, 2007) of unit-operations and is solved using mixed-integer linear programming (MILP),
meta-heuristics (Genetic Algorithms, Simulated Annealing, etc.) and/or constraint programming
(CP).

The industrial shipping model presented above is MILP4 based but most process industry
production or manufacturing problems also contain a quantity times quality (sub-)problem due to
intensive variables such as densities, components, properties and conditions multiplied by
extensive quantities such as flows and holdups and is solved using nonlinear programming
(NLP). Furthermore, our modeling framework is based on a discrete-time time-indexed
formulation which requires each time-period to have the same time duration. Other time-
indexed formulations classed as continuous-time models are available and have several
variations based on whether the asynchronous time-periods are defined for a global/common
time grid or local/specific to each unit. However, for our industrial planning and scheduling
problems we have found discrete-time to be not only computationally effective (Maravelias,
2012) but also appropriate when dealing with the many nuances of the problem specification
especially handling partially specified plans or schedules in the future i.e., manually locking or
fixing certain future activities and solving around or between them. This is very important for
industrial decision-making problems where some level of transparency for the user, modeler or
analyst is required in terms of how the planning or scheduling solution is computed from
essentially black-box solvers5.

Industrial Modeling Framework (IMF), IMPRESS and SIIMPLE

To implement the mathematical model of this and other systems, Industrial Algorithms offers a
unique approach and is incorporated into our Industrial Modeling and Pre-Solving System we
call IMPRESS. IMPRESS has its own modeling language called IML (short for Industrial
Modeling Language) which is a flat or text-file interface as well as a set of API's which can be
called from any computer programming language such as C, C++, Fortran, Java, C# or Python
called IPL (short for Industrial Programming Language) to both build the model and to view the

    3
       Other decompositions are well known such as hierarchical, structural, spatial and temporal but the concept
of phenomenological decomposition is new at least in name for advanced planning and scheduling problems.
     4
       Although MH and CP as well as local search (LS) solvers can be integrated, at present they are not.
     5
       Most industrial scheduling applications are still simulation-based where the schedules are built manually and
incrementally one decision at a time so feedback in terms of cause and effect is important to the user.
solution. Models can be a mix of linear, mixed-integer and nonlinear variables and constraints
and are solved using a combination of LP, QP, MILP and NLP solvers such as COINMP, GLPK,
LPSOLVE, SCIP, CPLEX, GUROBI, LINDO, XPRESS, CONOPT, IPOPT and KNITRO as well
as our own implementation of SLP called SLPQPE (successive linear & quadratic programming
engine) which is a very competitive alternative to the other nonlinear solvers.

The underlying system architecture of IMPRESS is called SIIMPLE (we hope literally) which is
short for Server, Interacter (IPL), Interfacer (IML), Modeler, Presolver Libraries and Executable.
The Server, Presolver and Executable are primarily model or problem-independent whereas the
Interacter, Interfacer and Modeler are typically domain-specific i.e., model or problem-
dependent. Fortunately, for most industrial planning, scheduling, optimization and control
problems found in the process industries, IMPRESS's standard Interacter, Interfacer and
Modeler are well-suited and comprehensive to model the most difficult of production and
process complexities allowing for the formulations of ubiquitous conservation laws, detailed
constitutive relations and other necessary side constraints.

User or adhoc constraints can be augmented or appended to IMPRESS when necessary in
several ways. For MILP or logistics problems we offer user-defined constraints configurable
from the IML file or the IPL code where the variables and constraints are referenced using unit-
operation-port-state names and the quantity-logic variable types. It is also possible to import a
foreign LP file (row-based MPS file) which can be generated by any algebraic modeling
language or matrix generator. This file is read just prior to generating the matrix and before
exporting to the LP, QP or MILP solver. For NLP or quality problems we offer user-defined
formula configuration in the IML file and single-value and multi-value function blocks writable in
C, C++ or Fortran. The nonlinear formulas may include intrinsic functions such as EXP, LN,
LOG, SIN, COS, TAN, MIN, MAX, IF, LE, GE and KIP, LIP, SIP (constant, linear and monotonic
spline interpolation) as well as user-written extrinsic functions.

Industrial modeling frameworks or IMF's are intended to provide a jump-start to an industrial
project implementation i.e., a pre-project if you will, whereby pre-configured IML files and/or IPL
code are available specific to your problem at hand. The IML files and/or IPL code can be
easily enhanced, extended, customized, modified, etc. to meet the diverse needs of your project
and as it evolves over time and use. IMF's also provide graphical user interface prototypes for
drawing the flowsheet as in Figure 1 and typical Gantt charts and trend plots to view the solution
of quantity, logic and quality time-profiles. Current developments use Python 2.3 and 2.7
integrated with open-source Dia and Matplotlib modules respectively but other prototypes
embedded within Microsoft Excel/VBA for example can be created in a straightforward manner.

However, the primary purpose of the IMF's is to provide a timely, cost-effective, manageable
and maintainable deployment of IMPRESS to formulate and optimize complex industrial
manufacturing systems in either off-line or on-line environments. Using IMPRESS alone would
be somewhat similar (but not as bad) to learning the syntax and semantics of an AML as well as
having to code all of the necessary mathematical representations of the problem including the
details of digitizing your data into time-points and periods, demarcating past, present and future
time-horizons, defining sets, index-sets, compound-sets to traverse the network or topology,
calculating independent and dependent parameters to be used as coefficients and bounds and
finally creating all of the necessary variables and constraints to model the complex details of
logistics and quality industrial optimization problems. Instead, IMF's and IMPRESS provide, in
our opinion, a more elegant and structured approach to industrial modeling and solving so that
you can capture the benefits of advanced decision-making faster, better and cheaper.
MIS-IMF Modeling Details

At this point it is prudent to elucidate more of the modeling details found in Figure 1. With
respect to the production facility or plant, it is represented by a supply of raw materials A and B
which can be used to produce finished product C in a batch-process unit-operation labeled
ABC. Batch-processes exhibit a distinct "fill-hold-draw" holdup or inventory profile over time
(Zyngier and Kelly, 2009) where the feeds can be filled or loaded into the batch vessel either
continuously or intermittently over the duration of the batch known as its cycle or processing-
time. Finished products D and E are produced in a continuous-process unit-operation named
BDE requiring only B. Continuous-processes exhibit no or negligible holdup during the
processing and as such simultaneously produce D and E the instant B is available where the fill-
hold-draw profile collapses to a concurrent fill-draw with no hold of course. Because there are
two flows in and one flow out for the batch-process, this type of process is also known as
convergent flow path. One flow in with two or more flows out is known oppositely as divergent
flow path where both types are found often and together in the process industries as in our
example. These types of processes can be modeled easily with IMPRESS given our use of
port-states.

Port-states allow flow into and out of a unit-operation and can be considered as flow-interfaces
similar to ports on a computer i.e., nozzles, spouts, spigots. Port-states also provide an
unambiguous description of the flowsheet or superstructure in terms of specifically what type of
materials or resources are being consumed and produced by the unit-operation. Port-states
can also represent utilities (steam, power), utensils (operators, tools) as well as signals such as
data, time, tasks, etc. Each of the three products C, D and E have tanks available for storage
and is a requirement when balancing the production-side supply with the transportation-side
demand of the value-chain. Finally, the lines or arcs between the unit-operations and port-
states and across an upstream unit-operation-port-state to a downstream unit-operation-port-
state correspond to flows as one would except given that the superstructure is ultimately
composed of a network or graph of nodes/vertices and arcs/edges (directed).

We now feature the industrial shipping details of the problem where the inverted triangle in
Figure 1 indicates what we call a parcel unit-operation i.e., any vessel that moves material from
location to location on land or sea. SHIP1 can carry cargoes of C and D of variable size
according to two routes and delivers these products to their respective CUSTOMER1 each with
on-site storage tanks. The different routes can relate to different shipping channels (requiring
different amounts of travel or hauling-time) where the order or sequence of delivery (unloading)
i.e., C then D or D then C, is fundamentally set by the release and due-dates of the customer
orders. Usually the time-windows (difference between the release and due-dates) are three-
days in length and is referred to as the laytime or laycan of the ship at the berth, jetty or wharf6.
Deviations outside these time-windows may incur demurrage charges depending on the berth's
utilization and can be setup as penalties in the optimization either on the quantity or the logic
variable for the corresponding time-period.

One of the most important aspects of industrial shipping is the round-trip or return-trip time from
the plant to one or more customers and then back to the plant to continue the cycle. During the
loading (filling) at the plant then hauling (holding) or traveling to the customer(s) for unloading

    6
      A harbor or marine port will have one or more berths and may include single point/buoy mooring for very
large ships (VLCC's) which will then require what is known as the operation of lightering. This will then require
berth-assignment details and a sub-shipping model to be configured to also manage the lightering ships (i.e., tugs
and barges).
(drawing) there is obviously a dead-time where the ship must return back to the plant. During
this time the ship can neither load nor unload where it must not be engaged in any other
operation, task or activity. The sum of all of these times; loading, hauling, unloading, returning
is called the round-trip time and is surprisingly similar to the way a batch-process operates in a
plant. Hence, the parcel unit-operation is modeled identical to a batch-process unit-operation
except that the parcel unit-operation has one or more batch or cargo-sizes (as indicated by the
matching inlet and outlet port-states in Figure 1) whereas the batch-process unit-operation has
only one batch-size.

SHIP2 also has two possible routes but ROUTE1 has two cargoes C and D going to their
respective CUSTOMER1 and ROUTE2 adds cargo E destined for CUSTOMER1 but C and D
cargoes go to their respective CUSTOMER2. This is an example where the same physical ship
can have different routes with different cargoes going to different customers. SHIP3 also has a
different arrangement of port-states or cargoes for each of its routes where ROUTE1 carries two
cargoes each of C and E assigned to different customers. ROUTE2 is similar with two cargoes
each of D and E. The deliveries of material to CUSTOMER1 can be unloaded to a pool unit-
operation or tank where CUSTOMER2 either has no inventory buffer or it is not known to this
problem. For these types of demand points we have two uses or options we call contiguous
and non-contiguous. Contiguous use is similar to a pipeline connection where the flows must
be within lower and upper bounds for each time-period as specified by the demand order. Non-
contiguous use relaxes this restriction by defining a release and due-date or time-window and a
holdup lower and bound. In order to not incur an infeasibility, the solution must ensure that
within the time-periods defined by the time-interval the aggregated or summed flow (equal to the
holdup) must be within bounds.

MIS-IMF Solving Details

Once the flowsheet has been configured as in Figure 1, a *.UPS file (short for UOPSS) is
constructed using the UOPSS object names via a Python 2.3 macro (IALconstructer.py)
embedded in the Dia drawing package and is shown in Appendix A. This file can then be
included into the IML file or the IPL code and will define the necessary named keys or index-
sets for the various capacity data necessary to create the mathematical model. A useful facet of
the UPS file is the application of "aliases". Aliases allow the capacity configuration of many
UOPSS objects simultaneously - see ALLPARTS, ALLINPORTS, ALLOUTPORTS and
ALLPATHS.

TBD

References

Christiansen, M., Fagerholt, Ronen, D., "Ship routing and scheduling: Status & Perspective",
Transportation Science, 38, 1, (2004).

Jetlund, A., Karimi, I.A., "Improving the logistics of multi-compartment chemical tankers",
Computers & Chemical Engineering, 28, 1267, (2004).

Kelly, J.D., "Production modeling for multimodal operations", Chemical Engineering Progress,
February, 44, (2004).
Kelly, J.D., "The unit-operation-stock superstructure (UOSS) and the quantity-logic-quality
paradigm (QLQP) for production scheduling in the process industries", In: MISTA 2005
Conference Proceedings, 327, (2005).

Christiansen, M., Fagerholt, Nygreen, B., Ronen, D., "Maritime transportation", In: C. Barnhart &
G. Laporte, Eds., Transportation. Handbook in Operation Research & Management Science,
14, 189, (2007).

Kelly, J.D., Zyngier, D., "An improved MILP modeling of sequence-dependent switchovers for
discrete-time scheduling problems", Industrial & Engineering Chemistry Research, 46, 4964,
(2007).

Zyngier, D., Kelly, J.D., "Multi-product inventory logistics modeling in the process industries", In:
W. Chaovalitwonse, K.C. Furman and P.M. Pardalos, Eds., Optimization and Logistics
Challenges in the Enterprise", Springer, 61-95, (2009).

Goel, V., Furman, K.C., Song, J-H, El-Bakry, A., "Large neighborhood search for LNG inventory
routing", Journal of Heuristics, 18, 821, (2012).

Maravelias, C.T., "On the combinatorial structure of discrete-time MIP formulations for chemical
production scheduling", Computers and Chemical Engineering, 38, 204, (2012).

Appendix A - MIS-IMF.UPS (UOPSS) File
 i n d u s t r I A L g o r i t h m s

 All Rights Reserved (c)

checksum,288
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Unit-Operation-Port-State-Superstructure (UOPSS) *.UPS File.
! (This file is automatically generated from the Python program IAConstructer.py)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

&sUnit,&sOperation,@sType,@sSubtype,@sUse
A,,perimeter,,
ABC,BATCH,processb,,
B,,perimeter,,
BDE,CONTINUOUS,processc,,
C,,pool,,
C_CUSTOMER1,C,perimeter,,
C_CUSTOMER1,C,pool,,
C_CUSTOMER2,C,perimeter,,
D,,pool,,
D_CUSTOMER1,D,perimeter,,
D_CUSTOMER1,D,pool,,
D_CUSTOMER2,D,perimeter,,
E,,pool,,
E_CUSTOMER1,E,pool,,
E_CUSTOMER1,E,perimeter,,
E_CUSTOMER2,E,perimeter,,
SHIP1,ROUTE1,parcel,,
SHIP1,ROUTE2,parcel,,
SHIP2,ROUTE1,parcel,,
SHIP2,ROUTE2,parcel,,
SHIP3,ROUTE1,parcel,,
SHIP3,ROUTE2,parcel,,
&sUnit,&sOperation,@sType,@sSubtype,@sUse

! Number of UO objects = 22

&sAlias,&sUnit,&sOperation
ALLPARTS,A,
ALLPARTS,ABC,BATCH
ALLPARTS,B,
ALLPARTS,BDE,CONTINUOUS
ALLPARTS,C,
ALLPARTS,C_CUSTOMER1,C
ALLPARTS,C_CUSTOMER1,C
ALLPARTS,C_CUSTOMER2,C
ALLPARTS,D,
ALLPARTS,D_CUSTOMER1,D
ALLPARTS,D_CUSTOMER1,D
ALLPARTS,D_CUSTOMER2,D
ALLPARTS,E,
ALLPARTS,E_CUSTOMER1,E
ALLPARTS,E_CUSTOMER1,E
ALLPARTS,E_CUSTOMER2,E
ALLPARTS,SHIP1,ROUTE1
ALLPARTS,SHIP1,ROUTE2
ALLPARTS,SHIP2,ROUTE1
ALLPARTS,SHIP2,ROUTE2
ALLPARTS,SHIP3,ROUTE1
ALLPARTS,SHIP3,ROUTE2
&sAlias,&sUnit,&sOperation

&sUnit,&sOperation,&sPort,&sState,@sType,@sSubtype
A,,A,,out,
ABC,BATCH,A,,in,
ABC,BATCH,B,,in,
ABC,BATCH,C,,out,
B,,B,,out,
BDE,CONTINUOUS,B,,in,
BDE,CONTINUOUS,D,,out,
BDE,CONTINUOUS,E,,out,
C,,C,,in,
C,,C,,out,
C_CUSTOMER1,C,C,,out,
C_CUSTOMER1,C,C,,in,
C_CUSTOMER1,C,C,,in,
C_CUSTOMER2,C,C,,in,
D,,D,,in,
D,,D,,out,
D_CUSTOMER1,D,D,,out,
D_CUSTOMER1,D,D,,in,
D_CUSTOMER1,D,D,,in,
D_CUSTOMER2,D,D,,in,
E,,E,,in,
E,,E,,out,
E_CUSTOMER1,E,E,,out,
E_CUSTOMER1,E,E,,in,
E_CUSTOMER1,E,E,,in,
E_CUSTOMER2,E,E,,in,
SHIP1,ROUTE1,C,,out,
SHIP1,ROUTE1,C,,in,
SHIP1,ROUTE1,D,,out,
SHIP1,ROUTE1,D,,in,
SHIP1,ROUTE2,C,,in,
SHIP1,ROUTE2,C,,out,
SHIP1,ROUTE2,D,,in,
SHIP1,ROUTE2,D,,out,
SHIP2,ROUTE1,C,,in,
SHIP2,ROUTE1,C,,out,
SHIP2,ROUTE1,D,,in,
SHIP2,ROUTE1,D,,out,
SHIP2,ROUTE2,C,,out,
SHIP2,ROUTE2,C,,in,
SHIP2,ROUTE2,D,,in,
SHIP2,ROUTE2,D,,out,
SHIP2,ROUTE2,E,,out,
SHIP2,ROUTE2,E,,in,
SHIP3,ROUTE1,C,,in,
SHIP3,ROUTE1,C,,out,
SHIP3,ROUTE1,C2,,in,
SHIP3,ROUTE1,C2,,out,
SHIP3,ROUTE1,E,,in,
SHIP3,ROUTE1,E,,out,
SHIP3,ROUTE1,E2,,in,
SHIP3,ROUTE1,E2,,out,
SHIP3,ROUTE2,D,,out,
SHIP3,ROUTE2,D,,in,
SHIP3,ROUTE2,D2,,out,
SHIP3,ROUTE2,D2,,in,
SHIP3,ROUTE2,E,,in,
SHIP3,ROUTE2,E,,out,
SHIP3,ROUTE2,E2,,out,
SHIP3,ROUTE2,E2,,in,
&sUnit,&sOperation,&sPort,&sState,@sType,@sSubtype

! Number of UOPS objects = 60

&sAlias,&sUnit,&sOperation,&sPort,&sState
ALLINPORTS,ABC,BATCH,A,
ALLINPORTS,ABC,BATCH,B,
ALLINPORTS,BDE,CONTINUOUS,B,
ALLINPORTS,C,,C,
ALLINPORTS,C_CUSTOMER1,C,C,
ALLINPORTS,C_CUSTOMER1,C,C,
ALLINPORTS,C_CUSTOMER2,C,C,
ALLINPORTS,D,,D,
ALLINPORTS,D_CUSTOMER1,D,D,
ALLINPORTS,D_CUSTOMER1,D,D,
ALLINPORTS,D_CUSTOMER2,D,D,
ALLINPORTS,E,,E,
ALLINPORTS,E_CUSTOMER1,E,E,
ALLINPORTS,E_CUSTOMER1,E,E,
ALLINPORTS,E_CUSTOMER2,E,E,
ALLINPORTS,SHIP1,ROUTE1,C,
ALLINPORTS,SHIP1,ROUTE1,D,
ALLINPORTS,SHIP1,ROUTE2,C,
ALLINPORTS,SHIP1,ROUTE2,D,
ALLINPORTS,SHIP2,ROUTE1,C,
ALLINPORTS,SHIP2,ROUTE1,D,
ALLINPORTS,SHIP2,ROUTE2,C,
ALLINPORTS,SHIP2,ROUTE2,D,
ALLINPORTS,SHIP2,ROUTE2,E,
ALLINPORTS,SHIP3,ROUTE1,C,
ALLINPORTS,SHIP3,ROUTE1,C2,
ALLINPORTS,SHIP3,ROUTE1,E,
ALLINPORTS,SHIP3,ROUTE1,E2,
ALLINPORTS,SHIP3,ROUTE2,D,
ALLINPORTS,SHIP3,ROUTE2,D2,
ALLINPORTS,SHIP3,ROUTE2,E,
ALLINPORTS,SHIP3,ROUTE2,E2,
ALLOUTPORTS,A,,A,
ALLOUTPORTS,ABC,BATCH,C,
ALLOUTPORTS,B,,B,
ALLOUTPORTS,BDE,CONTINUOUS,D,
ALLOUTPORTS,BDE,CONTINUOUS,E,
ALLOUTPORTS,C,,C,
ALLOUTPORTS,C_CUSTOMER1,C,C,
ALLOUTPORTS,D,,D,
ALLOUTPORTS,D_CUSTOMER1,D,D,
ALLOUTPORTS,E,,E,
ALLOUTPORTS,E_CUSTOMER1,E,E,
ALLOUTPORTS,SHIP1,ROUTE1,C,
ALLOUTPORTS,SHIP1,ROUTE1,D,
ALLOUTPORTS,SHIP1,ROUTE2,C,
ALLOUTPORTS,SHIP1,ROUTE2,D,
ALLOUTPORTS,SHIP2,ROUTE1,C,
ALLOUTPORTS,SHIP2,ROUTE1,D,
ALLOUTPORTS,SHIP2,ROUTE2,C,
ALLOUTPORTS,SHIP2,ROUTE2,D,
ALLOUTPORTS,SHIP2,ROUTE2,E,
ALLOUTPORTS,SHIP3,ROUTE1,C,
ALLOUTPORTS,SHIP3,ROUTE1,C2,
ALLOUTPORTS,SHIP3,ROUTE1,E,
ALLOUTPORTS,SHIP3,ROUTE1,E2,
ALLOUTPORTS,SHIP3,ROUTE2,D,
ALLOUTPORTS,SHIP3,ROUTE2,D2,
ALLOUTPORTS,SHIP3,ROUTE2,E,
ALLOUTPORTS,SHIP3,ROUTE2,E2,
&sAlias,&sUnit,&sOperation,&sPort,&sState

&sUnit,&sOperation,&sPort,&sState,&sUnit,&sOperation,&sPort,&sState
A,,A,,ABC,BATCH,A,
ABC,BATCH,C,,C,,C,
B,,B,,ABC,BATCH,B,
B,,B,,BDE,CONTINUOUS,B,
BDE,CONTINUOUS,D,,D,,D,
BDE,CONTINUOUS,E,,E,,E,
C,,C,,SHIP1,ROUTE1,C,
C,,C,,SHIP1,ROUTE2,C,
C,,C,,SHIP2,ROUTE1,C,
C,,C,,SHIP2,ROUTE2,C,
C,,C,,SHIP3,ROUTE1,C,
C,,C,,SHIP3,ROUTE1,C2,
C_CUSTOMER1,C,C,,C_CUSTOMER1,C,C,
D,,D,,SHIP1,ROUTE1,D,
D,,D,,SHIP1,ROUTE2,D,
D,,D,,SHIP2,ROUTE1,D,
D,,D,,SHIP2,ROUTE2,D,
D,,D,,SHIP3,ROUTE2,D,
D,,D,,SHIP3,ROUTE2,D2,
D_CUSTOMER1,D,D,,D_CUSTOMER1,D,D,
E,,E,,SHIP2,ROUTE2,E,
E,,E,,SHIP3,ROUTE1,E,
E,,E,,SHIP3,ROUTE1,E2,
E,,E,,SHIP3,ROUTE2,E,
E,,E,,SHIP3,ROUTE2,E2,
E_CUSTOMER1,E,E,,E_CUSTOMER1,E,E,
SHIP1,ROUTE1,C,,C_CUSTOMER1,C,C,
SHIP1,ROUTE1,D,,D_CUSTOMER1,D,D,
SHIP1,ROUTE2,C,,C_CUSTOMER1,C,C,
SHIP1,ROUTE2,D,,D_CUSTOMER1,D,D,
SHIP2,ROUTE1,C,,C_CUSTOMER1,C,C,
SHIP2,ROUTE1,D,,D_CUSTOMER1,D,D,
SHIP2,ROUTE2,C,,C_CUSTOMER2,C,C,
SHIP2,ROUTE2,D,,D_CUSTOMER2,D,D,
SHIP2,ROUTE2,E,,E_CUSTOMER1,E,E,
SHIP3,ROUTE1,C,,C_CUSTOMER1,C,C,
SHIP3,ROUTE1,C2,,C_CUSTOMER2,C,C,
SHIP3,ROUTE1,E,,E_CUSTOMER1,E,E,
SHIP3,ROUTE1,E2,,E_CUSTOMER2,E,E,
SHIP3,ROUTE2,D,,D_CUSTOMER1,D,D,
SHIP3,ROUTE2,D2,,D_CUSTOMER2,D,D,
SHIP3,ROUTE2,E,,E_CUSTOMER1,E,E,
SHIP3,ROUTE2,E2,,E_CUSTOMER2,E,E,
&sUnit,&sOperation,&sPort,&sState,&sUnit,&sOperation,&sPort,&sState

! Number of UOPSPSUO objects = 43


&sAlias,&sUnit,&sOperation,&sPort,&sState,&sUnit,&sOperation,&sPort,&sState
ALLPATHS,A,,A,,ABC,BATCH,A,
ALLPATHS,B,,B,,ABC,BATCH,B,
ALLPATHS,B,,B,,BDE,CONTINUOUS,B,
ALLPATHS,ABC,BATCH,C,,C,,C,
ALLPATHS,C_CUSTOMER1,C,C,,C_CUSTOMER1,C,C,
ALLPATHS,SHIP1,ROUTE1,C,,C_CUSTOMER1,C,C,
ALLPATHS,SHIP1,ROUTE2,C,,C_CUSTOMER1,C,C,
ALLPATHS,SHIP2,ROUTE1,C,,C_CUSTOMER1,C,C,
ALLPATHS,SHIP3,ROUTE1,C,,C_CUSTOMER1,C,C,
ALLPATHS,SHIP2,ROUTE2,C,,C_CUSTOMER2,C,C,
ALLPATHS,SHIP3,ROUTE1,C2,,C_CUSTOMER2,C,C,
ALLPATHS,BDE,CONTINUOUS,D,,D,,D,
ALLPATHS,D_CUSTOMER1,D,D,,D_CUSTOMER1,D,D,
ALLPATHS,SHIP1,ROUTE1,D,,D_CUSTOMER1,D,D,
ALLPATHS,SHIP1,ROUTE2,D,,D_CUSTOMER1,D,D,
ALLPATHS,SHIP2,ROUTE1,D,,D_CUSTOMER1,D,D,
ALLPATHS,SHIP3,ROUTE2,D,,D_CUSTOMER1,D,D,
ALLPATHS,SHIP2,ROUTE2,D,,D_CUSTOMER2,D,D,
ALLPATHS,SHIP3,ROUTE2,D2,,D_CUSTOMER2,D,D,
ALLPATHS,BDE,CONTINUOUS,E,,E,,E,
ALLPATHS,E_CUSTOMER1,E,E,,E_CUSTOMER1,E,E,
ALLPATHS,SHIP2,ROUTE2,E,,E_CUSTOMER1,E,E,
ALLPATHS,SHIP3,ROUTE1,E,,E_CUSTOMER1,E,E,
ALLPATHS,SHIP3,ROUTE2,E,,E_CUSTOMER1,E,E,
ALLPATHS,SHIP3,ROUTE1,E2,,E_CUSTOMER2,E,E,
ALLPATHS,SHIP3,ROUTE2,E2,,E_CUSTOMER2,E,E,
ALLPATHS,C,,C,,SHIP1,ROUTE1,C,
ALLPATHS,D,,D,,SHIP1,ROUTE1,D,
ALLPATHS,C,,C,,SHIP1,ROUTE2,C,
ALLPATHS,D,,D,,SHIP1,ROUTE2,D,
ALLPATHS,C,,C,,SHIP2,ROUTE1,C,
ALLPATHS,D,,D,,SHIP2,ROUTE1,D,
ALLPATHS,C,,C,,SHIP2,ROUTE2,C,
ALLPATHS,D,,D,,SHIP2,ROUTE2,D,
ALLPATHS,E,,E,,SHIP2,ROUTE2,E,
ALLPATHS,C,,C,,SHIP3,ROUTE1,C,
ALLPATHS,C,,C,,SHIP3,ROUTE1,C2,
ALLPATHS,E,,E,,SHIP3,ROUTE1,E,
ALLPATHS,E,,E,,SHIP3,ROUTE1,E2,
ALLPATHS,D,,D,,SHIP3,ROUTE2,D,
ALLPATHS,D,,D,,SHIP3,ROUTE2,D2,
ALLPATHS,E,,E,,SHIP3,ROUTE2,E,
ALLPATHS,E,,E,,SHIP3,ROUTE2,E2,
&sAlias,&sUnit,&sOperation,&sPort,&sState,&sUnit,&sOperation,&sPort,&sState

More Related Content

What's hot

Modular Multi-Objective Genetic Algorithm for Large Scale Bi-level Problems
Modular Multi-Objective Genetic Algorithm for Large Scale Bi-level ProblemsModular Multi-Objective Genetic Algorithm for Large Scale Bi-level Problems
Modular Multi-Objective Genetic Algorithm for Large Scale Bi-level ProblemsStefano Costanzo
 
Software effort estimation through clustering techniques of RBFN network
Software effort estimation through clustering techniques of RBFN networkSoftware effort estimation through clustering techniques of RBFN network
Software effort estimation through clustering techniques of RBFN networkIOSR Journals
 
An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey
 An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey
An Adjacent Analysis of the Parallel Programming Model Perspective: A SurveyIRJET Journal
 
Solution manual for modern processor design by john paul shen and mikko h. li...
Solution manual for modern processor design by john paul shen and mikko h. li...Solution manual for modern processor design by john paul shen and mikko h. li...
Solution manual for modern processor design by john paul shen and mikko h. li...neeraj7svp
 
Full solution manual for modern processor design by john paul shen and mikko ...
Full solution manual for modern processor design by john paul shen and mikko ...Full solution manual for modern processor design by john paul shen and mikko ...
Full solution manual for modern processor design by john paul shen and mikko ...neeraj7svp
 
Solution manual for modern processor design by john paul shen and mikko h. li...
Solution manual for modern processor design by john paul shen and mikko h. li...Solution manual for modern processor design by john paul shen and mikko h. li...
Solution manual for modern processor design by john paul shen and mikko h. li...neeraj7svp
 
Solution manual for modern processor design by john paul shen and mikko h. li...
Solution manual for modern processor design by john paul shen and mikko h. li...Solution manual for modern processor design by john paul shen and mikko h. li...
Solution manual for modern processor design by john paul shen and mikko h. li...neeraj7svp
 
Financial Benchmarking Of Transportation Companies In The New York Stock Exc...
Financial Benchmarking Of Transportation Companies  In The New York Stock Exc...Financial Benchmarking Of Transportation Companies  In The New York Stock Exc...
Financial Benchmarking Of Transportation Companies In The New York Stock Exc...ertekg
 
Vol 14 No 2 - September 2014
Vol 14 No 2 - September 2014Vol 14 No 2 - September 2014
Vol 14 No 2 - September 2014ijcsbi
 
Finite Impulse Response Estimation of Gas Furnace Data in IMPL Industrial Mod...
Finite Impulse Response Estimation of Gas Furnace Data in IMPL Industrial Mod...Finite Impulse Response Estimation of Gas Furnace Data in IMPL Industrial Mod...
Finite Impulse Response Estimation of Gas Furnace Data in IMPL Industrial Mod...Alkis Vazacopoulos
 
To Analyze Cargo Loading Optimization Algorithm
To Analyze Cargo Loading Optimization AlgorithmTo Analyze Cargo Loading Optimization Algorithm
To Analyze Cargo Loading Optimization AlgorithmShahzad
 
Development of Robust Adaptive Inverse models using Bacterial Foraging Optimi...
Development of Robust Adaptive Inverse models using Bacterial Foraging Optimi...Development of Robust Adaptive Inverse models using Bacterial Foraging Optimi...
Development of Robust Adaptive Inverse models using Bacterial Foraging Optimi...IDES Editor
 
Impl reference manual_for_quantities
Impl reference manual_for_quantitiesImpl reference manual_for_quantities
Impl reference manual_for_quantitiesAlkis Vazacopoulos
 
A novel methodology for task distribution
A novel methodology for task distributionA novel methodology for task distribution
A novel methodology for task distributionijesajournal
 
APPLYING TRANSFORMATION CHARACTERISTICS TO SOLVE THE MULTI OBJECTIVE LINEAR F...
APPLYING TRANSFORMATION CHARACTERISTICS TO SOLVE THE MULTI OBJECTIVE LINEAR F...APPLYING TRANSFORMATION CHARACTERISTICS TO SOLVE THE MULTI OBJECTIVE LINEAR F...
APPLYING TRANSFORMATION CHARACTERISTICS TO SOLVE THE MULTI OBJECTIVE LINEAR F...ijcsit
 
10.1.1.125.6190 (2)
10.1.1.125.6190 (2)10.1.1.125.6190 (2)
10.1.1.125.6190 (2)meghraj_n
 

What's hot (16)

Modular Multi-Objective Genetic Algorithm for Large Scale Bi-level Problems
Modular Multi-Objective Genetic Algorithm for Large Scale Bi-level ProblemsModular Multi-Objective Genetic Algorithm for Large Scale Bi-level Problems
Modular Multi-Objective Genetic Algorithm for Large Scale Bi-level Problems
 
Software effort estimation through clustering techniques of RBFN network
Software effort estimation through clustering techniques of RBFN networkSoftware effort estimation through clustering techniques of RBFN network
Software effort estimation through clustering techniques of RBFN network
 
An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey
 An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey
An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey
 
Solution manual for modern processor design by john paul shen and mikko h. li...
Solution manual for modern processor design by john paul shen and mikko h. li...Solution manual for modern processor design by john paul shen and mikko h. li...
Solution manual for modern processor design by john paul shen and mikko h. li...
 
Full solution manual for modern processor design by john paul shen and mikko ...
Full solution manual for modern processor design by john paul shen and mikko ...Full solution manual for modern processor design by john paul shen and mikko ...
Full solution manual for modern processor design by john paul shen and mikko ...
 
Solution manual for modern processor design by john paul shen and mikko h. li...
Solution manual for modern processor design by john paul shen and mikko h. li...Solution manual for modern processor design by john paul shen and mikko h. li...
Solution manual for modern processor design by john paul shen and mikko h. li...
 
Solution manual for modern processor design by john paul shen and mikko h. li...
Solution manual for modern processor design by john paul shen and mikko h. li...Solution manual for modern processor design by john paul shen and mikko h. li...
Solution manual for modern processor design by john paul shen and mikko h. li...
 
Financial Benchmarking Of Transportation Companies In The New York Stock Exc...
Financial Benchmarking Of Transportation Companies  In The New York Stock Exc...Financial Benchmarking Of Transportation Companies  In The New York Stock Exc...
Financial Benchmarking Of Transportation Companies In The New York Stock Exc...
 
Vol 14 No 2 - September 2014
Vol 14 No 2 - September 2014Vol 14 No 2 - September 2014
Vol 14 No 2 - September 2014
 
Finite Impulse Response Estimation of Gas Furnace Data in IMPL Industrial Mod...
Finite Impulse Response Estimation of Gas Furnace Data in IMPL Industrial Mod...Finite Impulse Response Estimation of Gas Furnace Data in IMPL Industrial Mod...
Finite Impulse Response Estimation of Gas Furnace Data in IMPL Industrial Mod...
 
To Analyze Cargo Loading Optimization Algorithm
To Analyze Cargo Loading Optimization AlgorithmTo Analyze Cargo Loading Optimization Algorithm
To Analyze Cargo Loading Optimization Algorithm
 
Development of Robust Adaptive Inverse models using Bacterial Foraging Optimi...
Development of Robust Adaptive Inverse models using Bacterial Foraging Optimi...Development of Robust Adaptive Inverse models using Bacterial Foraging Optimi...
Development of Robust Adaptive Inverse models using Bacterial Foraging Optimi...
 
Impl reference manual_for_quantities
Impl reference manual_for_quantitiesImpl reference manual_for_quantities
Impl reference manual_for_quantities
 
A novel methodology for task distribution
A novel methodology for task distributionA novel methodology for task distribution
A novel methodology for task distribution
 
APPLYING TRANSFORMATION CHARACTERISTICS TO SOLVE THE MULTI OBJECTIVE LINEAR F...
APPLYING TRANSFORMATION CHARACTERISTICS TO SOLVE THE MULTI OBJECTIVE LINEAR F...APPLYING TRANSFORMATION CHARACTERISTICS TO SOLVE THE MULTI OBJECTIVE LINEAR F...
APPLYING TRANSFORMATION CHARACTERISTICS TO SOLVE THE MULTI OBJECTIVE LINEAR F...
 
10.1.1.125.6190 (2)
10.1.1.125.6190 (2)10.1.1.125.6190 (2)
10.1.1.125.6190 (2)
 

Viewers also liked

Portafolio liliana sanchez
Portafolio liliana sanchezPortafolio liliana sanchez
Portafolio liliana sancheznochipatzin
 
Photoshop and in design
Photoshop and in designPhotoshop and in design
Photoshop and in design08murphyc
 
[DDBJing31] BioProject, BioSample, DDBJ Sequence Read Archive の紹介
[DDBJing31] BioProject, BioSample, DDBJ Sequence Read Archive の紹介[DDBJing31] BioProject, BioSample, DDBJ Sequence Read Archive の紹介
[DDBJing31] BioProject, BioSample, DDBJ Sequence Read Archive の紹介DNA Data Bank of Japan center
 
2013 presentation naca_engaging your leadership- exploring and defining your ...
2013 presentation naca_engaging your leadership- exploring and defining your ...2013 presentation naca_engaging your leadership- exploring and defining your ...
2013 presentation naca_engaging your leadership- exploring and defining your ...Brian LeDuc
 
George Washington University - Next Generation of modeling and Solving Tools
George Washington University - Next Generation of modeling and Solving ToolsGeorge Washington University - Next Generation of modeling and Solving Tools
George Washington University - Next Generation of modeling and Solving ToolsAlkis Vazacopoulos
 
了解「人」,你才知道怎麼設計!–人們的動機來源
了解「人」,你才知道怎麼設計!–人們的動機來源 了解「人」,你才知道怎麼設計!–人們的動機來源
了解「人」,你才知道怎麼設計!–人們的動機來源 Anna Su
 
Alfabetización tecnológica, acceso y uso de internet
Alfabetización tecnológica, acceso y uso de internetAlfabetización tecnológica, acceso y uso de internet
Alfabetización tecnológica, acceso y uso de internetJoan Cahuich Perez
 
[DDBJing30] DDBJ と NIG SuperComputer の紹介、大量配列情報
[DDBJing30] DDBJ と NIG SuperComputer の紹介、大量配列情報[DDBJing30] DDBJ と NIG SuperComputer の紹介、大量配列情報
[DDBJing30] DDBJ と NIG SuperComputer の紹介、大量配列情報DNA Data Bank of Japan center
 
Time Series Estimation of Gas Furnace Data in IMPL and CPLEX Industrial Model...
Time Series Estimation of Gas Furnace Data in IMPL and CPLEX Industrial Model...Time Series Estimation of Gas Furnace Data in IMPL and CPLEX Industrial Model...
Time Series Estimation of Gas Furnace Data in IMPL and CPLEX Industrial Model...Alkis Vazacopoulos
 
Stock Decomposition Heuristic for Scheduling: A Priority Dispatch Rule Approach
Stock Decomposition Heuristic for Scheduling: A Priority Dispatch Rule ApproachStock Decomposition Heuristic for Scheduling: A Priority Dispatch Rule Approach
Stock Decomposition Heuristic for Scheduling: A Priority Dispatch Rule ApproachAlkis Vazacopoulos
 
Marketing de Defensores
Marketing de DefensoresMarketing de Defensores
Marketing de DefensoresFelipe Thomé
 
Constructing the IMPL Flowsheet Using Dia with Python (IMPL-FlowsheetDiaPy)
Constructing the IMPL Flowsheet Using Dia with Python (IMPL-FlowsheetDiaPy)Constructing the IMPL Flowsheet Using Dia with Python (IMPL-FlowsheetDiaPy)
Constructing the IMPL Flowsheet Using Dia with Python (IMPL-FlowsheetDiaPy)Alkis Vazacopoulos
 
Visitors FOODSHOW 2010 Russia
Visitors FOODSHOW 2010 RussiaVisitors FOODSHOW 2010 Russia
Visitors FOODSHOW 2010 RussiaEvgeniy Fadeev
 

Viewers also liked (20)

Portafolio liliana sanchez
Portafolio liliana sanchezPortafolio liliana sanchez
Portafolio liliana sanchez
 
Photoshop and in design
Photoshop and in designPhotoshop and in design
Photoshop and in design
 
[DDBJing31] BioProject, BioSample, DDBJ Sequence Read Archive の紹介
[DDBJing31] BioProject, BioSample, DDBJ Sequence Read Archive の紹介[DDBJing31] BioProject, BioSample, DDBJ Sequence Read Archive の紹介
[DDBJing31] BioProject, BioSample, DDBJ Sequence Read Archive の紹介
 
2013 presentation naca_engaging your leadership- exploring and defining your ...
2013 presentation naca_engaging your leadership- exploring and defining your ...2013 presentation naca_engaging your leadership- exploring and defining your ...
2013 presentation naca_engaging your leadership- exploring and defining your ...
 
Presentació
PresentacióPresentació
Presentació
 
George Washington University - Next Generation of modeling and Solving Tools
George Washington University - Next Generation of modeling and Solving ToolsGeorge Washington University - Next Generation of modeling and Solving Tools
George Washington University - Next Generation of modeling and Solving Tools
 
Dr. s. swapna kumar's selected sing song list 2015
Dr. s. swapna kumar's selected sing song list 2015Dr. s. swapna kumar's selected sing song list 2015
Dr. s. swapna kumar's selected sing song list 2015
 
了解「人」,你才知道怎麼設計!–人們的動機來源
了解「人」,你才知道怎麼設計!–人們的動機來源 了解「人」,你才知道怎麼設計!–人們的動機來源
了解「人」,你才知道怎麼設計!–人們的動機來源
 
Alfabetización tecnológica, acceso y uso de internet
Alfabetización tecnológica, acceso y uso de internetAlfabetización tecnológica, acceso y uso de internet
Alfabetización tecnológica, acceso y uso de internet
 
Digital Society Lab (about)
Digital Society Lab (about)Digital Society Lab (about)
Digital Society Lab (about)
 
[DDBJing30] DDBJ と NIG SuperComputer の紹介、大量配列情報
[DDBJing30] DDBJ と NIG SuperComputer の紹介、大量配列情報[DDBJing30] DDBJ と NIG SuperComputer の紹介、大量配列情報
[DDBJing30] DDBJ と NIG SuperComputer の紹介、大量配列情報
 
Time Series Estimation of Gas Furnace Data in IMPL and CPLEX Industrial Model...
Time Series Estimation of Gas Furnace Data in IMPL and CPLEX Industrial Model...Time Series Estimation of Gas Furnace Data in IMPL and CPLEX Industrial Model...
Time Series Estimation of Gas Furnace Data in IMPL and CPLEX Industrial Model...
 
Pooling optimization problem
Pooling optimization problemPooling optimization problem
Pooling optimization problem
 
Stock Decomposition Heuristic for Scheduling: A Priority Dispatch Rule Approach
Stock Decomposition Heuristic for Scheduling: A Priority Dispatch Rule ApproachStock Decomposition Heuristic for Scheduling: A Priority Dispatch Rule Approach
Stock Decomposition Heuristic for Scheduling: A Priority Dispatch Rule Approach
 
Marketing de Defensores
Marketing de DefensoresMarketing de Defensores
Marketing de Defensores
 
Chitrakosh
ChitrakoshChitrakosh
Chitrakosh
 
Console manual impl
Console manual implConsole manual impl
Console manual impl
 
Constructing the IMPL Flowsheet Using Dia with Python (IMPL-FlowsheetDiaPy)
Constructing the IMPL Flowsheet Using Dia with Python (IMPL-FlowsheetDiaPy)Constructing the IMPL Flowsheet Using Dia with Python (IMPL-FlowsheetDiaPy)
Constructing the IMPL Flowsheet Using Dia with Python (IMPL-FlowsheetDiaPy)
 
Visitors FOODSHOW 2010 Russia
Visitors FOODSHOW 2010 RussiaVisitors FOODSHOW 2010 Russia
Visitors FOODSHOW 2010 Russia
 
Comp música clàssica1
Comp música clàssica1Comp música clàssica1
Comp música clàssica1
 

Similar to Maritime Industrial Modeling Framework - IMPRESS

Advanced Production Accounting
Advanced Production AccountingAdvanced Production Accounting
Advanced Production AccountingAlkis Vazacopoulos
 
Advanced Process Monitoring IMF
Advanced Process Monitoring IMFAdvanced Process Monitoring IMF
Advanced Process Monitoring IMFAlkis Vazacopoulos
 
Generalized Capital Investment Planning w/ Sequence-Dependent Setups Industri...
Generalized Capital Investment Planning w/ Sequence-Dependent Setups Industri...Generalized Capital Investment Planning w/ Sequence-Dependent Setups Industri...
Generalized Capital Investment Planning w/ Sequence-Dependent Setups Industri...Alkis Vazacopoulos
 
Advanced Parameter Estimation (APE) for Motor Gasoline Blending (MGB) Indust...
Advanced Parameter Estimation (APE) for Motor Gasoline Blending (MGB)  Indust...Advanced Parameter Estimation (APE) for Motor Gasoline Blending (MGB)  Indust...
Advanced Parameter Estimation (APE) for Motor Gasoline Blending (MGB) Indust...Alkis Vazacopoulos
 
Pipeline optimization Industrial Modeling Framework
Pipeline optimization Industrial Modeling FrameworkPipeline optimization Industrial Modeling Framework
Pipeline optimization Industrial Modeling FrameworkAlkis Vazacopoulos
 
Partitioning and Positioning (to Solve MINLP Problems) Industrial Modeling Fr...
Partitioning and Positioning (to Solve MINLP Problems) Industrial Modeling Fr...Partitioning and Positioning (to Solve MINLP Problems) Industrial Modeling Fr...
Partitioning and Positioning (to Solve MINLP Problems) Industrial Modeling Fr...Alkis Vazacopoulos
 
Advanced Process Monitoring for Startups, Shutdowns & Switchovers Industrial ...
Advanced Process Monitoring for Startups, Shutdowns & Switchovers Industrial ...Advanced Process Monitoring for Startups, Shutdowns & Switchovers Industrial ...
Advanced Process Monitoring for Startups, Shutdowns & Switchovers Industrial ...Alkis Vazacopoulos
 
Hybrid Dynamic Simulation (HDS) Industrial Modeling Framework (HDS-IMF)
Hybrid Dynamic Simulation (HDS)  Industrial Modeling Framework (HDS-IMF)Hybrid Dynamic Simulation (HDS)  Industrial Modeling Framework (HDS-IMF)
Hybrid Dynamic Simulation (HDS) Industrial Modeling Framework (HDS-IMF)Alkis Vazacopoulos
 
Quick Development and Deployment of Industrial Applications using Excel/VBA, ...
Quick Development and Deployment of Industrial Applications using Excel/VBA, ...Quick Development and Deployment of Industrial Applications using Excel/VBA, ...
Quick Development and Deployment of Industrial Applications using Excel/VBA, ...Alkis Vazacopoulos
 
SUPPLY CHAIN OPTIMIZATIONL: JET FUEL SUPPLY CHAIN
SUPPLY CHAIN OPTIMIZATIONL: JET FUEL SUPPLY CHAINSUPPLY CHAIN OPTIMIZATIONL: JET FUEL SUPPLY CHAIN
SUPPLY CHAIN OPTIMIZATIONL: JET FUEL SUPPLY CHAINAlkis Vazacopoulos
 
Developing the next generation of Real Time Optimization Technologies (Blend ...
Developing the next generation of Real Time Optimization Technologies (Blend ...Developing the next generation of Real Time Optimization Technologies (Blend ...
Developing the next generation of Real Time Optimization Technologies (Blend ...Alkis Vazacopoulos
 
Advanced Modeling of Industrial Optimization Problems
Advanced Modeling of Industrial Optimization ProblemsAdvanced Modeling of Industrial Optimization Problems
Advanced Modeling of Industrial Optimization ProblemsAlkis Vazacopoulos
 
An ai planning approach for generating
An ai planning approach for generatingAn ai planning approach for generating
An ai planning approach for generatingijaia
 
AN AI PLANNING APPROACH FOR GENERATING BIG DATA WORKFLOWS
AN AI PLANNING APPROACH FOR GENERATING BIG DATA WORKFLOWSAN AI PLANNING APPROACH FOR GENERATING BIG DATA WORKFLOWS
AN AI PLANNING APPROACH FOR GENERATING BIG DATA WORKFLOWSgerogepatton
 
Component Based Control System Design
Component Based Control System DesignComponent Based Control System Design
Component Based Control System DesignM Reza Rahmati
 
BUSINESS PROCESS MODELED WITH BPMN AND CTL MODEL CHECKING
BUSINESS PROCESS MODELED WITH BPMN AND CTL MODEL CHECKINGBUSINESS PROCESS MODELED WITH BPMN AND CTL MODEL CHECKING
BUSINESS PROCESS MODELED WITH BPMN AND CTL MODEL CHECKINGIJCI JOURNAL
 
Pretzel: optimized Machine Learning framework for low-latency and high throu...
Pretzel: optimized Machine Learning framework for  low-latency and high throu...Pretzel: optimized Machine Learning framework for  low-latency and high throu...
Pretzel: optimized Machine Learning framework for low-latency and high throu...NECST Lab @ Politecnico di Milano
 

Similar to Maritime Industrial Modeling Framework - IMPRESS (20)

Advanced Production Accounting
Advanced Production AccountingAdvanced Production Accounting
Advanced Production Accounting
 
Planuling & Phasing
Planuling & PhasingPlanuling & Phasing
Planuling & Phasing
 
Advanced Process Monitoring IMF
Advanced Process Monitoring IMFAdvanced Process Monitoring IMF
Advanced Process Monitoring IMF
 
Generalized Capital Investment Planning w/ Sequence-Dependent Setups Industri...
Generalized Capital Investment Planning w/ Sequence-Dependent Setups Industri...Generalized Capital Investment Planning w/ Sequence-Dependent Setups Industri...
Generalized Capital Investment Planning w/ Sequence-Dependent Setups Industri...
 
Advanced Parameter Estimation (APE) for Motor Gasoline Blending (MGB) Indust...
Advanced Parameter Estimation (APE) for Motor Gasoline Blending (MGB)  Indust...Advanced Parameter Estimation (APE) for Motor Gasoline Blending (MGB)  Indust...
Advanced Parameter Estimation (APE) for Motor Gasoline Blending (MGB) Indust...
 
Pipeline optimization Industrial Modeling Framework
Pipeline optimization Industrial Modeling FrameworkPipeline optimization Industrial Modeling Framework
Pipeline optimization Industrial Modeling Framework
 
Partitioning and Positioning (to Solve MINLP Problems) Industrial Modeling Fr...
Partitioning and Positioning (to Solve MINLP Problems) Industrial Modeling Fr...Partitioning and Positioning (to Solve MINLP Problems) Industrial Modeling Fr...
Partitioning and Positioning (to Solve MINLP Problems) Industrial Modeling Fr...
 
Advanced Process Monitoring for Startups, Shutdowns & Switchovers Industrial ...
Advanced Process Monitoring for Startups, Shutdowns & Switchovers Industrial ...Advanced Process Monitoring for Startups, Shutdowns & Switchovers Industrial ...
Advanced Process Monitoring for Startups, Shutdowns & Switchovers Industrial ...
 
Hybrid Dynamic Simulation (HDS) Industrial Modeling Framework (HDS-IMF)
Hybrid Dynamic Simulation (HDS)  Industrial Modeling Framework (HDS-IMF)Hybrid Dynamic Simulation (HDS)  Industrial Modeling Framework (HDS-IMF)
Hybrid Dynamic Simulation (HDS) Industrial Modeling Framework (HDS-IMF)
 
Quick Development and Deployment of Industrial Applications using Excel/VBA, ...
Quick Development and Deployment of Industrial Applications using Excel/VBA, ...Quick Development and Deployment of Industrial Applications using Excel/VBA, ...
Quick Development and Deployment of Industrial Applications using Excel/VBA, ...
 
SUPPLY CHAIN OPTIMIZATIONL: JET FUEL SUPPLY CHAIN
SUPPLY CHAIN OPTIMIZATIONL: JET FUEL SUPPLY CHAINSUPPLY CHAIN OPTIMIZATIONL: JET FUEL SUPPLY CHAIN
SUPPLY CHAIN OPTIMIZATIONL: JET FUEL SUPPLY CHAIN
 
Jet fuelsupplychaindesign
Jet fuelsupplychaindesignJet fuelsupplychaindesign
Jet fuelsupplychaindesign
 
Developing the next generation of Real Time Optimization Technologies (Blend ...
Developing the next generation of Real Time Optimization Technologies (Blend ...Developing the next generation of Real Time Optimization Technologies (Blend ...
Developing the next generation of Real Time Optimization Technologies (Blend ...
 
Advanced Modeling of Industrial Optimization Problems
Advanced Modeling of Industrial Optimization ProblemsAdvanced Modeling of Industrial Optimization Problems
Advanced Modeling of Industrial Optimization Problems
 
oracle-complex-event-processing-066421
oracle-complex-event-processing-066421oracle-complex-event-processing-066421
oracle-complex-event-processing-066421
 
An ai planning approach for generating
An ai planning approach for generatingAn ai planning approach for generating
An ai planning approach for generating
 
AN AI PLANNING APPROACH FOR GENERATING BIG DATA WORKFLOWS
AN AI PLANNING APPROACH FOR GENERATING BIG DATA WORKFLOWSAN AI PLANNING APPROACH FOR GENERATING BIG DATA WORKFLOWS
AN AI PLANNING APPROACH FOR GENERATING BIG DATA WORKFLOWS
 
Component Based Control System Design
Component Based Control System DesignComponent Based Control System Design
Component Based Control System Design
 
BUSINESS PROCESS MODELED WITH BPMN AND CTL MODEL CHECKING
BUSINESS PROCESS MODELED WITH BPMN AND CTL MODEL CHECKINGBUSINESS PROCESS MODELED WITH BPMN AND CTL MODEL CHECKING
BUSINESS PROCESS MODELED WITH BPMN AND CTL MODEL CHECKING
 
Pretzel: optimized Machine Learning framework for low-latency and high throu...
Pretzel: optimized Machine Learning framework for  low-latency and high throu...Pretzel: optimized Machine Learning framework for  low-latency and high throu...
Pretzel: optimized Machine Learning framework for low-latency and high throu...
 

More from Alkis Vazacopoulos

Automatic Fine-tuning Xpress-MP to Solve MIP
Automatic Fine-tuning Xpress-MP to Solve MIPAutomatic Fine-tuning Xpress-MP to Solve MIP
Automatic Fine-tuning Xpress-MP to Solve MIPAlkis Vazacopoulos
 
Amazing results with ODH|CPLEX
Amazing results with ODH|CPLEXAmazing results with ODH|CPLEX
Amazing results with ODH|CPLEXAlkis Vazacopoulos
 
Bia project poster fantasy football
Bia project poster  fantasy football Bia project poster  fantasy football
Bia project poster fantasy football Alkis Vazacopoulos
 
NFL Game schedule optimization
NFL Game schedule optimization NFL Game schedule optimization
NFL Game schedule optimization Alkis Vazacopoulos
 
2017 Business Intelligence & Analytics Corporate Event Stevens Institute of T...
2017 Business Intelligence & Analytics Corporate Event Stevens Institute of T...2017 Business Intelligence & Analytics Corporate Event Stevens Institute of T...
2017 Business Intelligence & Analytics Corporate Event Stevens Institute of T...Alkis Vazacopoulos
 
Very largeoptimizationparallel
Very largeoptimizationparallelVery largeoptimizationparallel
Very largeoptimizationparallelAlkis Vazacopoulos
 
Optimization Direct: Introduction and recent case studies
Optimization Direct: Introduction and recent case studiesOptimization Direct: Introduction and recent case studies
Optimization Direct: Introduction and recent case studiesAlkis Vazacopoulos
 
Informs 2016 Solving Planning and Scheduling Problems with CPLEX
Informs 2016 Solving Planning and Scheduling Problems with CPLEX Informs 2016 Solving Planning and Scheduling Problems with CPLEX
Informs 2016 Solving Planning and Scheduling Problems with CPLEX Alkis Vazacopoulos
 
Missing-Value Handling in Dynamic Model Estimation using IMPL
Missing-Value Handling in Dynamic Model Estimation using IMPL Missing-Value Handling in Dynamic Model Estimation using IMPL
Missing-Value Handling in Dynamic Model Estimation using IMPL Alkis Vazacopoulos
 
Industrial Modeling Service (IMS-IMPL)
Industrial Modeling Service (IMS-IMPL)Industrial Modeling Service (IMS-IMPL)
Industrial Modeling Service (IMS-IMPL)Alkis Vazacopoulos
 
Dither Signal Design Problem (DSDP) for Closed-Loop Estimation Industrial Mod...
Dither Signal Design Problem (DSDP) for Closed-Loop Estimation Industrial Mod...Dither Signal Design Problem (DSDP) for Closed-Loop Estimation Industrial Mod...
Dither Signal Design Problem (DSDP) for Closed-Loop Estimation Industrial Mod...Alkis Vazacopoulos
 
Distillation Curve Optimization Using Monotonic Interpolation
Distillation Curve Optimization Using Monotonic InterpolationDistillation Curve Optimization Using Monotonic Interpolation
Distillation Curve Optimization Using Monotonic InterpolationAlkis Vazacopoulos
 
Multi-Utility Scheduling Optimization (MUSO) Industrial Modeling Framework (M...
Multi-Utility Scheduling Optimization (MUSO) Industrial Modeling Framework (M...Multi-Utility Scheduling Optimization (MUSO) Industrial Modeling Framework (M...
Multi-Utility Scheduling Optimization (MUSO) Industrial Modeling Framework (M...Alkis Vazacopoulos
 
Advanced Production Control Using Julia & IMPL
Advanced Production Control Using Julia & IMPLAdvanced Production Control Using Julia & IMPL
Advanced Production Control Using Julia & IMPLAlkis Vazacopoulos
 

More from Alkis Vazacopoulos (20)

Automatic Fine-tuning Xpress-MP to Solve MIP
Automatic Fine-tuning Xpress-MP to Solve MIPAutomatic Fine-tuning Xpress-MP to Solve MIP
Automatic Fine-tuning Xpress-MP to Solve MIP
 
Data mining 2004
Data mining 2004Data mining 2004
Data mining 2004
 
Amazing results with ODH|CPLEX
Amazing results with ODH|CPLEXAmazing results with ODH|CPLEX
Amazing results with ODH|CPLEX
 
Bia project poster fantasy football
Bia project poster  fantasy football Bia project poster  fantasy football
Bia project poster fantasy football
 
NFL Game schedule optimization
NFL Game schedule optimization NFL Game schedule optimization
NFL Game schedule optimization
 
2017 Business Intelligence & Analytics Corporate Event Stevens Institute of T...
2017 Business Intelligence & Analytics Corporate Event Stevens Institute of T...2017 Business Intelligence & Analytics Corporate Event Stevens Institute of T...
2017 Business Intelligence & Analytics Corporate Event Stevens Institute of T...
 
Posters 2017
Posters 2017Posters 2017
Posters 2017
 
Very largeoptimizationparallel
Very largeoptimizationparallelVery largeoptimizationparallel
Very largeoptimizationparallel
 
Retail Pricing Optimization
Retail Pricing Optimization Retail Pricing Optimization
Retail Pricing Optimization
 
Optimization Direct: Introduction and recent case studies
Optimization Direct: Introduction and recent case studiesOptimization Direct: Introduction and recent case studies
Optimization Direct: Introduction and recent case studies
 
Informs 2016 Solving Planning and Scheduling Problems with CPLEX
Informs 2016 Solving Planning and Scheduling Problems with CPLEX Informs 2016 Solving Planning and Scheduling Problems with CPLEX
Informs 2016 Solving Planning and Scheduling Problems with CPLEX
 
ODHeuristics
ODHeuristicsODHeuristics
ODHeuristics
 
Missing-Value Handling in Dynamic Model Estimation using IMPL
Missing-Value Handling in Dynamic Model Estimation using IMPL Missing-Value Handling in Dynamic Model Estimation using IMPL
Missing-Value Handling in Dynamic Model Estimation using IMPL
 
Industrial Modeling Service (IMS-IMPL)
Industrial Modeling Service (IMS-IMPL)Industrial Modeling Service (IMS-IMPL)
Industrial Modeling Service (IMS-IMPL)
 
Dither Signal Design Problem (DSDP) for Closed-Loop Estimation Industrial Mod...
Dither Signal Design Problem (DSDP) for Closed-Loop Estimation Industrial Mod...Dither Signal Design Problem (DSDP) for Closed-Loop Estimation Industrial Mod...
Dither Signal Design Problem (DSDP) for Closed-Loop Estimation Industrial Mod...
 
Xmr im
Xmr imXmr im
Xmr im
 
Distillation Curve Optimization Using Monotonic Interpolation
Distillation Curve Optimization Using Monotonic InterpolationDistillation Curve Optimization Using Monotonic Interpolation
Distillation Curve Optimization Using Monotonic Interpolation
 
Multi-Utility Scheduling Optimization (MUSO) Industrial Modeling Framework (M...
Multi-Utility Scheduling Optimization (MUSO) Industrial Modeling Framework (M...Multi-Utility Scheduling Optimization (MUSO) Industrial Modeling Framework (M...
Multi-Utility Scheduling Optimization (MUSO) Industrial Modeling Framework (M...
 
Advanced Production Control Using Julia & IMPL
Advanced Production Control Using Julia & IMPLAdvanced Production Control Using Julia & IMPL
Advanced Production Control Using Julia & IMPL
 
IMPL Data Analysis
IMPL Data AnalysisIMPL Data Analysis
IMPL Data Analysis
 

Recently uploaded

Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 

Recently uploaded (20)

Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 

Maritime Industrial Modeling Framework - IMPRESS