StevenMaio / rl-repair

Repository for python implementation of thesis work
1 stars 0 forks source link

Solve LP relaxation at end of FPR #11

Open StevenMaio opened 1 year ago

StevenMaio commented 1 year ago

The final step in FPR is solve the LP relaxation after the integer variables have been fixed.

StevenMaio commented 1 year ago

The bulk of this is done. One thing to consider is how should we store the solution?