Skip to content

Wrong computation of time elapsing #1

Description

@etienneandre

The following operation:

elapsing (x1) in
	(
	x_1 = 3
		 & x_1 >= 0
	)

gives x_1 = 3

which is wrong (it should be x_1 >= 3).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions