Originally posted by: SystemAdmin
Tobias, thanks for your attention. Setting threads to 1 does not solve the problem, I have tried it before.
In the release mode while debugging I can pass the solve as mentioned earlier and can get the stack of calls as follows:
before solve():
> circ-hlp-capacity-decomp-lrbb.exe!Oracle::Solve(
const
double * uVector,
double & fValue,
double * sgVector, std::vector<double,std::allocator<double> > & xVector) Line 923 C++ circ-hlp-capacity-decomp-lrbb.exe!CSubgradient::subgradient() Line 92 C++ circ-hlp-capacity-decomp-lrbb.exe!main(
int argc,
char * * argv) Line 65 C++ circ-hlp-capacity-decomp-lrbb.exe!__tmainCRTStartup() Line 582 + 0x17 bytes C kernel32.dll!7c817077() [Frames below may be incorrect and/or missing, no symbols loaded
for kernel32.dll]
after solve():
> circ-hlp-capacity-decomp-lrbb.exe!Oracle::Solve(
const
double * uVector,
double & fValue,
double * sgVector, std::vector<double,std::allocator<double> > & xVector) Line 924 C++ circ-hlp-capacity-decomp-lrbb.exe!CSubgradient::subgradient() Line 92 C++ circ-hlp-capacity-decomp-lrbb.exe!main(
int argc,
char * * argv) Line 65 C++ circ-hlp-capacity-decomp-lrbb.exe!__tmainCRTStartup() Line 582 + 0x17 bytes C kernel32.dll!7c817077() [Frames below may be incorrect and/or missing, no symbols loaded
for kernel32.dll]
seems quite similar.
if I let it run without completely I am not sure know how to catch any info about the stack.
#DecisionOptimization#MathematicalProgramming-General