1
I Use This!
Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 21 hours ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improvements in floating point solver in flatzinc. More... over 9 years ago
Implementing loader for flatzinc models. It is possible to load the flatzinc model and then define its own search or use search defined in the model. It is possible to access all variables of the model using their names. It is provided by dictionary functionality of the flatzinc parser. Examples of using FlatzincLoader in org.jacop.examples.flatzinc. Both simple examples for solving existing problems with model defined search and an example of using a model with floating points and using search defined in class Optimize. Performance improvement and code cleaning of trigonometric constraints (sin, cos, tan). More... over 9 years ago
Improvements in handling overflow. Bug fixes and improvements. More... over 9 years ago
Correcting spelling in CHANGELOG More... over 9 years ago
New global constraint LexOrder that defines lexicographical order between two vectors of the same length. More... over 9 years ago
Merge branch 'feature/minizinc-lib' into develop More... over 9 years ago
Merge branch 'feature/sgmpcs' into develop More... over 9 years ago
Merge branch 'feature/scala' into develop More... over 9 years ago
Extending min and max domain values to -1e-9 and 1e9 respectively to address the problem with minizinc challenge. More... over 9 years ago
Bug fix. More... over 9 years ago
Changes in knapsack to make it possible define constraints with weight equal zero. Changes in comments in networkflow. More... over 9 years ago
Making basis classes of the package sgmpcs expendable. More... over 9 years ago
Adding time-out in minimize method. More... over 9 years ago
Adding possibility to define your own improvement search, implementing interface ImproveSolution. More... over 9 years ago
Code cleaning. More... over 9 years ago
Improvements in SGMPCS and new search plug-in for finding a single solution only. More... over 9 years ago
Implementation of SGMPCS method. Further improvements. More... over 9 years ago
New search method implementing "Solution-Guided Multi-Point Constructive Search" based on the articel of J. Christopher Beck. More... over 9 years ago
Removing unnecessary definition; it appears in standard library. More... almost 10 years ago
Adding functions for global coinstraint definitions to be compatible with minizinc v. 2.0. More... almost 10 years ago
Correcting HÃ¥kan Kjellerstrand name in floating point examples that are based on his minizinc code. More... almost 10 years ago
Changing version in pom to 4.2-SNAPSHOT More... almost 10 years ago
Merge branch 'release/4.1' into develop More... almost 10 years ago
Merge branch 'release/4.1' More... almost 10 years ago
Changing version number from 4.0 to 4.1 More... almost 10 years ago
Merge branch 'feature/scala-float' into develop More... almost 10 years ago
Adding new point on Scala and floating point constraints. More... almost 10 years ago
Wrapper for floating point variables and constraints. New examples. More... almost 10 years ago
Changing version to 4.1 in pom file More... almost 10 years ago
Merge branch 'feature/floats-domain' into develop More... almost 10 years ago