Skip to content

Commit

Permalink
Switched to set implementation of vars/eqns in matching, etc.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Jan 17, 2005
1 parent 160d979 commit 9152676
Show file tree
Hide file tree
Showing 8 changed files with 359 additions and 166 deletions.
1 change: 1 addition & 0 deletions modeq/dae.rml
Expand Up @@ -121,6 +121,7 @@ module DAE:
relation dump_ext_decl_str : ExternalDecl => string
relation dump_ext_arg_str : ExtArg => string
relation dump_algorithm: Element => ()
relation dump_algorithm_str : Element => string
relation dump_direction_str: VarDirection => string
relation get_matching_elements: (Element list, Element => () ) => Element list
relation get_matching: ('a list, 'a => () ) => 'a list
Expand Down
2 changes: 2 additions & 0 deletions modeq/daeext.rml
Expand Up @@ -39,6 +39,8 @@ module DAEEXT:
relation get_e_mark: (int) => bool (* returns e_mark(i) *)
relation v_mark: (int) => () (* sets v_mark(i) to true *)
relation get_v_mark: (int) => bool (* returns e_mark(i) *)
relation get_marked_eqns:() => int list
relation get_marked_variables:() => int list
relation dump_marked_equations: (int) => ()
relation dump_marked_variables: (int) => ()

Expand Down

0 comments on commit 9152676

Please sign in to comment.