solverforge-solver 0.12.1

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

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