Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version for torch,torch_geometric,pyscipopt #1

Open
piquepq opened this issue Jan 12, 2023 · 2 comments
Open

Version for torch,torch_geometric,pyscipopt #1

piquepq opened this issue Jan 12, 2023 · 2 comments

Comments

@piquepq
Copy link

piquepq commented Jan 12, 2023

Can you show the version for torch,torch_geometric,pyscipopt,especially for pyscipopt.It will be better if you can show how to install these library.I meet lost of problem for installing these libraries!

@piquepq
Copy link
Author

piquepq commented Jan 12, 2023

Exception ignored in: 'pyscipopt.scip.PyNodeselComp'
Traceback (most recent call last):
File "compare/node_selection/behaviour_gen.py", line 46, in nodecomp
comp_res, comp_type = super().nodecomp(node1, node2, return_type=True)
File "compare/node_selection/node_selectors.py", line 193, in nodecomp
d1 = self.is_sol_in_domaine(self.optsol, node1)
File "compare/node_selection/node_selectors.py", line 223, in is_sol_in_domaine
bvars, bbounds, btypes = node.getAncestorBranchings()
AttributeError: 'pyscipopt.scip.Node' object has no attribute 'getAncestorBranchings'

This is the problem when I run behaviour_gen.py

@hongxuanrui1999
Copy link

May be you can try cd the pyscipopt path in this program and python -m pip install . to solve the problem. The authors modified the pyscipopt source code to adapt their model and you should install their version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants