Algorithm to select the nondominated solutions from a file\ ===================================\ \ This program finds the nondominated set from a set of solutions stored in a file.\ \ The program is written in ANSI C and was designed to run on Unix\ platforms.\ \ So far this implementation has been tested on:\ * Linux (i386, Debian)\ * MAC OSX\ \ \ SYSTEM REQUIREMENTS\ * GNU make\ * gcc\ \ LIST OF FILES\ \ Source codes:\ nodom.c Main file.\ deb3.dat Its an example with 2 objectives\ \ HOW TO USE\ To compile:\ $gcc nodom.c -o nodom\ \ To execute:\ $./nodom inputfile outfile objectives \ or only \ $./nodom\ and the program ask for all data to user \ \ \ Documentation files:\ README This file\ \ AUTHOR AND CREDITS\ * Carlos A. Coello Coello.\ ** ccoello@cs.cinvestav.mx\ \ * Luis Vicente Santana Quintero\ ** (lvspenny@hotmail.com)\ \ \ This program is free software; you can redistribute it and/or\ modify it under the terms of the GNU General Public License\ as published by the Free Software Foundation; either version 2\ of the License, or (at your option) any later version.\ \ This program is distributed in the hope that it will be useful,\ but WITHOUT ANY WARRANTY; without even the implied warranty of\ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\ GNU General Public License in copyright/gpl2 for more details.\ \ You should have received a copy of the GNU General Public License\ along with this program; if not, write to the Free Software\ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\ \ AVAILABILITY\ \ * The program home page is at\ http://www.cs.cinvestav.mx/~emoobook}