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

Semi-integer/continuous variable type #45

Open
Darksonn opened this issue Mar 22, 2020 · 0 comments
Open

Semi-integer/continuous variable type #45

Darksonn opened this issue Mar 22, 2020 · 0 comments
Assignees
Labels

Comments

@Darksonn
Copy link
Collaborator

It seems that two new variable types have been added: doc. Semi-integer and semi-continuous.

rust-gurobi/src/model.rs

Lines 33 to 39 in 5a9b7f1

/// Type for new variable
#[derive(Debug,Clone,Copy)]
pub enum VarType {
Binary,
Continuous,
Integer
}

@Darksonn Darksonn self-assigned this Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant