<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to UserGuide</title><link>https://sourceforge.net/p/cosparallel/wiki/UserGuide/</link><description>Recent changes to UserGuide</description><atom:link href="https://sourceforge.net/p/cosparallel/wiki/UserGuide/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 27 Jun 2012 14:38:05 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cosparallel/wiki/UserGuide/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage UserGuide modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/UserGuide/</link><description>&lt;pre&gt;--- v10
+++ v11
@@ -21,7 +21,7 @@
 * `-p` Specifies to use the proof-of-concept method COSpoc rather than **COS**. Since **COS** is *faster* than COSpoc, it is recommended to use this option only for benchmark purposes. With this option, `-W` is ignored.
 * `-h` Prints the help and exits.
 * `-d` If `cos` is compiled with the `DEBUG` macro (see [SetupAndCompile]), set the debug level. Otherwise it is ignored and a warning message is printed on `stdout`. This parameter can be passed from zero (no debug) to four (maximum verbosity level) times. Each time the parameter is passed, the verbosity level of the debug is increased by one.
-* `&lt;mxcliques_file&gt;` A file containing a list of maximal cliques, one per line. Each maximal clique must be expressed as a whitespace-separated list of its nodes and must end with a virtual node -1. Nodes must be expressed as non-negative integer numbers. *You might want to have a look at [ListingMaximalCliques] if you are looking for a program that lists all the maximal cliques and delivers as output a file in this format*
+* `&lt;mxcliques_file&gt;` A file containing a list of maximal cliques, one per line. Each maximal clique must be expressed as a whitespace-separated list of its nodes and must end with a virtual node -1. Nodes must be expressed as non-negative integer numbers. *You might want to have a look at [MaximalCliquesListing] if you are looking for a program that lists all the maximal cliques and delivers as output a file in this format*
 
 ##### Usage Examples #####
     ./cos &lt;mxcliques_file&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 14:38:05 -0000</pubDate><guid>https://sourceforge.net92a658e0ae0beee52e8aae80b30c7a27f6caa50e</guid></item><item><title>WikiPage UserGuide modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/UserGuide/</link><description>&lt;pre&gt;--- v9
+++ v10
@@ -21,7 +21,7 @@
 * `-p` Specifies to use the proof-of-concept method COSpoc rather than **COS**. Since **COS** is *faster* than COSpoc, it is recommended to use this option only for benchmark purposes. With this option, `-W` is ignored.
 * `-h` Prints the help and exits.
 * `-d` If `cos` is compiled with the `DEBUG` macro (see [SetupAndCompile]), set the debug level. Otherwise it is ignored and a warning message is printed on `stdout`. This parameter can be passed from zero (no debug) to four (maximum verbosity level) times. Each time the parameter is passed, the verbosity level of the debug is increased by one.
-* `&lt;mxcliques_file&gt;` A file containing a list of maximal cliques, one per line. Each maximal clique must be expressed as a whitespace-separated list of its nodes and must end with a virtual node -1. Nodes must be expressed as non-negative integer numbers.
+* `&lt;mxcliques_file&gt;` A file containing a list of maximal cliques, one per line. Each maximal clique must be expressed as a whitespace-separated list of its nodes and must end with a virtual node -1. Nodes must be expressed as non-negative integer numbers. *You might want to have a look at [ListingMaximalCliques] if you are looking for a program that lists all the maximal cliques and delivers as output a file in this format*
 
 ##### Usage Examples #####
     ./cos &lt;mxcliques_file&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 13:49:46 -0000</pubDate><guid>https://sourceforge.netab97995563c18a7a85ba184f4a26bccdb800b105</guid></item><item><title>WikiPage UserGuide modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/UserGuide/</link><description>&lt;pre&gt;--- v8
+++ v9
@@ -45,7 +45,6 @@
     ./cos -p &lt;mxcliques_file&gt;
 Run the program with 8 parallel threads and a 1 GB sliding window buffer, using the proof-of-concept method COSpoc.
 
-
 Output Files
 -------------------------
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 12:19:12 -0000</pubDate><guid>https://sourceforge.netb85ae493bbb64b15ad09ebcaa657df5cf1926427</guid></item><item><title>WikiPage UserGuide modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/UserGuide/</link><description>&lt;pre&gt;--- v7
+++ v8
@@ -23,6 +23,29 @@
 * `-d` If `cos` is compiled with the `DEBUG` macro (see [SetupAndCompile]), set the debug level. Otherwise it is ignored and a warning message is printed on `stdout`. This parameter can be passed from zero (no debug) to four (maximum verbosity level) times. Each time the parameter is passed, the verbosity level of the debug is increased by one.
 * `&lt;mxcliques_file&gt;` A file containing a list of maximal cliques, one per line. Each maximal clique must be expressed as a whitespace-separated list of its nodes and must end with a virtual node -1. Nodes must be expressed as non-negative integer numbers.
 
+##### Usage Examples #####
+    ./cos &lt;mxcliques_file&gt;
+Run the program with 8 parallel threads and a 1 GB sliding window buffer.
+
+
+    ./cos -P 80 &lt;mxcliques_file&gt;
+Run the program with 80 parallel threads.
+
+
+    ./cos -P 80 -W 32 &lt;mxcliques_file&gt;
+Run the program with 80 parallel threads and a 2**32 B = 4 GB sliding window buffer.
+
+    ./cos -d &lt;mxcliques_file&gt;
+Run the program with minimum debug info.
+
+    ./cos -d -d -d -d &lt;mxcliques_file&gt;
+Run the program with maximum debug info.
+
+
+    ./cos -p &lt;mxcliques_file&gt;
+Run the program with 8 parallel threads and a 1 GB sliding window buffer, using the proof-of-concept method COSpoc.
+
+
 Output Files
 -------------------------
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 12:15:36 -0000</pubDate><guid>https://sourceforge.netb93d4c862e139b9a4ae6b4830af65c7baa769ed0</guid></item><item><title>WikiPage UserGuide modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/UserGuide/</link><description>&lt;pre&gt;--- v6
+++ v7
@@ -22,3 +22,23 @@
 * `-h` Prints the help and exits.
 * `-d` If `cos` is compiled with the `DEBUG` macro (see [SetupAndCompile]), set the debug level. Otherwise it is ignored and a warning message is printed on `stdout`. This parameter can be passed from zero (no debug) to four (maximum verbosity level) times. Each time the parameter is passed, the verbosity level of the debug is increased by one.
 * `&lt;mxcliques_file&gt;` A file containing a list of maximal cliques, one per line. Each maximal clique must be expressed as a whitespace-separated list of its nodes and must end with a virtual node -1. Nodes must be expressed as non-negative integer numbers.
+
+Output Files
+-------------------------
+
+For each *k* such that at least one *k*-clique community exists, a file named
+k_comunities.txt is output in the current working directory.
+Each line of the file has the format
+
+    &lt;community_id&gt;:&lt;maximal_clique&gt;
+
+Where:
+
+* `&lt;community_id&gt;` Is an integer number in the range \[0, (Nk-1)\], where Nk is the number of *k*-clique communities discovered for a given *k*. This integer uniquely identifies the community.
+* `&lt;maximal_clique&gt;` Is a whistespace-separated list of nodes belonging to one input maximal clique, which is part of *k*-clique community identified by &amp;lt;community_id&amp;gt;
+
+In addition, a summary file containing the number of maximal cliques discovered for each *k* is output as well. Each line of this file, named k_num_communities.txt, has the format
+
+    k     Nk
+
+Where Nk is the number of *k*-clique communities discovered for a given *k*.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 12:05:58 -0000</pubDate><guid>https://sourceforge.net57b32db99bbb051cceb0791da516f1abfd7b2fe5</guid></item><item><title>WikiPage UserGuide modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/UserGuide/</link><description>&lt;pre&gt;--- v5
+++ v6
@@ -18,7 +18,7 @@
 
 * `-P &lt;num_threads&gt;` Specifies the number of *parallel threads* to be executed. Default value is 8.
 * `-W &lt;exp&gt;` Set the sliding window buffer size to 2\*\*&amp;lt;exp&amp;gt; Bytes. Default value is 30 for a sliding window buffer size of 2\*\*30 B = 1 GB.
-* `-p` Specifies to use the proof-of-concept method COSpoc rather than **COS**. Since **COS** is *faster* than COSpoc, it is recommended to use this option only for benchmark purposes. With this option, -W is ignored.
+* `-p` Specifies to use the proof-of-concept method COSpoc rather than **COS**. Since **COS** is *faster* than COSpoc, it is recommended to use this option only for benchmark purposes. With this option, `-W` is ignored.
 * `-h` Prints the help and exits.
 * `-d` If `cos` is compiled with the `DEBUG` macro (see [SetupAndCompile]), set the debug level. Otherwise it is ignored and a warning message is printed on `stdout`. This parameter can be passed from zero (no debug) to four (maximum verbosity level) times. Each time the parameter is passed, the verbosity level of the debug is increased by one.
 * `&lt;mxcliques_file&gt;` A file containing a list of maximal cliques, one per line. Each maximal clique must be expressed as a whitespace-separated list of its nodes and must end with a virtual node -1. Nodes must be expressed as non-negative integer numbers.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 10:09:48 -0000</pubDate><guid>https://sourceforge.net1124d71ae63155c6b5b8587a98a66920889f5ccd</guid></item><item><title>WikiPage UserGuide modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/UserGuide/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -16,10 +16,9 @@
 
 Where:
 
-* `-P &lt;num_threads&gt;` Specifies the number of parallel threads to be executed. Default value is 8.
+* `-P &lt;num_threads&gt;` Specifies the number of *parallel threads* to be executed. Default value is 8.
 * `-W &lt;exp&gt;` Set the sliding window buffer size to 2\*\*&amp;lt;exp&amp;gt; Bytes. Default value is 30 for a sliding window buffer size of 2\*\*30 B = 1 GB.
-* `-p` Specifies to use the proof-of-concept method COSpoc rather than COS.
-                   With this option, parameter -W is ignored.
+* `-p` Specifies to use the proof-of-concept method COSpoc rather than **COS**. Since **COS** is *faster* than COSpoc, it is recommended to use this option only for benchmark purposes. With this option, -W is ignored.
 * `-h` Prints the help and exits.
 * `-d` If `cos` is compiled with the `DEBUG` macro (see [SetupAndCompile]), set the debug level. Otherwise it is ignored and a warning message is printed on `stdout`. This parameter can be passed from zero (no debug) to four (maximum verbosity level) times. Each time the parameter is passed, the verbosity level of the debug is increased by one.
 * `&lt;mxcliques_file&gt;` A file containing a list of maximal cliques, one per line. Each maximal clique must be expressed as a whitespace-separated list of its nodes and must end with a virtual node -1. Nodes must be expressed as non-negative integer numbers.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 10:08:57 -0000</pubDate><guid>https://sourceforge.net5c2928dee5b44550f100bb9807fd3f1008b15832</guid></item><item><title>WikiPage UserGuide modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/UserGuide/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -6,23 +6,20 @@
 
     ./cos -h
 
+
+
 Usage
 ---------------------------
 **COS** executable accepts the following command-line arguments:
 
     ./cos [-P &lt;num_threads&gt;] [-W &lt;exp&gt;] [-p] [-d] &lt;mxcliques_file&gt;
 
+Where:
 
-* `-P &lt;num_threads&gt;` \t Specifies the number of parallel threads to be executed. Default value is 8.
-* `-W &lt;exp&gt;`          Set the sliding window buffer size to 2**&lt;exp&gt; Bytes.
-                   Default value is 30 for a sliding window buffer size of 2**30 B = 1 GB.
- -p                Specifies to use the proof-of-concept method COSpoc rather than COS.
+* `-P &lt;num_threads&gt;` Specifies the number of parallel threads to be executed. Default value is 8.
+* `-W &lt;exp&gt;` Set the sliding window buffer size to 2\*\*&amp;lt;exp&amp;gt; Bytes. Default value is 30 for a sliding window buffer size of 2\*\*30 B = 1 GB.
+* `-p` Specifies to use the proof-of-concept method COSpoc rather than COS.
                    With this option, parameter -W is ignored.
- -h                Prints this help and exits.
- -d                Set the debug level. This parameter can be passed from zero (no debug) to
-                   four (maximum verbosity level) times. Each time the parameter is passed,
-                   the verbosity level of the debug is increased by one.
- &lt;mxcliques_file&gt;  A file containing a list of maximal cliques, one per line. Each maximal
-                   clique must be expressed as a whitespace-separated list of its nodes 
-                   and must end with a virtual node -1. Nodes must be expressed as non-negative
-                   integer numbers.
+* `-h` Prints the help and exits.
+* `-d` If `cos` is compiled with the `DEBUG` macro (see [SetupAndCompile]), set the debug level. Otherwise it is ignored and a warning message is printed on `stdout`. This parameter can be passed from zero (no debug) to four (maximum verbosity level) times. Each time the parameter is passed, the verbosity level of the debug is increased by one.
+* `&lt;mxcliques_file&gt;` A file containing a list of maximal cliques, one per line. Each maximal clique must be expressed as a whitespace-separated list of its nodes and must end with a virtual node -1. Nodes must be expressed as non-negative integer numbers.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 10:04:48 -0000</pubDate><guid>https://sourceforge.net0a3849ac26dedc6f69619877eb9eb6be046a30d8</guid></item><item><title>WikiPage UserGuide modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/UserGuide/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -8,12 +8,13 @@
 
 Usage
 ---------------------------
+**COS** executable accepts the following command-line arguments:
 
     ./cos [-P &lt;num_threads&gt;] [-W &lt;exp&gt;] [-p] [-d] &lt;mxcliques_file&gt;
 
 
-* `-P &lt;num_threads&gt;`  Specifies the number of parallel threads to be executed. Default value is 8.
- -W &lt;exp&gt;          Set the sliding window buffer size to 2**&lt;exp&gt; Bytes.
+* `-P &lt;num_threads&gt;` \t Specifies the number of parallel threads to be executed. Default value is 8.
+* `-W &lt;exp&gt;`          Set the sliding window buffer size to 2**&lt;exp&gt; Bytes.
                    Default value is 30 for a sliding window buffer size of 2**30 B = 1 GB.
  -p                Specifies to use the proof-of-concept method COSpoc rather than COS.
                    With this option, parameter -W is ignored.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 09:49:29 -0000</pubDate><guid>https://sourceforge.net57c298fa37248eb8a6fc50c388776c35f4d1a830</guid></item><item><title>WikiPage UserGuide modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/UserGuide/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -2,6 +2,26 @@
 
 Running **COS**
 ===========================
-Run the executable `cos` without parameters or with a `-h` to get useful information about usage, parameters, input and output files format, etc.
+Run the executable `cos` without parameters or with a `-h` to get useful information about usage, command-line arguments, input and output files format, etc.
 
     ./cos -h
+
+Usage
+---------------------------
+
+    ./cos [-P &lt;num_threads&gt;] [-W &lt;exp&gt;] [-p] [-d] &lt;mxcliques_file&gt;
+
+
+* `-P &lt;num_threads&gt;`  Specifies the number of parallel threads to be executed. Default value is 8.
+ -W &lt;exp&gt;          Set the sliding window buffer size to 2**&lt;exp&gt; Bytes.
+                   Default value is 30 for a sliding window buffer size of 2**30 B = 1 GB.
+ -p                Specifies to use the proof-of-concept method COSpoc rather than COS.
+                   With this option, parameter -W is ignored.
+ -h                Prints this help and exits.
+ -d                Set the debug level. This parameter can be passed from zero (no debug) to
+                   four (maximum verbosity level) times. Each time the parameter is passed,
+                   the verbosity level of the debug is increased by one.
+ &lt;mxcliques_file&gt;  A file containing a list of maximal cliques, one per line. Each maximal
+                   clique must be expressed as a whitespace-separated list of its nodes 
+                   and must end with a virtual node -1. Nodes must be expressed as non-negative
+                   integer numbers.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 09:47:04 -0000</pubDate><guid>https://sourceforge.net45cbb9eb0a57c02b4846406d0471efdace958ee3</guid></item></channel></rss>