Skip to content

Commit

Permalink
Constraint fixes for Tutorial 1 again
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Dec 8, 2016
1 parent 0b26615 commit e051b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/tutorial_1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ Here is the complete spec file for our Best Pair problem.
}

void Constraints() {
CONS(1 <= N && N <= 100000);
CONS(2 <= N && N <= 100000);
CONS(eachElementBetween(A, -1000000, 1000000));
}

Expand Down

0 comments on commit e051b73

Please sign in to comment.