Skip to content

Commit

Permalink
Merge branch 'JuMP-Julia' into JuMP
Browse files Browse the repository at this point in the history
  • Loading branch information
jezsadler authored Oct 3, 2024
2 parents 877aac1 + ac0912c commit a64316b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 54 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/main.yml

This file was deleted.

7 changes: 6 additions & 1 deletion src/omlt/base/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
from omlt.base.language import DEFAULT_MODELING_LANGUAGE

from omlt.dependencies import julia_available

# if julia_available:
# from omlt.base.julia import jl, jump

from omlt.base.constraint import (
OmltConstraint,
OmltConstraintFactory,
Expand All @@ -15,7 +20,7 @@
OmltScalarPyomo,
)
from omlt.base.var import OmltIndexed, OmltScalar, OmltVar, OmltVarFactory
from omlt.dependencies import julia_available


__all__ = [
"DEFAULT_MODELING_LANGUAGE",
Expand Down

0 comments on commit a64316b

Please sign in to comment.