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

Method getMinValues

constr2.cpp:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 double real_value;
15
16 virtual void getMinValues( double* const p ) const
17 {
18 p[ 0 ] = 0.0;
19 p[ 1 ] = 0.0;
20 p[ 2 ] = -0.55;
21 p[ 3 ] = -0.55;
22 }
23
24 virtual void getMaxValues( double* const p ) const
25 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected