I'm studying a combinatorial optimization problem which is related to machine scheduling in a hydraulic system.
We have an objective function and constraints, like a combinatorial optimization problem. However, the parameters of the model are unknow, because we need to simulate the hydraulic system. Therefore, we can use a decision variable vector (the scheduling of a set of machines, in periods of hours) for calculating of hydraulic features of the system. Finally, we can measure the objective function and if the solution is feasible.
It is a minimization problem. I'm interested in obtain lower bounds, for a B&B algorithm, or upper bounds, with heuristics.