Skip to content

Commit

Permalink
Update var.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jezsadler authored Apr 20, 2024
1 parent 5790bad commit 8cc7bf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/omlt/base/var.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
from abc import ABC, abstractmethod
import pyomo.environ as pyo

from omlt.base import jump, DEFAULT_MODELING_LANGUAGE
from omlt.dependencies import julia_available

if julia_available:
from omlt.base import jump, DEFAULT_MODELING_LANGUAGE
from omlt.base.julia import JuMPVarInfo, JumpVar


Expand Down

0 comments on commit 8cc7bf6

Please sign in to comment.