Groups | Search | Server Info | Login | Register


Groups > comp.programming > #7867

I have just extended the readme

From rami18 <coco@coco.com>
Newsgroups comp.programming
Subject I have just extended the readme
Date 2017-06-20 15:35 -0400
Organization A noiseless patient Spider
Message-ID <oibt6p$h2h$4@dont-email.me> (permalink)

Show all headers | View raw


Hello....


I have just extended the readme file to clarify more how to use this CPM 
library, please download again this CPM library from:

https://sites.google.com/site/aminer68/cpm-critical-path-method-for-delphi-and-freepascal


Here is what have changed:

Here is the arguments of the procedure to call:

The arguments are:

The filename: is the file to pass, it's organized as:

The first line is the number of jobs, the rest of the lines are the time 
that takes the job and its precedence constraints that specify that the 
job have to be completed before certain other jobs are begun.

info: is the returned information, you can get the job number and the 
start and finish time of the job in info[i].job and info[i].start and 
info[i].finish, please look at the test.pas example to understand.

finishTime: is the finish time.


Thank you,
Amine Moulay Ramdane.,

Back to comp.programming | Previous | Next | Find similar


Thread

I have just extended the readme rami18 <coco@coco.com> - 2017-06-20 15:35 -0400

csiph-web