Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/haslab/Electrum
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacedo committed May 21, 2018
2 parents bcc3991 + aeb1007 commit d9bd214
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "lib/Pardinus"]
path = pardinus
url = https://github.com/nmacedo/Pardinus
branch = v1.0
branch = master
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ public static SatSolver parse(String id) {
public static final SatSolver KK = new SatSolver("kodkod", "Output Kodkod to file", null, null, true);
/** Electrod through NuSMV */
// [HASLab]
public static final SatSolver ElectrodS = new SatSolver("electrodS", "Electrod/NuSMV", null, null, true);
public static final SatSolver ElectrodS = new SatSolver("electrodS", "Electrod_NuSMV", null, null, true);
/** Electrod through nuXmv */
// [HASLab]
public static final SatSolver ElectrodX = new SatSolver("electrodX", "Electrod/nuXmv", null, null, true);
public static final SatSolver ElectrodX = new SatSolver("electrodX", "Electrod_nuXmv", null, null, true);
}

/** This ensures the class can be serialized reliably. */
Expand Down

0 comments on commit d9bd214

Please sign in to comment.