Skip to content

Commit d742c15

Browse files
committed
Revert "Decrease max_lazy_iter to get answers in finite time without diverging."
This reverts commit e61b89b.
1 parent 1f51f1b commit d742c15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/opflow/interface/opflow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2119,7 +2119,7 @@ PetscErrorCode OPFLOWSolve(OPFLOW opflow) {
21192119
OPFLOW opflow2;
21202120
PetscBool has_overload = PETSC_FALSE;
21212121
PetscInt lazy_iter = 0;
2122-
PetscInt max_lazy_iter = 2;
2122+
PetscInt max_lazy_iter = 10;
21232123
PetscInt nlines_overloaded;
21242124
PetscInt *lines_overloaded;
21252125

0 commit comments

Comments
 (0)