SCIP Objective Function quicksum over a exponential term
问题 I am having issues summing over an exponential equation and using this as is the objective function. Am I able to use the exponential equation in the objective function? If not, is it possible to put the exponential function in as a constraint? Any help on this would be appreciated. import pandas as pd from pyscipopt import Model, quicksum, multidict, exp num_fac_to_open = 1 order_to_open = [] opened_fac = [] closed_fac = [0, 1, 2] S = [0, 1, 2] R = [10, 11, 12] distance_dict = {(0, 10): 300