Skip to content

Commit

Permalink
Removed numpy import in sudoku_alt
Browse files Browse the repository at this point in the history
  • Loading branch information
tBuLi committed Jan 4, 2024
1 parent 6450a20 commit ea86ffe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/mip/sudoku_alt.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

import math

import numpy as np

from symfit import Parameter, symbols, IndexedBase, Idx, Sum, Eq
from symfit.symmip.backend import SCIPOptBackend, GurobiBackend
from symfit import MIP
Expand Down

0 comments on commit ea86ffe

Please sign in to comment.