Skip to content

Commit

Permalink
Moving JuMP objects into their own file
Browse files Browse the repository at this point in the history
  • Loading branch information
jezsadler committed Sep 28, 2024
1 parent 79af205 commit fe433a3
Show file tree
Hide file tree
Showing 3 changed files with 379 additions and 384 deletions.
7 changes: 0 additions & 7 deletions src/omlt/base/expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@

from omlt.base import DEFAULT_MODELING_LANGUAGE

# from omlt.dependencies import julia_available

# if julia_available:
# from omlt.base.julia import jl, jump, JumpVar
# from juliacall import AnyValue
# relations = {"==", ">=", "<=", ">", "<"}


class OmltExpr(ABC):
def __new__(cls, *indexes, **kwargs: Any):
Expand Down
Loading

0 comments on commit fe433a3

Please sign in to comment.