ocra-recipes
Doxygen documentation for the ocra-recipes repository
|
#include <Objective.h>
Public Member Functions | |
double | getWeight () const |
void | setWeight (double weight) |
Objective (Function *function, double weight=1.) | |
virtual Function & | getFunction () |
virtual const Function & | getFunction () const |
Protected Attributes | |
Function & | _function |
Definition at line 76 of file Objective.h.
|
inline |
Specializations of the generic Constraint<T> constructors
Definition at line 118 of file Objective.h.
|
inlinevirtual |
Returns the function associated with the constraint
Definition at line 97 of file Objective.h.
|
inlinevirtual |
Definition at line 98 of file Objective.h.
|
inline |
Definition at line 123 of file Objective.h.
|
inline |
Definition at line 128 of file Objective.h.
|
protected |
Definition at line 106 of file Objective.h.