summaryrefslogtreecommitdiff
path: root/doc/user.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user.pod')
-rw-r--r--doc/user.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user.pod b/doc/user.pod
index b009aef5..562a72f4 100644
--- a/doc/user.pod
+++ b/doc/user.pod
@@ -2583,6 +2583,9 @@ a singleton subset of the input. Otherwise, return an empty set.
__isl_keep isl_aff *obj, isl_int *opt);
enum isl_lp_result isl_set_max(__isl_keep isl_set *set,
__isl_keep isl_aff *obj, isl_int *opt);
+ __isl_give isl_val *isl_set_max_val(
+ __isl_keep isl_set *set,
+ __isl_keep isl_aff *obj);
Compute the minimum or maximum of the integer affine expression C<obj>
over the points in C<set>, returning the result in C<opt>.