Skip to content

Commit

Permalink
fixup! feat: add all_solvable_symbols and all_symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Dec 18, 2023
1 parent e3e02e6 commit f453494
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SymbolicIndexingInterface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ include("trait.jl")

export is_variable, variable_index, variable_symbols, is_parameter, parameter_index,
parameter_symbols, is_independent_variable, independent_variable_symbols, is_observed,
observed, is_time_dependent, constant_structure, symbolic_container
observed, is_time_dependent, constant_structure, symbolic_container, all_solvable_symbols,
all_symbols
include("interface.jl")

export SymbolCache
Expand Down

0 comments on commit f453494

Please sign in to comment.