In ci_bound_wn_i
, if an equality constraint is imposed by ==
and appears before the user-defined variable(s), error will occur
#69
Labels
This problem occurs if the target variable is the user-defined variable.
This can be solved by placing the
==
equality constraint after the user-defined variable(s). However, the function should be able to handle this internally.This issue is not of top priority because it can be solved by adding the
==
constraints to the end for now.The text was updated successfully, but these errors were encountered: