ec_node_subset_min - Man Page

Create an empty subset node with a minimum number of children that must match.

Synopsis

#include <ecoli/node_subset.h>

struct ec_node * ec_node_subset_min(
    const char   *id,   /* The node identifier. */
    unsigned int  min   /* The minimum number of children that must match. */
);

Description

Use ec_node_subset_add() to add children.

Return Value

The node, or NULL on error (errno is set).

See Also

ec_node_subset(3), ec_node_subset_set_min(3), ec_node_subset_get_min(3), ec_node_subset_add(3)

Referenced By

ec_node_subset(3), ec_node_subset_add(3), ec_node_subset_get_min(3), ec_node_subset_set_min(3).

2026-06-11 Libecoli Programmer's Manual