You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do anyone get this work?
I encounter the error as below, anyone can help?
It seem that, there is no function: 'binary_var_list()' in class 'PathOptimizer'
TIA,
##########
\path_optimizer.py in _run_time_init(self)
80 self.get_var_location()
81 var_num = int(np.sum(self.var_location))
---> 82 self.var = self.binary_var_list(var_num, name='x')
83 self.x = np.zeros([self.length, self.length])
84 self.x = self.x.astype('object')
AttributeError: 'PathOptimizer' object has no attribute 'binary_var_list'
##############
The text was updated successfully, but these errors were encountered:
Do anyone get this work?
I encounter the error as below, anyone can help?
It seem that, there is no function: 'binary_var_list()' in class 'PathOptimizer'
TIA,
##########
\path_optimizer.py in _run_time_init(self)
80 self.get_var_location()
81 var_num = int(np.sum(self.var_location))
---> 82 self.var = self.binary_var_list(var_num, name='x')
83 self.x = np.zeros([self.length, self.length])
84 self.x = self.x.astype('object')
AttributeError: 'PathOptimizer' object has no attribute 'binary_var_list'
##############
The text was updated successfully, but these errors were encountered: