↧
Answer by sascha for ORTOOLS - CPSAT - Objective to minimize a value by...
This task looks rather strange, there is not much context and some parts of the task might touch some not-so-nice areas of finite-domain based solvers (large domains or scaling / divisions during...
View ArticleORTOOLS - CPSAT - Objective to minimize a value by intervals
I my model in ORTools CPSAT, I am computing a variable called salary_var (among others). I need to minimize an objective. Let’s call it « taxes ».to compute the taxes, the formula is not linear but...
View Article