aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/store-dse/src/main/java/tools/refinery/store/dse/propagation/BoundPropagator.java
blob: 5ad6146349e5524ae2cf30af7adb660d48fc541d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*
 * SPDX-FileCopyrightText: 2023 The Refinery Authors <https://refinery.tools/>
 *
 * SPDX-License-Identifier: EPL-2.0
 */
package tools.refinery.store.dse.propagation;

@FunctionalInterface
public interface BoundPropagator {
	PropagationResult propagateOne();
}