| 1877 | } |
| 1878 | |
| 1879 | virtual void getMaxValues( double* const p ) const |
| 1880 | { |
| 1881 | memcpy( p, ub, N * sizeof( p[ 0 ])); |
| 1882 | } |
| 1883 | |
| 1884 | virtual double optcost( const double* const p ) |
| 1885 | { |
nothing calls this directly
no outgoing calls
no test coverage detected