AMPL Pages
AMPL Resources
AMPL.com
AMPL Support Forum
AMPL Download Portal
AMPL Development Resources
AMPL + Python 🐍
Hands-On Optimization in Python
AMPL Model Colaboratory
AMPL on Streamlit Cloud
amplpy: Python API
Open Source Projects
rAMPL: R API
AMPL Plugins
AMPL GSL
amplpyfinance
Solver Callbacks
MP: Solver Interface Framework
Licenses & Pricing
AMPL & Solvers pricing
Free AMPL For Teaching
Free AMPL Community Edition
Social Media
LinkedIn
Twitter / X
Python API
Introduction
Initial Setup
Quick start
Class structure
Python API Reference
Python API Examples
GitHub
GitHub
AMPL Resources
AMPL Resources
AMPL Portal
AMPL Portal
AMPL Support Forum
AMPL Support Forum
AMPL Pages
AMPL Pages
AMPL Resources
AMPL.com
AMPL Support Forum
AMPL Download Portal
AMPL Development Resources
AMPL + Python 🐍
Hands-On Optimization in Python
AMPL Model Colaboratory
AMPL on Streamlit Cloud
amplpy: Python API
Open Source Projects
rAMPL: R API
AMPL Plugins
AMPL GSL
amplpyfinance
Solver Callbacks
MP: Solver Interface Framework
Licenses & Pricing
AMPL & Solvers pricing
Free AMPL For Teaching
Free AMPL Community Edition
Social Media
LinkedIn
Twitter / X
Follow us on
Twitter
and
LinkedIn
to get the latest updates from the dev team!
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
X
_
__annotations__ (amplpy.DataFrame attribute)
(amplpy.Entity attribute)
(amplpy.Environment attribute)
(amplpy.Objective attribute)
(amplpy.Parameter attribute)
(amplpy.Set attribute)
(amplpy.Variable attribute)
__del__() (amplpy.AMPL method)
__getitem__() (amplpy.Entity method)
(amplpy.EntityMap method)
(amplpy.Environment method)
__init__() (amplpy.AMPL method)
(amplpy.Environment method)
__iter__() (amplpy.Entity method)
(amplpy.Environment method)
(amplpy.Set method)
__len__() (amplpy.EntityMap method)
__setitem__() (amplpy.Constraint method)
(amplpy.Environment method)
(amplpy.Parameter method)
(amplpy.Set method)
(amplpy.Variable method)
__str__() (amplpy.AMPLException method)
A
AMPL (class in amplpy)
AMPLException (class in amplpy)
arity() (amplpy.Set method)
astatus() (amplpy.Constraint method)
(amplpy.Objective method)
(amplpy.Variable method)
B
body() (amplpy.Constraint method)
BREAK (amplpy.Kind attribute)
BREAKPOINT (amplpy.Kind attribute)
C
CALL (amplpy.Kind attribute)
CD (amplpy.Kind attribute)
cd() (amplpy.AMPL method)
CHECK (amplpy.Kind attribute)
CLOSE (amplpy.Kind attribute)
close() (amplpy.AMPL method)
COMMANDS (amplpy.Kind attribute)
con (amplpy.AMPL property)
Constraint (class in amplpy)
contains() (amplpy.Set method)
CONTINUE (amplpy.Kind attribute)
D
DATA (amplpy.Kind attribute)
DataFrame (class in amplpy)
defeqn() (amplpy.Variable method)
defvar() (amplpy.Constraint method)
DELETECMD (amplpy.Kind attribute)
dinit() (amplpy.Constraint method)
dinit0() (amplpy.Constraint method)
DISPLAY (amplpy.Kind attribute)
display() (amplpy.AMPL method)
DROP (amplpy.Kind attribute)
drop() (amplpy.Constraint method)
(amplpy.Objective method)
DROP_OR_RESTORE_ALL (amplpy.Kind attribute)
dual() (amplpy.Constraint method)
(amplpy.Variable method)
E
ELSE (amplpy.Kind attribute)
ELSE_CHECK (amplpy.Kind attribute)
ENDIF (amplpy.Kind attribute)
Entity (class in amplpy)
EntityMap (class in amplpy)
ENVIRON (amplpy.Kind attribute)
Environment (class in amplpy)
error() (amplpy.ErrorHandler method)
ErrorHandler (class in amplpy)
eval() (amplpy.AMPL method)
EXIT (amplpy.Kind attribute)
exitcode() (amplpy.Objective method)
EXPAND (amplpy.Kind attribute)
export_data() (amplpy.AMPL method)
export_model() (amplpy.AMPL method)
F
find() (amplpy.Entity method)
FIX (amplpy.Kind attribute)
fix() (amplpy.Variable method)
FOR (amplpy.Kind attribute)
from_dict() (amplpy.DataFrame class method)
from_numpy() (amplpy.DataFrame class method)
from_pandas() (amplpy.DataFrame class method)
G
get() (amplpy.Entity method)
get_bin_dir() (amplpy.Environment method)
get_bin_name() (amplpy.Environment method)
get_constraint() (amplpy.AMPL method)
get_constraints() (amplpy.AMPL method)
get_current_objective() (amplpy.AMPL method)
get_data() (amplpy.AMPL method)
get_entity() (amplpy.AMPL method)
get_error_handler() (amplpy.AMPL method)
get_indexing_sets() (amplpy.Entity method)
get_line_number() (amplpy.AMPLException method)
get_message() (amplpy.AMPLException method)
get_objective() (amplpy.AMPL method)
get_objectives() (amplpy.AMPL method)
get_offset() (amplpy.AMPLException method)
get_option() (amplpy.AMPL method)
get_output() (amplpy.AMPL method)
get_output_handler() (amplpy.AMPL method)
get_parameter() (amplpy.AMPL method)
get_parameters() (amplpy.AMPL method)
get_set() (amplpy.AMPL method)
get_sets() (amplpy.AMPL method)
get_source_name() (amplpy.AMPLException method)
get_value() (amplpy.AMPL method)
get_values() (amplpy.Entity method)
(amplpy.Set method)
get_variable() (amplpy.AMPL method)
get_variables() (amplpy.AMPL method)
H
has_default() (amplpy.Parameter method)
I
IF (amplpy.Kind attribute)
indexarity() (amplpy.Entity method)
init() (amplpy.Variable method)
init0() (amplpy.Variable method)
instances() (amplpy.Entity method)
(amplpy.Set method)
is_logical() (amplpy.Constraint method)
is_running() (amplpy.AMPL method)
is_scalar() (amplpy.Entity method)
is_symbolic() (amplpy.Parameter method)
K
Kind (class in amplpy)
L
lb() (amplpy.Constraint method)
(amplpy.Variable method)
lb0() (amplpy.Variable method)
lb1() (amplpy.Variable method)
lb2() (amplpy.Variable method)
lbs() (amplpy.Constraint method)
ldual() (amplpy.Constraint method)
LET (amplpy.Kind attribute)
LOAD (amplpy.Kind attribute)
LOOPEND (amplpy.Kind attribute)
lrc() (amplpy.Variable method)
lslack() (amplpy.Constraint method)
(amplpy.Variable method)
M
members() (amplpy.Set method)
message() (amplpy.Objective method)
minimization() (amplpy.Objective method)
MISC (amplpy.Kind attribute)
N
name() (amplpy.Entity method)
num_instances() (amplpy.Entity method)
O
obj (amplpy.AMPL property)
OBJECTIVE (amplpy.Kind attribute)
Objective (class in amplpy)
option (amplpy.AMPL property)
OPTION (amplpy.Kind attribute)
OPTION_RESET (amplpy.Kind attribute)
output() (amplpy.OutputHandler method)
OutputHandler (class in amplpy)
P
param (amplpy.AMPL property)
Parameter (class in amplpy)
PRINT (amplpy.Kind attribute)
PRINTF (amplpy.Kind attribute)
PROBLEM (amplpy.Kind attribute)
PROMPT (amplpy.Kind attribute)
PURGE (amplpy.Kind attribute)
R
RBRACE (amplpy.Kind attribute)
rc() (amplpy.Variable method)
READ (amplpy.Kind attribute)
read() (amplpy.AMPL method)
read_data() (amplpy.AMPL method)
READ_TABLE (amplpy.Kind attribute)
read_table() (amplpy.AMPL method)
RELOAD (amplpy.Kind attribute)
REMOVE (amplpy.Kind attribute)
REPEAT (amplpy.Kind attribute)
REPEAT_END (amplpy.Kind attribute)
RESET (amplpy.Kind attribute)
reset() (amplpy.AMPL method)
RESTORE (amplpy.Kind attribute)
restore() (amplpy.Constraint method)
(amplpy.Objective method)
result() (amplpy.Objective method)
RUN_ARGS (amplpy.Kind attribute)
S
SEMICOLON (amplpy.Kind attribute)
set (amplpy.AMPL property)
Set (class in amplpy)
set() (amplpy.Parameter method)
set_bin_dir() (amplpy.Environment method)
set_bin_name() (amplpy.Environment method)
set_data() (amplpy.AMPL method)
set_dual() (amplpy.Constraint method)
set_error_handler() (amplpy.AMPL method)
set_option() (amplpy.AMPL method)
set_output_handler() (amplpy.AMPL method)
set_value() (amplpy.Variable method)
set_values() (amplpy.Entity method)
(amplpy.Parameter method)
(amplpy.Set method)
SHELL_MESSAGE (amplpy.Kind attribute)
SHELL_OUTPUT (amplpy.Kind attribute)
SHOW (amplpy.Kind attribute)
size() (amplpy.EntityMap method)
(amplpy.Set method)
slack() (amplpy.Constraint method)
(amplpy.Variable method)
snapshot() (amplpy.AMPL method)
SOLUTION (amplpy.Kind attribute)
SOLVE (amplpy.Kind attribute)
solve() (amplpy.AMPL method)
solve_result (amplpy.AMPL property)
solve_result_num (amplpy.AMPL property)
sstatus() (amplpy.Constraint method)
(amplpy.Objective method)
(amplpy.Variable method)
SSTEP (amplpy.Kind attribute)
status() (amplpy.Constraint method)
(amplpy.Variable method)
T
THEN (amplpy.Kind attribute)
to_dict() (amplpy.DataFrame method)
(amplpy.Entity method)
to_list() (amplpy.DataFrame method)
(amplpy.Entity method)
to_pandas() (amplpy.DataFrame method)
(amplpy.Entity method)
U
ub() (amplpy.Constraint method)
(amplpy.Variable method)
ub0() (amplpy.Variable method)
ub1() (amplpy.Variable method)
ub2() (amplpy.Variable method)
ubs() (amplpy.Constraint method)
udual() (amplpy.Constraint method)
UNFIX (amplpy.Kind attribute)
unfix() (amplpy.Variable method)
UNLOAD (amplpy.Kind attribute)
UPDATE (amplpy.Kind attribute)
urc() (amplpy.Variable method)
uslack() (amplpy.Constraint method)
(amplpy.Variable method)
V
val() (amplpy.Constraint method)
value() (amplpy.Objective method)
(amplpy.Parameter method)
(amplpy.Variable method)
var (amplpy.AMPL property)
Variable (class in amplpy)
W
WAITING (amplpy.Kind attribute)
warning() (amplpy.ErrorHandler method)
WRITE (amplpy.Kind attribute)
write() (amplpy.AMPL method)
WRITE_TABLE (amplpy.Kind attribute)
write_table() (amplpy.AMPL method)
X
XREF (amplpy.Kind attribute)
xref() (amplpy.Entity method)