public interface GlpkCallbackListener
The GLPK MIP solver calls method GLPK.callback in the branch-and-cut algorithm. A listener to the callback
can be used to influence the sequence in which nodes of the search tree are
evaluated, or to supply a heuristic solution.
GlpkCallbackvoid callback(glp_tree tree)
tree - search treeThis documentation is part of project GLPK for Java.
| Group-ID | org.gnu.glpk |
| Artifact-ID | glpk-java |
| Version | 1.0.27 |