There are 10 different item in the system that needed to be repaired. Each item has its repairing price, and each item has its impact to the system (rather I say here, consequences) if one or more of them were not repaired. But the problem is, I have not enough money to repair all of these items. My money probably just enough for repairing a few items only. And I need to get the system keep running, no matter what. No waiting time.

So, my method to assess these items consequences are with Event Tree Analysis, convert them in number (or level), so I can input them into my Linear Programming to decide which item(s) I am going to repair, and which item(s) I am not.

- Do multiple Event Tree Analysis to the system, with that item(s) not available, to get any Consequences if I decide to not repair that item(s), and its Likelihood. In order to get each items Consequences Number (or Level).

- Do Linear Programming, with repair price and Consequences Number (or Level) of each item, to decide which is going to be repaired, and which is not.

My question is:

1. In your opinion, is this method valid as a selection method?

2. If yes, can I get these Consequence Number (or Level) just by doing Event Tree Analysis? Or is there any method (maybe specific/simplied one) to get these number?

3. Is there any journal or thesis, with the same problem and same method I had?

Similar questions and discussions