ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
model8.cpp
Go to the documentation of this file.
1 /*
2  * $Id$
3  *
4  * Author: David Fournier
5  * Copyright (c) 2008-2012 Regents of the University of California
6  */
7 #include <admodel.h>
8 
11 
16 {
17  pobjfun = this;
18 }
22 objective_function_value& objective_function_value::operator=
23  (const prevariable& _v)
24 {
26  return *this;
27 }
31 objective_function_value& objective_function_value::operator=
32  (const double _v)
33 {
35  return *this;
36 }
Base class for dvariable.
Definition: fvar.hpp:1315
Description not yet available.
Definition: admodel.h:2391
objective_function_value()
Default constructor.
Definition: model8.cpp:15
static double gmax
Definition: admodel.h:2396
static objective_function_value * pobjfun
Definition: admodel.h:2394
Description not yet available.
prevariable & operator=(const prevariable &)
Assigns a value to a prevariable object.
Definition: fvar_o10.cpp:61