Skip to content

Commit

Permalink
Cambio sbra numerazione
Browse files Browse the repository at this point in the history
  • Loading branch information
Merry38 committed Jun 26, 2013
1 parent a17097e commit 9a8e666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,11 @@ int main(int argc, char *argv[])
//
// p.prefSAT(&framework, &C_set1);
p.pref( &framework, framework.get_arguments() );
int n = 1;

for (Preferred::iterator it = p.begin(); it != p.end(); it++)
{
cout << "First extension " << endl;
cout << "Extension " << n++ << endl;
for (SetArgumentsIterator itarg = (*it).inargs()->begin();
itarg != (*it).inargs()->end(); itarg++)
{
Expand Down

0 comments on commit 9a8e666

Please sign in to comment.