필터 지우기
필터 지우기

how to set cplex options

조회 수: 7 (최근 30일)
nadia nadi
nadia nadi 2016년 6월 21일
Dear all, I'm trying to solve integer programming problem from cplex, but I have problem with setting the options. I need to read number of nodes for the output. can any one help me, see the options.
options = cplexoptimset('Display', 'on', 'MaxNodes', 400);
or
options = cplexoptimset('mip.limits.nodes', 400, 'mip.strategy.search', 1);
with
[x,fval,exitflag,output] = cplexbilp(c,A,b,Aeq,beq,lb,ub,options);
it gives error. many thanks.
Nadia

답변 (0개)

카테고리

Help CenterFile Exchange에서 Math Operations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by