johnsonce

package
v0.0.0-...-bef689d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JohnsonCE

type JohnsonCE interface {
	Run() (int32, []bool)
	Unblock(v int32, blocked []bool, blockedMap *[][]int32)
	FindCycles(component *tscc.SCC) ([][]int32, [][]int32, []int32, int32)
	FindCyclesRecur(component *tscc.SCC, explore []bool, startV, currentV int32, blocked []bool, stack *[]int32, blockedMap *[][]int32, cycles *[][]int32, cyclesMap *[][]int32, sumArray []int32, sum *int32) bool
	BreakCycles(component *tscc.SCC) []bool
}

func NewJohnsonCE

func NewJohnsonCE(graph *[][]int32) JohnsonCE

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL