Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnSatifiable = errors.New("unsat network")
Functions ¶
This section is empty.
Types ¶
type DirectEncoding ¶
type DirectEncoding struct {
Pen *models.PeriodicEventNetwork
// contains filtered or unexported fields
}
func (*DirectEncoding) SolveAll ¶ added in v0.1.7
func (e *DirectEncoding) SolveAll() <-chan models.Schedule
func (*DirectEncoding) Stats ¶ added in v0.1.7
func (e *DirectEncoding) Stats() *Statistics
type OrderEncoding ¶
type OrderEncoding struct {
Pen *models.PeriodicEventNetwork
// contains filtered or unexported fields
}
func (*OrderEncoding) SolveAll ¶
func (e *OrderEncoding) SolveAll() <-chan models.Schedule
func (*OrderEncoding) Stats ¶ added in v0.1.7
func (e *OrderEncoding) Stats() *Statistics
type Statistics ¶ added in v0.1.7
func (*Statistics) String ¶ added in v0.1.7
func (s *Statistics) String() string
Click to show internal directories.
Click to hide internal directories.