Skip to content

Commit

Permalink
Update binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhorcas committed Nov 7, 2024
1 parent 065a6c9 commit 718fe3c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion flamapy/metamodels/bdd_metamodel/models/bin/BDDSampler.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$1
out=$($1/BDDSampler -names $2 $3)
echo "$out"
1 change: 0 additions & 1 deletion flamapy/metamodels/bdd_metamodel/models/bin/counter.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$1
out=$($1/counter ${@:2})
echo "$out"
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$1
out=$($1/feature_probabilities ${@:2})
echo "$out"
echo "$out"
1 change: 0 additions & 1 deletion flamapy/metamodels/bdd_metamodel/models/bin/logic2bdd.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$1
out=$($1/logic2bdd -line-length 50 -min-nodes 100000 -constraint-reorder minspan -base $2.dddmp $2.var $2.exp)
echo "$out"
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$1
out=$($1/product_distribution $2)
echo "$out"
1 change: 0 additions & 1 deletion flamapy/metamodels/bdd_metamodel/models/bin/splot2logic.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$1
out=$($1/splot2logic -use-XOR $2)
echo "$out"

0 comments on commit 718fe3c

Please sign in to comment.