Skip to content

Commit 21f0fe3

Browse files
Joao-Dionisiosvigerske
authored andcommitted
English mistake
1 parent c008d2d commit 21f0fe3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/scip/cons_countsols.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @author Stefan Heinz
2929
* @author Michael Winkler
3030
*
31-
* If this constraint handler is activated than it counts or collects all feasible solutions. We refer to \ref COUNTER for
31+
* If this constraint handler is activated then it counts or collects all feasible solutions. We refer to \ref COUNTER for
3232
* more details about using SCIP for counting feasible solutions.
3333
*
3434
* @todo In the last round of presolving we should check if variables exist, which have up and down lock one. In this

src/scip/cons_countsols.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ SCIP_RETCODE SCIPincludeConshdlrCountsols(
6363
*
6464
* @{
6565
*
66-
* If this constraint handler is activated than it counts or collects all feasible solutions. We refer to \ref COUNTER for
66+
* If this constraint handler is activated then it counts or collects all feasible solutions. We refer to \ref COUNTER for
6767
* more details about using SCIP for counting feasible solutions.
6868
*/
6969

0 commit comments

Comments
 (0)