Skip to content

Feature/dsl - #240

Merged
cenwangumass merged 17 commits into
masterfrom
feature/dsl
Aug 17, 2026
Merged

Feature/dsl#240
cenwangumass merged 17 commits into
masterfrom
feature/dsl

Conversation

@cenwangumass

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread simopt-dsl/src/simopt_dsl/expressions.py Fixed
Comment thread simopt-dsl/src/simopt_dsl/simulation.py Fixed
Comment thread simopt-dsl/src/simopt_dsl/simulation.py Fixed
Comment thread simopt-dsl/src/simopt_dsl/simulation.py Fixed
Comment thread simopt-dsl/src/simopt_dsl/simulation.py Fixed
Comment thread simopt-dsl/src/simopt_dsl/variables.py Fixed
Comment thread simopt-dsl/src/simopt_dsl/variables.py Fixed
from simopt_dsl.simulation import Simulation


class Expression:
return iter(self.components)

@overload
def __getitem__(self, index: int) -> Variable: ...
def __getitem__(self, index: int) -> Variable: ...

@overload
def __getitem__(self, index: slice) -> tuple[Variable, ...]: ...
@cenwangumass
cenwangumass merged commit a20980b into master Aug 17, 2026
5 checks passed
@cenwangumass
cenwangumass deleted the feature/dsl branch August 17, 2026 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants