From c699c4fce0523292f7e61ca1eaab7f5d28afb564 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 15 Oct 2011 11:04:14 +0200 Subject: [PATCH] polysign.h: add missing declaration of glpk_polyhedron_affine_sign Signed-off-by: Sven Verdoolaege --- polysign.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/polysign.h b/polysign.h index 914d593..73478d6 100644 --- a/polysign.h +++ b/polysign.h @@ -10,6 +10,8 @@ enum order_sign { order_lt, order_le, order_eq, order_ge, order_gt, order_unknow order_undefined }; /* Returns the sign of the affine function specified by T on the polyhedron D */ +enum order_sign glpk_polyhedron_affine_sign(Polyhedron *D, Matrix *T, + struct barvinok_options *options); enum order_sign polyhedron_affine_sign(Polyhedron *D, Matrix *T, struct barvinok_options *options); enum order_sign PL_polyhedron_affine_sign(Polyhedron *D, Matrix *T, -- 2.11.4.GIT