Skip to main content

How to map Virtual Network Functions on Servers if the server contains enough resources.

Answered

Comments

2 comments

  • Official comment
    Simranjit Kaur
    • Gurobi Staff
    This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum, or try Gurobot, our chatbot interface offering instant, expert-level support.
  • Maliheh Aramon
    • Gurobi Staff

    Hi Muhammad,

    I want to map them to servers (S1, S2) if the servers have enough resource capacity(storage, computation, memory, and bandwidth).

    I think this is similar to the question you asked in the other post. You can use exactly the same decision variables. Let us define \(C^s_i\) as the capacity limit of resource \(s\) on server \(i\). To enforce the capacity limit on each server, your constraint would be similar to what it was explained before:

    \[\sum_j \sum_{t^{\prime} \in T_{ijt}} c^s_{ij} x_{ijt^{\prime}} \leq C^s_i, ~~ \forall s, t, i\]

    I would recommend looking at the literature and first writing the mathematical formulation of your entire problem by defining the decision variables, objective function, and constraints. It would then be much easier to translate your mathematical formulation to code.

    Best regards,

    Maliheh 

    0

Post is closed for comments.