Skip to content

School Project : AI algorithm to optimize representation of Kiviat diagram with Prolog

Notifications You must be signed in to change notification settings

antonin-arquey/Kiviat-Diagram-Prolog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Mini projet d'IA 2016-2017

Optimisation de graphique en étoile pour l'aide visuelle à la décision

Antonin ARQUEY - Andréas PASTOR

Lancement du programme :

swipl -s ./src/main.pl

Lancement des test unitaires :

swipl -s ./src/run_tests.pl

Les données doivent être fournies dans data.pl sous la forme suivante :

Définition d'une dimension :

max(nom_dimension, valeur_max_dimension).

Définition d'un diagramme :

value(nom_diagramme, nom_dimension, valeur_dimension).

Les diagrammes doivent être ajoutés dans la variable ListeDiag dans main.pl et les dimensions doivent être ajoutés dans la variable ListeDim (sans la première dimension) dans main.pl

About

School Project : AI algorithm to optimize representation of Kiviat diagram with Prolog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Prolog 100.0%