Menu

branch-and-bound Commit Log


Commit Date  
[r12] by dbartok

Added simplistic configuration file support.

A sample config file is added for demonstration purposes.

Other minor modifications:
- Added toString function for SortType
- Hotfix for unsafe function sprintf
- Added WIN32 defines for ILP solvers
- Updated makefile
- Added header guard to ProblemGenerator.h
- Updated VS project

2015-09-14 22:22:23 Tree
[r11] by zoltanmann

ProblemGenerator can now do a First-Fit allocation so that the generated initial mapping is not that bad

2015-09-07 14:11:19 Tree
[r10] by zoltanmann

Added wrapper to ILP solvers Gurobi and Lp_solve

2015-08-31 19:41:22 Tree
[r9] by dbartok

Other sorting methods for VMs, VMs without an initial PM.

Added different sorting methods for VMs, similarly to the way it works by PMs.

VMs without an initial PM are now supported, allocating these never cause migrations, regardless of the destination.

2015-06-22 21:54:52 Tree
[r8] by dbartok

Migration limit, iterative cost computation.

Introduced a new parameter with which the number of migrations allowed can be limited.

The cost of an allocation is now computed iteratively, instead of recalculating the total cost at each allocation. The number of PMs turned on and the amount of migrations are tracked in two member variables.

2015-06-10 21:37:17 Tree
[r7] by dbartok

Additional PM sorting options.

The new methods for PM sorting can be set with the PMSortMethod parameter.

2015-05-24 21:55:36 Tree
[r6] by dbartok

Presentation, new branch version, Makefile.

Added a presentation to the trunk version.

Added a new branch version (also containing a Makefile).
Features of the new version:
- Linux compatibility when creating files
- Logging option for cost changes
- Timeout
- Bound threshold

2015-05-18 18:28:25 Tree
[r5] by dbartok

Created a new folder structure.

Currently working and documented version is in the "trunk" folder.

The version in the "branch" folder can contain experimental, undocumented changes.

2015-05-17 19:03:58 Tree
[r4] by dbartok

Added TODO list.

2015-05-13 13:36:55 Tree
[r3] by dbartok

Added some compiler directives.

Done in order to make the code compile under both Visual C++ and GCC.

The function localtime() is considered unsafe by Visual C++, however, the safe version localtime_s() is not implemented in GCC.

2015-05-08 17:27:58 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.