Documentation

⚠️ Warning: This documentation article is not fully implemented yet.

GetSupportCount

Gets the total number of supports defined in the model.

Usage

GetSupportCount() -> int

Returns the number of supports.

Example

count = GetSupportCount()
print(f"Number of supports: {count}")