ipopt-src 0.2.3+3.14.16

Redistribution of Coin-OR Ipopt as a crate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2004, 2006 International Business Machines and others.
// All Rights Reserved.
// This code is published under the Eclipse Public License.
//
// Authors:  Carl Laird, Andreas Waechter     IBM    2004-08-13

#include "IpObserver.hpp"

namespace Ipopt
{
#ifdef IP_DEBUG_OBSERVER
const Index Observer::dbg_verbosity = 0;
const Index Subject::dbg_verbosity  = 0;
#endif
} // namespace Ipopt