[Scip] Question about the number of nodes processed

Gerald Gamrath gamrath at zib.de
Thu Jul 3 18:09:16 CEST 2014


Hi Alex,

> I have a question about the difference between the functions
> SCIPgetNNodes(...) and SCIPgetNTotalNodes(...) which give
> the total number of nodes processed in the current run and in all runs.
>
> What does a run mean or in which situations are the outputs of the above
> functions different?
> In concrete, is there a difference when the solution process is
> restarted more than once (i.e. does SCIPgetNNodes(...) only output the
> number of nodes processed after the last restart)?
yes, that is exactly the difference between the two methods.

Best,
Gerald


More information about the Scip mailing list