Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoEqualityConstraintsFoundError ¶ added in v0.5.3
type NoEqualityConstraintsFoundError struct{}
func (NoEqualityConstraintsFoundError) Error ¶ added in v0.5.3
func (e NoEqualityConstraintsFoundError) Error() string
type NoInequalityConstraintsFoundError ¶ added in v0.5.3
type NoInequalityConstraintsFoundError struct{}
func (NoInequalityConstraintsFoundError) Error ¶ added in v0.5.3
func (e NoInequalityConstraintsFoundError) Error() string
type NoObjectiveDefinedError ¶
type NoObjectiveDefinedError struct{}
func (NoObjectiveDefinedError) Error ¶
func (e NoObjectiveDefinedError) Error() string
type ProblemNotLinearError ¶ added in v0.5.3
type ProblemNotLinearError struct { ProblemName string Cause causeOfProblemNonlinearity.Cause ConstraintIndex int // Index of the constraint that is not linear, if applicable }
func (ProblemNotLinearError) Error ¶ added in v0.5.3
func (e ProblemNotLinearError) Error() string
Click to show internal directories.
Click to hide internal directories.