solverforge-solver 0.12.0

Solver engine for SolverForge
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod conflict_repair;
mod coverage;
mod list;
mod model;
mod scalar;

pub use conflict_repair::{ConflictRepair, RepairCandidate, RepairLimits, RepairProvider};
pub use coverage::{bind_coverage_groups, CoverageGroupBinding};
pub use list::{IntraDistanceAdapter, ListVariableSlot};
pub use model::{RuntimeModel, VariableSlot};
pub use scalar::{
    bind_scalar_groups, ConstructionEntityOrderKey, ConstructionValueOrderKey,
    NearbyEntityDistanceMeter, NearbyValueDistanceMeter, ScalarCandidate, ScalarCandidateProvider,
    ScalarCandidateValues, ScalarEdit, ScalarGetter, ScalarGroupBinding, ScalarGroupLimits,
    ScalarGroupMemberBinding, ScalarSetter, ScalarVariableSlot, ValueSource,
};