Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Nov 1, 2023
1 parent 0dd915c commit 034b060
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cylp/py/pivots/PositiveEdgePivot.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import random
import numpy as np
from cylp.cy import CyCoinIndexedVector
#from cylp.cy.CyClpSimplex import cydot
from .PivotPythonBase import PivotPythonBase


Expand Down
1 change: 0 additions & 1 deletion cylp/py/pivots/PositiveEdgeWolfePivot.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from cylp.cy import CyCoinIndexedVector
import random
from math import floor
#from cylp.cy.CyClpSimplex import cydot
from cylp.py.pivots import PositiveEdgePivot


Expand Down
1 change: 0 additions & 1 deletion cylp/py/pivots/WolfePivotPE.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import random
import numpy as np
from cylp.cy import CyCoinIndexedVector
#from cylp.cy.CyClpSimplex import cydot
from PivotPythonBase import PivotPythonBase


Expand Down

0 comments on commit 034b060

Please sign in to comment.