| Package | Description |
|---|---|
| ca.uqac.lif.ecp.graphs |
| Modifier and Type | Field and Description |
|---|---|
protected Hypergraph |
HypergraphEdgeCover.m_graph
The hypergraph this solver will work on
|
| Modifier and Type | Method and Description |
|---|---|
static Hypergraph |
Hypergraph.parse(java.util.Scanner scanner)
Creates a hypergraph from a stream of characters.
|
static Hypergraph |
Hypergraph.parse(java.lang.String s)
Creates a hypergraph from a character string.
|
| Modifier and Type | Method and Description |
|---|---|
HypergraphEdgeCover |
GreedyHypergraphEdgeCover.newSolver(Hypergraph g) |
abstract HypergraphEdgeCover |
HypergraphEdgeCover.newSolver(Hypergraph g)
Gets a new, empty instance of this solver
|
| Constructor and Description |
|---|
GreedyHypergraphEdgeCover(Hypergraph g) |
HypergraphEdgeCover(Hypergraph g) |
Copyright © Sylvain HallĂ©. All Rights Reserved.