Hello John! i hope you are well. i have writing this problem because i know you can help.
i am trying to create a constraint which is MILP based optimization.
in the constraint i am doing a product of binvar with real number and the resultant is NaN.
can you tell me if its a logical mistake or else? if the optimization model is not solved or executed completly then the decision variables (binary and real) always gives NaN?
below is the equation in which i am interested
mu_product(end+1) = path.mu_matrix{server_index, service_index, time} * services.reqs(service_idx);
path.mu_matrix is binary decision variable;
services.reqs are just a real number (2000);