Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avaneev/biteopt
/ clear
Method
clear
tests/tester.h:153–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
void clear()
154
{
155
MinCost = 1e300;
156
SumRjCost = 0.0;
157
ComplAttempts = 0;
158
SumItCompl = 0;
159
}
160
};
161
162
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected