Couenne  0.5.8
CouenneJournalist.hpp
Go to the documentation of this file.
1 // $Id: CouenneJournalist.hpp 488 2011-01-10 17:06:41Z pbelotti $
2 //
3 // Copyright (C) 2007 International Business Machines and others.
4 // All Rights Reserved.
5 // This code is published under the Eclipse Public License (EPL).
6 //
7 // Author: Andreas Waechter IBM 2007-12-04
8 
9 // This file is a wrapper for the Journalist from the Ipopt project.
10 // The only thing it adds over the original Journalist class is that
11 // the names are easier to reach, and that the categories are given
12 // real names.
13 
14 #ifndef CouenneJournalist_hpp
15 #define CouenneJournalist_hpp
16 
17 #include "IpJournalist.hpp"
18 
19 namespace Couenne {
20 
23 
32 
33 }
34 
35 #endif
Ipopt::J_USER5
J_USER5
IpJournalist.hpp
Ipopt::J_USER7
J_USER7
Couenne::J_REFORMULATE
const Ipopt::EJournalCategory J_REFORMULATE(Ipopt::J_USER7)
Couenne::ConstJnlstPtr
Ipopt::SmartPtr< const Ipopt::Journalist > ConstJnlstPtr
Definition: CouenneExprVar.hpp:35
Ipopt::J_USER6
J_USER6
Couenne::J_BOUNDTIGHTENING
const Ipopt::EJournalCategory J_BOUNDTIGHTENING(Ipopt::J_USER2)
Couenne
general include file for different compilers
Definition: CouenneAggrProbing.hpp:24
Couenne::J_BRANCHING
const Ipopt::EJournalCategory J_BRANCHING(Ipopt::J_USER1)
Couenne::J_PROBLEM
const Ipopt::EJournalCategory J_PROBLEM(Ipopt::J_USER4)
Couenne::J_NLPHEURISTIC
const Ipopt::EJournalCategory J_NLPHEURISTIC(Ipopt::J_USER5)
Ipopt::SmartPtr< Ipopt::Journalist >
Ipopt::J_USER8
J_USER8
Ipopt::EJournalCategory
EJournalCategory
Couenne::J_COUENNE
const Ipopt::EJournalCategory J_COUENNE(Ipopt::J_USER8)
Couenne::J_CONVEXIFYING
const Ipopt::EJournalCategory J_CONVEXIFYING(Ipopt::J_USER3)
Couenne::JnlstPtr
Ipopt::SmartPtr< Ipopt::Journalist > JnlstPtr
Definition: CouenneExprVar.hpp:34
Ipopt::J_USER1
J_USER1
Ipopt::J_USER3
J_USER3
Ipopt::J_USER4
J_USER4
Couenne::J_DISJCUTS
const Ipopt::EJournalCategory J_DISJCUTS(Ipopt::J_USER6)
Ipopt::J_USER2
J_USER2