cons_countsols.h
Go to the documentation of this file.
24 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
57 * If this constraint handler is activated than it counts or collects all feasible solutions. We refer to \ref COUNTER for
105 * @note You get the pointer to the sparse solutions stored in the constraint handler (not a copy).
107 * @note The sparse solutions are stored w.r.t. the active variables. This are the variables which got not removed
108 * during presolving. For none active variables the value has to be computed depending on their aggregation
type definitions for miscellaneous datastructures
Definition: struct_scip.h:59
Definition: struct_var.h:198
SCIP_EXPORT SCIP_RETCODE SCIPincludeConshdlrCountsols(SCIP *scip)
Definition: cons_countsols.c:2681
Definition: struct_misc.h:37
type definitions for return codes for SCIP methods
SCIP_EXPORT SCIP_Longint SCIPgetNCountedFeasSubtrees(SCIP *scip)
Definition: cons_countsols.c:2783
type definitions for SCIP's main datastructure
SCIP_EXPORT SCIP_RETCODE SCIPsetParamsCountsols(SCIP *scip)
Definition: cons_countsols.c:2838
SCIP_EXPORT SCIP_DECL_DIALOGEXEC(SCIPdialogExecCountPresolve)
Definition: cons_countsols.c:1831
type definitions for problem variables
SCIP_EXPORT void SCIPgetCountedSparseSols(SCIP *scip, SCIP_VAR ***vars, int *nvars, SCIP_SPARSESOL ***sols, int *nsols)
Definition: cons_countsols.c:2811
SCIP_EXPORT void SCIPgetNCountedSolsstr(SCIP *scip, char **buffer, int buffersize, int *requiredsize)
Definition: cons_countsols.c:2745
type definitions for user interface dialog
SCIP_EXPORT SCIP_Longint SCIPgetNCountedSols(SCIP *scip, SCIP_Bool *valid)
Definition: cons_countsols.c:2725
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33