Source Codes
I am in the fourth year of my undergraduate studies in Civil Engineering at the Indian Institute of
Technology -
Guwahati, working under the guidance of Dr. Arvind kumar Singh
.
My B.Tech Project is in the field of Construction Scheduling Previously I have worked in the field of evolutionary optimization on a variety of topics like Truss optimization, back calculation of pavement layer moduli, site layout of construction facilities.
Please email me if you have some suggestions / doubts with implementation.
This is an implementation of ant colony optimization algorithms in the C programming language. Code can handle all problems formulated as non linear programming problems. Algorithms implemented are Ant system, Ant colony system, Rank Based Ant System.
Keywords: Ant Colony Optimization, C / C++ source code , optimization software, Download [tar gzipped format,
The user manual for solving problems with this code is available Download here:
The program calculates the critical path for an activity on edge networks like the Critical path method (CPM). Topological sorting is used. Makefile is provided, type "make" at the command line to compile the code. Executable "cpm " is produced. Code was written in ANSI C and tested on Linux machines but should have no problems on running elsewhere.
Keywords: Critical path method , C / C++ source code , scheduling software,
The program calculates the value of removal efficiency for type 1 settling analysis The algorithm was coded in the ANSI C programming language on a Linux based platform. For graph plotting Gnuplot software has been used and the output of the program is a pdf file processed by \LaTeX . For more details see the file Report Makefile is provided, type "make" at the command line to compile the code. Executable "termproject" is produced. Code was written and tested on Linux machines but should have no problems on running elsewhere. There are some shell scripts which do the graph plotting and conversion of LaTeX code to pdf file
Keywords: Numerical analysis, Sedimentation, Type I Settling Download
Coming soon ...