1 / 3

let begin_zip = program_marker 0 in let not_end_zip =

let begin_zip = program_marker 0 in let not_end_zip = let end_zip = program_marker 1 in any_prog_action – end_zip in let amb_action = let has_amb = at_least AMB in any_prog_action with has_amb in any_act. *. . begin_zip. . not_end_zip *. . amb_action.

oleg-mason
Download Presentation

let begin_zip = program_marker 0 in let not_end_zip =

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. letbegin_zip = program_marker 0 in let not_end_zip = let end_zip = program_marker 1 in any_prog_action –end_zip in let amb_action = let has_amb = at_least AMB in any_prog_actionwithhas_amb in any_act * .begin_zip .not_end_zip * .amb_action

  2. let no_amb_action = let no_amb = at_most ( non AMB ) in any_prog_action with no_amb in ( any_act . end_zip )* . not_begin_zip* . no_amb_action

  3. let sec_violations = [ regex from first slide ] in let func_violations = [ regex from second slide ] in sec_violations|func_violations

More Related