-
Updated
Sep 30, 2020 - Java
#
constraint-solver
Here are 60 public repositories matching this topic...
Java Constraint Solver to solve vehicle routing, employee rostering, task assignment, conference scheduling and other planning problems.
java
optimization
scheduling
solver
constraint-satisfaction-problem
constraints
vehicle-routing-problem
constraint-programming
traveling-salesman
simulated-annealing
constraint-solver
tabu-search
branch-and-bound
metaheuristics
rostering
employee-rostering
Apple's Auto Layout and Visual Format Language for javascript (using cassowary constraints)
javascript
layout-engine
autolayout
constraint-solver
visual-format-language
cassowary-constraints
vfl
-
Updated
May 22, 2019 - JavaScript
An incremental linear constraint-solving algorithm (Auto Layout) in Swift.
-
Updated
Sep 16, 2017 - Swift
A reference library for constraint-solving with propagators and CDCL.
-
Updated
Apr 11, 2020 - Haskell
A Rust implementation of the Cassowary constraint solving algorithm
-
Updated
Oct 24, 2019 - Rust
Constraint solver based on coverage-guided fuzzing
llvm
jit
fuzzing
smtlib
smtlibv2
z3
constraint-solver
libfuzzer
floating-point-arithmetic
coverage-guided-fuzzing
-
Updated
Sep 5, 2019 - C++
Fast TypeScript implementation of the Cassowary constraint solving algorithm 🖖
-
Updated
Sep 11, 2020 - JavaScript
zayenz
commented
Aug 28, 2020
In the registry function for gecode_cumulatives the case where the tasks may have zero-length duration and the bound is not assigned is currently decomposed into basic constraints.
An alternative re-write strategy would be to rewrite to cumulatives using multiple machines, wher
A Swift port of the Cassowary linear constraint solver
-
Updated
Feb 19, 2019 - Swift
Web application for solving Employee Rostering using OptaPlanner
java
openshift
optaplanner
reactjs
scheduling
constraint-solver
rostering
employee-rostering
shift-scheduling
-
Updated
Sep 29, 2020 - TypeScript
An Impressive Auto Layout DSL for iOS, tvOS & OSX. & It is written in pure swift.
swift-library
ios
osx
view
tvos
dsl
layout
swift-extensions
carthage
constraints
constraint
autolayout
auto
nslayoutconstraint
constraint-solver
kvconstraintkit
constraintkit
layout-guide
constraint-extension
-
Updated
Mar 5, 2019 - Swift
An Open Source .Net Constraint Programming Solver
-
Updated
Jun 25, 2020 - C#
yurloc
opened
Aug 30, 2020
Wikunia
commented
Apr 21, 2020
It should be easier to configure the logging table. i.e setting the min_diff_duration.
The Hoa\Praspel library.
testing
php
library
constraint-solver
hoa
praspel
contract-based-testing
contract-coverage-criteria
specification-language
realistic-domains
-
Updated
Jan 10, 2017 - PHP
High performance swift implement of constraint solving algorithm cassowary
-
Updated
Jun 2, 2020 - Swift
Yuck is a local-search constraint solver with FlatZinc interface
optimization
multi-objective-optimization
constraint-solver
minizinc
flatzinc
hierarchical-optimization
-
Updated
Sep 27, 2020 - Scala
-
Updated
Nov 13, 2018 - Haxe
Memory consistency modelling using Alloy
opencl
x86
armv7
model-checking
constraint-solver
c11
powerpc
memory-model
nvidia-gpus
compiler-design
-
Updated
Oct 7, 2019 - OCaml
Library for back tracking with customizable search for moves
-
Updated
Sep 16, 2020 - Rust
a GRId LOgic Puzzle Solver library
-
Updated
Jul 16, 2020 - Python
Java Constraint Solvers for Vehicle Routing Problem (VRP)
optimization
solver
vehicle-routing-problem
vrp
local-search
constraint-solver
optimization-algorithms
tabu-search
large-scale-optimizations
-
Updated
Jul 28, 2020 - Java
-
Updated
Apr 15, 2019 - Java
A boilerplate ASP.NET Core project, including a sample employee shift scheduler app
docker
ioc
boilerplate
dependency-injection
integration-testing
clean-architecture
dotnet-core
starter-kit
constraint-solver
n-tier
angular6
-
Updated
Aug 23, 2018 - C#
A regular expression to SMT-LIB constraint translator
-
Updated
Nov 21, 2018 - Java
-
Updated
Jun 26, 2019 - Haxe
-
Updated
Sep 4, 2020 - PHP
Improve this page
Add a description, image, and links to the constraint-solver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the constraint-solver topic, visit your repo's landing page and select "manage topics."
Expected behavior
limit the first search strategy to 1 second in solve THEN use the second strategy (to improve the best so far solution)
Actual behavior
search.limit Monitor are attach to search and not strategy.
Minimal Working Example
Experienced with choco-solver-4.0.4
solv.setSearch(
new AbstractStrategy[] {
Search.intVarSearch(new MaxRegret(), new IntDoma