Skip to content

Commit

Permalink
Print solver's version
Browse files Browse the repository at this point in the history
  • Loading branch information
pothitos committed Jun 27, 2017
1 parent 308c020 commit 725da95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/XCSP3/naxos-xcsp3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ int main(int argc, char* argv[])
if (argc == 3 && string(argv[2]) == "-v") {
verbose = true;
} else if (argc != 2) {
cerr << "Naxos Solver 1.1.0\n";
cerr << "Usage: " << argv[0] << " BENCHNAME\n";
return 1;
}
Expand Down

0 comments on commit 725da95

Please sign in to comment.