Package | Description |
---|---|
org.linqs.psl.grounding | |
org.linqs.psl.model.rule.arithmetic | |
org.linqs.psl.model.rule.logical |
Modifier and Type | Method and Description |
---|---|
Iterable<UnweightedGroundRule> |
GroundRuleStore.getConstraintRules() |
Iterable<UnweightedGroundRule> |
MemoryGroundRuleStore.getConstraintRules() |
Modifier and Type | Method and Description |
---|---|
static double |
GroundRules.getInfeasibilityNorm(Iterable<UnweightedGroundRule> groundRules)
Computes the Euclidean norm of the infeasibilities of an iterable container
of
GroundConstraintRules . |
Modifier and Type | Class and Description |
---|---|
class |
UnweightedGroundArithmeticRule
An
AbstractGroundArithmeticRule that is unweighted, i.e., it is a hard
constraint that must always hold. |
Modifier and Type | Class and Description |
---|---|
class |
UnweightedGroundLogicalRule |
Copyright © 2020 University of California, Santa Cruz. All rights reserved.