aeolus-project / opossum

Multi-objective Solver for the Package Server Location Problem
Other
5 stars 0 forks source link

CLI Logging Messages #25

Open arnaud-m opened 12 years ago

arnaud-m commented 12 years ago

Improve the logging message according to the verbosity

arnaud-m commented 12 years ago
//Logging Levels and messages
#define SILENT -1
//XCSP Status and Objective
#define QUIET 0
//XCSP solution, diagnostics, configurations
#define DEFAULT 1
//Print generator and export problems and solutions (graphviz + solver)
#define VERBOSE 2
//MIP node log display information
#define SEARCH 3
//Print network info
#define ALL 4
arnaud-m commented 12 years ago

Add logging messages for each subproblem. ISSUE: pass 'out' to solver.solve() ?

arnaud-m commented 12 years ago

Should also check the cplex status and sbproblem number to give more precise opossum status.