Skip to content

Commit

Permalink
Basic Merge Sort Parallel would be nice as regression but needs parti…
Browse files Browse the repository at this point in the history
…cular solver to work.
  • Loading branch information
vkuncak committed Sep 23, 2015
1 parent 6dea823 commit 19b7601
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Basic parallel Merge sort that:
* shows use of 'par' construct
* uses a higher-order comparison function
* relies on a strong spec for a list library function splitAtIndex
Warning: spec does not check sortedness or multiplicity.
*/
import leon.lang._
import leon.collection._
import leon.par._
Expand Down

0 comments on commit 19b7601

Please sign in to comment.