- 15 Mar, 2016 2 commits
-
-
Martin Marinov authored
-
Martin Marinov authored
-
- 18 Feb, 2016 1 commit
-
-
Marco Amagliani authored
Merge from dev/amaglim. Many fixes related to the test system. Added an interface for Ostreams and used it for the debug and test system. Also improved the checksum reports. [git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 14067]
-
- 09 Feb, 2016 1 commit
-
-
Marco Amagliani authored
submission of test system improvements in the main branch. Now it is able to create a baseline for test execution. [git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 13990]
-
- 08 Jan, 2016 1 commit
-
-
David Bommes authored
-
- 04 Jan, 2016 1 commit
-
-
David Bommes authored
-
- 18 Dec, 2015 1 commit
-
-
Max Lyon authored
-
- 14 Dec, 2015 1 commit
-
-
Martin Marinov authored
Integrated changes to unify the CoMISo source code base from the research branch. No behavior changes. [git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 13637]
-
- 11 Dec, 2015 3 commits
-
-
Max Lyon authored
-
Max Lyon authored
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 13619]
-
- 10 Dec, 2015 1 commit
-
-
Martin Marinov authored
-
- 08 Dec, 2015 2 commits
-
-
Marco Amagliani authored
[git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 13583]
-
Marco Amagliani authored
performance improvement in dependnent constraints remval. Repleacing original linear equality constraints with constraints taken form the R matrix of the QR factorization. [git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 13576]
-
- 07 Dec, 2015 2 commits
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 13567]
-
Martin Marinov authored
Merged changes from the research branch with fixes in QGP sanitization and motorcycle graph crash detection. See https://jira.autodesk.com/browse/REFORM-122 for more details. [git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 13557]
-
- 09 Nov, 2015 1 commit
-
-
Janis Born authored
-
- 05 Nov, 2015 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 13190]
-
- 03 Nov, 2015 1 commit
-
-
Jan Möbius authored
-
- 14 Oct, 2015 2 commits
-
-
Martin Marinov authored
Checked and adjusted CBC and Gurobi solver interfaces (and related files) to make sure all modules and apps can be build with support for them. [git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 13033]
-
Martin Marinov authored
Replaced the ReForm::Outcome based exception object with Base/COMISO/IGM/ReForm::Error. This allow ReForm-independent compilation and usage of Base/COMISO/IGM. Also improved exception throwing in general, including safety, readibility, debugging, etc. No behavior changes. [git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 13023]
-
- 06 Oct, 2015 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12969]
-
- 15 Sep, 2015 1 commit
-
-
Marco Amagliani authored
The change use the same code that checks if DOCloud is not making progresses to return a failure. This can happen when IBM suspends DOCloud service for mainteinance. In such a case ReForm must terminate. [git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12793]
-
- 08 Jul, 2015 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12275]
-
- 07 Jul, 2015 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12266]
-
- 29 Jun, 2015 1 commit
-
-
Marco Amagliani authored
[git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12235]
-
- 18 Jun, 2015 5 commits
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12206]
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12203]
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12201]
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12200]
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12197]
-
- 11 Jun, 2015 2 commits
-
-
Marco Amagliani authored
Added a timer in the function that waits for DOCloud results in order to stop DOCloud process after 6 minutes if we do not get data from the server. [git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12133]
-
Marco Amagliani authored
[git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12131]
-
- 10 Jun, 2015 2 commits
-
-
Marco Amagliani authored
DoCloud cache now store the information that a DoCloud has not been able to find a solution for a problem. [git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12128]
-
Marco Amagliani authored
The cache is active by default and it is in folder \\camfs1\General_access\Martin_Marinov\ReForm\Cache . The cache directory can be changed using the environment variable "ReFormCacheDir" for example set ReFormCacheDir \\camfs1\ASM\Users\Marco_Amagliani\reform\ Details: - the data defining the optimization problem (problem_data) to be sent to DoCloud are now stored in memory, not in a file. - these data are used to create a key_name. The cache system looks for a file key_name.lp . If it exists and the content of key_name.lp is the same as problem_data , the result of the optimization is retrieved in a file key_name.dat. - if the cache does not have an entry for prblem_data, the data are sent to DoCloud to be solved and then we store in key_name.lp as and key_name.dat in the cache to be reused the next time. It is expected more than 50% improvement on test execution (when the cache data are found). [git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12123]
-
- 08 Jun, 2015 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12117]
-
- 04 Jun, 2015 2 commits
-
-
Marco Amagliani authored
[git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12104]
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12100]
-
- 03 Jun, 2015 1 commit
-
-
Marco Amagliani authored
change to avoid using CBC to write the lp file in DoCloud optimization. Now the objective function, the cnstraints, and the variables are written using a new function. This avoid an undesired dependency and will allow to add a quadratic objective function. [git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12097]
-
- 02 Jun, 2015 1 commit
-
-
Marco Amagliani authored
added the possibility to set a custom key from design interface to access to DoCloud (the IBM optimization solver). [git-p4: depot-paths = "//ReForm/ReForm/main/CoMISo/": change = 12088]
-