Ask Your Question

Antonio's profile - activity

2023-05-31 22:05:12 +0200 received badge  Notable Question (source)
2022-01-29 18:56:27 +0200 received badge  Popular Question (source)
2017-09-11 15:34:29 +0200 commented answer Set Covering Algorithm

Thanks, I'm aware of the fact that the set cover problem is NP hard but so is the TSP and Sage has a method for solving these type of problems.

2017-09-09 01:02:27 +0200 asked a question Set Covering Algorithm

Is there a Sage implementation of the Set Covering Algorithm?

Thanks in advance

2017-08-29 21:42:50 +0200 received badge  Popular Question (source)
2017-03-31 07:41:35 +0200 received badge  Student (source)
2017-03-31 03:38:43 +0200 asked a question Will there be a Sage 7.6 VM??

Is there a reason why there are no VMs for Sage after version 7.4? I run Sage on Windows so I depend on virtual machines.

2013-12-17 12:10:37 +0200 received badge  Supporter (source)
2013-12-17 12:06:26 +0200 commented answer Load data when running Sage from a VM in Windows

Thanks, your answer helped me a lot!! in fact it is a lot easier than what you made it sound. The only thing you have to do is create a shared folder in the VirtualBox VM and that is it!! I was not sure how to do that but your link was useful. After creating the shared folder, I just used standard python code to read the file from that folder and voilá!!

2013-12-16 16:43:00 +0200 asked a question Load data when running Sage from a VM in Windows

Hi, is there a way to load data into Sage when I´m running it from a virtual machine in VirtualBox and the data is in Windows? Thanks.