create_int_constant
Creates an integer constant with a specified value for use in Z3 solver constraints and optimization.
Instructions
Create an integer constant with the given value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The integer value for the constant. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |