53 #ifndef __GENEPI_PLUGIN_H__
54 # define __GENEPI_PLUGIN_H__
61 # ifndef GENEPI_PLUGIN_PREFIX
62 # ifdef __GENEPI_P_H__
63 # define GENEPI_PLUGIN_PREFIX(_f) genepi_plugin_ ## _f
65 # error "GENEPI_PLUGIN_PREFIX is not defined."
96 # define GENEPI_PLUGIN_FUNC(_f) GENEPI_PLUGIN_PREFIX (_LTX_ ## _f)
315 const int *alpha,
int alpha_size,
411 const int *selection,
int size);
440 const int *selection,
int size);
598 const int *sel,
int selsize);
630 int *psize,
int max);
652 const char *
const *varnames);
Configuration tables for plugin.
struct genepi_plugin_impl_st genepi_plugin_impl
Abstraction of a GENEPI plugin instance.
genepi_solver_type
Indicate the domain of variable used by a solver.
#define GENEPI_PLUGIN_FUNC(_f)
Macro used to prefix function symbols.
genepi_comparator
Comparison specifier.
struct genepi_set_impl_st genepi_set_impl
Abstraction of a GENEPI set.