3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

tested network sorting

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-11-07 10:49:36 -08:00
parent c57594d463
commit 8fb92e6312

View file

@ -1,3 +1,23 @@
/*++
Copyright (c) 2013 Microsoft Corporation
Module Name:
sorting_network.h
Abstract:
Utility for creating a sorting network.
Author:
Nikolaj Bjorner (nbjorner) 2013-11-07
Notes:
Same routine is used in Formula.
--*/
#include "vector.h"