set_resource_attributes
A resource can be of two different types:
- Disjunctive when the resource can be used only by one task at a time.
- Cumulative when the resource can be used by several tasks at the same time.

procedure set_resource_attributes(resource:cpresource, type:integer)
procedure set_resource_attributes(resource:cpresource, type:integer, capacity:integer)
procedure set_resource_attributes(resource:cpresource, type:integer, capacity:integer, alg:integer)
resource
|
the resource
|
type
|
resource type:
KALIS_DISCRETE_RESOURCE or
KALIS_UNARY_RESOURCE
|
capacity
|
maximal capacity of a discrete resource
|
alg
|
propagation algorithm choice:
KALIS_TIMETABLING,
KALIS_TASK_INTERVALS,
KALIS_DISJUNCTIONS, or
KALIS_EDGE_FINDING
|
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.