All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pub_heur.h File Reference Detailed Descriptionpublic methods for primal heuristics Definition in file pub_heur.h. Go to the source code of this file. Function Documentation
compares two heuristics w. r. to their priority
comparison method for sorting heuristics w.r.t. to their name
gets user data of primal heuristic
sets user data of primal heuristic; user has to free old data in advance!
gets name of primal heuristic
gets description of primal heuristic
gets display character of primal heuristic
returns the timing mask of the heuristic
sets new timing mask for heuristic
does the heuristic use a secondary SCIP instance?
gets priority of primal heuristic
gets frequency of primal heuristic
sets frequency of primal heuristic
gets frequency offset of primal heuristic
gets maximal depth level for calling primal heuristic (returns -1, if no depth limit exists)
gets the number of times, the heuristic was called and tried to find a solution
gets the number of primal feasible solutions found by this heuristic
gets the number of new best primal feasible solutions found by this heuristic
is primal heuristic initialized?
gets time in seconds used in this heuristic for setting up for next stages
|