Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI Logging Messages #25

Open
arnaud-m opened this issue Jun 30, 2012 · 3 comments
Open

CLI Logging Messages #25

arnaud-m opened this issue Jun 30, 2012 · 3 comments

Comments

@arnaud-m
Copy link
Contributor

Improve the logging message according to the verbosity

  • 2.: Generator Levels Info
  • 3: Generator Matrices Info
  • 4: Export Network (graphivz)
  • 5: Network Info
  • 0: XCSP Status and Objective
  • 1: XCSP Solution
  • 1: XCSP Output
  • 4: Export solution (graphivz)
@arnaud-m
Copy link
Contributor Author

arnaud-m commented Jul 1, 2012

//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
Copy link
Contributor Author

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

@arnaud-m
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant