2006/07/03

Analytic Hierarchy Process (AHP)

Link Wikipedia
http://en.wikipedia.org/wiki/Analytic_Hierarchy_Process

PDF file with the theory
mdm.gwu.edu/forman/DBO.pdf

A simple powerpoint with example
cispom.boisestate.edu/opermgt345tfoster/ahp.ppt

An example decision -- spreadsheet
ecolu-info.unige.ch/~dubois/Mutate_final/Lectures/Lect_1_1_2/site_criteria.xls

commandos openssl

-set_serial 0x1

openssl genrsa -out CHPR-ACRAIZ.pem -passout pass:123456 2048

openssl req -x509 -key CHPR-ACRAIZ.pem -out CERTAA-ACRAIZ.pem -config acmg_conf.txt -passin pass:123456 -new -batch -verbose

openssl x509 -inform PEM -in CERTAA-ACRAIZ.pem -text | more

openssl req -x509 -key CHPR-ACRAIZ.pem -config acmg_conf6.txt -passin pass:123456 -new -batch -verbose -text -days 3652

openssl x509 -inform PEM -outform DER -in CERTAA-ACRAIZ2.pem | dumpasn1.exe - | more

openssl ca -extensions ACIOMG -days 1826 -keyfile %s -in %s -out %s -notext -passin pass:%s -config ./config/ac.cnf -cert ./uso/CERT-ACRAIZ.pem -batch

openssl pkcs12 -export -inkey chave-ufmg.pem -in cert-ufmg-aa.pem > chave-ufmg-890.pfx