Originally posted by: airgt
I am trying to get the number of nodes in a b&b tree using the python API.
I know the command is nodecnt/nodeint and have tried different combinations of:
my_prob.solution.nodecnt()
but none seem to work. Does anyone know the correct syntax?
#CPLEXOptimizers#DecisionOptimization