StevenMaio / rl-repair

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

Convert GE inequalities into LE inequalities #2

Closed StevenMaio closed 1 year ago

StevenMaio commented 1 year ago

At the moment this isn't handled. The benefit of this is that it reduces most constraint processing down to 2 cases from 3.

StevenMaio commented 1 year ago

This should be done at this point. I added a method to Model which does this.

We may run into an issue with Gurobi? I don't actually that should be an issue.