Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
SAT4J
sat4j
Commits
b39dab52
Commit
b39dab52
authored
Oct 31, 2020
by
Daniel Le Berre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Feature annotation.
parent
ee9c972f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
org.sat4j.maxsat/src/main/java/org/sat4j/maxsat/UnitWeightedClause.java
...at/src/main/java/org/sat4j/maxsat/UnitWeightedClause.java
+2
-0
No files found.
org.sat4j.maxsat/src/main/java/org/sat4j/maxsat/UnitWeightedClause.java
View file @
b39dab52
...
...
@@ -29,9 +29,11 @@
*******************************************************************************/
package
org.sat4j.maxsat
;
import
org.sat4j.annotations.Feature
;
import
org.sat4j.specs.IConstr
;
import
org.sat4j.specs.VarMapper
;
@Feature
(
"constraint"
)
public
class
UnitWeightedClause
implements
IConstr
{
private
static
final
UnitWeightedClause
INSTANCE
=
new
UnitWeightedClause
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment