Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Constraint ¶
type Constraint struct {
// dimension
Dimension int64 `json:"dimension,omitempty"`
// rhs
RHS float64 `json:"rhs,omitempty"`
// vector
Vector []Value `json:"vector"`
}
Constraint constraint swagger:model constraint
type ConstraintSet ¶
type ConstraintSet struct {
// constraints
Constraints []*Constraint `json:"constraints"`
}
ConstraintSet constraint set swagger:model constraintSet
type Convexhull ¶
type Convexhull struct {
// vertices
Vertices []Value `json:"vertices"`
}
Convexhull convexhull swagger:model convexhull
type Error ¶
type Error struct {
// code
Code int64 `json:"code,omitempty"`
// fields
Fields string `json:"fields,omitempty"`
// message
// Required: true
Message *string `json:"message"`
}
Error error swagger:model error
Click to show internal directories.
Click to hide internal directories.