SeComLib
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros Pages
Functions
private_recommendations_data_packing/main.cpp File Reference

Private Recommendations with data packing main entry point. More...

#include "main.h"

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Detailed Description

Private Recommendations with data packing main entry point.

Simulation for "Generating Private Recommendations Efficiently Using Homomorphic Encryption and Data Packing", Zekeriya Erkin, Thijs Veugen, Tomas Toft, and Reginald L. Lagendijk, 2012

Author
Mihai Todor (todor.nosp@m.miha.nosp@m.i@gma.nosp@m.il.c.nosp@m.om)

Definition in file private_recommendations_data_packing/main.cpp.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Application entry point.

Usage: Accepts one optional parameter: the full path to the configuration file. Otherwise, it tries to find "config.xml" in the current directory.

Parameters
argcnumber of command line arguments
argvarray containing the command line arguments
Returns
The process exit status

Initialize the servers

Get recommendations for all users

Definition at line 41 of file private_recommendations_data_packing/main.cpp.