Re: [PPL-devel] PPL ranking functions

19 May
2015
19 May
'15
12:27 p.m.
Hi Bishoksan, One thing that I do to obtain multiple ranking functions is to call:
ppl_all_affine_ranking_functions_MS_C_Polyhedron(H,RFs)
And then obtain the points of the resulting polyhedron
ppl_Polyhedron_get_generators(RFs, Gen)
So if you have a loop defined as [A>=0,B>=0,A'=A-1,B'=B-1] the points of the resulting polyhedron will be 1*A and 1*B which are both independent ranking functions. I hope that helps. Best,
Antonio Flores Montoya
On 05/19/2015 12:00 PM, ppl-devel-request@cs.unipr.it wrote:
Re: [PPL-devel] PPL ranking functions
3732
Age (days ago)
3732
Last active (days ago)
0 comments
1 participants
participants (1)
-
aeflores