btrplace / scheduler

BtrPlace is a virtual machine scheduler. You can specialized it safely through independent constraints to make it support what match your expectations.
http://www.btrplace.org
GNU Lesser General Public License v3.0
54 stars 12 forks source link

VectorPackingPropagator: delta monitors are wrongly initialised #427

Closed fhermeni closed 1 year ago

fhermeni commented 1 year ago

Currently, startMonitoring() is called during every full propagation while they should be called only during the first one. This impacts performance significantly.