-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified Sovler scripts in all platforms.
- Loading branch information
1 parent
d16ac58
commit 40d8681
Showing
41 changed files
with
49 additions
and
1,394 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
# NOTES: --- | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 3.1 | ||
# VERSION: 3.2 | ||
#=================================================================================== | ||
|
||
cd ../../ | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
# NOTES: --- | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 3.1 | ||
# VERSION: 3.2 | ||
#=================================================================================== | ||
|
||
FILE=$1 | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
# NOTES: --- | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 3.1 | ||
# VERSION: 3.2 | ||
#=================================================================================== | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
# symbolic derivatives and only for the Lunix version. | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 3.1 | ||
# VERSION: 3.2 | ||
#=================================================================================== | ||
|
||
cd $MMOC_TESTS | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
# NOTES: --- | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 3.1 | ||
# VERSION: 3.2 | ||
#=================================================================================== | ||
|
||
MODEL=$1 | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
# symbolic derivatives and only for the Lunix version. | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 3.1 | ||
# VERSION: 3.2 | ||
#=================================================================================== | ||
|
||
./runtests.sh | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
# NOTES: --- | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 3.1 | ||
# VERSION: 3.2 | ||
#=================================================================================== | ||
|
||
cd .. | ||
|
Oops, something went wrong.