List of output files
knitro.log
:This is the standard output from Knitro. The file is created if
outmode
= file oroutmode
= both.knitro_mspoints.log
:This file contains a set of feasible points found by multi-start, each distinct, in order of best to worst. The file is created if
ms_enable
= yes andms_num_to_save
is greater than zero.knitro_newpoint.log
:This file contains a set of iterates generated by Knitro. It is created if
newpoint
equals saveone or saveall.kdbg_barrierIP.log
;kdbg_directIP.log
;kdbg_normalIP.log
;kdbg_profileIP.log
;kdbg_stepIP.log
;kdbg_summIP.log
;kdbg_tangIP.log
:These files contain detailed debug information. The files are created if
debug
= problem and either barrier method (Interior/Direct or Interior/CG) executes. Thekdbg_directIP.log
file is created only for the Interior/Direct method.kdbg_actsetAS.log
;kdbg_eqpAS.log
;kdbg_lpAS.log
;kdbg_profileAS.log
;kdbg_stepAS.log
;kdbg_summAS.log
:These files contain detailed debug information. The files are created if
debug
= problem and the Active Set method executes.kdbg_mip.log
:This file contains detailed debug information. The file is created if
mip_debug
= all and one of the MIP methods executes.knitro_ma_*.log
:This file contains detailed algorithm output for each algorithm run in the multi-algorithm procedure (
alg
=5
) whenma_outsub
=1
. The “*” in the filename represents the algorithm number.knitro_ms_*.log
:This file contains detailed algorithm output for each subproblem solve in the parallel multi-start procedure when
ms_outsub
=1
. The “*” in the filename represents the multi-start subproblem solve number.knitro_tuner_summary.log
,knitro_tuner_summary.csv
,knitro_tuner_*.log
:These files contain detailed algorithm output for each subproblem solve in the Knitro-Tuner procedure when
tuner_outsub
=2
. The “*” in the filename represents the Tuner subproblem solve number. Iftuner_outsub
=1
then only the summary files are generated.