[go: up one dir, main page]

Menu

[49ee99]: / example.opt  Maximize  Restore  History

Download this file

19 lines (13 with data), 441 Bytes

%=======================
% OptFrame example file
%=======================

dictionary %shows an empty dictionary
define my_bestimprovement BI ev 0 ns 0 %define 'my_bestimprovement' as 'BI ev 0 ns 0'
define random initsol 0 %define 'random' as 'initsol 0'
dictionary %shows the updated dictionary

test 5 12 8400 8400 random ev 0 my_bestimprovement out.txt sStar

export sStar out.sol

print sStar
evaluate ev 0 sStar

%display the help
help