xprsoptimset
options = xprsoptimset('param1',value1,'param2',value2,...)
options = xprsoptimset
options = xprsoptimset(oldopts,'param1',value1,...)
options = xprsoptimset(oldopts,newopts)
param*
|
optimization control or attribute name
|
value*
|
new value for the optimization option
|
oldopts
|
optimization options structure to copy
|
newopts
|
optimization options structure
|
options = xprsoptimset('FEASTOL',1e-8,'MAXMIPSOL',10)
optnew = xprsoptimset(options,'PRESOLVE',0);
options = xprsoptimset(optimset('Display', 'final'));
defaults = xprsoptimset
- options = xprsoptimset('param1',value1,'param2',value2,...)
- creates an optimization options structure called options, in which the specified parameters ( param*) have the specified values. The parameter names are case sensitive and must be valid Xpress control parameter names.
- xprsoptimset
- with no input returns a complete list of parameters with their default values. Note that this should not be used as options for an actual solve since some defaults depend on the objective sense which would not have been set at this point.
- options = xprsoptimset(oldopts,'param1',value1,...)
- creates a copy of oldopts, modifying or adding the specified parameters with the specified values.
- options = xprsoptimset(oldopts,newopts)
- combines an existing options structure oldopts with a new options structure newopts. Any parameters in newopts with nonempty values overwrite the corresponding old parameters in oldopts
Display → OUTPUTLOG, MIPLOG, LPLOG MaxIter → LPITERLIMIT TolRLPFun → OPTIMALITYTOL MaxTime → MAXTIME MaxNode → MAXNODE NodeDisplayInterval → MIPLOG NodeSearchStrategy → NODESELECTION TolXInteger → MIPTOL |
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.