cons_countsols.h
Go to the documentation of this file.
22 * If this constraint handler is activated than it counts or collects all feasible solutions. We refer to \ref COUNTER for 26 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 95 * @note You get the pointer to the sparse solutions stored in the constraint handler (not a copy). 97 * @note The sparse solutions are stored w.r.t. the active variables. This are the variables which got not removed 98 * during presolving. For none active variables the value has to be computed depending on their aggregation SCIP_RETCODE SCIPsetParamsCountsols(SCIP *scip) void SCIPgetNCountedSolsstr(SCIP *scip, char **buffer, int buffersize, int *requiredsize) SCIP_Longint SCIPgetNCountedSols(SCIP *scip, SCIP_Bool *valid) SCIP_RETCODE SCIPincludeConshdlrCountsols(SCIP *scip) SCIP_RETCODE SCIPcount(SCIP *scip) SCIP_DECL_DIALOGEXEC(SCIPdialogExecCountPresolve) Definition: objbranchrule.h:33 SCIP_Longint SCIPgetNCountedFeasSubtrees(SCIP *scip) void SCIPgetCountedSparseSols(SCIP *scip, SCIP_VAR ***vars, int *nvars, SCIP_SPARSESOL ***sols, int *nsols) SCIP callable library. |