GLPK for C#/CLI  1.10.0
Public Member Functions | List of all members
org.gnu.glpk.IGlpkCallbackListener Interface Reference

Callback Listener. More...

Collaboration diagram for org.gnu.glpk.IGlpkCallbackListener:
Collaboration graph

Public Member Functions

void callback (glp_tree tree)
 Method call by the GLPK MIP solver in the branch-and-cut algorithm. More...
 

Detailed Description

Callback Listener.

The GLPK MIP solver calls method GlpkCallback::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.

See also
GlpkCallback

Definition at line 12 of file IGlpkCallbackListener.cs.

Member Function Documentation

◆ callback()

void org.gnu.glpk.IGlpkCallbackListener.callback ( glp_tree  tree)

Method call by the GLPK MIP solver in the branch-and-cut algorithm.

Parameters
treesearch tree
Here is the caller graph for this function:

The documentation for this interface was generated from the following file: