Skip to content
Snippets Groups Projects
Commit 49dc6de5 authored by Chiheb Amer Abid's avatar Chiheb Amer Abid
Browse files

modifié : src/main.cpp

parent 2c06fda2
No related branches found
No related tags found
No related merge requests found
......@@ -36,9 +36,6 @@
using namespace std;
#define MASTER 0
int Formula_transitions(const char * f, Set_mot& formula_trans, NewNet Rv) ;
//int nb_th;
unsigned int nb_th;
int n_tasks, task_id;
spot::formula not_f;
......@@ -85,10 +82,6 @@ set<string> buildPropositions(const string &fileName)
int main(int argc, char** argv)
{
int choix;
/*string input=read_formula(argv[4]);
exit(0);*/
if(argc<3)
return 0;
char formula[100]="";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment