MCPcopy Create free account
hub / github.com/avaneev/biteopt / getMinValues

Method getMinValues

constr3.cpp:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 double real_value;
27
28 virtual void getMinValues( double* const p ) const
29 {
30 int i;
31
32 for( i = 0; i < ::N; i++ )
33 {
34 p[ i ] = -10.0;
35 }
36 }
37
38 virtual void getMaxValues( double* const p ) const
39 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected