The documentation for add_constraint states :
For optimal performance, use the matrix_builder method and add the objective function first. This method is otherwise very slow for large models.
https://docs.rs/lpsolve/0.1.0/lpsolve/struct.Problem.html
But I cannot find the matrix_builder method anywhere. Where is it ?
The documentation for add_constraint states :
But I cannot find the
matrix_buildermethod anywhere. Where is it ?