InterviewSolution
| 1. |
Is There A Way To Visualize The Branch And Bound Tree? |
|
Answer» Here is a list of external tools that can be used to create interactive and no interactive visualizations in various formats.
For using one of these tools, SCIP lets you define file names set visual vbcfilename somefilename.vbc and set visual bakfilename somefilename.dat. Grumpy uses BAK files while the other tools parse vbc output. For those who want to use the step-by-step FUNCTIONALITY of vbctool, it is necessary to use a time-step counter for the visualization INSTEAD of the real time. The corresponding parameter is changed via set visual realtime FALSE. For users of the callable library, the corresponding parameters are called "visual/bakfilename", "visual/vbcfilename", and "visual/realtime". Here is a list of external tools that can be used to create interactive and no interactive visualizations in various formats. For using one of these tools, SCIP lets you define file names set visual vbcfilename somefilename.vbc and set visual bakfilename somefilename.dat. Grumpy uses BAK files while the other tools parse vbc output. For those who want to use the step-by-step functionality of vbctool, it is necessary to use a time-step counter for the visualization instead of the real time. The corresponding parameter is changed via set visual realtime FALSE. For users of the callable library, the corresponding parameters are called "visual/bakfilename", "visual/vbcfilename", and "visual/realtime". |
|