Ticket #29 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Parser: The power of || and && operators

Reported by: ivan.zapreev Owned by: ivan.zapreev
Priority: major Milestone: MRMC v1.2.2
Component: Core Version: 1.2.2
Keywords: Cc: nguyen, christinajansen

Description

General parser problem with the power of and && operators.

In MRMC up to version 1.2.2 the power of && and were equal, i.e.
due to the poor parsing prammar the model checking results,
e.g. for the formulas:

	a && b || c
	c || b && a

could be different!

Is illustrated by the

test/functional_tests/dtmc/pctl/operators/basic/pctl_basic_01/

regression test.

Change History

Changed 4 years ago by ivan.zapreev

  • status changed from new to closed
  • resolution set to fixed

Changed 4 years ago by ivan.zapreev

  • version changed from 1.3 to 1.2.2
  • milestone set to MRMC v1.2.2
Note: See TracTickets for help on using tickets.