The Complete SPRLIB & ANNLIB

check_io_conn

- check whether all units are connected to an input and an output unit (LOCAL)

SYNOPSIS

int check_io_conn (net)

ARGUMENTS

NET *net A pointer to a NET structure.

RETURNS

TRUE if one or more units are not connected to the input and output, FALSE if all units are connected.

FUNCTION

The function calls check_conn_to_input for each UNIT in the network as well as check_conn_to_output if the network is not a KOHONEN type network (see NET-flags).

NOTE

This function is used by check_all_network.

SEE ALSO

check_net, check_units, check_links, check_conn_to_input, check_conn_to_output , check_incr_ids, check_decr_ids, check_order_ids, check_ff_net , check_all_network

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998