Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next #4

Merged
merged 33 commits into from
Nov 25, 2014
Merged

Next #4

merged 33 commits into from
Nov 25, 2014

Conversation

Meijuh
Copy link
Member

@Meijuh Meijuh commented Nov 25, 2014

No description provided.

Meijuh and others added 30 commits November 25, 2014 11:11
-> 	move trace generation after a next-state call,
	such that other GB calls do not interfere
	with receiving all successor states.
This patch add an option that can select an edge label to
define the cost of edges. This cost must be non-negative.
The tool will explore successively higher cost levels.
Each of these levels is store in a doubly linked list.
First, because this means O(1) remove and insert when
a lower cost path is found. Second, because the order
within a cost level remains close to BFS and therefore
should not be excessively long.
Conflicts:

	src/lts-lib/lts-imca-io.c
Meijuh added a commit that referenced this pull request Nov 25, 2014
@Meijuh Meijuh merged commit 3c63f88 into utwente-fmt:next Nov 25, 2014
@yanntm yanntm mentioned this pull request Jun 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants