AMPLOutput.Kind¶
-
public enum
Kind
¶ Stores the type of this output
Enum Constants¶
BREAK¶
-
public static final AMPLOutput.Kind
BREAK
¶ AMPL Kind:
break
, displayed when an operation is interrupted with SIGINT
BREAKPOINT¶
-
public static final AMPLOutput.Kind
BREAKPOINT
¶ Breakpoint hit
CALL¶
-
public static final AMPLOutput.Kind
CALL
¶ Output of a script
call
CD¶
-
public static final AMPLOutput.Kind
CD
¶ AMPL Kind:
cd
, returned by thecd
function.
CHECK¶
-
public static final AMPLOutput.Kind
CHECK
¶ Output of a
check
operation
CLOSE¶
-
public static final AMPLOutput.Kind
CLOSE
¶ Output of a
close
command for output redirection
COMMANDS¶
-
public static final AMPLOutput.Kind
COMMANDS
¶ Output of a
commands
call into another file
CONTINUE¶
-
public static final AMPLOutput.Kind
CONTINUE
¶ Issued when
continue
is encountered
DATA¶
-
public static final AMPLOutput.Kind
DATA
¶ Output of a
data
command
DELETE¶
-
public static final AMPLOutput.Kind
DELETE
¶ Output of a
delete
command
DISPLAY¶
-
public static final AMPLOutput.Kind
DISPLAY
¶ AMPL Kind:
display
, returned by thedisplay
function.
DROP¶
-
public static final AMPLOutput.Kind
DROP
¶ Output of a
drop
command
DROP_OR_RESTORE_ALL¶
-
public static final AMPLOutput.Kind
DROP_OR_RESTORE_ALL
¶ Internal
ELSE¶
-
public static final AMPLOutput.Kind
ELSE
¶ Else block
ELSE_CHECK¶
-
public static final AMPLOutput.Kind
ELSE_CHECK
¶ Internal
ENDIF¶
-
public static final AMPLOutput.Kind
ENDIF
¶ End of if block
ENVIRON¶
-
public static final AMPLOutput.Kind
ENVIRON
¶ Output of a
environ
command
EXIT¶
-
public static final AMPLOutput.Kind
EXIT
¶ AMPL Kind:
exit
, returned as last message from AMPL before exiting the interpreter
EXPAND¶
-
public static final AMPLOutput.Kind
EXPAND
¶ AMPL Kind:
expand
, returned by theexpand
function.
FIX¶
-
public static final AMPLOutput.Kind
FIX
¶ Output of a
fix
command
FOR¶
-
public static final AMPLOutput.Kind
FOR
¶ Output of a
for
command
IF¶
-
public static final AMPLOutput.Kind
IF
¶ Output of an
if
command
LET¶
-
public static final AMPLOutput.Kind
LET
¶ Output of a
let
command
LOAD¶
-
public static final AMPLOutput.Kind
LOAD
¶ AMPL Kind:
load
, returned by theload
function when loading a library
LOOPEND¶
-
public static final AMPLOutput.Kind
LOOPEND
¶ End of loop
MISC¶
-
public static final AMPLOutput.Kind
MISC
¶ AMPL Kind:
misc
OBJECTIVE¶
-
public static final AMPLOutput.Kind
OBJECTIVE
¶ Output of an
objective
command
OPTION¶
-
public static final AMPLOutput.Kind
OPTION
¶ AMPL Kind:
option
, returned by theoption
function when getting the value of an option
OPTION_RESET¶
-
public static final AMPLOutput.Kind
OPTION_RESET
¶ Occurs when resetting option values
PRINT¶
-
public static final AMPLOutput.Kind
PRINT
¶ AMPL Kind:
print
, returned by theprint
function when printing values from AMPL command line
PRINTF¶
-
public static final AMPLOutput.Kind
PRINTF
¶ Output of a
printf
command
PROBLEM¶
-
public static final AMPLOutput.Kind
PROBLEM
¶ Output of a
problem
command
PROMPT¶
-
public static final AMPLOutput.Kind
PROMPT
¶ AMPL Kind:
prompt1
, normal AMPL prompt
PURGE¶
-
public static final AMPLOutput.Kind
PURGE
¶ Output of a
purge
command
RBRACE¶
-
public static final AMPLOutput.Kind
RBRACE
¶ Occurs when a right brace is encountered
READ¶
-
public static final AMPLOutput.Kind
READ
¶ Output of a
read
command
READ_TABLE¶
-
public static final AMPLOutput.Kind
READ_TABLE
¶ Messages from the command
read table
RELOAD¶
-
public static final AMPLOutput.Kind
RELOAD
¶ Output of a
reload
command
REMOVE¶
-
public static final AMPLOutput.Kind
REMOVE
¶ Output of a
remove
command
REPEAT¶
-
public static final AMPLOutput.Kind
REPEAT
¶ Beginning of a repeat loop
REPEAT_END¶
-
public static final AMPLOutput.Kind
REPEAT_END
¶ End of a repeat loop
RESET¶
-
public static final AMPLOutput.Kind
RESET
¶ Output of a
reset
command
RESTORE¶
-
public static final AMPLOutput.Kind
RESTORE
¶ Output of a
restore
command
RUN_ARGS¶
-
public static final AMPLOutput.Kind
RUN_ARGS
¶ Internal
SEMICOLON¶
-
public static final AMPLOutput.Kind
SEMICOLON
¶ Internal
SHELL_MESSAGE¶
-
public static final AMPLOutput.Kind
SHELL_MESSAGE
¶ Messages from the command
shell
SHELL_OUTPUT¶
-
public static final AMPLOutput.Kind
SHELL_OUTPUT
¶ Output of the AMPL command
shell
SHOW¶
-
public static final AMPLOutput.Kind
SHOW
¶ AMPL Kind:
show
, returned by theshow
function
SOLUTION¶
-
public static final AMPLOutput.Kind
SOLUTION
¶ AMPL Kind:
solution
, returned when loading a solution with the commandsolution
, contains the solver message
SOLVE¶
-
public static final AMPLOutput.Kind
SOLVE
¶ AMPL Kind:
solve
, returned by thesolve
function, contains the solver message
SSTEP¶
-
public static final AMPLOutput.Kind
SSTEP
¶ Internal
THEN¶
-
public static final AMPLOutput.Kind
THEN
¶ Beginning of the
then
part of an if statement
UNFIX¶
-
public static final AMPLOutput.Kind
UNFIX
¶ Output of an
unfix
command
UNLOAD¶
-
public static final AMPLOutput.Kind
UNLOAD
¶ Output of an
unload
command
UPDATE¶
-
public static final AMPLOutput.Kind
UPDATE
¶ Output of an
update
command
WAITING¶
-
public static final AMPLOutput.Kind
WAITING
¶ AMPL Kind:
prompt2
, returned when incomplete statements are interpreted
WRITE¶
-
public static final AMPLOutput.Kind
WRITE
¶ Output of a
write
command
WRITE_TABLE¶
-
public static final AMPLOutput.Kind
WRITE_TABLE
¶ Messages from the command
write table
XREF¶
-
public static final AMPLOutput.Kind
XREF
¶ AMPL Kind:
xref
, returned by thexref
function.
_READTABLE¶
-
public static final AMPLOutput.Kind
_READTABLE
¶ Internal messages from the command
read table
_WRITETABLE¶
-
public static final AMPLOutput.Kind
_WRITETABLE
¶ Internal messages from the command
write table