ADMB Documentation
-a65f1c97
Main Page
Function Reference
Classes
Source Code
Related Pages
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
src
nh99
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
9
objective_function_value
*
objective_function_value::pobjfun
= NULL;
10
double
objective_function_value::gmax
= 0;
11
15
objective_function_value::objective_function_value
()
16
{
17
pobjfun
=
this
;
18
}
22
objective_function_value
& objective_function_value::operator=
23
(
const
prevariable
& _v)
24
{
25
prevariable::operator=
(_v);
26
return
*
this
;
27
}
31
objective_function_value
& objective_function_value::operator=
32
(
const
double
_v)
33
{
34
prevariable::operator=
(_v);
35
return
*
this
;
36
}
prevariable
Base class for dvariable.
Definition:
fvar.hpp:1315
objective_function_value
Description not yet available.
Definition:
admodel.h:2391
objective_function_value::objective_function_value
objective_function_value()
Default constructor.
Definition:
model8.cpp:15
objective_function_value::gmax
static double gmax
Definition:
admodel.h:2396
objective_function_value::pobjfun
static objective_function_value * pobjfun
Definition:
admodel.h:2394
admodel.h
Description not yet available.
prevariable::operator=
prevariable & operator=(const prevariable &)
Assigns a value to a prevariable object.
Definition:
fvar_o10.cpp:61
Generated on Wed Sep 7 2022 00:01:29 for ADMB Documentation by
1.8.5