- Follow on WordPress.com
Sponsors
-
Recent Posts
- BBN Times calls Rule-based Systems “Fake AI”
- Meet Bard, Google’s Answer to ChatGPT
- RFP Process is Waste of Time
- Google Chain of Thought
- Business Rules and Ontology in an Event-Driven Architecture
- Gartner’s Low-Code Application Platform Magic Quadrant
- Six Levels Down
- Could ChatGPT Generate Decision Models?
- DecisionCAMP Monthly Session on Jan 11, 2023
- The End of Programming?
- AI-powered Coding Tools
- Cocktail Conversations
- Happy Holidays
- Christmas Model created by ChatGPT
Recent Comments
Categories
- Algortithms
- API
- Architecture
- Art
- Artificial Intelligence
- Authentication and Access Control
- AWS
- Blockchain
- Books
- BPM
- Business Analytics
- Business Processes
- Business Rules
- Case Management
- Case Studies
- CEP
- Challenges
- Cloud Platforms
- Constraint Programming
- Containers
- Coronavirus
- Customer service
- Data Science
- Database
- Decision Intelligence
- Decision Making
- Decision Modeling
- Decision Models
- Decision Monitoring
- Decision Optimization
- DecisionCAMP
- DevOps
- Digital Decisioning
- Digital Transformation
- Discoveries
- DMN
- Education
- Ethics
- Event-driven
- Events
- Excel
- Explanations
- Fraud Prevention
- Games
- HR
- Human Intelligence
- Human-Machine Interaction
- Humor
- Innovation
- Insurance Industry
- Java
- Knowledge Representation
- Languages
- Logic and AI
- Machine Learning
- Manufacturing
- Microservices
- Misc
- MISMO
- Most Influential
- Natural Language Processing
- Open Source
- Optimization
- PMML
- Process Mining
- Products
- Prolog
- QA
- Reactive Rules
- Reasoning
- Retail
- RPA
- Rule Engines and BRMS
- Rule Violations
- RuleML
- Scheduling and Resource Allocation
- Security
- Semantic Web
- Serverless
- Software Development
- Sponsors
- Spreadsheets
- Standards
- State Machines
- Testing
- Trends
- Uncategorized
- Vendors
Archives
- February 2023
- January 2023
- December 2022
- November 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- June 2014
- May 2014
Meta
Category Archives: Constraint Programming
AAAI-23 Constraint Programming and Machine Learning Bridge
The AAAI-23 Constraint Programming and Machine Learning Bridge is part of the AAAI-23 Bridge Program. Bringing together CP (Constraint Programming) and ML (Machine Learning) is an important aspect of the larger goal of integrating Reasoning and Learning. Participants are not expected to … Continue reading
Posted in Constraint Programming, Events, Machine Learning
Leave a comment
Christopher Columbus, global warming and mathematical optimization
In this highly popular article IBM’s Alex Fleischer wrote: “One of the levers is the mathematical optimization of business decision making, made possible by data and the deployment of decision models associated with constraint programming. Or, put more simply: an algorithm … Continue reading
2022 is the Year of Prolog
In the summer of 1972, Alain Colmerauer and his team in Marseille developed and implemented the first version of the logic programming language Prolog. Together with Robert Kowalski and his colleagues in Edinburgh, this work laid the practical and theoretical … Continue reading
Connecting the Dots
If someone gives us a collection of points, how should we connect them? Should we try to pair them up? Should we try to join them together to form a single loop? Should we try something else? And once we’ve … Continue reading
Posted in Art, Constraint Programming, Optimization
Leave a comment
Everything old is new again
Prof. Gene Freuder writes about Human-Centered AI: “human-centered”, “human-aware“, “human-AI collaboration” are, rightly, very prominent nowadays. But “everything old is new again”: I ran across an interesting twenty-year-old paper from the European Journal of Operational Research on Human centered processes and decision support … Continue reading
Vaccination Scheduling Decisions
Geoffrey De Smet created a vaccination scheduling software. He discovered an interesting Vaccination Appointment Scheduling Paradox: It’s more user friendly if people can NOT choose their own appointment. Watch video
Solving Assembly Line Balancing Problem
Philippe Laborie from IBM CPLEX team shared several models for representation and solving an optimization problem in assembly line balancing research. His solutions are shown in Python CP Optimizer and OPL: they are not only very compact but highly efficient. … Continue reading
Consuming Optimization models for Operational Decisions
During DecisionCAMP-2020, we had several presentations devoted to incorporation of Optimization Engines in Business Decision Models: 1) Developing Decision Optimization Microservices for Real-World Decision-Making Applications by Jacob Feldman; 2) cDMN: Combining DMN with Constraint Reasoning by a KU Leuven’s team.
The Poet of Logic Programming
An interview with Prof. Robert Kowalski, the co-creator of the field of logic programming and of the language Prolog. The conversation ranges over the history of Prolog, the ill-famed Fifth Generation Computer Systems project, the relation between symbolic AI and … Continue reading
Posted in Constraint Programming, Logic and AI
Leave a comment
New release of MiniZinc
MiniZinc is a free and open-source constraint modeling language. You can use MiniZinc to model constraint satisfaction and optimization problems in a high-level, solver-independent way, taking advantage of a large library of pre-defined constraints. Your model is then compiled into FlatZinc, a solver input language … Continue reading
You must be logged in to post a comment.