- Jan 31, 2017
-
-
Christophe Geuzaine authored
-
- Jan 30, 2017
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 28, 2017
-
-
Christophe Geuzaine authored
-
- Jan 26, 2017
-
-
Jonathan Lambrechts authored
No commit message
-
- Jan 23, 2017
-
-
PA Beaufort authored
-
- Jan 18, 2017
-
-
Jean-François Remacle authored
-
- Jan 03, 2017
-
-
Christophe Geuzaine authored
-
- Dec 11, 2016
-
-
Christophe Geuzaine authored
-
Kilian Verhetsel authored
This allows parts of the graph that do not belong to the fragment to not be iterated over when optimizing said fragment.
-
Kilian Verhetsel authored
The original code would only record vertices that were reached in two different ways (and thus the edge was already marked as black when visited a second time).
-
Kilian Verhetsel authored
Nodes should be rejected based on the existence of an edge, not based on whether that edge has already been visited or not.
-
Kilian Verhetsel authored
-
Kilian Verhetsel authored
value to a clique
-
Kilian Verhetsel authored
-
Kilian Verhetsel authored
-
Kilian Verhetsel authored
iterating over them An updatable priority queue is required to change the keys of elements if the priority queue when making decisions or backtracking, hence why std::priority_queue was not appropriate.
-
Kilian Verhetsel authored
-
Kilian Verhetsel authored
-
Kilian Verhetsel authored
-
Kilian Verhetsel authored
-
Kilian Verhetsel authored
-
Kilian Verhetsel authored
A monotonic clock (e.g. clock_gettime(2), GetTickCount64) would be more appropriate.
-
Kilian Verhetsel authored
-
Kilian Verhetsel authored
-
Kilian Verhetsel authored
-
Kilian Verhetsel authored
-
Kilian Verhetsel authored
-
Kilian Verhetsel authored
Changing (most of) these parameters from their default values would not have worked without adding explicit template parameters to e.g. recursive calls.
-
Kilian Verhetsel authored
-
- Dec 10, 2016
-
-
Kilian Verhetsel authored
-
Kilian Verhetsel authored
-
Kilian Verhetsel authored
-
Kilian Verhetsel authored
-
Kilian Verhetsel authored
-
Kilian Verhetsel authored
-
- Nov 30, 2016
-
-
Jean-François Remacle authored
-
Jeanne Pellerin authored
-
- Nov 29, 2016
-
-
Jean-François Remacle authored
-