Skip to content

Commit ac3b1d0

Browse files
committed
[ci skip] model2lattice -> SOI.stochasticprogram
1 parent b55c8b8 commit ac3b1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Note that this package has not been updated yet to JuMP v0.19, see [here](https:
2929
This package should work with any linear programming (LP) solver [supported by MathProgBase](http://www.juliaopt.org/).
3030
If some subproblems are infeasible, an infeasibility ray will be asked to the solver.
3131
In this case, it is advised to turn presolve off in `CPLEX` (i.e. `CPLEX.CplexSolver(CPX_PARAM_REDUCE=0)`) and to avoid using Clp since it [often cannot find the infeasibility ray](https://projects.coin-or.org/Clp/ticket/79).
32-
If some subproblems are unbounded, an unbounded ray and a feasible solution will be asked for the solver. Again, [avoid using Clp in that case](https://projects.coin-or.org/Clp/ticket/82). Hopefully subproblems shouldn't be unbounded if `detectlb` is left at `true` when calling `model2lattice`.
32+
If some subproblems are unbounded, an unbounded ray and a feasible solution will be asked for the solver. Again, [avoid using Clp in that case](https://projects.coin-or.org/Clp/ticket/82). Hopefully subproblems shouldn't be unbounded if `detectlb` is left at `true` when calling `SOI.stochasticprogram`.
3333

3434
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
3535
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg

0 commit comments

Comments
 (0)