Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

algorithm::dependency::ordered(3pm) [debian man page]

Algorithm::Dependency::Ordered(3pm)			User Contributed Perl Documentation		       Algorithm::Dependency::Ordered(3pm)

NAME
Algorithm::Dependency::Ordered - Implements an ordered dependency heirachy DESCRIPTION
Algorithm::Dependency::Ordered implements the most common variety of Algorithm::Dependency, the one in which the dependencies of an item must be acted upon before the item itself can be acted upon. In use and semantics, this should be used in exactly the same way as for the main parent class. Please note that the output of the "depends" method is NOT changed, as the order of the depends is not assumed to be important. Only the output of the "schedule" method is modified to ensure the correct order. For API details, see Algorithm::Dependency. SUPPORT
Bugs should be submitted via the CPAN bug tracker, located at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Algorithm-Dependency <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Algorithm-Dependency> For general comments, contact the author. AUTHOR
Adam Kennedy <adamk@cpan.org> SEE ALSO
Algorithm::Dependency COPYRIGHT
Copyright 2003 - 2009 Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.12.4 2009-04-14 Algorithm::Dependency::Ordered(3pm)

Check Out this Related Man Page

Algorithm::Dependency::Item(3pm)			User Contributed Perl Documentation			  Algorithm::Dependency::Item(3pm)

NAME
Algorithm::Dependency::Item - Implements an item in a dependency heirachy. DESCRIPTION
The Algorithm::Dependency::Item class implements a single item within the dependency heirachy. It's quite simple, usually created from within a source, and not typically created directly. This is provided for those implementing their own source. ( See Algorithm::Dependency::Source for details ). METHODS
new $id, @depends The "new" constructor takes as its first argument the id ( name ) of the item, and any further arguments are assumed to be the ids of other items that this one depends on. Returns a new "Algorithm::Dependency::Item" on success, or "undef" on error. id The "id" method returns the id of the item. depends The "depends" method returns, as a list, the names of the other items that this item depends on. SUPPORT
For general comments, contact the author. To file a bug against this module, in a way you can keep track of, see the CPAN bug tracking system. http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Algorithm-Dependency <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Algorithm-Dependency> AUTHOR
Adam Kennedy <adamk@cpan.org> SEE ALSO
Algorithm::Dependency COPYRIGHT
Copyright 2003 - 2009 Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.12.4 2009-04-14 Algorithm::Dependency::Item(3pm)
Man Page

10 More Discussions You Might Find Interesting

1. Programming

Algorithm problem

Looking for an algorithm to compute the number of days between two given dates I came across a professor's C program located here: http://cr.yp.to/2001-275/struct1.c I was wondering if anyone could tell me where the value 678882 in the line int d = dateday - 678882; comes from and also the... (1 Reply)
Discussion started by: williamf
1 Replies

2. Virtualization and Cloud Computing

Clouds (Partially Order Sets) - Streams (Linearly Ordered Sets) - Part 2

timbass Sat, 28 Jul 2007 10:07:53 +0000 Originally posted in Yahoo! CEP-Interest Here is my follow-up note on posets (partially ordered sets) and tosets (totally or linearly ordered sets) as background set theory for event processing, and in particular CEP and ESP. In my last note, we... (0 Replies)
Discussion started by: Linux Bot
0 Replies

3. Linux

Help needed in dependencies problem in Fedora 8 VM

hi, I have installed a VM for Fedora 8 running on Windows Xp. And I have the following error:- Error: Missing Dependency: libgsl.so.0 is needed by package test Error: Missing Dependency: /usr/bin/gcc is needed by package test Error: Missing Dependency: libgslcblas.so.0 is needed by... (3 Replies)
Discussion started by: ahjiefreak
3 Replies

4. Shell Programming and Scripting

Job Execution in Parallel and Maintain Dependency

All, We need to run multiple jobs in parallel with the dependencies intact. I was trying to use the same with &, but in vain. Is there is any other way to resolve this issue. I need to run Set1 A.sh B.sh C.sh Set2 D.sh E.sh Set3 F.sh (10 Replies)
Discussion started by: anand_msm
10 Replies

5. AIX

LAPACK compilation error on ibm-aix5.2

Hi all, I am trying to compile LAPACK 3.2.1 on powerpc-ibm-aix5.2.0.0--Xlf but I am getting the following mesage?? "Makefile", line 362: make: 1254-055 Dependency line needs colon or double colon operator. "Makefile", line 364: make: 1254-055 Dependency line needs colon or double colon... (3 Replies)
Discussion started by: pauli
3 Replies

6. SuSE

Loadable Password Algorithm

I just implemented the MD5 Loadable Password Algorithm on my AIX 5.3 TL 11 systems. I run NIS and authentication is working fine between AIX boxes. I have one OpenSuse Linux box in NIS and I get a PAM authentication error when I try to login. If you have an idea on getting the Linux box... (2 Replies)
Discussion started by: prichard
2 Replies

7. Homework & Coursework Questions

Heuristic Algorithm Example

Give a counter example such that the following heuristic algorithm, for the 2-tape problem, doesn't always produce the best solution: Algorithm: Sort {Xi} in descending order. Place files in tapes one at a time. For a file being considered, assign the file to the smaller tape. Thanks in... (1 Reply)
Discussion started by: sureshcisco
1 Replies

8. UNIX for Advanced & Expert Users

LSF Job Routing Algorithm

I have a requirement where i need to restrict users into reusing the first 3 exec machine they are using so as to reduce license usage of our tools. So, lets say that at any instant an user is using 3 machine - mac1,mac2,mac3. Now if he is going to run a new job, he is expected to re-use one of... (1 Reply)
Discussion started by: animesharma
1 Replies

9. Red Hat

Redhat: High Availability

Hi, I want to create gfs storage. But getting error as below: --> Finished Dependency Resolution Error: Package: pacemaker-1.1.12-22.el7_1.2.x86_64 (rhel-ha-for-rhel-7-server-eus-rpms) Requires: sbd You could try using --skip-broken to work around the problem You could try... (1 Reply)
Discussion started by: mzainal
1 Replies

10. Proxy Server

Squid parent Selection Algorithm

Hello guys, I have one question regarding choosing proper peer Selection Algorithm. Actually we have six Squid (2.7) servers with two parent upstream proxies running on two web appliances. In appliance statistics we see that balancing is not optimal and first appliance is keeping the majority... (0 Replies)
Discussion started by: brusell
0 Replies