Open arnaud-m opened 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
Add logging messages for each subproblem. ISSUE: pass 'out' to solver.solve() ?
Should also check the cplex status and sbproblem number to give more precise opossum status.
Improve the logging message according to the verbosity