The dataloader needs to load the pickled problem specifications as well as parse the csv file (probably just using pandas) and extract the necessary information.
Given the pandas dataframe, it should be easy to coordinate that part. The output will be some kind of tuple of the configuration input, the milp problem and the label (TimeConstrPrimalDualIntegral).
The dataloader needs to load the pickled problem specifications as well as parse the csv file (probably just using pandas) and extract the necessary information.
Given the pandas dataframe, it should be easy to coordinate that part. The output will be some kind of tuple of the configuration input, the milp problem and the label (TimeConstrPrimalDualIntegral).