|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectima.uco.fr.nuit.model.Model
public class Model
Modèle mathématique CPLEX
Constructor Summary | |
---|---|
Model(int nbLigne,
int nbColonne,
int[] pourcentage)
Constructeur |
Method Summary | |
---|---|
void |
exportModelLP()
Créé le fichier LP du modèle |
void |
exportToCSV(java.lang.String dossierOut)
Export des solutions sous fichier CSV |
int[][] |
obtainMatrix()
Transforme les résultats CPLEX en forme de matrice |
boolean |
resolve()
Résout le modèle mathématique |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Model(int nbLigne, int nbColonne, int[] pourcentage)
nbLigne
- : nombre de ligne dans le panneau publicitairenbColonne
- : nombre de colonne dans le panneau publicitaireMethod Detail |
---|
public boolean resolve()
public void exportModelLP()
public void exportToCSV(java.lang.String dossierOut)
dossierOut
- public int[][] obtainMatrix()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |