Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: scip_callback
Note: This documentation is automatically generated.
See go/scip-callbacks for documentation.
This file provides a simplified C++ API for using callbacks with SCIP and MPSolver. It can be used directly by users, although in most cases, the mp_callback.h should be sufficient (in fact, SCIP's mp_callback.h implementation is built on top of this). See also go/mpsolver-callbacks.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["This C++ API simplifies using callbacks with SCIP and MPSolver, offering direct user interaction."],["While users can utilize this API directly, `mp_callback.h` is generally sufficient for most cases and is built upon this API."],["Further documentation and usage details can be found at go/scip-callbacks and go/mpsolver-callbacks."],["The provided classes include: ScipCallbackRunner, ScipCallbackRunnerImpl, ScipConstraintHandler, and ScipConstraintHandlerContext."]]],[]]