type_result.h
Go to the documentation of this file.
30/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
50 SCIP_NEWROUND = 9, /**< the method added a cutting plane and a new separation round should immediately start */
59 SCIP_DELAYNODE = 18 /**< the processing of the branch-and-bound node should stopped and continued later */
60};