-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref #395 - solve example 1 and 3, 2 hits an SR bug
- Loading branch information
1 parent
afd2ef4
commit c7bd519
Showing
3 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
letting m be 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
rm -rf conjure-output | ||
|
||
conjure modelling 1.essence ; head -n30 conjure-output/model000001.eprime | ||
conjure modelling 2.essence ; head -n30 conjure-output/model000001.eprime | ||
conjure modelling 3.essence ; head -n30 conjure-output/model000001.eprime | ||
rm -rf conjure-output | ||
|
||
conjure solve 1.essence m_is_3.param ; cat *.solution ; rm -f *.solution | ||
# conjure solve 2.essence m_is_3.param ; cat *.solution ; rm -f *.solution | ||
conjure solve 3.essence m_is_3.param ; cat *.solution ; rm -f *.solution | ||
|
||
rm -rf conjure-output *.solution |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters