ijcccv11n1.dvi INTERNATIONAL JOURNAL OF COMPUTERS COMMUNICATIONS & CONTROL ISSN 1841-9836, 11(1):113-125, February 2016. A Preflow Approach to Maximum Flows in Parametric Networks Applied to Assessing the Legal Information L. Sângeorzan, M. Parpalea, M.M. Parpalea, A. Repanovici, R. Matefi, I. Nicolae Livia Sângeorzan* Transilvania University of Brasov Faculty of Mathematics and Computer Science 25, Eroilor, Blvd, 500030, Brasov, Romania *Corresponding author:sangeorzan@unitbv.ro Mircea Parpalea National College Andrei Şaguna of Brasov 1, Şaguna, street, 590000, Brasov, Romania parpalea@gmail.com Mihaela Marinela Parpalea Transilvania University of Brasov Faculty of Letters 25, Eroilor, Blvd, 500030, Brasov, Romania mihaela.parpalea@unitbv.ro Angela Repanovici Transilvania University of Brasov Faculty of Product Design and Environment 25, Eroilor, Blvd, 500030, Brasov, Romania repa@unitbv.ro Roxana Matefi, Ioana Nicolae Transilvania University of Brasov Faculty of Law 25, Eroilor, Blvd, 500030, Brasov, Romania roxana.matefi@unitbv.ro, ioana.nicolae@unitbv.ro Abstract: The present paper proposes a fractal-like approach to the parametric flow problem, derived from the rules and recursion of generative linguistics. In the same manner in which any sentence can be analysed in terms of "theme" of the sentence (that which is spoken about in the sentence) and "rheme" of the sentence (that which is said about the theme in the sentence), in the proposed parametric preflow-push algorithm, a "partitioning push" (a non-cancelling push of flow in the parametric residual network) might leave the node unbalanced for only a subinterval of the range of parameter values. This will lead to separating the problem for the two disjoints subintervals, which allows the algorithm to continue after the same rules, independently, on each of the partitioned subintervals. The algorithm runs as the template-like structure of a dialogue act which reveals a design where information about the items (part-of-speech) is a two sections vector with one segment for each of the used part of speech categories. The article also proposes a possible application of the algorithm in assessing legal information and in semantic evaluation of legislation. Keywords: Parametric preflow algorithm, partitioning technique, generative linguis- tics, legal information. Copyright © 2006-2016 by CCC Publications - Agora University 114 L. Sângeorzan, M. Parpalea, M.M. Parpalea, A. Repanovici, R. Matefi, I. Nicolae 1 Introduction Computing maximum flows in various networks is an important problem not only because the results are applied directly to traffic analysis of communication networks, but also because some efficient algorithms are often employed as sub-problems in other general network problems. Consequently, fundamental algorithms for computing maximum network flows were designed and efficient algorithms exist [1] to solve different instances [7] of the problem. A natural gen- eralization of this problem can be obtained by considering that the capacities of some arcs are functions of a real parameter. The obtained parametric maximum flow problem is to compute all maximum flows for every possible value of the parameter. For the maximum flow problem in parametric networks with zero lower bounds and linear capacity functions of a single parameter, Hamacher and Foulds [3] investigated a "horizontal" approach, based on augmenting directed paths algorithm. In each of its iterations, the algorithm computes an improvement of the flow defined on the whole interval of the parameter. For the same problem, Ruhe [8,9] proposed a "piece-by-piece", "vertical" approach. The main idea of his algorithm is to consider that the parametric maximum flow is known up to a parameter value λk and to compute a flow augmentation that assures the optimality of the flow for parameter values λ ≥ λk as well as the parameter maximum value λk+1 up to which the computed flow remains a parametric maximum one. Each of the algorithm’s iterations represents a non-parametric maxi- mum flow sub-problem which can be solved via one of the classic approaches for the maximum flow problem. Partitioning technique in networks has been, in the latest years, a more and more active research topic in both engineering and theoretical research. The reason why the problem un- der consideration is of genuine practical and theoretical interest lies in that graph partitioning applications are described on a wide variety of subjects, such as: data distribution in parallel- computing, VLSI circuit design, image processing, computer vision, route planning, air traffic control, mobile networks, social networks, etc. [2]. Unfortunately, graph partitioning is an NP- hard problem, and therefore all known algorithms for generating partitions merely return ap- proximations to the optimal solution. Partitioning algorithms for the parametric maximum flow problem can be developed starting from any of the three classic approaches for the maximum flow problem: flow augmenting directed paths algorithms, preflow algorithms or min-max algorithm. The approach based on flow augmenting directed paths [4], makes use of the concept of shortest conditional augmenting directed path. In order to avoid working with piecewise linear functions, the approach uses a series of parametric residual networks defined for successive subintervals of the parameter values where the parametric residual capacities of all arcs remain linear functions. The approach based on preflow algorithms will further be presented in detail in this paper while the parametric min-max approach [6] is not itself an algorithm but rather a method of obtaining a parametric minimum flow using any algorithm for obtaining a maximum parametric flow and vice versa. The idea of the partitioning approach based on preflows, which is used in this paper, derives from the rules and recursion of generative linguistics [10]. The concept which has proved to be the most useful in the description of German word order has become known under the name of Functional Sentence Perspective (FSP). Its main idea is that information is not transmitted in random order but the speaker seeks to give his information to his interlocutor in portions, normally starting from what he assumes is common to both and proceeding to what he regards as important new information [5]. In the same manner in which any sentence can be analysed in terms of "theme" of the sentence (that which is spoken about in the sentence) and "rheme" of the sentence (that which is said about the theme in the sentence), the proposed algorithm for the parametric maximum flow problem uses a fractal-like approach. In the proposed parametric A Preflow Approach to Maximum Flows in Parametric Networks Applied to Assessing the Legal Information 115 preflow-push algorithm, a ’partitioning push’ (a non-cancelling push of flow in the parametric residual network) might leave the node unbalanced for only a subinterval of the range of the values of the parameter. Like in all fractal approaches a partitioning push is followed by separating the problem into disjoints subintervals, allowing the algorithm to continue after the same rules independently on each of the partitioned subintervals. Making use of the partitioning approach, the present paper proposes an original algorithm for computing the maximum flow in parametric networks with linear upper bound (capacity) functions. Although both the algorithm presented in [10] and the one that is proposed in this article deals with the same kind of approach of the parametric flow, they are totally different algorithms and they fundamentally differ because of their purpose: the first computes the minimum flow in networks with constant capacities and linear lower bound functions while the latter computes the maximum flow in networks without lower bounds and with linear capacity functions. Further on, this paper is organized as follows. Section 2 presents the parametric maximum flow problem and the basic parametric network flow terminology and results which are used in the rest of the paper. Most of the definitions in this section are straightforward modifications of those in [4] and [6], adapted for the maximum flow problem in parametric networks with zero lower bounds. More specialized terminology and further details on the notions, definitions and main results within this section can be found in [1], [4] and [6]. In Section 3 we present our algo- rithm for solving the parametric maximum flow problem, called "Highest label partitioning push (HLPP) algorithm". In the same section there are also presented the corresponding theorems of correctness and of complexity of the algorithm. Using a multithread based parallel implementa- tion, the complexity of the algorithm is linearly dependent on the number of breakpoints. Section 4 deals with a possible application of the proposed algorithm to assessing the legal information. Finally, Section 4 presents some conclusions regarding to our contribution to the topic presented in the article. In the presentation to follow, some familiarity with flow algorithms is assumed and many details are omitted, since they are straightforward modifications of known results. 2 Flows in parametric networks The parametric maximum flow problem is an extension of the classical maximum flow prob- lem [1] in which the capacities of certain arcs are functions of a parameter λ. The parametric maximum flow problem is to compute all maximum flows for every possible value of the param- eter. For the case of linear capacity functions, the maximum flow value function in a parametric network is a continuous piecewise linear function of the parameter. Each linear segment of the maximum flow value function between the two breakpoints λk and λk+1 corresponds to a cut that remains a minimum cut for any λk < λ ≤ λk+1. The approach presented in this article refers to the maximum flow problem in a network with linear capacity functions of a single parameter. 2.1 Terminology and preliminaries Let G = (N,A,u,s,t) be a capacitated network with n = |N| and m = |A|, N = {. . . , i, . . .} being the set of nodes i and A = {. . . ,a, . . .} being the set of arcs a, so that for every arc in A holds that a = (i,j) with i,j ∈ N. The capacity (upper bound) function is a nonnegative function u(a) associated with each arc a ∈ A. The network has two special nodes: a source node s and a sink node t. A flow is a function f : A → R+ satisfying the next conditions: ∑ j|(i,j)∈A f(i,j) − ∑ j|(j,i)∈A f(j,i) =      v, i = s 0, i 6= s,t −v, i = t (1) 116 L. Sângeorzan, M. Parpalea, M.M. Parpalea, A. Repanovici, R. Matefi, I. Nicolae for some v ≥ 0, where v is referred to as the value of the flow f. Any flow on a directed network satisfying the flow bound constraints: 0 ≤ f(i,j) ≤ u(i,j), ∀(i,j) ∈ A (2) for every arc (i,j) ∈ A is referred to as a feasible flow. A cut is a partition of the node set N into two subsets S and T = N −S, denoted by [S,T ]. A cut is nontrivial if both S and T are nonempty. An arc (i,j) ∈ A with i ∈ S and j ∈ T is referred to as a forward arc of the cut while an arc (i,j) ∈ A with i ∈ T and j ∈ S as a backward arc of the cut. Let (S,T) denote the set of forward arcs in the cut and let (T,S) denote the set of backward arcs. A cut [S,T ] is an s− t cut if s ∈ S and t ∈ T . The maximum flow problem is to determine a flow f̃ for which v is maximized 2.2 The parametric maximum flow The parametric flow problem consists in generalising the classic problem of flows in networks by transforming the upper bounds of some arcs (i,j) ∈ A of the network G = (N,A,u,s,t) in linear functions of a real parameter. Definition 1. [4] A directed network G = (N,A,u,s,t) for which the upper bounds u of some arcs (i,j) ∈ A are functions of a real parameter λ is referred to as a parametric network and is denoted by Ḡ = (N,A,ū,s,t). For a parametric network Ḡ, the parametric upper bound (capacity) function ū : A× [0,Λ] → R+ associates to each arc (i,j) ∈ A, for each of the parameter values λ ∈ [0,Λ], the real number ū(i,j;λ), referred to as the parametric upper bound of arc (i,j): ū(i,j;λ) = u0(i,j) + λ ·U(i,j), (i,j) ∈ A, (3) where U : A → R is a real valued function associating to each arc (i,j) ∈ A the real number U(i,j) referred to as the parametric part of the upper bound of the arc (i,j). The nonnegative value u0(i,j) is the upper bound of the arc (i,j) for λ = 0, i.e. : ū(i,j; 0) = u0(i,j) with 0 ≤ u0(i,j). For the problem to be correctly formulated, the upper bound function of every arc (i,j) ∈ A must respect the condition 0 ≤ ū(i,j;λ) for the entire interval of the parameter values, i.e. ∀(i,j) ∈ A and ∀λ ∈ [0,Λ]. It follows that the parametric part of the upper bounds U(i,j) must satisfy the constraint: U(i,j) ≥−u0(i,j)/Λ, ∀(i,j) ∈ A. The parametric flow value function v̄ : N × [0,Λ] → R associates to each of the nodes i ∈ N a real number v̄(i;λ) referred to as the value of node i for each of the parameter λ values. Definition 2. [4] A feasible flow in the parametric network Ḡ = (N,A,ū,s,t) is called a parametric flow, f̄ : A× [0,Λ] → R+ satisfying the following constraints: ∑ j|(i,j)∈A f̄(i,j;λ) − ∑ j|(j,i)∈A f̄(j,i;λ) = v̄(i;λ), ∀i ∈ N, ∀λ ∈ [0,Λ], (4) 0 ≤ f̄(i,j;λ) ≤ ū(i,j;λ), ∀(i,j) ∈ A, ∀λ ∈ [0,Λ], (5) where ∑ i∈N v̄(i;λ) = 0, ∀λ ∈ [0,Λ]. The parametric maximum flow (PMF) problem is to compute all maximum flows for every possible value of λ in [0,Λ] : maximize v̄(λ) for all λ ∈ [0,Λ], (6) A Preflow Approach to Maximum Flows in Parametric Networks Applied to Assessing the Legal Information 117 ∑ j|(i,j)∈A f̄(i,j;λ) − ∑ j|(j,i)∈A f̄(j,i;λ) =      v̄(λ), i = s 0, i 6= s,t −v̄(λ), i = t (7) 0 ≤ f̄(i,j;λ) ≤ ū(i,j;λ), ∀(i,j) ∈ A. (8) This problem looks like a classic maximum flow problem with the decisive difference that the variables f̄(i,j;λ) of this problem are piecewise linear functions instead of real numbers and that the upper bounds ū(i,j;λ) are linear functions instead of constants. Definition 3. [6] A parametric s−t cut partitioning denoted by [Sk;Jk], k = 0, . . . ,K, is defined as a finite set of cuts [Sk,Tk], k = 0, . . . ,K, together with a partitioning of the interval [0,Λ] of the parameter in disjoints subintervals Jk, k = 0, . . . ,K, so that J0 ∪·· ·∪JK = [0,Λ]. Definition 4. [4] For the parametric maximum flow problem, the capacity ˜̄c[Sk;Jk] of a para- metric s− t cut partitioning is a linear function on every subinterval Jk, k = 0, . . . ,K, defined as: ˜̄c[Sk;Jk] = ∑ (i,j)∈(Sk,Tk) ū(i,j;λ), k = 0, . . . ,K. (9) Definition 5. [4] A parametric s− t cut partitioning [Sk;Jk] with the subintervals Jk assuring that every cut is a minimum cut [S̃k, T̃k] within the subinterval [λk,λk+1] is referred to as a parametric minimum s− t cut and is denoted by [S̃k;Jk], k = 0, . . . ,K. Theorem 6. (Parametric Max-Flow Min-Cut Theorem [6]) If there is a feasible flow in the parametric network Ḡ, the value function ˜̄v of the parametric maximum flow ˜̄f from a source s to a sink t equals the capacity ˜̄c of the parametric minimum s− t cut [S̃k;Jk], k = 0, . . . ,K. Let f̄ = (. . . f̄(i,j;λ), . . .)(i,j)∈A be a vector of feasible flow functions defined on the interval [0,Λ]. Supposing that an arc (i,j) ∈ A carries a flow f̄(i,j;λ), the existing flow can be increased either by sending the additional flow (pushing) ū(i,j;λ) − f̄(i,j;λ) from node i to node j over the arc (i,j) or by cancelling the flow f̄(j,i;λ) from node j to node i over the arc (j,i) which is equivalent to pulling the flow from node i to node j over the arc (j,i). These flows are computed as differences between piecewise linear functions of λ. Definition 7. [4] For the parametric maximum flow problem, the parametric residual capacity ˜̄r(i,j;λ) of any of the arcs (i,j) ∈ A, with respect to a given parametric flow f̄, represents the maximum additional flow that can be sent from node i to node j over the arcs (i,j) and (j,i) and is given by: ˜̄r(i,j;λ) = ū(i,j;λ) − f̄(i,j;λ) + f̄(j,i;λ). (10) Definition 8. [4] The subintervals Ĩ(i,j) ⊆ [0,Λ] where an augmentation of the flow f̄(i,j;λ) is possible along the arc (i,j) are defined as follows: Ĩ(i,j) = {λ|˜̄r(i,j;λ) > 0}, (i,j) ∈ A. (11) Definition 9. [4] Given a feasible flow f̄ in the parametric network Ḡ, the network denoted by ˜̄G(f̄) = (N,Ã(f̄)), with Ã(f̄) = {(i,j)|(i,j) ∈ A, Ĩ(i,j) 6= ∅} being the set consisting only of arcs with positive parametric residual capacities, is referred to as the parametric residual network with respect to the given flow f̄ for the parametric maximum flow problem. If an arc (i,j) ∈ A does not belong to ˜̄G(f̄) then Ĩ(i,j) := ∅ is set. 118 L. Sângeorzan, M. Parpalea, M.M. Parpalea, A. Repanovici, R. Matefi, I. Nicolae Definition 10. The parametric excess of a node i ∈ N is defined as: ẽ(i;λ) = ∑ j|(j,i)∈A f̄(j,i;λ) − ∑ j|(i,j)∈A f̄(i,j;λ). (12) Definition 11. [4] The subintervals Ĩ(i) ⊆ [0,Λ] where the excess of node i is positive are defined as follows: Ĩ(i) = {λ|ẽ(i;λ) > 0}, i ∈ N −{s,t}. (13) In the residual network ˜̄G(f̄) the distance function d̃ : N → ℵ is a function from the set of nodes to the nonnegative integers. A distance function is said to be valid if it satisfies the following conditions: d̃(t) = 0 and d̃(i) ≤ d̃(j) + 1, ∀(i,j) ∈ Ã. Definition 12. [4] An arc (i,j) ∈ Ã in the parametric residual network ˜̄G(f̄) is referred to as conditionally admissible if both d̃(i) = d̃(j)+1 and Ĩ(i,j)∩ Ĩ(i) 6= ∅; otherwise it is conditionally inadmissible. 3 Partitioning push algorithm 3.1 Highest-label partitioning-push algorithm The Highest-label partitioning-push (HLPP) algorithm maintains a set L of active nodes or- ganised as a priority queue. In the initialisation step of the algorithm, all the nodes i ∈ N with (s,i) ∈ Ã will gain a positive excess, becoming thus active nodes, by setting the flow to the upper bound value f̄(s,i;λ) := ū(s,i;λ) for every arc (s,i). Consequently, they are added to the priority queue L and then removed one by one, in the descending order of their priorities d̃(i). For an active node i ∈ ˜̄G(f̄), if there exists an conditionally admissible arc (i,j), the flow will be pushed over this arc and node j will be added to the priority queue L with the priority d̃(j); otherwise node i will be relabelled so that at least one conditionally admissible arc to be created and node i is added to L with its new priority d̃(i). The algorithm terminates when the queue of active nodes is empty. A push of flow from node i to node j is referred to as a cancelling push if it deletes the arc (i,j) from the residual network; otherwise it is a non-cancelling push. Algorithm 1 Highest-label partitioning-push (HLPP) algorithm 1: procedure hlpp 2: J ← [0,Λ] L ←∅ f̄ ← 0 compute d̃(·) in ˜̄G(f̄) 3: for all (s,i) ∈ Ã do 4: f̄(s,i;λ) ← ū(s,i;λ) ẽ(i;λ) ← ū(s,i;λ) 5: if ẽ(i;λ) > 0 and i 6= t then 6: add i with priority d̃(i) to L 7: end if 8: end for 9: d̃(s) ← n 10: pp(L J) 11: end procedure For any node i ∈ ˜̄G(f̄), the expressions: active node and balanced node holds only for subintervals of the parameter values. While both the parametric residual capacity ˜̄r(i,j;λ) of any A Preflow Approach to Maximum Flows in Parametric Networks Applied to Assessing the Legal Information 119 Algorithm 2 Partitioning push (PP) procedure 12: procedure pp(L Jp) 13: if L 6= ∅and Jp 6= ∅ then 14: remove the first node i from L 15: if ∄ an admissible arc (i,j) then 16: d̃(i) ← min{d̃(j)|(i,j) ∈ Ã}+ 1 17: add i with priority d̃(i) to L 18: pp(L Jp) 19: else 20: select an admissible arc (i,j) 21: push g̃(i,j;λ) ← min{ẽ(i;λ), ˜̄r(i,j;λ)} over (i,j) 22: if j /∈ L and j 6= s and j 6= t then add j to L 23: end if 24: Jp1 ←{λ|ẽ(i;λ) ≤ ˜̄r(i,j;λ)} 25: Jp2 ← Jp −Jp1 26: Lp1 ← L Lp2 ← L 27: add i with priority d̃(i) to Lp2 28: do in parallel 29: pp(Lp1Jp1 ) 30: pp(Lp2Jp2 ) 31: end do 32: end if 33: end if 34: end procedure arc (i,j) ∈ Ã and the parametric excess ẽ(i;λ) of any node i ∈ N −{s,t} are linear functions of the parameter values, cancelling or non-cancelling pushes are defined only for certain subintervals of the parameter values. A non-cancelling push of flow from a node i ∈ N −{s,t} along an arc (i,j) ∈ Ã in a subinterval Jp = (λp,λp+1] ⊆ [0,Λ] which leaves the node i unbalanced is referred to as a partitioning push. Whenever the algorithm performs a partitioning push in ˜̄Gp(f̄), i.e. the network ˜̄G(f̄) defined for the subinterval Jp, a new partitioning of the interval Jp in the two subintervals Jp1 and Jp2, with Jp1 ∪Jp2 = Jp and Jp1 ∩Jp2 = ∅ will take place. Let Jp1 be the subinterval within which the partitioning push balances the node i, i.e. Jp1 = {λ|ẽ(i;λ) ≤ ˜̄r(i,j;λ)}. If Jp2 6= ∅ then, as on every subinterval Jp both ˜̄r(i,j;λ) and ẽ(i;λ) are linear functions of λ, the partitioning push generates two parametric residual networks: ˜̄Gp1(f̄) for λ ∈ Jp1 and ˜̄Gp2(f̄) for λ ∈ Jp2, so that node i is balanced in ˜̄Gp1(f̄) and active in ˜̄Gp2(f̄) while arc (i,j) will not belong to ˜̄Gp2(f̄), since ˜̄r(i,j;λ) = 0 after the partitioning push. The algorithm will then continue separately in each of the parametric residual networks and for each of the two subintervals. Under these observations, the push/relabel procedure from the non-parametric Highest label preflow algorithm is replaced with a recursive call of a partitioning push(L,J) procedure. Theorem 13. (Theorem of correctness) Highest-label partitioning-push algorithm computes cor- rectly a maximum flow in the parametric network Ḡ = (N,A,ū,s,t). Proof: The proof of the theorem follows from the correctness of the general HL preflow algorithm for each of the subintervals of the parameter values. When the algorithm terminates, let Sp be the set of all nodes which are reachable from the source node within the subinterval Jp. For the resulting cuts [Sp,Tp] and the intervals Jp = (λp,λp+1], p = 1, . . . ,K, the following observations 120 L. Sângeorzan, M. Parpalea, M.M. Parpalea, A. Repanovici, R. Matefi, I. Nicolae hold: (i ) If i ∈ Sp, j ∈ Tp and (i,j) ∈ A then Jp ∩ Ĩ(i,j) = ∅ for otherwise node j could be reached from s in ˜̄G(f̄). Hence, by the definition of Ĩ(i,j), ˜̄f(i,j;λ) = ū(i,j;λ), ∀λ ∈ Jp; (ii ) If i ∈ Tp, j ∈ Sp and (i,j) ∈ A then Jp ∩ Ĩ(j,i) = ∅ for otherwise node i could be reached from s in ˜̄G(f̄). Hence, ˜̄f(i,j;λ) = 0, ∀λ ∈ Jp. Summarizing, ∑ (i,j)∈(Sp,Tp) ˜̄f(i,j;λ) = ∑ (i,j)∈(Sp,Tp) ū(i,j;λ) and ∑ (i,j)∈(Tp,Sp) ˜̄f(i,j;λ) = 0, thus the obtained flow is a maximum parametric flow which equals the capacity of the minimum s− t parametric cut. ✷ 3.2 Complexity issues A breakpoint is a place where the slope of the piecewise linear maximum flow value function is changing. In the worst case the number of breakpoints may be exponential in the size of the problem. The example originates from the pathological graph of Zadeh [8]. The Highest- label partitioning-push algorithm overcomes this inconvenient by using the multi-thread parallel implementation of a non-parametric algorithm [12]. The main idea of this implementation is to assign a processor to each newly generated subinterval Jp which will carry out the problem forward from the current configuration of the problem. For each of the newly generated subinter- vals, a copy of the current distance labels values is generated so that they can be independently modified in the further parallel evolution of the algorithm. Theorem 14. (Theorem of complexity) The parallel implementation of the Highest-label partitioning- push algorithm solves the parametric maximum flow problem in O(n2m1/2 + Kn) time. Proof: The complexity of the non-parametric HL preflow algorithm [1] is O(n2m1/2). The HL partitioning-push algorithm generates new copies of distance label values (one for each of the two new threads which will further run in parallel) every time a breakpoint occurs, i.e. copying distance labels takes O(Kn) time where K is the number of breakpoints. Thus, the total complexity of the algorithm is O(n2m1/2 + Kn). ✷ 4 Application to assessing the legal information To write an appropriate, objective and specific rule for every imaginable situation is an im- possible thing to do. "Given the numberless potential variations, foreseeable and unforeseeable, in motives and circumstances, there can, probably, be no end to the possible specific scenarios - and thus no limit on the number of rules that would result from trying to write an appropriate one for each possible, distinct fact situation." [11] The solution of many complex decision prob- lems, such as assessing legal information, involves combinatorial optimization, i.e. obtaining the optimal solution among a finite set of alternatives. Such optimization problems are notoriously difficult to solve. One of the primary reasons is that in most applications the number of alterna- tives is extremely large and only a fraction of them can be considered within a reasonable amount of time. As a result, heuristic algorithms, such as evolutionary algorithms are often applied in combinatorial optimization but their major problem consists in their high complexity. In our opinion, the proposed algorithm can successfully be used in assessing legal information, in their semantic evaluation or in generating files or legal information recording models and subsequently transmitting them to the members of the information society. A Preflow Approach to Maximum Flows in Parametric Networks Applied to Assessing the Legal Information 121 4.1 Concepts association network Regarding the law as a mathematical phenomenon, the legislation represents a logical struc- ture. Any law can be considered as a collection of fractal scenarios, made up of legal stipulations and exceptions. In order to enhance assessing features, large collections of legal information must be organized in hierarchical structures based on key concepts. Generally, there are two approaches to hierarchical structures generation: the query-independent approach, offering a consistent view of the whole corpus, and the query-dependent approach which allows concepts to be organized differently depending on the query. The approach presented in our paper is a query-dependent one, based on statistical co-occurrence in determining the relationship between concepts. The algorithm builds a hierarchical structure where, for a certain topic, each of the main concepts is related to distinct sub-concepts with different degrees of association values, described by the parameter values. The first stage in generating a concept hierarchy consists in extracting a set of main concepts, related to the topic, and computing the degree of co-occurrences in relation with other sub- concepts. Once the set of main concepts is extracted and their degrees of co-occurrences are calculated, the concepts association network, covering all concepts, is constructed. The net- work is built as a directed graph with weighted arcs, where each of the concepts represents a node and the source node represents the topic of the query-dependent structure. The directed graph contains an arc between two concepts only if those concepts co-occur in at least one legal stipulation. Definition 15. The degree of co-occurrence is computed as the number of legal articles (stipu- lation) that contain (refer to) both concepts. Definition 16. The strength of a concept, representing that concept’s importance, is the sum of all its co-occurrences. The capacities of the arcs (s,i) are set to u(s,i) := strength(i) while all the arcs (j,t) have no upper value limit. Definition 17. The parametric upper bound ū(i,j;λ) of an arc (i,j) is computed as: ū(i,j;λ) = strength(i) externaldegree(i) + λ · co−occurrence(i,j). (14) Finally, based on the computed parametric maximum flow in the concepts association net- work, the sets of concepts defined by the parametric cut partitioning group the concepts in classes which are ordered in hierarchies. As long as the sink node is reached in the concepts association network, any of the directed paths starting from the source node represents a legal demarch. In the case that for various reasons the sink node can not be reached, the meaning of this fact is that some legal provisions are contradictory, inconsistent or ambiguous. 4.2 Theoretical legal aspects Let us analyze, for example, the general provision of the Romanian Constitution, namely Article 21, first alignment "any person can appeal to the court for protecting its legitimate interests and liberties" and the second alignment "no law can restrict the exercise of these rights". Among the main concepts with which the lawmaker operates, we can name: the free access to justice, rights, liberties, legitimate interests. These concepts are in close connection to other sub concepts which are not currently found in laws. Thus, according to Article 192 of the Civil Procedure Code, "in order to protect one’s legitimate interests and rights, any person can 122 L. Sângeorzan, M. Parpalea, M.M. Parpalea, A. Repanovici, R. Matefi, I. Nicolae appeal to justice by approaching the competent court of law". However, there are some exceptions to the general rule stated above, namely Article 193, the first alignment of the Civil Procedure Code, according to which "approaching the court is an action which can occur only after a preliminary procedure is completed if the law is clear on that matter. The proof of completing this procedure will be attached to the summon", as well as the second alignment of the same law, according to which "failure to complete the preliminary procedure can only be invoked by the defendant in his response". To complete these provisions, we have the first alignment of Article 7 of Law no 554/2004 regarding the administrative procedures which state the following "before addressing the competent legal court, the person who claims that it has suffered an injustice through an unilateral administrative act must first ask the public authority, within 30 days, to revoke that certain document or some parts of it (...)". 4.3 Legal case study First Court solution To demonstrate the theoretical aspects discussed above, we will use the following example: By their petition addressed to the Galati County Appeal Court, the plaintiffs R.I., B.S., G.M., S.C., G.V., S.G., R.V., S.C., A.C.E., G.C., S.A., B.I., E.A., G.G., G.G versus the Romanian Government, The Galati County Pension Institution and the Romanian Council for Fighting Discrimination have asked the annulment of the Government’s Decision no 737/2010 regarding the method used for recalculation the amount of retirement money for the categories stated in Article 1, letters c to h of Law no 119/2010 regarding the establishing of some measures for maintaining the amount of retirement money, published in the Official Bulletin no 528 of June 29th, 2010, which the plaintiff was receiving at the date the document whose annulment is asked came into force. By the same petition, they asked, according to the provisions of Article 15 of Law no 554/2001 the suspension of the Government’s Decision no 737/2010 until this matter is resolved. By its response, the Romanian Government claimed the petition was inadmissible as it did not complete the preliminary procedure, according to Article 7 of Law no 554/2004. It further asked for the petition to be dismissed as it is not insubstantial. The Romanian Ministry for Work, Family and Social Protection intervened on behalf of the defendant - the Romanian Government. By its decision no 52 of February 22nd, 2011, the Galati County Appeal Court, dismissed the plaintiffs petition as inadmissible and allowed the Ministry to intervene on behalf of the Romanian Government. In order to reach this decision, the court stated that the provisions of Article 7, the first alignment claim that the legal proceedings can only occur after the administrative authorities are given the opportunity to revoke their document or amend it. In the matter at hand, although it was claimed that the Government’s Decision no 737/2001 regarding the method used for recalculating the amount of retirement money for the categories stated in Article 1, letters c to h of Law no 119/2010 regarding the establishing of some measures for maintaining the amount of retirement money, should be annulled, there was no proof that a preliminary proceeding existed, as this was a legal condition for the admissibility of the petition, according to Article 109, second alignment of the Civil Procedure Code. Appeal Court solution The plaintiffs appealed this decision, by criticizing it for being illegal and unfounded and claiming that, in the matter at hand, the preliminary procedure can be completed at any time and this condition was met. The High Court of Justice, by analyzing the works and documents of this case, ruled that the first court was correct to dismiss the plaintiff’s petition as inadmissible, A Preflow Approach to Maximum Flows in Parametric Networks Applied to Assessing the Legal Information 123 as it does not respect the provisions of the first alignment of Article 7 of Law no 554/2004. According to these provisions "before addressing the court, the person who claims one of its rights was disrespected must first ask the public authority who created the document, within 30 days of that date, to revoked that document. The petition can also be addressed to the superior hierarchical organ, if such an organ exists". Respecting the terms and conditions stated by law for the preliminary procedure is a special demand of the law and the disrespecting of this demand causes the plaintiffs inability to appeal the courts. In the matter at hand, the plaintiffs asked for the annulment of Government’s Decision no 737/2010 without proving they have completed the preliminary proceedings. This is similar to not respecting the legal obligation enforced by the first alignment of Article 7 of Law no 554/2004. Indeed, according to the provisions of Article 7, the first alignment of Law no 554/2004, "in case of an administrative act, the preliminary procedure can be completed at any time", as the Government’s Decision no 737/2010 is considered to be an administrative act with power of the law. However, these legal provisions must be interpreted in close connection with those of Article 11 of the Administrative Proceedings Law which describes the term to formulate such a demand, as well as with the provisions of Article 7, the first alignment of the same law. The phrase "at any time" allows for the possibility of formulating such a petition and for completing the preliminary proceedings without respecting the term stated in Article 11 of Law no 554/2010, except for "ordinances of their dispositions which are considered to be unconstitutional, as well as administrative documents with power of the law which are considered to be illegal", as this course of action is regulated by the fourth alignment of this Article. The preliminary procedure regulated by Article 7, alignments (1) and (11) of Law no 554/2004, is a condition for the admissibility of the petition, according to Article 109, second alignment of the Civil Procedure Code, as it is previous to appealing the court. Considering all aspects mentioned above and seeing that there are no reasons to annul the first court’s decision, the High Court will dismiss the appeal as unfounded [13]. Figure 1: Concepts association network for the presented legal example. As can be easily seen in the concepts association network presented above in Fig.1, by follow- ing the directed path which does not include the preliminary procedure attached to a summon, the sink node can never be reached, revealing the fact that some legal provisions are contradictory, inconsistent or ambiguous. Further developing the above presented model, based on an appropriate corpus (database) of legal stipulations which is generated by our algorithm in the way it has previously been presented above already, a computer application can be developed so that to any online transmitted legal question, a solicitor could receive the adequate legal information. 124 L. Sângeorzan, M. Parpalea, M.M. Parpalea, A. Repanovici, R. Matefi, I. Nicolae 5 Conclusions The maximum flow problem in parametric networks turns out to be an important scenario in practice since the complexity of its solving algorithm was reduced to a linear dependency of the number of breakpoints. The present article presents the state-of-the-art of the approaches for solving the parametric maximum flow problem and presents an original parametric preflow algorithm, based on network partitioning technique. After presenting the basic parametric net- work flow terminology adapted for the parametric network with linear capacity functions and zero lower bounds, the proposed highest label partitioning push (HLPP) algorithm is described in details, being accompanied by the corresponding theorems of correctness and of complexity of the algorithm. In one of its final sections, the article also proposes a way of implementation of our algorithm in the legislation domain. The Definitions (12-14) and interpretations contained in this section are also original contributions of the authors. Moreover, the given example shows the way the proposed algorithm progressively generates hierarchical structures of legal articles (stipulations), gathered according to their relevance in explaining a general legal topic (or legal problem). Using suitable file structures for legal infor- mation recording, these sets of legal stipulations can be transmitted to any user (or solicitor). Bibliography [1] Ahuja, R., Magnanti, T. and Orlin, J.(1993); Network Flows. Theory, algorithms and appli- cations, Prentice Hall, Inc., Englewood Cliffs, New Jersey, 1993. [2] Bichot, C-E., Siarry, P. (2011), Graph Partitioning: Optimisation and Applications, ISTE Wiley. [3] Hamacher, H.W. and Foulds, L.R. (1989); Algorithms for flows with parametric capacities, ZOR - Methods and Models of Operations Research, 33:21–37. [4] Parpalea, M., Ciurea, E.(2013); Partitioning Algorithm for the Parametric Maximum Flow, Applied Mathematics (Special Issue on Computer Mathematics), 4(10A):3–10. [5] Parpalea, M.M. (2009);German Word Order, Bulletin of the Transilvania University of Brasov, Series IV, 2(51): 175–182. [6] Parpalea, M. (2010); Min-Max algorithm for the parametric flow problem, Bulletin of the Transilvania University of Brasov, Series III: Mathematics, Informatics, Physics, 3(52):191– 198. [7] Parvan, M., Ghionea, F., Flaut, C. (2008); A mathematical model of the relevant request determination in the transport problem, Mathematics and Computer in Business and Eco- nomics, Proc.of the 9th WSEAS Intl. Conf. on Mathematics and Computer in Business and Economics (MCBE’08), Bucureşti, 24-26 iunie 2008, 105–111. [8] Ruhe, G. (1988); Complexity Results for Multicriterial and Parametric Network Flows Using a Pathological Graph of Zadeh, Zeitschrift fur Oper. Res., 32: 9–27. [9] Ruhe, G. (1985); Characterization of all optimal solutions and parametric maximal flows in networks, Optimization, 16(1): 51–61. [10] Sângeorzan, L., Parpalea, M., et al. (2010); Partitioning Preflow-pull Algorithm for the Parametric Net-work Flow Problem - a Linguistic Rule-based Constraints Optimisation A Preflow Approach to Maximum Flows in Parametric Networks Applied to Assessing the Legal Information 125 Approach, Recent Advances in Neural Networks, Fuzzy Systems and Evolutionary Comput- ing, Proc.of the 11th WSEAS International Conference on Neural Networks, Iasi, Romania, 111–116. [11] Stumpff, A.M. (2013); The Law is a Fractal: The Attempt to Anticipate Everything, Loyola University Chicago Law Journal, 44. [12] Yong, C., Chang-le, Lu (2006); Using Multi-Thread Technology Realize Most Short-Path Parallel Algorithm, World Academy of Science, Engineering and Technology, 15: 11–13. [13] High Court’s Decision no 656/2012, given in a public hearing on February 9th, 2012, in the file no 1259/44/2010, http://www.iccj.ro/cautare.php?id=68146, accessed September 11th, 2014, at 13,40.