35#ifndef __SCIP_CONS_COUNTSOLS_H__
36#define __SCIP_CONS_COUNTSOLS_H__
common defines and data types used in all packages of SCIP
void SCIPgetNCountedSolsstr(SCIP *scip, char **buffer, int buffersize, int *requiredsize)
SCIP_Longint SCIPgetNCountedSols(SCIP *scip, SCIP_Bool *valid)
SCIP_Longint SCIPgetNCountedFeasSubtrees(SCIP *scip)
SCIP_RETCODE SCIPsetParamsCountsols(SCIP *scip)
SCIP_RETCODE SCIPcount(SCIP *scip)
void SCIPgetCountedSparseSols(SCIP *scip, SCIP_VAR ***vars, int *nvars, SCIP_SPARSESOL ***sols, int *nsols)
SCIP_RETCODE SCIPincludeConshdlrCountsols(SCIP *scip)
type definitions for user interface dialog
#define SCIP_DECL_DIALOGEXEC(x)
type definitions for miscellaneous datastructures
struct SCIP_SparseSol SCIP_SPARSESOL
type definitions for return codes for SCIP methods
enum SCIP_Retcode SCIP_RETCODE
type definitions for SCIP's main datastructure
type definitions for problem variables