setaltairbatch
Configure settings related to running callaltairbatch.
Syntax
setaltairbatch(stringSetting)
Inputs
- stringSetting
- Setting to be modified.
Examples
Set the synchronicity as synchronous:
setaltairbatch('sync')
(No output)
Set the synchronicity as asynchronous:
setaltairbatch('async')
(No output)
Set the running mode as quiet:
setaltairbatch('quiet')
(No output)
Turn on the verbose mode:
setaltairbatch('verbose')
callaltairbatch verbose on
Get help about the supported function arguments:
setaltairbatch('?')
sync | async | verbose | quiet | ?
Comments
There is a difference between solvers and non-solvers with respect to their default way of running in terms of synchronicity: non-solvers run asynchronously by default, because they are GUI-based applications.