Problem#
- class gamspy.Problem(*values)[source]#
Bases:
EnumAn enumeration for problem all problem types
- CNS = 'CNS'#
Constrained Nonlinear System
- DNLP = 'DNLP'#
Nonlinear Programming with Discontinuous Derivatives
- EMP = 'EMP'#
Extended Mathematical Program
- LP = 'LP'#
Linear Programming
- MCP = 'MCP'#
Mixed Complementarity Problem
- MINLP = 'MINLP'#
Mixed Integer Nonlinear Program
- MIP = 'MIP'#
Mixed Integer Programming
- MIQCP = 'MIQCP'#
Mixed Integer Quadratically Constrained Program
- MPEC = 'MPEC'#
Mathematical Programs with Equilibrium Constraints
- NLP = 'NLP'#
Non-Linear Programming
- QCP = 'QCP'#
Quadratically Constrained Programs
- RMINLP = 'RMINLP'#
Relaxed Mixed Integer Nonlinear Program
- RMIP = 'RMIP'#
Relaxed Mixed Integer Program
- RMIQCP = 'RMIQCP'#
Relaxed Mixed Integer Quadratically Constrained Program
- RMPEC = 'RMPEC'#
Relaxed Mathematical Program with Equilibrium Constraints