Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Oil Refinery
#1
Dear all,

An oil refinery processes a total of 20 types of crude oil over 2 years. At any one time, the refinery runs a mixture of 3-5 types crude oils. Because each crude oil is different, each crude oil mixture yields a different ratio of 4 refined products. Also, each type of crude is featured in more than one crude run.

Data available are: (1) mixture of the crude oils for each run and (2) the yield of 4 different products (A,B,C,D).

Objective: To find out the yield of each type of crude.

My question is: what class of problem is this? Is there a feature in Python that can give a good guess to this type of problem?

Thank you in advance!
Reply


Messages In This Thread
Oil Refinery - by refineryuser - Dec-22-2019, 07:39 PM
RE: Oil Refinery - by Gribouillis - Dec-22-2019, 08:21 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020