CSP-lib

General library for CSP-Fork, providing some basic functions.

Defines functions to load and unload CSP solver library.

Author

Ch. Demko

Date

2024

Functions

bool csp_init(void)

Initialise the CSP library.

Returns:

true if the library is initialised, false otherwise.

Post:

The library is initialised.

bool csp_finish(void)

Finish the CSP library.

Returns:

true if the library is finished, false otherwise.

Post:

The library is finished.

bool csp_initialised(void)

Verify if the CSP library is initialised.

Returns:

true if the library is initialised, false otherwise.

Post:

The library is not modified.